diff --git a/.changeset/README.md b/.changeset/README.md new file mode 100644 index 0000000000..e5b6d8d6a6 --- /dev/null +++ b/.changeset/README.md @@ -0,0 +1,8 @@ +# Changesets + +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works +with multi-package repos, or single-package repos to help you version and publish your code. You can +find the full documentation for it [in our repository](https://github.com/changesets/changesets) + +We have a quick list of common questions to get you started engaging with this project in +[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 0000000000..1cb7cf7759 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": ["@snowpack/test-*"] +} diff --git a/CHANGELOG.md b/CHANGELOG.md index 66e5bc71c6..213c40841f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Changelog ## Version 3.x + The CHANGELOG.md for the current 3.x version of Snowpack is maintained in the `/snowpack` directory at: https://github.com/snowpackjs/snowpack/blob/main/snowpack/CHANGELOG.md ## Version 2.x -The CHANGELOG.md for version 2.x is currently maintained in a discussion so that you can subscribe for updates: + +The CHANGELOG.md for version 2.x is currently maintained in a discussion so that you can subscribe for updates: **https://github.com/snowpackjs/snowpack/discussions/1183** diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0006a60835..c03178ff0d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -156,10 +156,12 @@ Some tips for creating your first pull request: - Link to any relevant issues, discussions, or past PRs. - Add accompanying tests if applicable. - Ensure all tests have been passed. +- Be sure to add a [changesets][changesets] message along with your commit! Our friendly 🤖 bot will help guide you with more instructions. ## Discussion [Join the Pika Discord][discord] +[changesets]: https://github.com/atlassian/changesets [discord]: https://discord.gg/rS8SnRk [discussion]: https://github.com/snowpackjs/snowpack/discussions diff --git a/esinstall/CHANGELOG.md b/esinstall/CHANGELOG.md index 0521106b0a..d6f527ad36 100644 --- a/esinstall/CHANGELOG.md +++ b/esinstall/CHANGELOG.md @@ -1,78 +1,101 @@ -# Changelog +# esinstall -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/esinstall)._ +## 1.1.6 - +### Patch Changes -## esinstall@1.1.6 [2021-06-22] +- fb7eaaa4: Allow `external` CommonJS modules to be imported properly in Node (#3473) +- 1dac52b3: [ci] yarn format +- afc6232f: Allow .astro files to be installed as JavaScript (#3406) -* fb7eaaa4 - Allow `external` CommonJS modules to be imported properly in Node (#3473) -* 1dac52b3 - [ci] yarn format -* afc6232f - Allow .astro files to be installed as JavaScript (#3406) +## 1.1.5 -## esinstall@1.1.5 [2021-06-01] +### Patch Changes -* c659b7c3 - [ci] yarn format -* b375b8a3 - Fix `external` behavior for local package source and SSR. (#3399) -* 068b7d75 - Set `preventAssignment` option of rollup-plugin-replace to true (#3222) -* d9956f73 - add explicit "mode" config (#3135) +- c659b7c3: [ci] yarn format +- b375b8a3: Fix `external` behavior for local package source and SSR. (#3399) +- 068b7d75: Set `preventAssignment` option of rollup-plugin-replace to true (#3222) +- d9956f73: add explicit "mode" config (#3135) -## esinstall@1.1.4 [2021-04-05] +## 1.1.4 -* 9eb50368 - update deps (#2928) -* d542762a - Add execa dependency for esinstall (#3075) +### Patch Changes -## esinstall@1.1.3 [2021-04-01] +- 9eb50368: update deps (#2928) +- d542762a: Add execa dependency for esinstall (#3075) -* 332d69ed - Adding property expr to solve #2945 (#3063) +## 1.1.3 -## esinstall@1.1.2 [2021-03-31] +### Patch Changes -* 56c5a231 - fix typo in changelog -* 836338b5 - add react-transition-group to bad cjs scanner list -* 22dd802e - no longer need tslib workaround -* 74c4661e - add "events" to bad cjs scanning packages list -* 40f02cf4 - reorder changelog entries -* fc6c1417 - Improve CSS error message (#2973) +- 332d69ed: Adding property expr to solve #2945 (#3063) -## esinstall@1.1.1 [2021-03-20] +## 1.1.2 -* e50cb745 - fix better handling for unscannable cjs packages -* 1232e252 - add back cjs-cjs compat from an earlier pr (#2934) +### Patch Changes -## esinstall@1.1.0 [2021-03-19] +- 56c5a231: fix typo in changelog +- 836338b5: add react-transition-group to bad cjs scanner list +- 22dd802e: no longer need tslib workaround +- 74c4661e: add "events" to bad cjs scanning packages list +- 40f02cf4: reorder changelog entries +- fc6c1417: Improve CSS error message (#2973) -* a800bf3d - finalize picomatch support (#2912) -* b2738967 - improve cjs<>esm conversion of named exports (#2859) -* c3ecc7da - [ci] yarn format -* 92057561 - Fix: warn on missing export (#2826) -* bea1c56c - Simplify. cleanup, enhance snowpack internals (#2707) -* 6f514a0d - [ci] yarn format -* 8280627d - fix issue with types package (#2768) -* bb1ca50a - url not needed in esinstall -* 19cdf5ca - ignore data imports from build or scan -* 435692d0 - make stats optional, speed up perf (#2708) -* b82c472e - [ci] yarn format -* 81d9ff88 - fix unnecessary filtering of absolute aliases (#2424) -* c0501f72 - [ci] yarn format -* d3b6f769 - Support packages that use export maps but have no main (#2659) -* 520112b6 - Update the changelog +## 1.1.1 -## esinstall@1.0.5 [2021-02-04] +### Patch Changes -* ec3c29fd - Pin rollup version to fix tree shaking bugs (#2572) -* 4ffc1c10 - add support for internal export map imports (#2507) +- e50cb745: fix better handling for unscannable cjs packages +- 1232e252: add back cjs-cjs compat from an earlier pr (#2934) -## esinstall@1.0.4 [2021-01-27] +## 1.1.0 -* 150cdf30 - Fix explodeExportMap expanding dirs (#2493) -* 977621dc - properly scan named imports from events polyfill package +### Minor Changes -## esinstall@1.0.3 [2021-01-16] +- bea1c56c: Simplify. cleanup, enhance snowpack internals (#2707) -- 6b105339 - add esinstall missing import hint (#2299) -- 15a27ac9 - support additional main fields in sub-dependencies (#2298) +### Patch Changes -## esinstall@1.0.2 [2021-01-13] +- a800bf3d: finalize picomatch support (#2912) +- b2738967: improve cjs<>esm conversion of named exports (#2859) +- c3ecc7da: [ci] yarn format +- 92057561: Fix: warn on missing export (#2826) +- 6f514a0d: [ci] yarn format +- 8280627d: fix issue with types package (#2768) +- bb1ca50a: url not needed in esinstall +- 19cdf5ca: ignore data imports from build or scan +- 435692d0: make stats optional, speed up perf (#2708) +- b82c472e: [ci] yarn format +- 81d9ff88: fix unnecessary filtering of absolute aliases (#2424) +- c0501f72: [ci] yarn format +- d3b6f769: Support packages that use export maps but have no main (#2659) +- 520112b6: Update the changelog -- 15d77ea3 - cleanup +## 1.0.5 + +### Patch Changes + +- ec3c29fd: Pin rollup version to fix tree shaking bugs (#2572) +- 4ffc1c10: add support for internal export map imports (#2507) + +## 1.0.4 + +### Patch Changes + +- 150cdf30: Fix explodeExportMap expanding dirs (#2493) +- 977621dc: properly scan named imports from events polyfill package + +## 1.0.3 + +### Patch Changes + +- 6b105339: add esinstall missing import hint (#2299) +- 15a27ac9: support additional main fields in sub-dependencies (#2298) + +## 1.0.2 + +### Patch Changes + +- 15d77ea3: cleanup + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/esinstall)._ diff --git a/package.json b/package.json index 64c8ff564d..fed5ef587c 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "test/esinstall/*" ], "devDependencies": { + "@changesets/cli": "^2.16.0", "@rollup/plugin-alias": "^3.0.1", "@skypack/package-check": "^0.2.0", "@types/babel__traverse": "^7.0.7", diff --git a/plugins/plugin-babel/CHANGELOG.md b/plugins/plugin-babel/CHANGELOG.md index 886e865fba..b2110269ab 100644 --- a/plugins/plugin-babel/CHANGELOG.md +++ b/plugins/plugin-babel/CHANGELOG.md @@ -1,11 +1,11 @@ -# Changelog +# @snowpack/plugin-babel -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-babel).* +## 2.1.7 - +### Patch Changes -## @snowpack/plugin-babel@2.1.7 [2021-03-31] +- b34b011a: update babel plugin to support process.env packages +- ecd6ce07: Fix undefined accessor errors using @snowpack/plugin-babel with snowpack 3.1.x (#3000) +- 48ced185: Update plugin-babel readme (#2574) -* b34b011a - update babel plugin to support process.env packages -* ecd6ce07 - Fix undefined accessor errors using @snowpack/plugin-babel with snowpack 3.1.x (#3000) -* 48ced185 - Update plugin-babel readme (#2574) +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-babel)._ diff --git a/plugins/plugin-dotenv/CHANGELOG.md b/plugins/plugin-dotenv/CHANGELOG.md index 37e7b22c15..bcda73ea7a 100644 --- a/plugins/plugin-dotenv/CHANGELOG.md +++ b/plugins/plugin-dotenv/CHANGELOG.md @@ -1,11 +1,14 @@ -# Changelog +# @snowpack/plugin-dotenv -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-dotenv).* +## 2.1.0 - +### Minor Changes -## @snowpack/plugin-dotenv@2.1.0 [2021-03-31] +- 38031e7e: Add options to plugin-dotenv (#2917) -* ad8de420 - [ci] yarn format -* 38031e7e - Add options to plugin-dotenv (#2917) -* ae4c04bd - Updated link; reference page had moved (#2646) +### Patch Changes + +- ad8de420: [ci] yarn format +- ae4c04bd: Updated link; reference page had moved (#2646) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-dotenv)._ diff --git a/plugins/plugin-optimize/CHANGELOG.md b/plugins/plugin-optimize/CHANGELOG.md index 9ec986d27d..5fc1fbe279 100644 --- a/plugins/plugin-optimize/CHANGELOG.md +++ b/plugins/plugin-optimize/CHANGELOG.md @@ -1,24 +1,29 @@ -# Changelog +# @snowpack/plugin-optimize -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-optimize)._ +## 0.2.13 +### Patch Changes -## @snowpack/plugin-optimize@0.2.13 [2021-01-16] +- 63f0d8d7: add mkdirp to plugin-optimize +- a65023e2: [ci] yarn format -- 63f0d8d7 - add mkdirp to plugin-optimize -- a65023e2 - [ci] yarn format +## 0.2.12 -## @snowpack/plugin-optimize@0.2.12 [2021-01-13] +### Patch Changes -- 3eca3476 - [ci] yarn format -- 916b18a0 - mark plugin-optimize as no longer private +- 3eca3476: [ci] yarn format +- 916b18a0: mark plugin-optimize as no longer private -## @snowpack/plugin-optimize@0.2.11 [2021-01-13] +## 0.2.11 -- 03bba7e6 - update post -- ee9e90e7 - skip plugin optimize tests -- d45e91ca - Fix deprecated option causing tests to fail (#2258) -- c0735b36 - fix: deprecated config in @snowpack/plugin-optimize (#2251) -- 9515ef50 - make optimize plugin private -- 1c2a2094 - update lockfile -- e2c2d5f4 - final cleanup, tests passing +### Patch Changes + +- 03bba7e6: update post +- ee9e90e7: skip plugin optimize tests +- d45e91ca: Fix deprecated option causing tests to fail (#2258) +- c0735b36: fix: deprecated config in @snowpack/plugin-optimize (#2251) +- 9515ef50: make optimize plugin private +- 1c2a2094: update lockfile +- e2c2d5f4: final cleanup, tests passing + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-optimize)._ diff --git a/plugins/plugin-postcss/CHANGELOG.md b/plugins/plugin-postcss/CHANGELOG.md index c6a40ba1d8..61d36703b2 100644 --- a/plugins/plugin-postcss/CHANGELOG.md +++ b/plugins/plugin-postcss/CHANGELOG.md @@ -1,45 +1,58 @@ -# Changelog +# @snowpack/plugin-postcss -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-postcss).* +## 1.4.3 - +### Patch Changes -## @snowpack/plugin-postcss@1.4.3 [2021-06-25] +- 8cdad981: [ci] yarn format +- f9fc09a8: Provide the 'from' filename when processing postcss (#3493) -* 8cdad981 - [ci] yarn format -* f9fc09a8 - Provide the 'from' filename when processing postcss (#3493) +## 1.4.2 -## @snowpack/plugin-postcss@1.4.2 [2021-06-24] +### Patch Changes -* a6b3b71f - Allow srcPath fallback for older versions of Snowpack (#3484) -* 33cd5648 - Pass real filepath to transform plugins (#3483) -* b87534b2 - Remove postcss-cli from plugin-postcss docs (#3412) +- a6b3b71f: Allow srcPath fallback for older versions of Snowpack (#3484) +- 33cd5648: Pass real filepath to transform plugins (#3483) +- b87534b2: Remove postcss-cli from plugin-postcss docs (#3412) -## @snowpack/plugin-postcss@1.4.1 [2021-06-07] +## 1.4.1 -* bc56243c - [PostCSS] Support `glob` property in `dir-dependency` messages (#3404) +### Patch Changes -## @snowpack/plugin-postcss@1.4.0 [2021-05-21] +- bc56243c: [PostCSS] Support `glob` property in `dir-dependency` messages (#3404) -* 4f9da737 - Feat: Allow dynamic config in @snowpack/plugin-postcss (#3344) -* 1823b35f - Chore: update docs to refer to snowpack.config.mjs (#3341) +## 1.4.0 -## @snowpack/plugin-postcss@1.3.0 [2021-05-20] +### Minor Changes -* b5bd57f8 - Add support for PostCSS dependency messages (#3309) +- 4f9da737: Feat: Allow dynamic config in @snowpack/plugin-postcss (#3344) -## @snowpack/plugin-postcss@1.2.2 [2021-03-31] +### Patch Changes -* 56c5a231 - fix typo in changelog -* 40f02cf4 - reorder changelog entries +- 1823b35f: Chore: update docs to refer to snowpack.config.mjs (#3341) -## @snowpack/plugin-postcss@1.2.1 [2021-03-19] +## 1.3.0 -* 8ac85f6d - postcss: add filepath to id +### Minor Changes +- b5bd57f8: Add support for PostCSS dependency messages (#3309) -## @snowpack/plugin-postcss@1.2.0 [2021-03-16] +## 1.2.2 -* 21461ce5 - Update @snowpack/plugin-postcss API (#2854) -* 68a66d4e - plugin-postcss: Use API and threadpool instead of CLI. (#2165) +### Patch Changes +- 56c5a231: fix typo in changelog +- 40f02cf4: reorder changelog entries + +## 1.2.1 + +### Patch Changes + +- 8ac85f6d: postcss: add filepath to id + +## 1.2.0 [2021-03-16] + +- 21461ce5: Update @snowpack/plugin-postcss API (#2854) +- 68a66d4e: plugin-postcss: Use API and threadpool instead of CLI. (#2165) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-postcss)._ diff --git a/plugins/plugin-react-refresh/CHANGELOG.md b/plugins/plugin-react-refresh/CHANGELOG.md index 8d14424273..84edb79ee7 100644 --- a/plugins/plugin-react-refresh/CHANGELOG.md +++ b/plugins/plugin-react-refresh/CHANGELOG.md @@ -1,25 +1,29 @@ -# Changelog +# @snowpack/plugin-react-refresh -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-react-refresh).* +## 2.5.0 - +### Minor Changes -## @snowpack/plugin-react-refresh@2.5.0 [2021-04-29] +- 1b33af55: plugin-react-refresh: add custom babel config option (#2943) -* 1b33af55 - plugin-react-refresh: add custom babel config option (#2943) +## 2.4.2 -## @snowpack/plugin-react-refresh@2.4.2 [2021-04-01] +### Patch Changes -* 857d73cb - [ci] yarn format -* ceb516d0 - [plugin-react-refresh] Solve the problem with MobX observer() HOC (#3058) -* 56c5a231 - fix typo in changelog -* a82cb6b1 - Revert "[plugin-react-refresh] Solve the problem with MobX observer() HOC (#3015)" -* b07d815b - [ci] yarn format -* 6e4bb7fe - [plugin-react-refresh] Solve the problem with MobX observer() HOC (#3015) +- 857d73cb: [ci] yarn format +- ceb516d0: [plugin-react-refresh] Solve the problem with MobX observer() HOC (#3058) +- 56c5a231: fix typo in changelog +- a82cb6b1: Revert "[plugin-react-refresh] Solve the problem with MobX observer() HOC (#3015)" +- b07d815b: [ci] yarn format +- 6e4bb7fe: [plugin-react-refresh] Solve the problem with MobX observer() HOC (#3015) -## @snowpack/plugin-react-refresh@2.4.1 [2021-03-19] +## 2.4.1 -* bea1c56c - Simplify. cleanup, enhance snowpack internals (#2707) -* ca16821f - Parse multiline tags (#2406) -* 353da2cb - [ci] yarn format -* f6b30dea - Disable react-refresh during ssr. (#2376) \ No newline at end of file +### Patch Changes + +- bea1c56c: Simplify. cleanup, enhance snowpack internals (#2707) +- ca16821f: Parse multiline tags (#2406) +- 353da2cb: [ci] yarn format +- f6b30dea: Disable react-refresh during ssr. (#2376) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-react-refresh)._ diff --git a/plugins/plugin-sass/CHANGELOG.md b/plugins/plugin-sass/CHANGELOG.md index 93ab2a27f7..cac54571b4 100644 --- a/plugins/plugin-sass/CHANGELOG.md +++ b/plugins/plugin-sass/CHANGELOG.md @@ -1,25 +1,28 @@ -# Changelog +# @snowpack/plugin-sass -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-sass).* +## 1.4.0 -## @snowpack/plugin-sass@1.4.0 [2021-03-23] +### Minor Changes -* c71a3888 - Improve @snowpack/plugin-sass resolution (#2964) +- c71a3888: Improve @snowpack/plugin-sass resolution (#2964) -* ## @snowpack/plugin-sass@1.3.1 [2021-03-16] +## 1.3.1 -* 85377715 - fix wrong argument to parseCompilerOption(array[]) (#2547) -* edef1986 - Fix Sass partial changes not triggering recompiles in Dev (#2792) -* b0c6b5a0 - [ci] yarn format -* 549c3ca5 - Properly find npm install sass when running outside of snowpack project (#2812) -* 397f06e6 - SASS plugin, fix default argument Array check (#2670) -* 123f2c96 - add loadPath support via compilerOptions instead of includePaths -* cbfe71d2 - [ci] yarn format -* 6c56f4bd - add includePaths option to plugin-sass (#2443) -* 3b4b1a06 - add warning if compilerOptions is used -* f94f5a55 - [ci] yarn format -* b702f698 - more testing cleanup -* 7b38b486 - get tests passing -* 71bb73b5 - [ci] yarn format -* 48d8b9c7 - skip failing windows sass test +### Patch Changes +- 85377715: fix wrong argument to parseCompilerOption(array[]) (#2547) +- edef1986: Fix Sass partial changes not triggering recompiles in Dev (#2792) +- b0c6b5a0: [ci] yarn format +- 549c3ca5: Properly find npm install sass when running outside of snowpack project (#2812) +- 397f06e6: SASS plugin, fix default argument Array check (#2670) +- 123f2c96: add loadPath support via compilerOptions instead of includePaths +- cbfe71d2: [ci] yarn format +- 6c56f4bd: add includePaths option to plugin-sass (#2443) +- 3b4b1a06: add warning if compilerOptions is used +- f94f5a55: [ci] yarn format +- b702f698: more testing cleanup +- 7b38b486: get tests passing +- 71bb73b5: [ci] yarn format +- 48d8b9c7: skip failing windows sass test + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-sass)._ diff --git a/plugins/plugin-svelte/CHANGELOG.md b/plugins/plugin-svelte/CHANGELOG.md index 19f6fdc7aa..c9750dc57a 100644 --- a/plugins/plugin-svelte/CHANGELOG.md +++ b/plugins/plugin-svelte/CHANGELOG.md @@ -1,37 +1,50 @@ -# Changelog +# @snowpack/plugin-svelte -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-svelte)._ +## 3.7.0 - +### Minor Changes -## @snowpack/plugin-svelte@3.7.0 [2021-05-13] +- d9956f73: add explicit "mode" config (#3135) +- 4403595e: Sourcemaps (#3271) -* 4403595e - Sourcemaps (#3271) -* c9d2835c - chore: Update Node versions in GitHub CI (#3238) -* d9956f73 - add explicit "mode" config (#3135) +### Patch Changes -## @snowpack/plugin-svelte@3.6.1 [2021-03-31] +- c9d2835c: chore: Update Node versions in GitHub CI (#3238) -* 56c5a231 - fix typo in changelog -* 40f02cf4 - reorder changelog entries -* 0694c5d3 - [plugin-svelte] upgrade svelte-hmr to 0.13.2, fix remote source support (#2909) +## 3.6.1 +### Patch Changes -## @snowpack/plugin-svelte@3.6.0 [2021-03-19] +- 56c5a231: fix typo in changelog +- 40f02cf4: reorder changelog entries +- 0694c5d3: [plugin-svelte] upgrade svelte-hmr to 0.13.2, fix remote source support (#2909) -* 5bf28731 - fix bad svelte test -* 4332623d - [ci] yarn format -* 9ec250c4 - fix merge conflicts -* c27d7f48 - feat(plugin-svelte): track preprocess dependencies -* bea1c56c - Simplify. cleanup, enhance snowpack internals (#2707) -* 49b29f97 - [ci] yarn format +## 3.6.0 -## @snowpack/plugin-svelte@3.5.2 [2021-01-16] +### Minor Changes -- b5b0590f - [ci] yarn format +- c27d7f48: feat(plugin-svelte): track preprocess dependencies -* ## @snowpack/plugin-svelte@3.5.1 [2021-01-14] +### Patch Changes -- 628e58a4 - svelte plugin: make configurable hmrOptions -- a8471965 - [ci] yarn format -- 9b465b6f - add backwards compat for the svelte plugin +- 5bf28731: fix bad svelte test +- 4332623d: [ci] yarn format +- 9ec250c4: fix merge conflicts +- bea1c56c: Simplify. cleanup, enhance snowpack internals (#2707) +- 49b29f97: [ci] yarn format + +## 3.5.2 + +### Patch Changes + +- b5b0590f: [ci] yarn format + +* ## 3.5.1 + +### Patch Changes + +- 628e58a4: svelte plugin: make configurable hmrOptions +- a8471965: [ci] yarn format +- 9b465b6f: add backwards compat for the svelte plugin + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-svelte)._ diff --git a/plugins/plugin-typescript/CHANGELOG.md b/plugins/plugin-typescript/CHANGELOG.md index 7aebbd77fb..7684003a85 100644 --- a/plugins/plugin-typescript/CHANGELOG.md +++ b/plugins/plugin-typescript/CHANGELOG.md @@ -1,8 +1,10 @@ -# Changelog +# @snowpack/plugin-typescript -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-typescript)._ +## 1.2.1 -## @snowpack/plugin-typescript@1.2.1 [2021-01-16] +### Patch Changes -- f8f32551 - [ci] yarn format -- 6b105339 - add esinstall missing import hint (#2299) +- f8f32551: [ci] yarn format +- 6b105339: add esinstall missing import hint (#2299) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-typescript)._ diff --git a/plugins/plugin-vue/CHANGELOG.md b/plugins/plugin-vue/CHANGELOG.md index 39d9481462..62b5894b0b 100644 --- a/plugins/plugin-vue/CHANGELOG.md +++ b/plugins/plugin-vue/CHANGELOG.md @@ -1,26 +1,37 @@ -# Changelog +# @snowpack/plugin-vue -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-vue).* +## 2.6.2 - +### Patch Changes -## @snowpack/plugin-vue@2.6.2 [2021-06-29] +- 7cf0e10d: [#3427] Add scopeId to exported components (#3481) -* 7cf0e10d - [#3427] Add scopeId to exported components (#3481) +## 2.6.1 -## @snowpack/plugin-vue@2.6.1 [2021-06-07] +### Patch Changes -* 52a09b7d - Set the `preventAssignment` option in the vue plugin (#3422) +- 52a09b7d: Set the `preventAssignment` option in the vue plugin (#3422) -## @snowpack/plugin-vue@2.6.0 [2021-05-27] +## 2.6.0 -* 12410984 - Enable proper tree-shaking of Vue's ESM bundler (#3382) -* 1823b35f - Chore: update docs to refer to snowpack.config.mjs (#3341) +### Minor Changes -## @snowpack/plugin-vue@2.5.0 [2021-05-13] +- 12410984: Enable proper tree-shaking of Vue's ESM bundler (#3382) -* 4403595e - Sourcemaps (#3271) +### Patch Changes -## @snowpack/plugin-vue@2.4.0 [2021-04-02] +- 1823b35f: Chore: update docs to refer to snowpack.config.mjs (#3341) -* 5d6ee1f3 - Enable CSS Module support in Vue SSR (#3072) +## 2.5.0 + +### Minor Changes + +- 4403595e: Sourcemaps (#3271) + +## 2.4.0 + +### Minor Changes + +- 5d6ee1f3: Enable CSS Module support in Vue SSR (#3072) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-vue)._ diff --git a/plugins/plugin-webpack/CHANGELOG.md b/plugins/plugin-webpack/CHANGELOG.md index e2c0d576ae..f990db423f 100644 --- a/plugins/plugin-webpack/CHANGELOG.md +++ b/plugins/plugin-webpack/CHANGELOG.md @@ -1,26 +1,31 @@ -# Changelog +# @snowpack/plugin-webpack -> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-webpack).* +## 3.0.0 - +### Major Changes -## @snowpack/plugin-webpack@3.0.0 [2021-06-29] +- c57b57a0: upgraded plugin-webpack to webpack 5 (#3154) -* e93e5379 - [ci] yarn format -* 75c99b2f - use Webpack's output.path for emitted HTML (#3255) -* 1823b35f - Chore: update docs to refer to snowpack.config.mjs (#3341) -* 19b236df - [ci] yarn format -* e9e8fb70 - avoid conflicting JS entries when parsing HTML for Webpack (#3247) -* e1bb3b89 - [ci] yarn format -* 9712f979 - fix Webpack error formatting (#3256) -* b0a1f206 - Remove TSX components from app-template-vue-typescript (#3236) -* 9091b598 - [ci] yarn format -* c57b57a0 - upgraded plugin-webpack to webpack 5 (#3154) -* 9eb50368 - update deps (#2928) -* 56c5a231 - fix typo in changelog +### Patch Changes -## @snowpack/plugin-webpack@2.3.1 [2021-03-19] +- e93e5379: [ci] yarn format +- 75c99b2f: use Webpack's output.path for emitted HTML (#3255) +- 1823b35f: Chore: update docs to refer to snowpack.config.mjs (#3341) +- 19b236df: [ci] yarn format +- e9e8fb70: avoid conflicting JS entries when parsing HTML for Webpack (#3247) +- e1bb3b89: [ci] yarn format +- 9712f979: fix Webpack error formatting (#3256) +- b0a1f206: Remove TSX components from app-template-vue-typescript (#3236) +- 9091b598: [ci] yarn format +- 9eb50368: update deps (#2928) +- 56c5a231: fix typo in changelog -* f154a879 - Refactor plugin-webpack tests (#2517) -* 41c29f25 - [ci] yarn format -* 83616faa - Keep original HTML attributes on script tags (#2498) \ No newline at end of file +## 2.3.1 + +## Patch Changes + +- f154a879: Refactor plugin-webpack tests (#2517) +- 41c29f25: [ci] yarn format +- 83616faa: Keep original HTML attributes on script tags (#2498) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/plugin-webpack)._ diff --git a/plugins/web-test-runner-plugin/CHANGELOG.md b/plugins/web-test-runner-plugin/CHANGELOG.md index 9fdb9d3f0a..93322c0618 100644 --- a/plugins/web-test-runner-plugin/CHANGELOG.md +++ b/plugins/web-test-runner-plugin/CHANGELOG.md @@ -1,17 +1,20 @@ -# Changelog +# @snowpack/web-test-runner-plugin -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/web-test-runner-plugin)._ +## 0.2.2 -## @snowpack/web-test-runner-plugin@0.2.2 [2021-03-19] +### Patch Changes -* 50987423 - Add "repository" and "homepage" listings (#2846) -* bea1c56c - Simplify. cleanup, enhance snowpack internals (#2707) -* a8a30339 - [ci] yarn format -* 25565308 - Allow 404s in web-test-runner-plugin (#2546) -* 7a79de95 - fix bad snowpackconfig reference -* a65023e2 - [ci] yarn format +- 50987423: Add "repository" and "homepage" listings (#2846) +- bea1c56c: Simplify. cleanup, enhance snowpack internals (#2707) +- a8a30339: [ci] yarn format +- 25565308: Allow 404s in web-test-runner-plugin (#2546) +- 7a79de95: fix bad snowpackconfig reference +- a65023e2: [ci] yarn format -## @snowpack/web-test-runner-plugin@0.2.1 [2021-01-13] +## 0.2.1 -- cc36acf2 - Update @web/test-runner (#2222) +### Patch Changes +- cc36acf2: Update @web/test-runner (#2222) + +_For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/plugins/web-test-runner-plugin)._ diff --git a/scripts/release.cjs b/scripts/release.cjs index cf1a7d78e5..dd8db490e6 100644 --- a/scripts/release.cjs +++ b/scripts/release.cjs @@ -14,24 +14,6 @@ function formatDate() { return [year, month, day].join('-'); } -const CHANGELOG_ENTRYPOINT = ''; - -function generateNewChangelog(pkgFolder) { - return `# Changelog\n\n> *For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/${path.normalize( - pkgFolder, - )}).*`; -} - -function generateChangelogUpdate(dir, newTag, oldTag) { - let {stdout} = execa.sync( - 'git', - ['log', `HEAD...${oldTag}`, `--abbrev-commit`, `--format=* %h - %s <%an>`, dir], - {cwd: dir}, - ); - stdout = stdout.replace(//g, '').replace(//g, ''); - return `## ${newTag} [${formatDate()}]\n\n${stdout}`; -} - module.exports = function release(pkgFolder, tag, bump, skipBuild) { console.log(`# release(${pkgFolder}, ${tag}, ${bump})`); @@ -58,23 +40,7 @@ module.exports = function release(pkgFolder, tag, bump, skipBuild) { const newPkgTag = `${pkgName}@${newPkgVersion}`; if (!pkgFolder.startsWith('create-snowpack-app/')) { - const changelogLoc = path.join(dir, 'CHANGELOG.md'); - let changelog = ''; - try { - changelog = fs.readFileSync(changelogLoc, 'utf8'); - } catch (err) { - changelog = generateNewChangelog(pkgFolder); - } - if (!changelog.includes(CHANGELOG_ENTRYPOINT)) { - const changelogParts = changelog.split('\n'); - changelogParts[3] = '\n' + CHANGELOG_ENTRYPOINT + '\n'; - changelog = changelogParts.join('\n'); - } - changelog = changelog.replace( - CHANGELOG_ENTRYPOINT, - CHANGELOG_ENTRYPOINT + '\n\n' + generateChangelogUpdate(dir, newPkgTag, oldPkgTag), - ); - fs.writeFileSync(changelogLoc, changelog); + execa.sync('yarn changesets version'); } console.log(execa.sync('git', ['add', '-A'], {cwd: dir})); diff --git a/skypack/CHANGELOG.md b/skypack/CHANGELOG.md index dc6f1ac615..9ff30a3f90 100644 --- a/skypack/CHANGELOG.md +++ b/skypack/CHANGELOG.md @@ -1,12 +1,14 @@ -# Changelog +# skypack -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/skypack)._ +## 0.3.2 -## skypack@0.3.2 [2021-01-13] +### Patch Changes -- b5e49467 - update changelogs -- bf220191 - [ci] yarn format +- b5e49467: update changelogs +- bf220191: [ci] yarn format -## skypack@0.3.1 [2021-01-12] +## 0.3.1 -- 59ee847e - cleanup broken skypack sdk references +### Patch Changes + +- 59ee847e: cleanup broken skypack sdk references diff --git a/snowpack/CHANGELOG.md b/snowpack/CHANGELOG.md index 6841e7e4f9..63637e18d5 100644 --- a/snowpack/CHANGELOG.md +++ b/snowpack/CHANGELOG.md @@ -1,309 +1,399 @@ -# Changelog +# snowpack -> _For older releases, check our curated [release update thread](https://github.com/snowpackjs/snowpack/discussions/1183) or the raw [commit history](https://github.com/snowpackjs/snowpack/commits/main/snowpack)._ +## 3.7.1 - +### Patch Changes -## snowpack@3.7.1 [2021-06-30] +- a4768503: Fix CSS Modules + baseUrl (#3515) -* a4768503 - Fix CSS Modules + baseUrl (#3515) +## 3.7.0 -## snowpack@3.7.0 [2021-06-29] +### Minor Changes -* 101dc42f - Pass `external` modules through to `esbuild`. (#3499) -* 4ab4f07e - configure if dotfiles are included in build (#3455) -* fe288ca4 - Respect trailing slash in dev server (#3509) -* 7939563b - Don’t scan imports from non-JS files (#3495) -* e449b7b8 - [ci] yarn format -* 6506cff2 - Chore: update deps (#3494) -* 30b7ef45 - Ensure remote package fetches always use the configured origin (#3397) +- 4ab4f07e: configure if dotfiles are included in build (#3455) -## snowpack@3.6.2 [2021-06-24] +### Patch Changes -* 33cd5648 - Pass real filepath to transform plugins (#3483) +- 101dc42f: Pass `external` modules through to `esbuild`. (#3499) +- fe288ca4: Respect trailing slash in dev server (#3509) +- 7939563b: Don’t scan imports from non-JS files (#3495) +- e449b7b8: [ci] yarn format +- 6506cff2: Chore: update deps (#3494) +- 30b7ef45: Ensure remote package fetches always use the configured origin (#3397) -## snowpack@3.6.1 [2021-06-23] +## 3.6.2 -* 110043e2 - Check externals before resolving entrypoint (#3479) +### Patch Changes -## snowpack@3.6.0 [2021-06-22] +- 33cd5648: Pass real filepath to transform plugins (#3483) -* fb7eaaa4 - Allow `external` CommonJS modules to be imported properly in Node (#3473) -* 8cff0336 - Make import.meta.url be the file URL in SSR (#3472) -* 29e609aa - [#3188] Add ant-design/icons to NEVER_PEER_PACKAGES (#3443) -* ded85e8a - Minor optimization on resolving path starts with '.' (#3361) -* ffee2c57 - allow configuring loader (#3377) -* b8c76b00 - Fix websocket proxying (#3225) +## 3.6.1 -## snowpack@3.5.9 [2021-06-16] +### Patch Changes -* 343274e2 - [ci] yarn format -* d93d01ec - Fix race condition reading existing import-map.json files (#3453) +- 110043e2: Check externals before resolving entrypoint (#3479) -## snowpack@3.5.8 [2021-06-16] +## 3.6.0 -* 611dac9a - [ci] yarn format -* 7a1ae463 - Handle runtime invalidation for proxy files (#3449) +### Minor Changes -## snowpack@3.5.7 [2021-06-10] +- ffee2c57: allow configuring loader (#3377) -* 6e7f137b - [ci] yarn format -* dc44eb75 - Disconnect the HMR server when snowpack is shutdown (#3439) +### Patch Changes -## snowpack@3.5.6 [2021-06-07] +- fb7eaaa4: Allow `external` CommonJS modules to be imported properly in Node (#3473) +- 8cff0336: Make import.meta.url be the file URL in SSR (#3472) +- 29e609aa: [#3188] Add ant-design/icons to NEVER_PEER_PACKAGES (#3443) +- ded85e8a: Minor optimization on resolving path starts with '.' (#3361) +- b8c76b00: Fix websocket proxying (#3225) -* f0534bb7 - [ci] yarn format -* 6ef3695d - Allow Snowpack to scan .astro files for imports (#3423) +## 3.5.9 -## snowpack@3.5.5 [2021-06-04] +### Patch Changes -* d61fb0a8 - [ci] yarn format -* aed6a8fd - Modules marked as `external` should always be treated as external (#3408) -* cd6ec781 - [ci] yarn format -* 64b377e3 - Correctly handle subpackage imports marked as external (#3407) +- 343274e2: [ci] yarn format +- d93d01ec: Fix race condition reading existing import-map.json files (#3453) -## snowpack@3.5.4 [2021-06-01] +## 3.5.8 -* 78d6ecf1 - Fix: remove external override (#3401) +### Patch Changes -## snowpack@3.5.3 [2021-06-01] +- 611dac9a: [ci] yarn format +- 7a1ae463: Handle runtime invalidation for proxy files (#3449) -* c659b7c3 - [ci] yarn format -* b375b8a3 - Fix `external` behavior for local package source and SSR. (#3399) +## 3.5.7 -## snowpack@3.5.2 [2021-05-27] +### Patch Changes -* 0f65cdf2 - fix: construct NotFoundError before throwing (#3380) +- 6e7f137b: [ci] yarn format +- dc44eb75: Disconnect the HMR server when snowpack is shutdown (#3439) -## snowpack@3.5.1 [2021-05-21] +## 3.5.6 -* 398ad9f1 - Allow clean shutdown of dev server (#3349) +### Patch Changes -## snowpack@3.5.0 [2021-05-20] +- f0534bb7: [ci] yarn format +- 6ef3695d: Allow Snowpack to scan .astro files for imports (#3423) -* 91bb53c0 - Don’t cache .css files for Tailwind projects (#3326) -* 48f9c524 - [ci] yarn format -* 84e39f8a - Enable cache directory path to be set explicitly (#3064) -* 45e2a22b - Avoid uncaught exception when file is deleted (#3313) -* e321bbee - resolve `.css` ESM imports to `.css.{js,ts}` if there's no `.css` file on disk (#3315) +## 3.5.5 -## snowpack@3.4.0 [2021-05-13] +### Patch Changes -* 4403595e - Sourcemaps (#3271) -* fa7a5e3f - Typo (#3291) -* 680272eb - Fix appending port 80 to url sometimes breaks hmr connectivity #3268 (#3269) -* dc60a025 - chore: update create-snowpack-app template deps (#3233) +- d61fb0a8: [ci] yarn format +- aed6a8fd: Modules marked as `external` should always be treated as external (#3408) +- cd6ec781: [ci] yarn format +- 64b377e3: Correctly handle subpackage imports marked as external (#3407) -## snowpack@3.3.7 [2021-04-29] +## 3.5.4 -* 5e34b829 - Fix missing build files from load plugins (#3230) +### Patch Changes -## snowpack@3.3.6 [2021-04-29] +- 78d6ecf1: Fix: remove external override (#3401) -* 9ad97afe - fix: CSS Modules exporting {} when no mount config (#3229) -* ff1eaf66 - [ci] yarn format -* 0707fd63 - fix: add mounted node_modules to ignore list (#3227) -* f53e1833 - chore: bump Snowpack version (#3228) -* 3701201b - Support packageOptions.rollup.plugins (#3123) -* cea40a05 - Removes console log (#3204) -* 3af6e064 - [ci] yarn format -* 1902f5c2 - Correctly resolve preload urls from build manifest (#3201) +## 3.5.3 -## snowpack@3.3.4 [2021-04-20] +### Patch Changes -* 8f044398 - Restore proxy SSR rewriting for CSS Modules proxy (#3191) -* 870b34c2 - Take the result of the first plugin (#3190) -* 758bdb27 - Fix Sass + CSS Modules (#3186) -* 5e58fc64 - fix: Race condition in symlink directory read (#3181) -* 28ea1f86 - [ci] yarn format -* e6861227 - Support mounting within node_modules directory (#3134) -* a089d86a - Test fixtures continued (#3100) +- c659b7c3: [ci] yarn format +- b375b8a3: Fix `external` behavior for local package source and SSR. (#3399) -## snowpack@3.3.3 [2021-04-16] +## 3.5.2 -* 1f82543d - Fix publicPath option in esbuild (#3175) -* 83294444 - Add CSS Modules in Build SSR (#3170) +### Patch Changes -## snowpack@3.3.2 [2021-04-16] +- 0f65cdf2: fix: construct NotFoundError before throwing (#3380) -* dfd200a8 - [ci] yarn format -* fa96e618 - Use a separate PackageSource for each config (#3164) - -## snowpack@3.3.1 [2021-04-15] - -* 35e38b6c - [ci] yarn format -* a3951e31 - Refactor the build to improve reusability (#3157) - -## snowpack@3.3.0 [2021-04-14] - -* d9956f73 - add explicit "mode" config (#3135) -* 25ed2885 - [ci] yarn format -* 6a15f872 - Fix env.js always having MODE and NODE_ENV as development (#3132) -* 63e30d32 - Revert "improve node_modules excluding" -* 3b3402bb - improve node_modules excluding -* 48618f05 - fix: remove tailing slash in import specifier as esinstall do (#3102) -* b0481aa8 - Honor devOptions.hmr option, fixes #3105 (#3114) -* 42da07e4 - fix: sourcemap config copy paste typo in config.ts in pr #2793 (#3115) -* 9eb50368 - update deps (#2928) -* deacbcd0 - Streaming Package Imports v2 (#3028) -* 18b9f09b - Simplify test suite (#2858) - -## snowpack@3.2.2 [2021-04-01] - -* a643af33 - Detect Sass partial changes in dev (#3060) - -## snowpack@3.2.1 [2021-03-31] - -* 0663c1ac - fix HMR issue - -## snowpack@3.2.0 [2021-03-31] - -* 56c5a231 - fix typo in changelog -* c3971f10 - add snowpack release notes -* 40f02cf4 - reorder changelog entries -* a25f407d - Update CHANGELOG.md -* c9dacc29 - Update CHANGELOG.md -* a676d665 - fix website package.json -* 68df7237 - support remote import if specifier has version in it -* 16f58b99 - [ci] yarn format -* d3859c8d - fix lint -* 598f05a7 - Feat: import.meta.glob and import.meta.globEager support (#2881) -* 57a65bb8 - [ci] yarn format -* 685f2200 - add docs, cleanup handler -* 5fe83d4d - [ci] yarn format -* 844cbcbe - routes support upgrade event (#2988) -* a17dd97c - Fix: Only import directory/index.js as a fallback mechanism (#3018) -* e340dea9 - Do not exclude folders starting with a dot (#2962) -* fc6c1417 - Improve CSS error message (#2973) -* b41b14b0 - Await promises in local source (#2972) - -## snowpack@3.1.2 [2021-03-20] - -* e50cb745 - fix better handling for unscannable cjs packages -* 1232e252 - add back cjs-cjs compat from an earlier pr (#2934) - -## snowpack@3.1.1 [2021-03-19] - -* f53498ba - Fix preact regression (#2926) - -## snowpack@3.1.0 [2021-03-19] - -* 872bfc74 - [ci] yarn format -* c8aee80f - Support compound output file extensions (#2593) -* 8dbd6af3 - [ci] yarn format -* 88d3a9a9 - handle legacy package urls (#2915) -* 094b7a12 - Add `openUrl` option to config (#2902) -* aba028c4 - [ci] yarn format -* 4de244ef - Add support for custom TLS key files via devOptions.secure = { cert, key } (#2356) -* da049ce4 - [ci] yarn format -* b569d35b - add getUrlForPackage utility (#2913) -* d826a60c - Remove enumerability of converted ESM in SSR (#2920) -* 941110cd - fix esbuild 0.9.x breaking change (#2914) -* 35289b4b - improve import scanner perf (#2900) -* a800bf3d - finalize picomatch support (#2912) -* d33076a3 - Speed up exclusions with picomatch (#2904) -* 84e034cc - [ci] yarn format -* f35bc421 - fix debug log -* 81fd028e - [ci] yarn format -* 7c8236e8 - Add config.env property to support non-prefixed env variables (#2390) -* 337cfd7a - only target actual imports (Regex Fix) (#2817) -* aa953cca - refactor: update to esbuild 0.9 (#2886) -* cd4f344b - [ci] yarn format -* 0fce7efd - Support buildOptions.jsxInject in config (#2884) -* dc503c84 - speed up mount scanning with fdir (#2876) -* e8dead62 - improve handling of "." & ".." imports (#2877) -* a178f286 - run transform on all dependencies (#2878) -* 27321b83 - collect known imports by package and version -* 3a6ad53a - update (#2363) -* b2738967 - improve cjs<>esm conversion of named exports (#2859) -* 3ba7fede - feat: support specifying sourcemap type in config.optimize.sourcemap (#2793) -* 03ceb62d - Resolve missing extensions (#2839) -* 28689888 - [ci] yarn format -* 689f58e9 - SSR fixes (#2853) -* 3549e43c - Fix Mac OS devOptions.open bug (#2798) -* 21461ce5 - Update @snowpack/plugin-postcss API (#2854) -* 9fbe93fb - fix: revert snowpack to v3.0.13 for CI tests (#2851) -* 339d3cf1 - [ci] yarn format -* ea4ebd17 - Proper loading of ESM config files (#2834) -* 8f022949 - snowpack@3.1.0-pre.12 -* 9d987e4a - fix watching logic and dashboard output -* 15428ae4 - [ci] yarn format -* bea1c56c - Simplify. cleanup, enhance snowpack internals (#2707) -* 43677e89 - Add import support for .interface files, alongside .svelte, and .vue. (#2380) -* 3d457a8e - fix(ssr-loader): support css modules (#2528) -* 23d7b450 - fix: recognise dot as a valid relative import (#2662) -* 582808c3 - [ci] yarn format -* deabcb0e - don't escape utf-8 characters by cheerio and esbuild (#2755) -* d35d50b4 - [ci] yarn format -* b756b49d - Fix snowpack add/rm for npm packages with @ prefix (#2665) -* 58df86d4 - add a tip if someone uses process.env -* fdda447d - dont match meta paths to routes - -## snowpack@3.0.13 [2021-02-23] - -* 74d0be10 - add resolve for bundled package - - -## snowpack@3.0.12 [2021-02-23] - -* d3b6f769 - Support packages that use export maps but have no main (#2659) -* 2ae933be - add true logger error message -* 0de849ee - Catch WebSocket message parse errors (#2470) -* da75ff23 - remove circular dependencies in util (#2366) -* bfa32aff - proper default browser support for mac (#2364) -* 1c44c22d - fix bad url access in import maps, snowpack add -* 76dca31a - add octet-stream handling -* 10f3461b - [ci] yarn format -* 615f13a7 - Add isHmrEnabled and isSSR to plugin transform. (#2332) -* 65008c63 - fix: prettier snowpack/src/build dir (#2346) -* 690d3b1d - update prettier to use explicit formatting -* f07105a9 - Add root level export of clearCache (#2330) -* 137139b4 - [ci] yarn format -* e0f01181 - fix: prettier format (#2316) -* 0fc858cf - fix bad optimize external filter -* fb167098 - load plugins relative to config root -* 85ddf618 - add JS API docs (#2315) -* 49b29f97 - [ci] yarn format - -## snowpack@3.0.11 [2021-01-16] - -- 58a36d4c - fix bad build conditional check -- 37f7a55d - remove empty build folders from build -- 6e01eeb5 - improve build watch output -- 137c58b0 - fix init file issue -- e2b74e7b - add fallback deprecation -- 968720cf - remove rollup from bundle to pass peerDep checks -- 70d25dad - Resolves #2265 (#2289) -- 7b38b486 - get tests passing -- e6b618c5 - [ci] yarn format - -## snowpack@3.0.10 [2021-01-13] - -- 1d071628 - cleanup the bundled build before publishing -- beb3f9a1 - stop ignoring postcss in generated bundle -- 2b797521 - [ci] yarn format - -## snowpack@3.0.9 [2021-01-13] - -- d26c7733 - [ci] yarn format - -## snowpack@3.0.8 [2021-01-13] - -- c2124bd7 - json fix -- e040f071 - Fix postcss-modules being required as a dependency in projects (#2257) -- c566aa10 - add bundled type support for esinstall and skypack, remove as full deps -- ecf85d52 - move open back to regular dependency -- b0f7280c - [ci] yarn format - -## snowpack@3.0.7 [2021-01-13] - -- 61bd4c3b - [ci] yarn format -- eb5b366a - cleanup types, release script -- 20e3ed21 - move skypack and esbuild into real dependencies for now -- e63d70fd - fix direct foo.svelte.css references -- 01a80448 - [ci] yarn format - -## snowpack@3.0.6 [2021-01-13] - -- 8f614490 - final cleanup before v3 goes out -- 15d77ea3 - cleanup +## 3.5.1 + +### Patch Changes + +- 398ad9f1: Allow clean shutdown of dev server (#3349) + +## 3.5.0 + +### Minor Changes + +- 84e39f8a: Enable cache directory path to be set explicitly (#3064) + +### Patch Changes + +- 91bb53c0: Don’t cache .css files for Tailwind projects (#3326) +- 48f9c524: [ci] yarn format +- 45e2a22b: Avoid uncaught exception when file is deleted (#3313) +- e321bbee: resolve `.css` ESM imports to `.css.{js,ts}` if there's no `.css` file on disk (#3315) + +## 3.4.0 + +### Minor Changes + +- 4403595e: Sourcemaps (#3271) + +### Patch Changes + +- fa7a5e3f: Typo (#3291) +- 680272eb: Fix appending port 80 to url sometimes breaks hmr connectivity #3268 (#3269) +- dc60a025: chore: update create-snowpack-app template deps (#3233) + +## 3.3.7 + +### Patch Changes + +- 5e34b829: Fix missing build files from load plugins (#3230) + +## 3.3.6 + +### Patch Changes + +- 9ad97afe: fix: CSS Modules exporting {} when no mount config (#3229) +- ff1eaf66: [ci] yarn format +- 0707fd63: fix: add mounted node_modules to ignore list (#3227) +- f53e1833: chore: bump Snowpack version (#3228) +- 3701201b: Support packageOptions.rollup.plugins (#3123) +- cea40a05: Removes console log (#3204) +- 3af6e064: [ci] yarn format +- 1902f5c2: Correctly resolve preload urls from build manifest (#3201) + +## 3.3.4 + +### Patch Changes + +- 8f044398: Restore proxy SSR rewriting for CSS Modules proxy (#3191) +- 870b34c2: Take the result of the first plugin (#3190) +- 758bdb27: Fix Sass + CSS Modules (#3186) +- 5e58fc64: fix: Race condition in symlink directory read (#3181) +- 28ea1f86: [ci] yarn format +- e6861227: Support mounting within node_modules directory (#3134) +- a089d86a: Test fixtures continued (#3100) + +## 3.3.3 + +### Patch Changes + +- 1f82543d: Fix publicPath option in esbuild (#3175) +- 83294444: Add CSS Modules in Build SSR (#3170) + +## 3.3.2 + +### Patch Changes + +- dfd200a8: [ci] yarn format +- fa96e618: Use a separate PackageSource for each config (#3164) + +## 3.3.1 + +### Patch Changes + +- 35e38b6c: [ci] yarn format +- a3951e31: Refactor the build to improve reusability (#3157) + +## 3.3.0 + +### Minor Changes + +- deacbcd0: Streaming Package Imports v2 (#3028) +- d9956f73: add explicit "mode" config (#3135) + +### Patch Changes + +- 25ed2885: [ci] yarn format +- 6a15f872: Fix env.js always having MODE and NODE_ENV as development (#3132) +- 63e30d32: Revert "improve node_modules excluding" +- 3b3402bb: improve node_modules excluding +- 48618f05: fix: remove tailing slash in import specifier as esinstall do (#3102) +- b0481aa8: Honor devOptions.hmr option, fixes #3105 (#3114) +- 42da07e4: fix: sourcemap config copy paste typo in config.ts in pr #2793 (#3115) +- 9eb50368: update deps (#2928) +- 18b9f09b: Simplify test suite (#2858) + +## 3.2.2 + +### Patch Changes + +- a643af33: Detect Sass partial changes in dev (#3060) + +## 3.2.1 + +### Patch Changes + +- 0663c1ac: fix HMR issue + +## 3.2.0 + +### Minor Changes + +- 598f05a7: Feat: import.meta.glob and import.meta.globEager support (#2881) + +### Patch Changes + +- 56c5a231: fix typo in changelog +- c3971f10: add snowpack release notes +- 40f02cf4: reorder changelog entries +- a25f407d: Update CHANGELOG.md +- c9dacc29: Update CHANGELOG.md +- a676d665: fix website package.json +- 68df7237: support remote import if specifier has version in it +- 16f58b99: [ci] yarn format +- d3859c8d: fix lint +- 57a65bb8: [ci] yarn format +- 685f2200: add docs, cleanup handler +- 5fe83d4d: [ci] yarn format +- 844cbcbe: routes support upgrade event (#2988) +- a17dd97c: Fix: Only import directory/index.js as a fallback mechanism (#3018) +- e340dea9: Do not exclude folders starting with a dot (#2962) +- fc6c1417: Improve CSS error message (#2973) +- b41b14b0: Await promises in local source (#2972) + +## 3.1.2 + +### Patch Changes + +- e50cb745: fix better handling for unscannable cjs packages +- 1232e252: add back cjs-cjs compat from an earlier pr (#2934) + +## 3.1.1 + +### Patch Changes + +- f53498ba: Fix preact regression (#2926) + +## 3.1.0 + +### Minor Changes + +- bea1c56c: Simplify. cleanup, enhance snowpack internals (#2707) +- 3ba7fede: feat: support specifying sourcemap type in config.optimize.sourcemap (#2793) +- aa953cca: refactor: update to esbuild 0.9 (#2886) + +### Patch Changes + +- 872bfc74: [ci] yarn format +- c8aee80f: Support compound output file extensions (#2593) +- 8dbd6af3: [ci] yarn format +- 88d3a9a9: handle legacy package urls (#2915) +- 094b7a12: Add `openUrl` option to config (#2902) +- aba028c4: [ci] yarn format +- 4de244ef: Add support for custom TLS key files via devOptions.secure = { cert, key } (#2356) +- da049ce4: [ci] yarn format +- b569d35b: add getUrlForPackage utility (#2913) +- d826a60c: Remove enumerability of converted ESM in SSR (#2920) +- 941110cd: fix esbuild 0.9.x breaking change (#2914) +- 35289b4b: improve import scanner perf (#2900) +- a800bf3d: finalize picomatch support (#2912) +- d33076a3: Speed up exclusions with picomatch (#2904) +- 84e034cc: [ci] yarn format +- f35bc421: fix debug log +- 81fd028e: [ci] yarn format +- 7c8236e8: Add config.env property to support non-prefixed env variables (#2390) +- 337cfd7a: only target actual imports (Regex Fix) (#2817) +- cd4f344b: [ci] yarn format +- 0fce7efd: Support buildOptions.jsxInject in config (#2884) +- dc503c84: speed up mount scanning with fdir (#2876) +- e8dead62: improve handling of "." & ".." imports (#2877) +- a178f286: run transform on all dependencies (#2878) +- 27321b83: collect known imports by package and version +- 3a6ad53a: update (#2363) +- b2738967: improve cjs<>esm conversion of named exports (#2859) +- 03ceb62d: Resolve missing extensions (#2839) +- 28689888: [ci] yarn format +- 689f58e9: SSR fixes (#2853) +- 3549e43c: Fix Mac OS devOptions.open bug (#2798) +- 21461ce5: Update @snowpack/plugin-postcss API (#2854) +- 9fbe93fb: fix: revert snowpack to v3.0.13 for CI tests (#2851) +- 339d3cf1: [ci] yarn format +- ea4ebd17: Proper loading of ESM config files (#2834) +- 8f022949: 3.1.0 +- 9d987e4a: fix watching logic and dashboard output +- 15428ae4: [ci] yarn format +- 43677e89: Add import support for .interface files, alongside .svelte, and .vue. (#2380) +- 3d457a8e: fix(ssr-loader): support css modules (#2528) +- 23d7b450: fix: recognise dot as a valid relative import (#2662) +- 582808c3: [ci] yarn format +- deabcb0e: don't escape utf-8 characters by cheerio and esbuild (#2755) +- d35d50b4: [ci] yarn format +- b756b49d: Fix snowpack add/rm for npm packages with @ prefix (#2665) +- 58df86d4: add a tip if someone uses process.env +- fdda447d: dont match meta paths to routes + +## 3.0.13 + +### Patch Changes + +- 74d0be10: add resolve for bundled package + +## 3.0.12 + +### Patch Changes + +- d3b6f769: Support packages that use export maps but have no main (#2659) +- 2ae933be: add true logger error message +- 0de849ee: Catch WebSocket message parse errors (#2470) +- da75ff23: remove circular dependencies in util (#2366) +- bfa32aff: proper default browser support for mac (#2364) +- 1c44c22d: fix bad url access in import maps, snowpack add +- 76dca31a: add octet-stream handling +- 10f3461b: [ci] yarn format +- 615f13a7: Add isHmrEnabled and isSSR to plugin transform. (#2332) +- 65008c63: fix: prettier snowpack/src/build dir (#2346) +- 690d3b1d: update prettier to use explicit formatting +- f07105a9: Add root level export of clearCache (#2330) +- 137139b4: [ci] yarn format +- e0f01181: fix: prettier format (#2316) +- 0fc858cf: fix bad optimize external filter +- fb167098: load plugins relative to config root +- 85ddf618: add JS API docs (#2315) +- 49b29f97: [ci] yarn format + +## 3.0.11 + +### Patch Changes + +- 58a36d4c: fix bad build conditional check +- 37f7a55d: remove empty build folders from build +- 6e01eeb5: improve build watch output +- 137c58b0: fix init file issue +- e2b74e7b: add fallback deprecation +- 968720cf: remove rollup from bundle to pass peerDep checks +- 70d25dad: Resolves #2265 (#2289) +- 7b38b486: get tests passing +- e6b618c5: [ci] yarn format + +## 3.0.10 + +### Patch Changes + +- 1d071628: cleanup the bundled build before publishing +- beb3f9a1: stop ignoring postcss in generated bundle +- 2b797521: [ci] yarn format + +## 3.0.9 + +### Patch Changes + +- d26c7733: [ci] yarn format + +## 3.0.8 + +### Patch Changes + +- c2124bd7: json fix +- e040f071: Fix postcss-modules being required as a dependency in projects (#2257) +- c566aa10: add bundled type support for esinstall and skypack, remove as full deps +- ecf85d52: move open back to regular dependency +- b0f7280c: [ci] yarn format + +## 3.0.7 + +### Patch Changes + +- 61bd4c3b: [ci] yarn format +- eb5b366a: cleanup types, release script +- 20e3ed21: move skypack and esbuild into real dependencies for now +- e63d70fd: fix direct foo.svelte.css references +- 01a80448: [ci] yarn format + +## 3.0.6 + +### Patch Changes + +- 8f614490: final cleanup before v3 goes out +- 15d77ea3: cleanup diff --git a/yarn.lock b/yarn.lock index 3f930296b3..6a360876d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1672,6 +1672,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.10.4", "@babel/runtime@^7.5.5": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" + integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.10.4", "@babel/template@^7.12.13", "@babel/template@^7.3.3": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327" @@ -1799,6 +1806,190 @@ resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== +"@changesets/apply-release-plan@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@changesets/apply-release-plan/-/apply-release-plan-5.0.0.tgz#11bf168acecbf4cfa2b0e6425160bac5ceeec1c3" + integrity sha512-SE+5nPNSKUyUociPnAvnjYSVF+diciEhX9ZHSqKWMlydswCDjiaq9gz67qwWCmwgEgEOz0TS7VrQBoOlzbitvA== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/config" "^1.6.0" + "@changesets/get-version-range-type" "^0.3.2" + "@changesets/git" "^1.1.1" + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + detect-indent "^6.0.0" + fs-extra "^7.0.1" + lodash.startcase "^4.4.0" + outdent "^0.5.0" + prettier "^1.19.1" + resolve-from "^5.0.0" + semver "^5.4.1" + +"@changesets/assemble-release-plan@^5.0.0": + version "5.0.0" + resolved "https://registry.yarnpkg.com/@changesets/assemble-release-plan/-/assemble-release-plan-5.0.0.tgz#3e57405e5c375e2d933f62e74d1874915e60cd61" + integrity sha512-LElDXTCBUkPSmdXlCisoUWw2paX48snatBmw/hKnGiSvnyZqdTIylLojAGQWG0/vOO9v3s/DvJ4hdagIquxJjg== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/errors" "^0.1.4" + "@changesets/get-dependents-graph" "^1.2.1" + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + semver "^5.4.1" + +"@changesets/cli@^2.16.0": + version "2.16.0" + resolved "https://registry.yarnpkg.com/@changesets/cli/-/cli-2.16.0.tgz#9f794005d0503efba5e348b929821a1732fd0f0d" + integrity sha512-VFkXSyyk/WRjjUoBI7g7cDy09qBjPbBQOloPMEshTzMo/NY9muWHl2yB/FSSkV/6PxGimPtJ7aEJPYfk8HCfXw== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/apply-release-plan" "^5.0.0" + "@changesets/assemble-release-plan" "^5.0.0" + "@changesets/config" "^1.6.0" + "@changesets/errors" "^0.1.4" + "@changesets/get-dependents-graph" "^1.2.1" + "@changesets/get-release-plan" "^3.0.0" + "@changesets/git" "^1.1.1" + "@changesets/logger" "^0.0.5" + "@changesets/pre" "^1.0.6" + "@changesets/read" "^0.4.7" + "@changesets/types" "^4.0.0" + "@changesets/write" "^0.1.4" + "@manypkg/get-packages" "^1.0.1" + "@types/semver" "^6.0.0" + boxen "^1.3.0" + chalk "^2.1.0" + enquirer "^2.3.0" + external-editor "^3.1.0" + fs-extra "^7.0.1" + human-id "^1.0.2" + is-ci "^2.0.0" + meow "^6.0.0" + outdent "^0.5.0" + p-limit "^2.2.0" + preferred-pm "^3.0.0" + semver "^5.4.1" + spawndamnit "^2.0.0" + term-size "^2.1.0" + tty-table "^2.8.10" + +"@changesets/config@^1.6.0": + version "1.6.0" + resolved "https://registry.yarnpkg.com/@changesets/config/-/config-1.6.0.tgz#2cd9426b9d4212534d2b31c51de43280b76d3df4" + integrity sha512-vMY/OpMFSDC2crDKb5Nq2kMX9hozcXL4dY5Rr+a1JQ044Rz+jqjJPpdTP2yQ+j7qmeGcUTvwjJoEMeekYwfqhg== + dependencies: + "@changesets/errors" "^0.1.4" + "@changesets/get-dependents-graph" "^1.2.1" + "@changesets/logger" "^0.0.5" + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + fs-extra "^7.0.1" + micromatch "^4.0.2" + +"@changesets/errors@^0.1.4": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@changesets/errors/-/errors-0.1.4.tgz#f79851746c43679a66b383fdff4c012f480f480d" + integrity sha512-HAcqPF7snsUJ/QzkWoKfRfXushHTu+K5KZLJWPb34s4eCZShIf8BFO3fwq6KU8+G7L5KdtN2BzQAXOSXEyiY9Q== + dependencies: + extendable-error "^0.1.5" + +"@changesets/get-dependents-graph@^1.2.1": + version "1.2.1" + resolved "https://registry.yarnpkg.com/@changesets/get-dependents-graph/-/get-dependents-graph-1.2.1.tgz#462908693dc3a354622e43f85a764b74b5bb53af" + integrity sha512-vJOibo9SkqhVbgfq5AHIlQ7tzkYQIXh3tPAnlNLy2bPZsU+SByd74GaxHYWt1zOBlncU25WKrIM6J7XBB+GVUg== + dependencies: + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + chalk "^2.1.0" + fs-extra "^7.0.1" + semver "^5.4.1" + +"@changesets/get-release-plan@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@changesets/get-release-plan/-/get-release-plan-3.0.0.tgz#55efc01db2e24bd7a88e703956eb2f6c4a79054f" + integrity sha512-7VLiqpcWZyjwIXYgkubBC/9cdwqUJEhLMRT9/Y9+ctHqrpsXmJg15QQPTOh3HT9yGN5fJPL1WwuZkc1HXUhK0g== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/assemble-release-plan" "^5.0.0" + "@changesets/config" "^1.6.0" + "@changesets/pre" "^1.0.6" + "@changesets/read" "^0.4.7" + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + +"@changesets/get-version-range-type@^0.3.2": + version "0.3.2" + resolved "https://registry.yarnpkg.com/@changesets/get-version-range-type/-/get-version-range-type-0.3.2.tgz#8131a99035edd11aa7a44c341cbb05e668618c67" + integrity sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg== + +"@changesets/git@^1.1.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@changesets/git/-/git-1.1.1.tgz#f444d3ff3604acb6949560656c9ef330485a5fa3" + integrity sha512-Z12TcKwgU33YE3r76cyU+X81RchOXljDZ5s3G2u0Zd+ODyrwlDb91IO55+6R0Ha6ouPz8ioont0gA70c1RFngg== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/errors" "^0.1.4" + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + is-subdir "^1.1.1" + spawndamnit "^2.0.0" + +"@changesets/logger@^0.0.5": + version "0.0.5" + resolved "https://registry.yarnpkg.com/@changesets/logger/-/logger-0.0.5.tgz#68305dd5a643e336be16a2369cb17cdd8ed37d4c" + integrity sha512-gJyZHomu8nASHpaANzc6bkQMO9gU/ib20lqew1rVx753FOxffnCrJlGIeQVxNWCqM+o6OOleCo/ivL8UAO5iFw== + dependencies: + chalk "^2.1.0" + +"@changesets/parse@^0.3.8": + version "0.3.8" + resolved "https://registry.yarnpkg.com/@changesets/parse/-/parse-0.3.8.tgz#0bb244eccb35cb301168f85684bb03389c59341d" + integrity sha512-0S7Dc7XbMOKamBtd48vVuWL2aFZyaglw6lJsXNddn9forFf8oMKMmdyJ/HQPyeEChDDOhDF1/ya7m/zpt4Dk4w== + dependencies: + "@changesets/types" "^4.0.0" + js-yaml "^3.13.1" + +"@changesets/pre@^1.0.6": + version "1.0.6" + resolved "https://registry.yarnpkg.com/@changesets/pre/-/pre-1.0.6.tgz#45700cf18274b35b2296000befe7fe4df8ff046f" + integrity sha512-ZwFFQLjhTmA4hj8+Cf9pm6nD9Tp+AiBz1wJLaGum4Ae1fPXMwDnJfHknFUTytqZBlC0gHkiGSj6QkUuetWvckg== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/errors" "^0.1.4" + "@changesets/types" "^4.0.0" + "@manypkg/get-packages" "^1.0.1" + fs-extra "^7.0.1" + +"@changesets/read@^0.4.7": + version "0.4.7" + resolved "https://registry.yarnpkg.com/@changesets/read/-/read-0.4.7.tgz#5a32ae7092330fba31eaec4c83321bb936605766" + integrity sha512-E70QrYQpSCMF0nC0dlPU7i6A9zht+8zkQczrKMbOUwDVrfidcvgojxfuJSQbzptYSb9OKYh8GOLd+bsq9+uO9Q== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/git" "^1.1.1" + "@changesets/logger" "^0.0.5" + "@changesets/parse" "^0.3.8" + "@changesets/types" "^4.0.0" + chalk "^2.1.0" + fs-extra "^7.0.1" + p-filter "^2.1.0" + +"@changesets/types@^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.0.0.tgz#635f804546b0a96ecc0ca3f26403a6782a3dc938" + integrity sha512-whLmPx2wgJRoOtxVZop+DJ71z1gTSkij7osiHgN+pe//FiE6bb4ffvBBb0rACs2cUPfAkWxgSPzqkECgKS1jvQ== + +"@changesets/write@^0.1.4": + version "0.1.4" + resolved "https://registry.yarnpkg.com/@changesets/write/-/write-0.1.4.tgz#5828ecc70c48d0e8696c5f13fe06b730cdfde6f2" + integrity sha512-uco+vS3mo2JqflLciIU707har+6AEFOeP8pgu3vVC1M2WcKukQgR1KylHFqZJxKQWahf8mQnuUSbgR4yJQuhmA== + dependencies: + "@babel/runtime" "^7.10.4" + "@changesets/types" "^4.0.0" + fs-extra "^7.0.1" + human-id "^1.0.2" + prettier "^1.19.1" + "@cnakazawa/watch@^1.0.3": version "1.0.4" resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a" @@ -2788,6 +2979,27 @@ npmlog "^4.1.2" write-file-atomic "^2.3.0" +"@manypkg/find-root@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@manypkg/find-root/-/find-root-1.1.0.tgz#a62d8ed1cd7e7d4c11d9d52a8397460b5d4ad29f" + integrity sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA== + dependencies: + "@babel/runtime" "^7.5.5" + "@types/node" "^12.7.1" + find-up "^4.1.0" + fs-extra "^8.1.0" + +"@manypkg/get-packages@^1.0.1": + version "1.1.1" + resolved "https://registry.yarnpkg.com/@manypkg/get-packages/-/get-packages-1.1.1.tgz#7c7e72d0061ab2e61d2ce4da58ce91290a60ac8d" + integrity sha512-J6VClfQSVgR6958eIDTGjfdCrELy1eT+SHeoSMomnvRQVktZMnEA5edIr5ovRFNw5y+Bk/jyoevPzGYod96mhw== + dependencies: + "@babel/runtime" "^7.5.5" + "@manypkg/find-root" "^1.1.0" + fs-extra "^8.1.0" + globby "^11.0.0" + read-yaml-file "^1.1.0" + "@mrmlnc/readdir-enhanced@^2.2.1": version "2.2.1" resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" @@ -3606,6 +3818,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.37.tgz#a3dd8da4eb84a996c36e331df98d82abd76b516e" integrity sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw== +"@types/node@^12.7.1": + version "12.20.15" + resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.15.tgz#10ee6a6a3f971966fddfa3f6e89ef7a73ec622df" + integrity sha512-F6S4Chv4JicJmyrwlDkxUdGNSplsQdGwp1A0AJloEVDirWdZOAiRHhovDlsFkKUrquUXhz1imJhXHsf59auyAg== + "@types/normalize-package-data@^2.4.0": version "2.4.0" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e" @@ -3710,6 +3927,11 @@ resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275" integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA== +"@types/semver@^6.0.0": + version "6.2.2" + resolved "https://registry.yarnpkg.com/@types/semver/-/semver-6.2.2.tgz#5c27df09ca39e3c9beb4fae6b95f4d71426df0a9" + integrity sha512-RxAwYt4rGwK5GyoRwuP0jT6ZHAVTdz2EqgsHmX0PYNjGsko+OeT4WFXXTs/lM3teJUJodM+SNtAL5/pXIJ61IQ== + "@types/serve-static@*": version "1.13.9" resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e" @@ -4483,6 +4705,13 @@ alphanum-sort@^1.0.2: resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= +ansi-align@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-2.0.0.tgz#c36aeccba563b89ceb556f3690f0b1d9e3547f7f" + integrity sha1-w2rsy6VjuJzrVW82kPCx2eNUf38= + dependencies: + string-width "^2.0.0" + ansi-colors@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" @@ -5052,6 +5281,13 @@ before-after-hook@^2.0.0: resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-2.2.0.tgz#09c40d92e936c64777aa385c4e9b904f8147eaf0" integrity sha512-jH6rKQIfroBbhEXVmI7XmXe3ix5S/PgJqpzdDPnR8JGLHWNYLsYZ6tK5iWOF/Ra3oqEX0NobXGlzbiylIzVphQ== +better-path-resolve@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/better-path-resolve/-/better-path-resolve-1.0.0.tgz#13a35a1104cdd48a7b74bf8758f96a1ee613f99d" + integrity sha512-pbnl5XzGBdrFU/wT4jqmJVPn2B6UHPBOhzMQkY/SPUPB6QtUXtmBHBIwCbXJol93mOpGMnQyP/+BB19q04xj7g== + dependencies: + is-windows "^1.0.0" + big-integer@^1.6.7: version "1.6.48" resolved "https://registry.yarnpkg.com/big-integer/-/big-integer-1.6.48.tgz#8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e" @@ -5120,6 +5356,19 @@ bootstrap@^4.5.2: resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.0.tgz#97b9f29ac98f98dfa43bf7468262d84392552fd7" integrity sha512-Io55IuQY3kydzHtbGvQya3H+KorS/M9rSNyfCGCg9WZ4pyT/lCxIlpJgG1GXW/PswzC84Tr2fBYi+7+jFVQQBw== +boxen@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/boxen/-/boxen-1.3.0.tgz#55c6c39a8ba58d9c61ad22cd877532deb665a20b" + integrity sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw== + dependencies: + ansi-align "^2.0.0" + camelcase "^4.0.0" + chalk "^2.0.1" + cli-boxes "^1.0.0" + string-width "^2.0.0" + term-size "^1.2.0" + widest-line "^2.0.0" + bplist-parser@^0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.1.1.tgz#d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6" @@ -5158,6 +5407,13 @@ braces@^3.0.1, braces@~3.0.2: dependencies: fill-range "^7.0.1" +breakword@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/breakword/-/breakword-1.0.5.tgz#fd420a417f55016736b5b615161cae1c8f819810" + integrity sha512-ex5W9DoOQ/LUEU3PMdLs9ua/CYZl1678NUkKOdUSi8Aw5F1idieaiRURCBFJCwVcrD1J8Iy3vfWSloaMwO2qFg== + dependencies: + wcwidth "^1.0.1" + "browser-dot-slash-index-js@file:./test/esinstall/package-entrypoints/browser-dot-slash-index-js": version "1.2.3" @@ -5551,7 +5807,7 @@ camelcase@^2.0.0: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f" integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= -camelcase@^4.1.0: +camelcase@^4.0.0, camelcase@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" integrity sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0= @@ -5656,7 +5912,7 @@ chalk@^1.1.3: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@^2.0.0, chalk@^2.3.1, chalk@^2.4.2: +chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.1, chalk@^2.4.2: version "2.4.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== @@ -5820,6 +6076,11 @@ clean-stack@^2.0.0: resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b" integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== +cli-boxes@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-1.0.0.tgz#4fa917c3e59c94a004cd61f8ee509da651687143" + integrity sha1-T6kXw+WclKAEzWH47lCdplFocUM= + cli-cursor@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/cli-cursor/-/cli-cursor-2.1.0.tgz#b35dac376479facc3e94747d41d0d0f5238ffcb5" @@ -6387,6 +6648,15 @@ cross-env@^7.0.2: dependencies: cross-spawn "^7.0.1" +cross-spawn@^5.0.1, cross-spawn@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" + integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= + dependencies: + lru-cache "^4.0.1" + shebang-command "^1.2.0" + which "^1.2.9" + cross-spawn@^6.0.0: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -6638,6 +6908,31 @@ csstype@^3.0.2: resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.7.tgz#2a5fb75e1015e84dd15692f71e89a1450290950b" integrity sha512-KxnUB0ZMlnUWCsx2Z8MUsr6qV6ja1w9ArPErJaJaF8a5SOWoHLIszeCTKGRGRgtLgYrs1E8CHkNSP1VZTTPc9g== +csv-generate@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/csv-generate/-/csv-generate-3.4.0.tgz#360ed73ef8ec7119515a47c3bd5970ac4b988f00" + integrity sha512-D6yi7c6lL70cpTx3TQIVWKrfxuLiKa0pBizu0zi7fSRXlhmE7u674gk9k1IjCEnxKq2t6xzbXnxcOmSdBbE8vQ== + +csv-parse@^4.15.3: + version "4.16.0" + resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-4.16.0.tgz#b4c875e288a41f7ff917cb0d7d45880d563034f6" + integrity sha512-Zb4tGPANH4SW0LgC9+s9Mnequs9aqn7N3/pCqNbVjs2XhEF6yWNU2Vm4OGl1v2Go9nw8rXt87Cm2QN/o6Vpqgg== + +csv-stringify@^5.6.2: + version "5.6.2" + resolved "https://registry.yarnpkg.com/csv-stringify/-/csv-stringify-5.6.2.tgz#e653783e2189c4c797fbb12abf7f4943c787caa9" + integrity sha512-n3rIVbX6ylm1YsX2NEug9IaPV8xRnT+9/NNZbrA/bcHgOSSeqtWla6XnI/xmyu57wIw+ASCAoX1oM6EZtqJV0A== + +csv@^5.3.1: + version "5.5.0" + resolved "https://registry.yarnpkg.com/csv/-/csv-5.5.0.tgz#8ef89e9ac22559064aedf3cbbb912ed4c2aaf9ac" + integrity sha512-32tcuxdb4HW3zbk8NBcVQb8/7xuJB5sv+q4BuQ6++E/K6JvHvWoCHcGzB5Au95vVikNH4ztE0XNC/Bws950cfA== + dependencies: + csv-generate "^3.4.0" + csv-parse "^4.15.3" + csv-stringify "^5.6.2" + stream-transform "^2.1.0" + currently-unhandled@^0.4.1: version "0.4.1" resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea" @@ -7265,7 +7560,7 @@ enhanced-resolve@^5.8.0: graceful-fs "^4.2.4" tapable "^2.2.0" -enquirer@^2.3.6: +enquirer@^2.3.0, enquirer@^2.3.6: version "2.3.6" resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d" integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== @@ -7496,6 +7791,19 @@ exec-sh@^0.3.2: resolved "https://registry.yarnpkg.com/exec-sh/-/exec-sh-0.3.6.tgz#ff264f9e325519a60cb5e273692943483cca63bc" integrity sha512-nQn+hI3yp+oD0huYhKwvYI32+JFeq+XkNcD1GAo3Y/MjxsfVGmrrzrnzjWiNY6f+pUCP440fThsFh5gZrRAU/w== +execa@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" + integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= + dependencies: + cross-spawn "^5.0.1" + get-stream "^3.0.0" + is-stream "^1.1.0" + npm-run-path "^2.0.0" + p-finally "^1.0.0" + signal-exit "^3.0.0" + strip-eof "^1.0.0" + execa@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8" @@ -7640,7 +7948,12 @@ extend@~3.0.2: resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== -external-editor@^3.0.3: +extendable-error@^0.1.5: + version "0.1.7" + resolved "https://registry.yarnpkg.com/extendable-error/-/extendable-error-0.1.7.tgz#60b9adf206264ac920058a7395685ae4670c2b96" + integrity sha512-UOiS2in6/Q0FK0R0q6UY9vYpQ21mr/Qn1KOnte7vsACuNJf514WvCCUHSRCPcgjPT2bAhNIJdlE6bVap1GKmeg== + +external-editor@^3.0.3, external-editor@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495" integrity sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== @@ -7865,6 +8178,14 @@ find-up@^5.0.0: locate-path "^6.0.0" path-exists "^4.0.0" +find-yarn-workspace-root2@1.2.16: + version "1.2.16" + resolved "https://registry.yarnpkg.com/find-yarn-workspace-root2/-/find-yarn-workspace-root2-1.2.16.tgz#60287009dd2f324f59646bdb4b7610a6b301c2a9" + integrity sha512-hr6hb1w8ePMpPVUK39S4RlwJzi+xPLuVuG8XlwXU3KD5Yn3qgBWVfy3AzNlDhWvE1EORCE65/Qm26rFQt3VLVA== + dependencies: + micromatch "^4.0.2" + pkg-dir "^4.2.0" + flush-write-stream@^1.0.0: version "1.1.1" resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8" @@ -7940,6 +8261,15 @@ fs-extra@3.0.1: jsonfile "^3.0.0" universalify "^0.1.0" +fs-extra@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" + integrity sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw== + dependencies: + graceful-fs "^4.1.2" + jsonfile "^4.0.0" + universalify "^0.1.0" + fs-extra@^8.1.0: version "8.1.0" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0" @@ -8084,6 +8414,11 @@ get-stdin@^4.0.1: resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe" integrity sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= +get-stream@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14" + integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ= + get-stream@^4.0.0, get-stream@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5" @@ -8206,6 +8541,18 @@ globals@^11.1.0: resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e" integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== +globby@^11.0.0: + version "11.0.4" + resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5" + integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg== + dependencies: + array-union "^2.1.0" + dir-glob "^3.0.1" + fast-glob "^3.1.1" + ignore "^5.1.4" + merge2 "^1.3.0" + slash "^3.0.0" + globby@^11.0.1: version "11.0.3" resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb" @@ -8261,11 +8608,16 @@ got@^11.1.4: p-cancelable "^2.0.0" responselike "^2.0.0" -graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3, graceful-fs@^4.2.4: +graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.5, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.3, graceful-fs@^4.2.4: version "4.2.6" resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee" integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== +grapheme-splitter@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e" + integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== + gray-matter@^4.0.2: version "4.0.2" resolved "https://registry.yarnpkg.com/gray-matter/-/gray-matter-4.0.2.tgz#9aa379e3acaf421193fce7d2a28cebd4518ac454" @@ -8611,6 +8963,11 @@ https-proxy-agent@^5.0.0: agent-base "6" debug "4" +human-id@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/human-id/-/human-id-1.0.2.tgz#e654d4b2b0d8b07e45da9f6020d8af17ec0a5df3" + integrity sha512-UNopramDEhHJD+VR+ehk8rOslwSfByxPIZyJRfV739NDhN5LF1fa1MqnzKm2lGTQRjNrjK19Q5fhkgIfjlVUKw== + human-signals@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0" @@ -9222,6 +9579,13 @@ is-string@^1.0.5: resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.5.tgz#40493ed198ef3ff477b8c7f92f644ec82a5cd3a6" integrity sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== +is-subdir@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/is-subdir/-/is-subdir-1.2.0.tgz#b791cd28fab5202e91a08280d51d9d7254fd20d4" + integrity sha512-2AT6j+gXe/1ueqbW6fLZJiIw3F8iXGJtt0yDrZaBhAZEG1raiTxKWU+IPqMCzQAXOUCKdA4UDMgacKH25XG2Cw== + dependencies: + better-path-resolve "1.0.0" + is-symbol@^1.0.2, is-symbol@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.3.tgz#38e1014b9e6329be0de9d24a414fd7441ec61937" @@ -9945,7 +10309,7 @@ js-stringify@^1.0.1: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== -js-yaml@^3.11.0, js-yaml@^3.13.1: +js-yaml@^3.11.0, js-yaml@^3.13.0, js-yaml@^3.13.1, js-yaml@^3.6.1: version "3.14.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.1.tgz#dae812fdb3825fa306609a8717383c50c36a0537" integrity sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== @@ -10393,6 +10757,16 @@ load-json-file@^5.3.0: strip-bom "^3.0.0" type-fest "^0.3.0" +load-yaml-file@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/load-yaml-file/-/load-yaml-file-0.2.0.tgz#af854edaf2bea89346c07549122753c07372f64d" + integrity sha512-OfCBkGEw4nN6JLtgRidPX6QxjBQGQf72q3si2uvqyFEMbycSFFHwAZeXx6cJgFM9wmLrf9zBwCP3Ivqa+LLZPw== + dependencies: + graceful-fs "^4.1.5" + js-yaml "^3.13.0" + pify "^4.0.1" + strip-bom "^3.0.0" + loader-runner@^4.2.0: version "4.2.0" resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-4.2.0.tgz#d7022380d66d14c5fb1d496b89864ebcfd478384" @@ -10506,6 +10880,11 @@ lodash.sortby@^4.7.0: resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg= +lodash.startcase@^4.4.0: + version "4.4.0" + resolved "https://registry.yarnpkg.com/lodash.startcase/-/lodash.startcase-4.4.0.tgz#9436e34ed26093ed7ffae1936144350915d9add8" + integrity sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg= + lodash.template@^4.0.2, lodash.template@^4.5.0: version "4.5.0" resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" @@ -10571,7 +10950,7 @@ lowercase-keys@^2.0.0: resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479" integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== -lru-cache@^4.1.5: +lru-cache@^4.0.1, lru-cache@^4.1.5: version "4.1.5" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd" integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g== @@ -10806,6 +11185,23 @@ meow@^4.0.0: redent "^2.0.0" trim-newlines "^2.0.0" +meow@^6.0.0: + version "6.1.1" + resolved "https://registry.yarnpkg.com/meow/-/meow-6.1.1.tgz#1ad64c4b76b2a24dfb2f635fddcadf320d251467" + integrity sha512-3YffViIt2QWgTy6Pale5QpopX/IvU3LPL03jOTqp6pGj3VjesdO/U8CuHMKpnQr4shCNCM5fd5XFFvIIl6JBHg== + dependencies: + "@types/minimist" "^1.2.0" + camelcase-keys "^6.2.2" + decamelize-keys "^1.1.0" + hard-rejection "^2.1.0" + minimist-options "^4.0.2" + normalize-package-data "^2.5.0" + read-pkg-up "^7.0.1" + redent "^3.0.0" + trim-newlines "^3.0.0" + type-fest "^0.13.1" + yargs-parser "^18.1.3" + meow@^8.0.0: version "8.1.2" resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897" @@ -10946,7 +11342,7 @@ minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimist-options@4.1.0: +minimist-options@4.1.0, minimist-options@^4.0.2: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619" integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== @@ -11074,6 +11470,11 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" +mixme@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/mixme/-/mixme-0.5.1.tgz#b3da79a563b2da46efba9519830059e4c2a9e40f" + integrity sha512-NaeZIckeBFT7i0XBEpGyFcAE0/bLcQ9MHErTpnU3bLWVE5WZbxG5Y3fDsMxYGifTo5khDA42OquXCC2ngKJB+g== + mkdirp-classic@^0.5.2: version "0.5.3" resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113" @@ -11740,6 +12141,11 @@ osenv@^0.1.4, osenv@^0.1.5: os-homedir "^1.0.0" os-tmpdir "^1.0.0" +outdent@^0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/outdent/-/outdent-0.5.0.tgz#9e10982fdc41492bb473ad13840d22f9655be2ff" + integrity sha512-/jHxFIzoMXdqPzTaCpFzAAWhpkSjZPF4Vsn6jAfNpmbH/ymsmd7Qc6VE9BGn0L6YMj6uwpQLxCECpus4ukKS9Q== + p-cancelable@^2.0.0: version "2.1.0" resolved "https://registry.yarnpkg.com/p-cancelable/-/p-cancelable-2.1.0.tgz#4d51c3b91f483d02a0d300765321fca393d758dd" @@ -11750,6 +12156,13 @@ p-each-series@^2.1.0: resolved "https://registry.yarnpkg.com/p-each-series/-/p-each-series-2.2.0.tgz#105ab0357ce72b202a8a8b94933672657b5e2a9a" integrity sha512-ycIL2+1V32th+8scbpTvyHNaHe02z0sjgh91XXjAk+ZeXoPN4Z46DVUnzdso0aX4KckKw0FNNFHdjZ2UsZvxiA== +p-filter@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/p-filter/-/p-filter-2.1.0.tgz#1b1472562ae7a0f742f0f3d3d3718ea66ff9c09c" + integrity sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw== + dependencies: + p-map "^2.0.0" + p-finally@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae" @@ -11811,7 +12224,7 @@ p-map-series@^1.0.0: dependencies: p-reduce "^1.0.0" -p-map@^2.1.0: +p-map@^2.0.0, p-map@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/p-map/-/p-map-2.1.0.tgz#310928feef9c9ecc65b68b17693018a665cea175" integrity sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw== @@ -12780,11 +13193,26 @@ preact@^10.0.0, preact@^10.5.13: resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.13.tgz#85f6c9197ecd736ce8e3bec044d08fd1330fa019" integrity sha512-q/vlKIGNwzTLu+jCcvywgGrt+H/1P/oIRSD6mV4ln3hmlC+Aa34C7yfPI4+5bzW8pONyVXYS7SvXosy2dKKtWQ== +preferred-pm@^3.0.0: + version "3.0.3" + resolved "https://registry.yarnpkg.com/preferred-pm/-/preferred-pm-3.0.3.tgz#1b6338000371e3edbce52ef2e4f65eb2e73586d6" + integrity sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ== + dependencies: + find-up "^5.0.0" + find-yarn-workspace-root2 "1.2.16" + path-exists "^4.0.0" + which-pm "2.0.0" + prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ= +prettier@^1.19.1: + version "1.19.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb" + integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew== + prettier@^2.2.1: version "2.2.1" resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5" @@ -13405,6 +13833,16 @@ read-pkg@^5.2.0: parse-json "^5.0.0" type-fest "^0.6.0" +read-yaml-file@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/read-yaml-file/-/read-yaml-file-1.1.0.tgz#9362bbcbdc77007cc8ea4519fe1c0b821a7ce0d8" + integrity sha512-VIMnQi/Z4HT2Fxuwg5KrY174U1VdUIASQVWXXyqtNRtxSr9IYkn1rsI6Tb6HsrHCmB7gVpNwX6JxPTHcH6IoTA== + dependencies: + graceful-fs "^4.1.5" + js-yaml "^3.6.1" + pify "^4.0.1" + strip-bom "^3.0.0" + read@1, read@~1.0.1: version "1.0.7" resolved "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz#b3da19bd052431a97671d44a42634adf710b40c4" @@ -14193,6 +14631,17 @@ smart-buffer@^4.1.0: resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.1.0.tgz#91605c25d91652f4661ea69ccf45f1b331ca21ba" integrity sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw== +smartwrap@^1.2.3: + version "1.2.5" + resolved "https://registry.yarnpkg.com/smartwrap/-/smartwrap-1.2.5.tgz#45ee3e09ac234e5f7f17c16e916f511834f3cd23" + integrity sha512-bzWRwHwu0RnWjwU7dFy7tF68pDAx/zMSu3g7xr9Nx5J0iSImYInglwEVExyHLxXljy6PWMjkSAbwF7t2mPnRmg== + dependencies: + breakword "^1.0.5" + grapheme-splitter "^1.0.4" + strip-ansi "^6.0.0" + wcwidth "^1.0.1" + yargs "^15.1.0" + snapdragon-node@^2.0.1: version "2.1.1" resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" @@ -14374,6 +14823,14 @@ sourcemap-codec@^1.4.4: resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4" integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== +spawndamnit@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/spawndamnit/-/spawndamnit-2.0.0.tgz#9f762ac5c3476abb994b42ad592b5ad22bb4b0ad" + integrity sha512-j4JKEcncSjFlqIwU5L/rp2N5SIPsdxaRsIv678+TZxZ0SRDJTm8JrxJMjE/XuiEZNEir3S8l0Fa3Ke339WI4qA== + dependencies: + cross-spawn "^5.1.0" + signal-exit "^3.0.2" + spdx-correct@^3.0.0: version "3.1.1" resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.1.1.tgz#dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9" @@ -14528,6 +14985,13 @@ stream-throttle@^0.1.3: commander "^2.2.0" limiter "^1.0.5" +stream-transform@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/stream-transform/-/stream-transform-2.1.0.tgz#e68cc062cced5b8ee669ae97f4be473eee5d9227" + integrity sha512-bwQO+75rzQbug7e5OOHnOR3FgbJ0fCjHmDIdynkwUaFzleBXugGmv2dx3sX3aIHUQRLjrcisRPgN9BWl63uGgw== + dependencies: + mixme "^0.5.0" + strict-uri-encode@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-2.0.0.tgz#b9c7330c7042862f6b142dc274bbcc5866ce3546" @@ -14555,7 +15019,7 @@ string-width@^1.0.1: is-fullwidth-code-point "^1.0.0" strip-ansi "^3.0.0" -"string-width@^1.0.2 || 2", string-width@^2.1.0: +"string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== @@ -14892,6 +15356,18 @@ temp-write@^3.4.0: temp-dir "^1.0.0" uuid "^3.0.1" +term-size@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/term-size/-/term-size-1.2.0.tgz#458b83887f288fc56d6fffbfad262e26638efa69" + integrity sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk= + dependencies: + execa "^0.7.0" + +term-size@^2.1.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54" + integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg== + terminal-link@^2.0.0: version "2.1.1" resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" @@ -15160,6 +15636,18 @@ tsscmp@1.0.6: resolved "https://registry.yarnpkg.com/tsscmp/-/tsscmp-1.0.6.tgz#85b99583ac3589ec4bfef825b5000aa911d605eb" integrity sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA== +tty-table@^2.8.10: + version "2.8.13" + resolved "https://registry.yarnpkg.com/tty-table/-/tty-table-2.8.13.tgz#d484a416381973eaebbdf19c79136b390e5c6d70" + integrity sha512-eVV/+kB6fIIdx+iUImhXrO22gl7f6VmmYh0Zbu6C196fe1elcHXd7U6LcLXu0YoVPc2kNesWiukYcdK8ZmJ6aQ== + dependencies: + chalk "^3.0.0" + csv "^5.3.1" + smartwrap "^1.2.3" + strip-ansi "^6.0.0" + wcwidth "^1.0.1" + yargs "^15.1.0" + tunnel-agent@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd" @@ -15184,6 +15672,11 @@ type-detect@4.0.8, type-detect@^4.0.0, type-detect@^4.0.5: resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c" integrity sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g== +type-fest@^0.13.1: + version "0.13.1" + resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934" + integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== + type-fest@^0.18.0: version "0.18.1" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f" @@ -15615,7 +16108,7 @@ watchpack@^2.0.0: glob-to-regexp "^0.4.1" graceful-fs "^4.1.2" -wcwidth@^1.0.0: +wcwidth@^1.0.0, wcwidth@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/wcwidth/-/wcwidth-1.0.1.tgz#f0b0dcf915bc5ff1528afadb2c0e17b532da2fe8" integrity sha1-8LDc+RW8X/FSivrbLA4XtTLaL+g= @@ -15798,6 +16291,14 @@ which-module@^2.0.0: resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= +which-pm@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-pm/-/which-pm-2.0.0.tgz#8245609ecfe64bf751d0eef2f376d83bf1ddb7ae" + integrity sha512-Lhs9Pmyph0p5n5Z3mVnN0yWcbQYUAD7rbQUiMsQxOJ3T57k7RFe35SUwWMf7dsbDZks1uOmw4AecB/JMDj3v/w== + dependencies: + load-yaml-file "^0.2.0" + path-exists "^4.0.0" + which@^1.2.9, which@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" @@ -15819,6 +16320,13 @@ wide-align@^1.1.0: dependencies: string-width "^1.0.2 || 2" +widest-line@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc" + integrity sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA== + dependencies: + string-width "^2.1.1" + wildcard@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec" @@ -16023,7 +16531,7 @@ yargs-parser@^15.0.1: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^18.1.2: +yargs-parser@^18.1.2, yargs-parser@^18.1.3: version "18.1.3" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0" integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ== @@ -16066,7 +16574,7 @@ yargs@^14.2.2: y18n "^4.0.0" yargs-parser "^15.0.1" -yargs@^15.4.1: +yargs@^15.1.0, yargs@^15.4.1: version "15.4.1" resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8" integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==