From 25e7f7e9eec2d45408a2edea1c9f6fa98a2b230d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Mar 2021 09:02:46 +0000 Subject: [PATCH] Version Packages --- .changeset/afraid-poets-stare.md | 5 --- .changeset/big-games-refuse.md | 5 --- .changeset/blue-trains-drum.md | 5 --- .changeset/brown-turtles-relax.md | 5 --- .changeset/clean-ads-obey.md | 5 --- .changeset/curvy-suns-explain.md | 5 --- .changeset/cyan-badgers-grab.md | 5 --- .changeset/five-carrots-juggle.md | 5 --- .changeset/five-hornets-admire.md | 5 --- .changeset/forty-bottles-lick.md | 5 --- .changeset/gorgeous-pants-brush.md | 5 --- .changeset/hip-peaches-jam.md | 5 --- .changeset/hot-squids-learn.md | 5 --- .changeset/large-apes-perform.md | 5 --- .changeset/lucky-suits-worry.md | 5 --- .changeset/moody-cougars-watch.md | 5 --- .changeset/moody-monkeys-hunt.md | 5 --- .changeset/quiet-ways-attend.md | 5 --- .changeset/rare-rules-draw.md | 6 --- .changeset/sharp-cats-relate.md | 5 --- .changeset/shy-ligers-hang.md | 5 --- .changeset/silver-steaks-sniff.md | 5 --- .changeset/small-islands-clean.md | 7 ---- .changeset/spicy-hornets-provide.md | 5 --- .changeset/strange-beers-play.md | 5 --- .changeset/stupid-kings-cross.md | 5 --- .changeset/tall-moons-itch.md | 5 --- .changeset/thin-coins-peel.md | 5 --- .changeset/tidy-lies-beam.md | 5 --- .changeset/violet-grapes-sparkle.md | 5 --- .changeset/violet-keys-hammer.md | 5 --- .changeset/warm-jars-fetch.md | 5 --- .changeset/wise-hats-marry.md | 5 --- .changeset/wise-llamas-exist.md | 5 --- packages/create-wmr/CHANGELOG.md | 8 ++++ packages/create-wmr/package.json | 2 +- packages/directory-plugin/CHANGELOG.md | 6 +++ packages/directory-plugin/package.json | 4 +- packages/preact-iso/CHANGELOG.md | 20 +++++++++ packages/preact-iso/package.json | 2 +- packages/sw-plugin/CHANGELOG.md | 10 +++++ packages/sw-plugin/package.json | 4 +- packages/wmr/CHANGELOG.md | 56 ++++++++++++++++++++++++++ packages/wmr/package.json | 2 +- 44 files changed, 107 insertions(+), 180 deletions(-) delete mode 100644 .changeset/afraid-poets-stare.md delete mode 100644 .changeset/big-games-refuse.md delete mode 100644 .changeset/blue-trains-drum.md delete mode 100644 .changeset/brown-turtles-relax.md delete mode 100644 .changeset/clean-ads-obey.md delete mode 100644 .changeset/curvy-suns-explain.md delete mode 100644 .changeset/cyan-badgers-grab.md delete mode 100644 .changeset/five-carrots-juggle.md delete mode 100644 .changeset/five-hornets-admire.md delete mode 100644 .changeset/forty-bottles-lick.md delete mode 100644 .changeset/gorgeous-pants-brush.md delete mode 100644 .changeset/hip-peaches-jam.md delete mode 100644 .changeset/hot-squids-learn.md delete mode 100644 .changeset/large-apes-perform.md delete mode 100644 .changeset/lucky-suits-worry.md delete mode 100644 .changeset/moody-cougars-watch.md delete mode 100644 .changeset/moody-monkeys-hunt.md delete mode 100644 .changeset/quiet-ways-attend.md delete mode 100644 .changeset/rare-rules-draw.md delete mode 100644 .changeset/sharp-cats-relate.md delete mode 100644 .changeset/shy-ligers-hang.md delete mode 100644 .changeset/silver-steaks-sniff.md delete mode 100644 .changeset/small-islands-clean.md delete mode 100644 .changeset/spicy-hornets-provide.md delete mode 100644 .changeset/strange-beers-play.md delete mode 100644 .changeset/stupid-kings-cross.md delete mode 100644 .changeset/tall-moons-itch.md delete mode 100644 .changeset/thin-coins-peel.md delete mode 100644 .changeset/tidy-lies-beam.md delete mode 100644 .changeset/violet-grapes-sparkle.md delete mode 100644 .changeset/violet-keys-hammer.md delete mode 100644 .changeset/warm-jars-fetch.md delete mode 100644 .changeset/wise-hats-marry.md delete mode 100644 .changeset/wise-llamas-exist.md diff --git a/.changeset/afraid-poets-stare.md b/.changeset/afraid-poets-stare.md deleted file mode 100644 index 139f97047..000000000 --- a/.changeset/afraid-poets-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Add missing Route export diff --git a/.changeset/big-games-refuse.md b/.changeset/big-games-refuse.md deleted file mode 100644 index 9e0508dd5..000000000 --- a/.changeset/big-games-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Update plugin format to extend options by deep-merging return values instead of manually pushing into arrays. This makes user plugins shorter and less error prone. In doing so we do support return an array of plugins from a plugin. The returned array will be flattened into the existing one. To be able to specify execution points a `plugin.enforce` property was added. diff --git a/.changeset/blue-trains-drum.md b/.changeset/blue-trains-drum.md deleted file mode 100644 index 2aaac176b..000000000 --- a/.changeset/blue-trains-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Only search for free port once in dev mode diff --git a/.changeset/brown-turtles-relax.md b/.changeset/brown-turtles-relax.md deleted file mode 100644 index dfd2b3a93..000000000 --- a/.changeset/brown-turtles-relax.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Automatically restart the dev server on config changes. This includes `package.json`, `*.env` and `wmr.config.(js|ts|mjs)` diff --git a/.changeset/clean-ads-obey.md b/.changeset/clean-ads-obey.md deleted file mode 100644 index d0c7a9003..000000000 --- a/.changeset/clean-ads-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Always print stack traces on exceptions diff --git a/.changeset/curvy-suns-explain.md b/.changeset/curvy-suns-explain.md deleted file mode 100644 index aa9c0cb95..000000000 --- a/.changeset/curvy-suns-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Add type definitions to router onLoadEnd and onLoadStart diff --git a/.changeset/cyan-badgers-grab.md b/.changeset/cyan-badgers-grab.md deleted file mode 100644 index 6ec956067..000000000 --- a/.changeset/cyan-badgers-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Fix routes with leading/trailing slashes diff --git a/.changeset/five-carrots-juggle.md b/.changeset/five-carrots-juggle.md deleted file mode 100644 index be9c3330e..000000000 --- a/.changeset/five-carrots-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix reload issue, when the bubbling hmr doesn't find a proper boundary it will give the browser a refresh signal (F5) which needs to clear the module-graph as modules could still be marked as stale which wouldn't be needed diff --git a/.changeset/five-hornets-admire.md b/.changeset/five-hornets-admire.md deleted file mode 100644 index 7687ecd3c..000000000 --- a/.changeset/five-hornets-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix potential infinite loop when searching for a free port diff --git a/.changeset/forty-bottles-lick.md b/.changeset/forty-bottles-lick.md deleted file mode 100644 index 5fb1d4618..000000000 --- a/.changeset/forty-bottles-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Reduce amount of files to check during config loading diff --git a/.changeset/gorgeous-pants-brush.md b/.changeset/gorgeous-pants-brush.md deleted file mode 100644 index 091a57ba8..000000000 --- a/.changeset/gorgeous-pants-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Add colored namespaces to debug output when `DEBUG=true` is set. diff --git a/.changeset/hip-peaches-jam.md b/.changeset/hip-peaches-jam.md deleted file mode 100644 index e6f0a12dd..000000000 --- a/.changeset/hip-peaches-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Add missing types for `onError` prop of `ErrorBoundary` component diff --git a/.changeset/hot-squids-learn.md b/.changeset/hot-squids-learn.md deleted file mode 100644 index 92a339d77..000000000 --- a/.changeset/hot-squids-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix double quotes imports with bundle-plugin diff --git a/.changeset/large-apes-perform.md b/.changeset/large-apes-perform.md deleted file mode 100644 index 8eacbe717..000000000 --- a/.changeset/large-apes-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix case where the module-graph would become stale if two co-dependent modules would import the same file, when this file would get updated we'd only cache-bust the import in one of those two files making the graph stale. One file updates the old version and the other updates the new one. diff --git a/.changeset/lucky-suits-worry.md b/.changeset/lucky-suits-worry.md deleted file mode 100644 index 6544f3615..000000000 --- a/.changeset/lucky-suits-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Report errored JS-lines to the client. diff --git a/.changeset/moody-cougars-watch.md b/.changeset/moody-cougars-watch.md deleted file mode 100644 index 13344cef1..000000000 --- a/.changeset/moody-cougars-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Support Typescript config files diff --git a/.changeset/moody-monkeys-hunt.md b/.changeset/moody-monkeys-hunt.md deleted file mode 100644 index 16156dbd5..000000000 --- a/.changeset/moody-monkeys-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Use same user plugin ordering in dev and production mode diff --git a/.changeset/quiet-ways-attend.md b/.changeset/quiet-ways-attend.md deleted file mode 100644 index 07d0e34a5..000000000 --- a/.changeset/quiet-ways-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix unable to load node builtins in config file diff --git a/.changeset/rare-rules-draw.md b/.changeset/rare-rules-draw.md deleted file mode 100644 index 485b647a6..000000000 --- a/.changeset/rare-rules-draw.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@wmr-plugins/directory-import': patch -'@wmr-plugins/service-worker': patch ---- - -Add missing import prefix types diff --git a/.changeset/sharp-cats-relate.md b/.changeset/sharp-cats-relate.md deleted file mode 100644 index 793c898d5..000000000 --- a/.changeset/sharp-cats-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': patch ---- - -Set default value for push to true diff --git a/.changeset/shy-ligers-hang.md b/.changeset/shy-ligers-hang.md deleted file mode 100644 index 622285195..000000000 --- a/.changeset/shy-ligers-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-wmr': patch ---- - -Fix for .gitignore in newly scaffolded projects diff --git a/.changeset/silver-steaks-sniff.md b/.changeset/silver-steaks-sniff.md deleted file mode 100644 index a3eb25733..000000000 --- a/.changeset/silver-steaks-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Align astronaut emoji with addresses in startup message diff --git a/.changeset/small-islands-clean.md b/.changeset/small-islands-clean.md deleted file mode 100644 index 8b1497892..000000000 --- a/.changeset/small-islands-clean.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'preact-iso': minor -'@wmr-plugins/service-worker': minor -'wmr': minor ---- - -Fix Eslint and Prettier suggestions diff --git a/.changeset/spicy-hornets-provide.md b/.changeset/spicy-hornets-provide.md deleted file mode 100644 index 70da9596f..000000000 --- a/.changeset/spicy-hornets-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-wmr': patch ---- - -Ensures WMR's types are available to users diff --git a/.changeset/strange-beers-play.md b/.changeset/strange-beers-play.md deleted file mode 100644 index 94d22a432..000000000 --- a/.changeset/strange-beers-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': minor ---- - -Use resolve.exports for export map resolving in the npm-plugin diff --git a/.changeset/stupid-kings-cross.md b/.changeset/stupid-kings-cross.md deleted file mode 100644 index 34f69c074..000000000 --- a/.changeset/stupid-kings-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Newly created files shouldn't cause a page-reload diff --git a/.changeset/tall-moons-itch.md b/.changeset/tall-moons-itch.md deleted file mode 100644 index 6d6e41bfc..000000000 --- a/.changeset/tall-moons-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Add plugin `config()` and `configResolved()` tests diff --git a/.changeset/thin-coins-peel.md b/.changeset/thin-coins-peel.md deleted file mode 100644 index 15be7c652..000000000 --- a/.changeset/thin-coins-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -This PR adds a redesigned startup screen to make it easier to read addresses at a glance. diff --git a/.changeset/tidy-lies-beam.md b/.changeset/tidy-lies-beam.md deleted file mode 100644 index 8f5f7d530..000000000 --- a/.changeset/tidy-lies-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix unable to load json files during prerendering diff --git a/.changeset/violet-grapes-sparkle.md b/.changeset/violet-grapes-sparkle.md deleted file mode 100644 index 7e12826a1..000000000 --- a/.changeset/violet-grapes-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Fix incorrect plugin ordering introduced in #465 (unreleased) diff --git a/.changeset/violet-keys-hammer.md b/.changeset/violet-keys-hammer.md deleted file mode 100644 index 76b79a22c..000000000 --- a/.changeset/violet-keys-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Only show DEBUG messages when DEBUG=true or DEBUG=1 diff --git a/.changeset/warm-jars-fetch.md b/.changeset/warm-jars-fetch.md deleted file mode 100644 index d3526a0b2..000000000 --- a/.changeset/warm-jars-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Always throw if the user requested a specific port and it's not available diff --git a/.changeset/wise-hats-marry.md b/.changeset/wise-hats-marry.md deleted file mode 100644 index f5f80cebc..000000000 --- a/.changeset/wise-hats-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'preact-iso': minor ---- - -Adds a new Route component export diff --git a/.changeset/wise-llamas-exist.md b/.changeset/wise-llamas-exist.md deleted file mode 100644 index f07d85cc8..000000000 --- a/.changeset/wise-llamas-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'wmr': patch ---- - -Don't resolve config file twice during compilation diff --git a/packages/create-wmr/CHANGELOG.md b/packages/create-wmr/CHANGELOG.md index fe21b2a59..dc1378c17 100644 --- a/packages/create-wmr/CHANGELOG.md +++ b/packages/create-wmr/CHANGELOG.md @@ -1,5 +1,13 @@ # create-wmr +## 0.3.1 + +### Patch Changes + +- [`621fbd2`](https://github.com/preactjs/wmr/commit/621fbd207e27f0ca52846483c387c86330a96ab5) [#410](https://github.com/preactjs/wmr/pull/410) Thanks [@rschristian](https://github.com/rschristian)! - Fix for .gitignore in newly scaffolded projects + +* [`a8d8db5`](https://github.com/preactjs/wmr/commit/a8d8db5d021bf0ac77321352576633c72300f37d) [#460](https://github.com/preactjs/wmr/pull/460) Thanks [@rschristian](https://github.com/rschristian)! - Ensures WMR's types are available to users + ## 0.3.0 ### Minor Changes diff --git a/packages/create-wmr/package.json b/packages/create-wmr/package.json index 157d048b6..8ac2c5778 100644 --- a/packages/create-wmr/package.json +++ b/packages/create-wmr/package.json @@ -1,6 +1,6 @@ { "name": "create-wmr", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "./dist/index.js", "bin": "./dist/index.js", diff --git a/packages/directory-plugin/CHANGELOG.md b/packages/directory-plugin/CHANGELOG.md index f2edf15fd..75a8ccd5d 100644 --- a/packages/directory-plugin/CHANGELOG.md +++ b/packages/directory-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @wmr-plugins/directory-import +## 0.1.2 + +### Patch Changes + +- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types + ## 0.1.1 ### Patch Changes diff --git a/packages/directory-plugin/package.json b/packages/directory-plugin/package.json index 3e076fc52..c9a35e0c5 100644 --- a/packages/directory-plugin/package.json +++ b/packages/directory-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@wmr-plugins/directory-import", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "main": "./directory-plugin.cjs", "module": "./src/index.js", @@ -29,7 +29,7 @@ "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^11.2.0", "rollup": "^2.41.0", - "wmr": "^1.3.2" + "wmr": "^1.4.0" }, "peerDependencies": { "wmr": ">=1.0.0" diff --git a/packages/preact-iso/CHANGELOG.md b/packages/preact-iso/CHANGELOG.md index ed43f98ef..b98b00586 100644 --- a/packages/preact-iso/CHANGELOG.md +++ b/packages/preact-iso/CHANGELOG.md @@ -1,5 +1,25 @@ # preact-iso +## 1.1.0 + +### Minor Changes + +- [`44d5a83`](https://github.com/preactjs/wmr/commit/44d5a835aa08fc4e4497706045ce26ba13108b0a) [#461](https://github.com/preactjs/wmr/pull/461) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix Eslint and Prettier suggestions + +* [`f7b5bd7`](https://github.com/preactjs/wmr/commit/f7b5bd77c3d0e599cff43226f903483cefad9539) [#422](https://github.com/preactjs/wmr/pull/422) Thanks [@rschristian](https://github.com/rschristian)! - Adds a new Route component export + +### Patch Changes + +- [`5ff2c55`](https://github.com/preactjs/wmr/commit/5ff2c559feb83ffed514ed67b5d7f3e2389ef5cc) [#459](https://github.com/preactjs/wmr/pull/459) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add missing Route export + +* [`0833c4a`](https://github.com/preactjs/wmr/commit/0833c4ad25ceffae461d4d8f8643744cc0b7e080) [#408](https://github.com/preactjs/wmr/pull/408) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Add type definitions to router onLoadEnd and onLoadStart + +- [`f320e3e`](https://github.com/preactjs/wmr/commit/f320e3e46cbd66c4d0580c6ec567e335b646ac5c) [#416](https://github.com/preactjs/wmr/pull/416) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix routes with leading/trailing slashes + +* [`3db3696`](https://github.com/preactjs/wmr/commit/3db36964afc1f3158d3b5d377d06ccf32b6efadd) [#421](https://github.com/preactjs/wmr/pull/421) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add missing types for `onError` prop of `ErrorBoundary` component + +- [`0bbb8cc`](https://github.com/preactjs/wmr/commit/0bbb8ccaafb1182b5a0f42ef6208a40d774c73f1) [#424](https://github.com/preactjs/wmr/pull/424) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Set default value for push to true + ## 1.0.1 ### Patch Changes diff --git a/packages/preact-iso/package.json b/packages/preact-iso/package.json index 2310d2596..295599c94 100644 --- a/packages/preact-iso/package.json +++ b/packages/preact-iso/package.json @@ -1,6 +1,6 @@ { "name": "preact-iso", - "version": "1.0.1", + "version": "1.1.0", "description": "Isomorphic utilities for Preact", "main": "./index.js", "module": "./index.js", diff --git a/packages/sw-plugin/CHANGELOG.md b/packages/sw-plugin/CHANGELOG.md index 182ec1025..baf2fc22d 100644 --- a/packages/sw-plugin/CHANGELOG.md +++ b/packages/sw-plugin/CHANGELOG.md @@ -1,5 +1,15 @@ # @wmr-plugins/service-worker +## 0.2.0 + +### Minor Changes + +- [`44d5a83`](https://github.com/preactjs/wmr/commit/44d5a835aa08fc4e4497706045ce26ba13108b0a) [#461](https://github.com/preactjs/wmr/pull/461) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix Eslint and Prettier suggestions + +### Patch Changes + +- [`5ae4e4d`](https://github.com/preactjs/wmr/commit/5ae4e4dc1c7553ed64d7dbbe7a05281e215d64b2) [#455](https://github.com/preactjs/wmr/pull/455) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Add missing import prefix types + ## 0.1.1 ### Patch Changes diff --git a/packages/sw-plugin/package.json b/packages/sw-plugin/package.json index c1c0cf70a..e22e5b533 100644 --- a/packages/sw-plugin/package.json +++ b/packages/sw-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@wmr-plugins/service-worker", - "version": "0.1.1", + "version": "0.2.0", "type": "module", "main": "./sw-plugin.cjs", "module": "./src/index.js", @@ -29,7 +29,7 @@ "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-node-resolve": "^11.2.0", "rollup": "^2.41.0", - "wmr": "^1.3.2" + "wmr": "^1.4.0" }, "dependencies": { "rollup": "^2.0.0" diff --git a/packages/wmr/CHANGELOG.md b/packages/wmr/CHANGELOG.md index a9f2cb0fd..e00e5a3c0 100644 --- a/packages/wmr/CHANGELOG.md +++ b/packages/wmr/CHANGELOG.md @@ -1,5 +1,61 @@ # wmr +## 1.4.0 + +### Minor Changes + +- [`cb26519`](https://github.com/preactjs/wmr/commit/cb2651974c922c10c520a1c56de39ac3c2b05511) [#438](https://github.com/preactjs/wmr/pull/438) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Update plugin format to extend options by deep-merging return values instead of manually pushing into arrays. This makes user plugins shorter and less error prone. In doing so we do support return an array of plugins from a plugin. The returned array will be flattened into the existing one. To be able to specify execution points a `plugin.enforce` property was added. + +* [`5dcd256`](https://github.com/preactjs/wmr/commit/5dcd256d5584149fcd26358aa6afa6dfa5a289fb) [#476](https://github.com/preactjs/wmr/pull/476) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Automatically restart the dev server on config changes. This includes `package.json`, `*.env` and `wmr.config.(js|ts|mjs)` + +- [`eed537d`](https://github.com/preactjs/wmr/commit/eed537df6f4a8bb55e822b4645278beee366b07c) [#435](https://github.com/preactjs/wmr/pull/435) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Report errored JS-lines to the client. + +* [`44d5a83`](https://github.com/preactjs/wmr/commit/44d5a835aa08fc4e4497706045ce26ba13108b0a) [#461](https://github.com/preactjs/wmr/pull/461) Thanks [@piotr-cz](https://github.com/piotr-cz)! - Fix Eslint and Prettier suggestions + +- [`111c1be`](https://github.com/preactjs/wmr/commit/111c1be36cc27428df72d4e73964157c90218d82) [#389](https://github.com/preactjs/wmr/pull/389) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Use resolve.exports for export map resolving in the npm-plugin + +### Patch Changes + +- [`c906736`](https://github.com/preactjs/wmr/commit/c9067365aaf2c2e1480ac001631ffeaad826e045) [#475](https://github.com/preactjs/wmr/pull/475) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Only search for free port once in dev mode + +* [`d37fe5c`](https://github.com/preactjs/wmr/commit/d37fe5cf3ed19422e623c8eb556667d8de052f76) [#464](https://github.com/preactjs/wmr/pull/464) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Always print stack traces on exceptions + +- [`b225cc2`](https://github.com/preactjs/wmr/commit/b225cc24a5683380b26e48ff8f276b1f2e2525d2) [#430](https://github.com/preactjs/wmr/pull/430) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix reload issue, when the bubbling hmr doesn't find a proper boundary it will give the browser a refresh signal (F5) which needs to clear the module-graph as modules could still be marked as stale which wouldn't be needed + +* [`07dbd20`](https://github.com/preactjs/wmr/commit/07dbd20f8dcbbc3c19fedf8a9bdd2396b194c474) [#470](https://github.com/preactjs/wmr/pull/470) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix potential infinite loop when searching for a free port + +- [`f45c651`](https://github.com/preactjs/wmr/commit/f45c65172a36f738e511da068d2c5f4b63b2d504) [#472](https://github.com/preactjs/wmr/pull/472) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Reduce amount of files to check during config loading + +* [`3fa2aeb`](https://github.com/preactjs/wmr/commit/3fa2aebf4447c349e7a70eeed9736c2060236916) [#441](https://github.com/preactjs/wmr/pull/441) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add colored namespaces to debug output when `DEBUG=true` is set. + +- [`2102ffb`](https://github.com/preactjs/wmr/commit/2102ffb4807e04c4858fc28ed5e1463e38ee3a1f) [#409](https://github.com/preactjs/wmr/pull/409) Thanks [@aduh95](https://github.com/aduh95)! - Fix double quotes imports with bundle-plugin + +* [`4d36e2a`](https://github.com/preactjs/wmr/commit/4d36e2a42884784517a047930b955724cebac6ba) [#427](https://github.com/preactjs/wmr/pull/427) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Fix case where the module-graph would become stale if two co-dependent modules would import the same file, when this file would get updated we'd only cache-bust the import in one of those two files making the graph stale. One file updates the old version and the other updates the new one. + +- [`2405b8c`](https://github.com/preactjs/wmr/commit/2405b8c0569cdcf738122a79c451e1a3cff1b630) [#437](https://github.com/preactjs/wmr/pull/437) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Support Typescript config files + +* [`0737249`](https://github.com/preactjs/wmr/commit/0737249a5888e098c6fa65eb28e77f1ab966061a) [#465](https://github.com/preactjs/wmr/pull/465) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Use same user plugin ordering in dev and production mode + +- [`cecac5f`](https://github.com/preactjs/wmr/commit/cecac5f3b06d3613b26059515a691476d43fb2ff) [#482](https://github.com/preactjs/wmr/pull/482) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix unable to load node builtins in config file + +* [`5ae39be`](https://github.com/preactjs/wmr/commit/5ae39be2fe62e597abdea0d3ac1e3a212efc990b) [#453](https://github.com/preactjs/wmr/pull/453) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Align astronaut emoji with addresses in startup message + +- [`bcf3bdf`](https://github.com/preactjs/wmr/commit/bcf3bdf8f4556a621f6470c39c05e041e41d4f5a) [#433](https://github.com/preactjs/wmr/pull/433) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - Newly created files shouldn't cause a page-reload + +* [`3419af9`](https://github.com/preactjs/wmr/commit/3419af91b31aebe61497869f8aacfe81c576b0d5) [#466](https://github.com/preactjs/wmr/pull/466) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Add plugin `config()` and `configResolved()` tests + +- [`baa85c7`](https://github.com/preactjs/wmr/commit/baa85c7acbd8706b64d07741040a5773b248d25a) [#450](https://github.com/preactjs/wmr/pull/450) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - This PR adds a redesigned startup screen to make it easier to read addresses at a glance. + +* [`8320de5`](https://github.com/preactjs/wmr/commit/8320de54c84bd13bb2572c7e04390e8bba6ec77d) [#480](https://github.com/preactjs/wmr/pull/480) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix unable to load json files during prerendering + +- [`fc5cf31`](https://github.com/preactjs/wmr/commit/fc5cf31ea4815c88459c4718149215f37563c1a2) [#468](https://github.com/preactjs/wmr/pull/468) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Fix incorrect plugin ordering introduced in #465 (unreleased) + +* [`ef273aa`](https://github.com/preactjs/wmr/commit/ef273aa6744feb7c1b34b7dd6c2edf01a41770d7) [#486](https://github.com/preactjs/wmr/pull/486) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Only show DEBUG messages when DEBUG=true or DEBUG=1 + +- [`2f36c6f`](https://github.com/preactjs/wmr/commit/2f36c6f7045268bd95fc41be16cba593ecf97326) [#463](https://github.com/preactjs/wmr/pull/463) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Always throw if the user requested a specific port and it's not available + +* [`edf9106`](https://github.com/preactjs/wmr/commit/edf9106a6e1767d288572e4967f749958c7b484c) [#442](https://github.com/preactjs/wmr/pull/442) Thanks [@marvinhagemeister](https://github.com/marvinhagemeister)! - Don't resolve config file twice during compilation + ## 1.3.2 ### Patch Changes diff --git a/packages/wmr/package.json b/packages/wmr/package.json index 97f384d6d..48e429d94 100644 --- a/packages/wmr/package.json +++ b/packages/wmr/package.json @@ -1,6 +1,6 @@ { "name": "wmr", - "version": "1.3.2", + "version": "1.4.0", "bin": "wmr.cjs", "type": "module", "scripts": {