Ecosyste.ms: OpenCollective

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

github.com/sveltejs/vite-plugin-svelte

Svelte plugin for http://vitejs.dev/
https://github.com/sveltejs/vite-plugin-svelte

chore: update dependencies and enable test for svelte/ssr now that 3.39 has been released (#111)

22001b4b57d943439510a271aaed65270b2e93b8 authored over 3 years ago
fix: turn diff-match-patch into an optional peer dependency (#110)

af7b881e7669481586c66d699ad72c0773699d16 authored over 3 years ago
chore: clean up options interface (#109)

b65efa2f35fd0475aac39026389d119ba2632221 authored over 3 years ago
chore: replace querystring with URLSearchParams (#107)

* chore: replace querystring with URLSearchParams

* refactor: improve query parser

ed2a22d0e411b71d39311a5026b3c72762e90e4b authored over 3 years ago
feat: import svelte types (#105)

* feat: import svelte types

* fix: force export type

1792d7a54d093d199521e97ccc1c3815272ad0db authored over 3 years ago
Version Packages (next) (#95)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

57a592c3d26ab448d2859186ca13ea3dbf9e33fa authored over 3 years ago
chore: update dependencies (fixes #57) (#103)

* chore: update dependencies (fixes #57)

* fix: adapter-node failed with empty options, remove

6b25e187d5be24870e7f4703f6fd1db4936605f0 authored over 3 years ago
feat: generate preprocessor sourcemaps (#101)

* feat: generate preprocessor sourcemaps

* fix: lint error after format

* fix: set filenam...

927ac7108e38e5d32dc3cd6d4f52620394b8840f authored over 3 years ago
chore: disable lint-staged concurrent in pre-commit hook to avoid eslint vs prettier battles [skip ci]

bc74e46e0804955169116f973472d92005283134 authored over 3 years ago
feat: clean up options interface (fixes #12) (#99)

5efdad16bc23a6a0a4127c52d4a87f862d978caf authored over 3 years ago
feat: improve svelte-preprocess api for plugins (#98)

4683ad6c5878c28aa621983735825f10dd761101 authored over 3 years ago
chore: update dependencies (#97)

bbc1c17a090854d4db552bbd85d1e20970b33aa0 authored over 3 years ago
fix: invalid github issues url in previous commit

4128f47af481ffa48db68f8d05155842c2529f83 authored over 3 years ago
chore: improve changelog (fixes #93) (#94)

1d07eabc0ed0f30b4a3e5c879c804c33cbffc2aa authored over 3 years ago
chore: add private: true to playground packages

e0a41b3f9180f0e14228f8153a3882b569141856 authored over 3 years ago
Version Packages (next) (#56)

* Version Packages (next)

* chore: tidy up changelog

* chore: inline issue links in change...

379ecf6012d2c766c66e7cf3a102cfd8b2d2567a authored over 3 years ago
fix: update svelte-hmr to ^0.14.5 to fix dom reordering issue on hmr introduced in svelte 3.38.3 (#92)

cdfd8210770150c6e40f68b6b48cd2e455414299 authored over 3 years ago
fix custom changelog, convert to cjs and use relative path (#91)

1ea98c3436aca2fb8e9e3cba5913c7fa28d6eee4 authored over 3 years ago
ci: add custom changelog formatter (#90)

* ci: add custom changelog formatter

* add changeset to ensure custom generator runs

b5a58cd814bbc71a5e59060d436770f7a0102262 authored over 3 years ago
fix: update svelte-hmr to solve dom reordering issue (#82)

* test: add testcase for dom order to kit suite

* fix: update svelte-hmr to 0.14.5-0 to fix d...

e7d029455f9692239c85caa2c1b37a12c7bc3696 authored over 3 years ago
fix: don't transform raw imports (fixes #87) (#88)

* fix: don't transform raw imports (fixes #87)

* improve fix implementation and add changeset...

d1d2638b247830852faa89e7b9bc9a430b81ba51 authored over 3 years ago
docs: add faq to explain hmr [skip ci] (#89)

* docs: add faq to explain hmr [skip ci]

* docs: explain lang=ts in faq [skip ci]

9a447753f9ef3b2bce4059562e1c12cc6a9a6719 authored over 3 years ago
chore: remove vite config option knownJsSrcExtensions as vite won't support it in the near future [skip ci] (#85)

see #60

76ed865841de296f8665ed7f16fc6c82fd645099 authored over 3 years ago
chore: update dependencies (#84)

8c178cf1955a8ceb4e0c5825d54ff6ffd7958aae authored over 3 years ago
fix: reduced logging (fixes #42) (#83)

* feat: add timestamp to log output; use kleur instead of chalk

* reduce debug logs: only log...

eb048ff9419488f75869ffb880a78a2a3aa5a6bb authored over 3 years ago
chore: add icon to feature request template [skip-ci]

77007c10506ae2286847a01004b06094c1ee833a authored over 3 years ago
feat: resolve svelte to svelte/ssr when building for ssr (fixes #74) (#75)

* feat: resolve svelte to svelte/ssr when building for ssr (fixes #74)

* remove duplicate det...

f6f56fee7d3567196052a23440cb1818187fa232 authored over 3 years ago
chore: switch to issue templates for bug reports and feature requests

c6a78344bcd2b5ec5e55e6ce7d1c218b79449c2c authored over 3 years ago
chore: update dependencies missed by previous update (#80)

7166b734682cf2e08bdeb33c50bf2cc4423fb8ff authored over 3 years ago
chore: update dependencies (#79)

* chore: update dependencies; fix ts error with global extensions in test setup

* chore: fix ...

89f331fdbbe2d1ca8341a663958d10ddaf5c3370 authored over 3 years ago
support .svg in svelte extensions (#78)

* feat: svg import

* add changeset

* chore: rename asset-import to custom-extensions

* ...

2eb09cf180c7ebf0fb4ccfccee663e5264b3814c authored over 3 years ago
feat: restart server when svelte config file changes (fixes #63) (#72)

* feat: restart server when svelte config file changes (fixes #63)

* fix: make sure the absol...

5100376ef91d5e39ec00222f1043e4fda047678b authored over 3 years ago
fix: output sourcemap from hmr helper preprocessor (#71)

* fix: output sourcemap from hmr helper preprocessor

* chore: update lockfile

97ee68c5106e58b2e7c4eb97e8cf7dd1c52bbfd3 authored over 3 years ago
List actual Svelte version requirement (#70)

* List actual Svelte version requirement

* add changeset

Co-authored-by: dominikg <dominik...

377d464eba30c56f012deba3d306cb5a7195b787 authored over 3 years ago
docs: Add a link to corresponding Vite issue (#69)

6f485aeb1e2faf2c1ae4960a64bfe3f26ef90b3e authored over 3 years ago
feat: allow svelte imports in optimizeDeps include (#68)

9583900a2b3600133cee3a46b6dbb7df137977b6 authored over 3 years ago
chore: update dependencies (#67)

a58978e32f91aa53b7ca1d601305ae10101ab30f authored over 3 years ago
refactor: move tests from playground to e2e-tests, remove some playground (#65)

* refactor: move tests from playground to e2e-tests, remove playgrounds based on default svelte ...

f8435a425edb1acf2867ff274e0df531446ea78a authored over 3 years ago
feat: load svelte config file in config hook to be able to update vite config based on svelte config and add knownJsSrcExtensions to vite config (#64)

c3f65fdf414b22810ad60817b3e1e62790ba816f authored over 3 years ago
fix: update sveltekit version in test (#55)

09b63d32e8816acc554a66d4d01062be197dfbb7 authored over 3 years ago
Version Packages (next) (#51)

* Version Packages (next)

* chore: improve changelog

Co-authored-by: github-actions[bot] <...

8b57cf331aec6530f141e04026d62897fa45fb49 authored over 3 years ago
feat: convert to esm with cjs fallback, switch from default to named export (#54)

* feat: convert to esm with cjs fallback, switch from default to named export

* disable eslin...

0f7e256a9ebb0ee9ac6075146d27bf4f11ecdab3 authored over 3 years ago
add optimizeDeps.exclude note to readme (#53)

7d18604570a9e3e55986045ca0fd9a2252744b0d authored over 3 years ago
Create FUNDING.yml

591ba56dc98f95217edde32f438d111b8c80ff11 authored over 3 years ago
feat: log compiler warnings to console (#45)

* fix: enable logging of compiler warnings

* remove todo

* refactor: use own logging inste...

673cf61b3800e7a64be2b73a7273909da95729d2 authored over 3 years ago
Update dependencies (#44)

* update husky@6

* update to vite 2.3 and esbuild 0.11, update other dependencies

* handle...

24ae0934301cb50506bf39cdccc07ad3eac546fd authored over 3 years ago
Version Packages (next) (#43)

* Version Packages (next)

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: g...

93ca647767c683d9f8996e670ae5c1b8171adc21 authored over 3 years ago
feat: respect user `emitCss` option (#41) - fixes #9

* respect user emitCss option - fixes #9

* ensure hmr keeps working with emitCss: false optio...

cb7f03d61c19f0b98c6412c11bbaa4af978da9ed authored over 3 years ago
Version Packages (next) (#39)

* Version Packages (next)

* chore: remove 'thanks' from changelog

Co-authored-by: github-a...

76c653e0d111c78b59b3e23035cac16ca286bcbe authored almost 4 years ago
fix: use pathToFileURL to ensure windows compatibility (#38)

* fix: use pathToFileURL to ensure windows compatibility

see https://github.com/sveltejs/vite...

5aef91c8752c8de94a1f1fcb28618606b7c44670 authored almost 4 years ago
Version Packages (next) (#37)

* Version Packages (next)

* chore: remove 'thanks' notes from changelog

Co-authored-by: gi...

50b76f8b1b591a49ae870a774f35833a89d76988 authored almost 4 years ago
fix: watch preprocessor dependencies (#34) (fixes #25)

* wip: watch preprocessor dependencies

* wip: add tests for dependency watching

* wip: add...

e5d4749c0850260a295daab9cb15866fe58ee709 authored almost 4 years ago
Feat: async load config esm (#35)

* feat(vite-plugin-svelte): support esm in svelte.config.js (see #29)

* update vite to 2.2.1 ...

4018ce621b4df75877e0e18057c332f27158d42b authored almost 4 years ago
fix: Add a space after the period in warning message. (#36)

976f0c844a0b86df9b5cb1df5a0149958c7f0c42 authored almost 4 years ago
Version Packages (next) (#33)

a2acab981c91dd47aa036798ef0bf79d9c805342 authored almost 4 years ago
fix: declare repo for changelog generator in release action

a85bb530ef7ea3a4d52768a968d2f1a76977e5d5 authored almost 4 years ago
feat: reduce use of cache in vite-plugin-svelte (#32)

113bb7dc330a7517085d12d1d0758a376a12253f authored almost 4 years ago
update to pnpm6 and minor setup improvements (#30)

* use changelog-github formatter

* update to pnpm 6

* require node version with esmodule s...

46c27500e10aa97dd8ff6a5d6fc80d110c36cdc8 authored almost 4 years ago
fix: explicitly define registry/token via custom .npmrc in release action

950ec5b17379af6f85c5e8e3492fa407cfec1d7a authored almost 4 years ago
Merge pull request #27 from sveltejs/fix/release-action

fix: release workflow - setup node after checkout and specify registry-url

68d2621d7583195e5e089ed618328f57c5ccbf6c authored almost 4 years ago
fix: release workflow - setup node after checkout and specify registry-url

f0517764ff695c38ba1a84b244ffa6cf667caa1a authored almost 4 years ago
Merge pull request #15 from sveltejs/changeset-release/main

Version Packages (next)

49b9b4968133b5617713ffbd44c6fabe205070d2 authored almost 4 years ago
Version Packages (next)

805c1ca3bd9e698db10da0ae779eec454dfaaa35 authored almost 4 years ago
feat: reduce number of js updates when editing component css (#26)

* feat: reduce number of js updates when editing component css

* add changeset

1be46f10acaa1ab78c65ab7f02bb83c17bfbeb44 authored almost 4 years ago
Kit playground - basic tests to ensure changes in vite-plugin-svelte don't break kit (#8)

* wip: add a kit project to playground for testing

* wip: first working version for kit tests...

913920746a0ff864f7527b5dca80c498918be2d0 authored almost 4 years ago
fix: improve virtual css module path (fixes #14)

* improve handling of virtual css module paths (fixes #14)

18647aa92286189317d61b3ce49c12784b325521 authored almost 4 years ago
fix: do not preserve type imports (#20)

* chore: create a playground to demo the bug

* fix: do not preserve type imports

* fix: on...

8d9ef9635154a3b24cefce459914e97d776275a3 authored almost 4 years ago
update release action and scripts (#18)

* update release action and scripts

* always run install on release action, unlike ci it isn'...

0e516a39c50e23fc6fdc81dd4bee98b9a13c1331 authored almost 4 years ago
disable svelte-hmr overlay (#22)

* disable svelte-hmr overlay

* add changeset

Co-authored-by: dominikg <[email protected]>

6f4a25392a70b75f9937e97dadabee7dac78a55e authored almost 4 years ago
rename file as constants.ts (#17)

b229a8c412db713663021cf9d20bb179f0d42cbd authored almost 4 years ago
feat: use `sveltePreprocess` options from vite plugins if presents (#13)

* feat: use `sveltePreprocess` options from vite plugins if present

solves windicss compatibi...

a0f5a651ed4c20550465a699ed76e7b8c33feca9 authored almost 4 years ago
Merge pull request #7 from sveltejs/changeset-release/main

initial release

d38c4f7e13ffbf8874ba599e59b6ccd6d8e5cc6f authored almost 4 years ago
Version Packages (next)

4e6854e4fcc2ecd5936d73acc10ff46cb13877ba authored almost 4 years ago
set access to public

0ed7d340343eceaa014e0be7834d79ae362e6117 authored almost 4 years ago
Merge pull request #6 from sveltejs/enable-prerelease-mode

enable prerelease mode

1b83a87845c3960f8d655b1f4054b3b5933cc932 authored almost 4 years ago
enable prerelease mode

00bceada98b584cc172648943a33149a7ba3a70d authored almost 4 years ago
Merge pull request #4 from sveltejs/prepare-initial-release

Prepare initial release

036ece033aef3f29449701219b5791dbd450a7a6 authored almost 4 years ago
fix release workflow

54f7542bb86810c14694af0c98decb92eab3f872 authored almost 4 years ago
bump dependencies

ac41a89baff65bd19c1b4702c0654486fc71da67 authored almost 4 years ago
bump -next version of vite-plugin-svelte to ensure its ahead of published one

828f72063f01f6393c1a20862d273c068b4ae950 authored almost 4 years ago
add vite mention

6d284d77a037d9ec78e3d05e0b964488e484ea6e authored almost 4 years ago
Add adapted contributing guide from svelte

8ab51950825f75b620a2a4bcd08aac04ed245e92 authored almost 4 years ago
update issue templates

d497476a4e5248b73610ed5e63118fc051897157 authored almost 4 years ago
sort scripts and add dev script at root in package.json

2db4cc4a011da9e4fc1c89c1ccb6483f59d0138b authored almost 4 years ago
rename old changelog

2eb6bef386920f369142f849fa566581c6d6f415 authored almost 4 years ago
initial release changeset

61439aeaf7ec1b8c36a5a4086e8465b595a1526d authored almost 4 years ago
remove unused commented code

f83e864dde3b09a03b6c4f96b04d44ff07d7d011 authored almost 4 years ago
rename test workflow to ci

6ad0424cbffd298cee8a429e7c5856c952696fc7 authored almost 4 years ago
remove commitlint

59c7d5451ab81329af074c5ba7cd0ff4625e6e35 authored almost 4 years ago
refactor: replace conventional-changelog with changesets and add kit release action

30c8032120fbb7db7a68f250e642ac6059351e75 authored almost 4 years ago
chore: format with prettier settings of sveltekit

528eba78ddcb70faff36de49b8870a15ec1f3a99 authored almost 4 years ago
refactor: rename svitejs -> sveltejs, remove svite references adpot some svelte/kit settings

04f91d509a05fae3bf57cee66cc4a17695deb734 authored almost 4 years ago
release: [email protected]

1ddc78417259d70aa7cdff49b4eaebf7d5434df8 authored almost 4 years ago
docs: escape characters in hmr options doc that failed the api-extractor

5392ffecd3f6ccdf27e9d180e508402382f27d57 authored almost 4 years ago
chore: bump svelte-hmr to 0.13

e720cb375a2b623083c9a8d841f01998ead4bac2 authored almost 4 years ago
docs: replace yarn recommendation

2df8d658f41be707a96bcc453a92cb9ef8c70a59 authored almost 4 years ago
chore: fix pkg script

681ab5bab273ab51f279b255effa35b4a04606ec authored almost 4 years ago
fix: update svelte-hmr options interface and add warning to leave it at defaults

c0f0a1704275c776e6f40fdcdeb35c76f9c11d43 authored almost 4 years ago
chore: update dependencies

3db53b48f2c72f6dbe196057b748d75e165f1f29 authored almost 4 years ago
chore: update dependencies

27e92cd12bb299b7338b00a9ebdbfa54af6e83b1 authored almost 4 years ago