Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sveltejs/svelte-preprocess

A āœØ magical āœØ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
https://github.com/sveltejs/svelte-preprocess

chore: add semver version commands

1fd35cfcef8c23fc1e5c0ae699b34e44b6138651 authored about 3 years ago
chore: add pre-push type-checking

73774edfe918e759c46217bf990ac44e0847a2f6 authored about 3 years ago
chore: add commitlint

d189a2f7f857a140c41b7f8cfd042ad2e3ec5761 authored about 3 years ago
feat: support preserveValueImports introduced in TS 4.5 (#434)

* (feat) support preserveValueImports introduced in TS 4.5

This new flag keeps imports as is, e...

4ea9982249df9858439bb3588224e804107f0986 authored about 3 years ago
refactor: rename dependency check cache

6c6c62b24d38159c22d9f81261963a491d7bc5fc authored over 3 years ago
chore(release): 4.9.8

1bcffc5ced37aa6d529d61f6f86680e1d4309cd4 authored over 3 years ago
fix: deprecate type attribute (#417)

* fix: deprecate type attribute

* fix: deprecate lang=typescript

* fix: warn type/lang dep...

2632a88d380a14843393d5246f471a8c6446a3b5 authored over 3 years ago
chore(release): 4.9.7

b9e9ff7cc06295002082f014735990c8023f9db6 authored over 3 years ago
fix: don't overwrite target from tsconfig.json (#408)

11cb5083b1c9a946ea8c0f499ccbca753908e411 authored over 3 years ago
chore(release): 4.9.6

879960b8c2cdc13e093a974029dbfd58427b76f8 authored over 3 years ago
fix: coffeescript sourcemap (#416)

6cc54b63fd8eb42a5e2460b30bba4d7a85846958 authored over 3 years ago
chore(release): 4.9.5

73f29ef4bcf14620233c92e5d78bc492d1bd240c authored over 3 years ago
fix: return default settings when no tsconfig found (#407)

Co-authored-by: Simon Holthausen <[email protected]>

473408b8dcec6cd1540d3fb8e05ca0b4a82ec2f5 authored over 3 years ago
fix: Clear outDir if set in tsconfig (#406)

* Clear outDir if set in tsconfig

If outDir is set, Typescript sets directories in the source...

67f96ad9fcc4e0efb337d469533ff68d6189c024 authored over 3 years ago
chore(release): 4.9.4

1f82c442bec3ab131e7db8d522b489871e21bfc6 authored over 3 years ago
perf: cache tsconfig (#398)

#383

Co-authored-by: Simon Holthausen <[email protected]>

5aa60cb86c89c0649a548507f6d142937f76df7a authored over 3 years ago
fix: handle $store imported in module script (#404)

* (fix) handle $store imported in module script

Fixes #401

* lint

Co-authored-by: Simon...

162faa40949468eb07a73116740d3415775ddc9a authored over 3 years ago
chore(release): 4.9.3

fe3179f94afcd78165eefd784fb266f2540708de authored over 3 years ago
fix: add quotes to ts store regex (#403)

Fixes #402

Co-authored-by: Simon Holthausen <[email protected]>

9f2d7a07053b8f010067bf7e55d99bccb2958567 authored over 3 years ago
chore(release): 4.9.2

d73319c76f3303c2933709f6af85ae879aa560ee authored over 3 years ago
fix: relax TS peer dep requirement (#400)

Reverts part of #395

f8a0f49fd02aea1fdb5c463496a5939186948cd2 authored over 3 years ago
chore: ignore another annoying eslint rule

43986233c8069f9f7d47ff038daef39c83a9b5d2 authored over 3 years ago
chore(release): 4.9.1

71045503d7485e63654837351200c7dfab48c900 authored over 3 years ago
chore: ignore annoying eslint rule

bf2911f0aff4ca4995c0c62dc224103d13cf1275 authored over 3 years ago
fix: fallback to empty string if there are no attributes (#397)

Fixes #396

Co-authored-by: Simon Holthausen <[email protected]>

b25838f5b11afa8143aa59cfefa9b0881b4879cb authored over 3 years ago
refactor: make ts more strict (#395)

3a020e991928989ea45c5e2163679dca938a6967 authored over 3 years ago
chore(release): 4.9.0

eb9fc6b68be2e0fd79aeb9f8d0b9cd0f7ff29fcc authored over 3 years ago
refactor: change reserver set casing to constant case

9a77f17d197a7e934978bacbfb58a2528f4abc2a authored over 3 years ago
feat: better Typescript transpilation (#392)

* feat: pass source markup to transformers (if provided)

* feat: allow typescript to know use...

a1c54fc7b0d0d21fd9adbee8aeeb8f3667b375c9 authored over 3 years ago
chore(release): 4.8.0

e2a9e87d3f04bf0addddf31f097101dae978e561 authored over 3 years ago
fix: add deprecation warning to defaults prop (#393)

406d3a87c4779c16fca1264ce66fc491e5eec170 authored over 3 years ago
chore(release): 4.7.4

988c04709fca8be6733d38fe09046d1752da3a5c authored over 3 years ago
fix: standalone preprocessors prepending data in other languages (#380)

* fixing prepend data being injected in other languages

* preventing typescript from change o...

e6679e4b81cd145202b293aca1035cd2dc05ef71 authored over 3 years ago
docs: add note about typescript in markup

18d9074ac5cd1f13058ddab8f61aded86907d613 authored over 3 years ago
test: add to pug spread test

5a0d2c7e9ece66312f20d00fe2d77571f767158c authored over 3 years ago
docs: remove defaults from example

a583e94f98a801096e96915e70e21617b29c5fea authored over 3 years ago
docs: adjust config for esm usage (#370)

* move svelte config to the top

* update config for esm usage

* recommend to use with svel...

729237a769a5fb811ca53ed32495a0bc6b4f8bf8 authored over 3 years ago
docs: clarify usage of svelte.config.js (#366)

* Clarify usage of svelte.config.js

Make it clear that svelte.config.js instructions work for...

c0fcb18f063ea4ed1d1bdab4656260953b044a08 authored over 3 years ago
Update getting-started.md (#361)

Fix link to auto processing

f7acbbc1c008c44b4caefedeeed3c56542a479d7 authored over 3 years ago
docs: spread usage in pug

cfbed549319762493e343a1b7a647167f32a3447 authored over 3 years ago
chore(release): 4.7.3

6404e0588d35818bea4fa04dd827e632a30057a5 authored over 3 years ago
fix: typescript: importing component from pnpm monorepo pā€¦ (#337)

* fix: issues/336: typescript: importing component from pnpm monorepo package

* applying chan...

bf726371e43dd3bc617511690be6cf6a2845e389 authored over 3 years ago
docs: remove default languages section

9e587151e9384b819d7b285caba7231c138942f0 authored over 3 years ago
docs: add note about default languages (#350)

* Add note about default languages

* Update docs/preprocessing.md

Co-authored-by: Christia...

043b308fe5991f06227b0ce1daff58a0bfa78208 authored over 3 years ago
chore(deps): bump y18n from 3.2.1 to 3.2.2 in /examples/sapper-rollup

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2.
- [Release notes](https://githu...

b6f0b414d689510920f5607e88567bd41c393aa6 authored almost 4 years ago
chore(deps-dev): bump pug from 2.0.4 to 3.0.1 in /examples/svelte-rollup

Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1.
- [Release notes](https://github....

f5a43fa561d28075fc4f5f35fafbd4d5e147dbdf authored almost 4 years ago
chore(deps-dev): bump pug from 2.0.4 to 3.0.1 in /examples/sapper-rollup

Bumps [pug](https://github.com/pugjs/pug) from 2.0.4 to 3.0.1.
- [Release notes](https://github....

e3dfd20eebed9b6c004a4d56409e6933de3afd25 authored almost 4 years ago
chore(deps-dev): bump pug from 3.0.0 to 3.0.1

Bumps [pug](https://github.com/pugjs/pug) from 3.0.0 to 3.0.1.
- [Release notes](https://github....

f89e673e59fce5cc2a07848a02362987f77e5418 authored almost 4 years ago
chore(release): 4.7.2

4f8a59055a0b413341edd05d124239231777840d authored almost 4 years ago
fix: support ts build with no tsconfig.json

cf0e44c26212b496cda8686d2780e7e8f1ac8f7a authored almost 4 years ago
fix: šŸ› prevent svelte file from being added to scss dep list

āœ… Closes: #346

519b0b6c49ba4a9e0f4adfcc47f03b19d2e28966 authored almost 4 years ago
4.7.1

bbf9e3ae72e6849e89384ee4604fe23e54583a22 authored almost 4 years ago
feat: export autopreprocess options type

f5e1a635f586a9780b0a71db979f6ffb30b31221 authored almost 4 years ago
4.7.0

bf4777645578833edd3a6b592fb746f2248e8b90 authored almost 4 years ago
feat: support tsconfig extends (#328)

* (feat) Support tsconfig extends

Fixes #300

* lint

Co-authored-by: Simon Holthausen <s...

d0b476615d72deaa4eff5f2f164b245c0dd294d7 authored almost 4 years ago
docs: change examples to use {name} variable (#326)

I'm following the final example on this page, which uses {name} in the template. I don't think t...

795c02bc8799504ebbfb99e3f032dc3d1e4af5b6 authored almost 4 years ago
docs: fixed destructuring errors in example in preprocessing.md (#319)

af3df3aa7cd7c1d5736609bba5717a6e76cdecd2 authored almost 4 years ago
4.6.9

8c14f5d34229735b8f39acd339e6cd4a3350197d authored almost 4 years ago
fix: revert "refactor: use fs/promises"

This reverts commit e742da9fb968e12f1515f7fa04962b90c4648627.

3f9572ca30e9a05439a6deddc327fa340dd1ef34 authored almost 4 years ago
docs: āœļø fix broken link

0d6872bb93ae69652bb3ac117450ebaaa5d8f3ac authored almost 4 years ago
refactor: šŸ’” smaller import

3e3c4691821f058b50d0c11416e791210fdf139c authored almost 4 years ago
4.6.8

b65609ab0bb7a88cf4e97366e5aec9544a394552 authored almost 4 years ago
refactor: use fs/promises

3b8339ea9ec19f85d9906626b20b7a5b2579df80 authored almost 4 years ago
fix: šŸ› make markup tag regexp less greedy

aka copy-paste from svelte's source

āœ… Closes: #310

384ba5cad0a2939a2717d9061dd928b4607e1431 authored almost 4 years ago
fix: šŸ› language custom transformer overriding postcss

Closes: #309

4b35944f1d9b2886e0dccaf3f25486ab47e84710 authored almost 4 years ago
fix: šŸ› language custom transformer overriding postcss (#311)

* fix: šŸ› language custom transformer overriding postcss

Closes: #309

* 4.6.7

* Fix chan...

3609abac05a121681103cc2c18ab454eb4fcc005 authored almost 4 years ago
chore: Use npm install action

607bcab572d88f8ad59d7e3866421bcc77743f89 authored almost 4 years ago
4.6.6

edb77e58b24f0ada59dfaa02f5659ce77f7486a3 authored almost 4 years ago
chore(deps): bump ini from 1.3.5 to 1.3.8 (#292)

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://githu...

8bcbe97bc7f5d385783c19cdc9c6d11fbb2248be authored almost 4 years ago
fix: accept postcss-load-config v2 or v3 (#307)

* Bump postcss-load-config

* Update package.json

Co-authored-by: Christian Kaisermann <chr...

a31e79403f94cfd7db252a6152f120772acd4d6d authored almost 4 years ago
Add note about pug and callbacks attrs

404eb5a0f1c36bd813d393f65ec1774c21a948d6 authored almost 4 years ago
docs: update preprocessing documentation (#304)

d4e73bea912e05ad88653cf242b11b29cb1e89e0 authored almost 4 years ago
4.6.5

5fe9a4382de4bd34a43d99b97ee802e2cf2910ca authored almost 4 years ago
fix: [scss] remove sourceMappingURL from result.code (#297)

* sass: remove sourceMappingURL from result.code

* Add test for scss srcMap

Co-authored-by...

2ff48f8c4fa94ae5782f24b39889f8a6a893eed1 authored almost 4 years ago
4.6.4

f58c6cd58db9b3d96f64c3fe1a3f0e6fe8215ebd authored almost 4 years ago
fix: šŸ› better missing postcss message

āœ… Closes: #301

cafb6c6d7e369c11a7feda212a182f08c0f3a156 authored almost 4 years ago
4.6.3

4446571f36dfcf7ac5111deb122bf85c7d92cb6c authored about 4 years ago
fix: šŸ› make postcss config error explicit

āœ… Closes: #298

21e30861ccc6d6c6b80cd9aad4a81b9e29a96c5e authored about 4 years ago
4.6.2

00f065e456365bb62366c664de93efba50674183 authored about 4 years ago
fix: translate options.sourceMap to options.compilerOptions.sourceMap for ts (#286) (#299)

* fix typescript: make sourcemaps default on (#286)

* move option

* getTransformerOptions:...

c8a3cd6736054510bc0eeccc242b8f5c4f0b7c5a authored about 4 years ago
docs: fix typo in docs (#294)

c23f11a837ae256f73660381a40f5a52b0f9e7ac authored about 4 years ago
chore: fix lint issues

d8eb5c538e95c2a027fda35094076c20895fe342 authored about 4 years ago
docs: how to make defaults work with the extension (#293)

75916e5c1707b3fe6708088f5918487310ac2ff2 authored about 4 years ago
chore: refactor type imports

c010c931d0da73ad83c26520fd019438aece78b9 authored about 4 years ago
Remove unnecessary test

cd55deaa0796a3e23bbfc27f571bbaa4d0a177ed authored about 4 years ago
Fix VS Code warning (#289)

de1bd2c860d5809043aefbb73dd1be3f81ce29bf authored about 4 years ago
docs: do not exclude node_modules (#287)

cf691b2a0abf35cb22eb1d10fbaeb02c13d37df5 authored about 4 years ago
chore: fix lint failure (#290)

29ea10c557051b429fc8c9d54ea42bfd707abc84 authored about 4 years ago
docs: āœļø update docs TOC

ca23c501116ace4a22878f5c90b32ce4c7a55db4 authored about 4 years ago
docs: fix typo

0195af8127a9e11ba1141c41aa838805369bd567 authored about 4 years ago
chore(release): v4.6.1

a2cf03d7c251267e1bdea928199701a198fe285c authored about 4 years ago
fix: šŸ› postcss sourcemap

āœ… Closes: #251

8fe6543a376be15a7a761a9bacdb66903b0388da authored about 4 years ago
chore(release): v4.6.0

1a3b5cf62ff93f656d01900d8180b6e3ffd43661 authored about 4 years ago
refactor: šŸ’” use find-up

72825d1ea8b3a03a7aa7962b1a81f807f31c9d66 authored about 4 years ago
fix: šŸ› replace separator for windows support

b60a0a830119eebd606245e71fdb6aadcee19135 authored about 4 years ago
test: šŸ’ add test node_modules directory to repo

e7bfd70342104119be5578ae70174ba19787ac0b authored about 4 years ago
fix: šŸ› sass tilde importer

934fc04f197ada737b3b15780538bae3ab60bede authored about 4 years ago
refactor: šŸ’” use sync importer API

550169c407902527a7a8a6422ff3f8e5eee5d214 authored about 4 years ago
test: šŸ’ add test for scss tilde import

92985b3a89f92da9e092e356deae3e3da9c087d5 authored about 4 years ago
refactor: šŸ’” use contents api

f577a2fbc6c59331256cfc23ee4bb5155d96a6d2 authored about 4 years ago