From eb1e33b0943982c750891c0fd7ac903a0996099b Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Thu, 26 Aug 2021 11:16:46 -0600 Subject: [PATCH] 3.8.8 --- .changeset/itchy-coins-sort.md | 5 ----- .../app-template-svelte-typescript/package.json | 2 +- snowpack/CHANGELOG.md | 6 ++++++ snowpack/package.json | 2 +- test/build/config-loading-esm-package/package.json | 2 +- test/build/config-loading-mjs/package.json | 2 +- test/build/entrypoint-ids/package.json | 2 +- test/build/import-assets/package.json | 2 +- test/build/package-bootstrap/package.json | 2 +- test/build/package-workspace/package.json | 2 +- test/build/plugin-build-script/package.json | 2 +- test/build/plugin-hook-optimize/package.json | 2 +- test/build/plugin-run-script/package.json | 2 +- test/build/prepare-external-package/package.json | 2 +- test/esinstall/alias/package.json | 2 +- test/esinstall/config-package-svelte/package.json | 2 +- test/esinstall/dep-list-simple/package.json | 2 +- test/esinstall/error-missing-dep/package.json | 2 +- test/esinstall/exclude-external-packages/package.json | 2 +- test/esinstall/exports-only-no-main/package.json | 2 +- test/esinstall/exports-only/package.json | 2 +- test/esinstall/import-nothing/package.json | 2 +- test/esinstall/named-exports/package.json | 2 +- test/esinstall/package-node-fetch/package.json | 2 +- test/esinstall/package-react/package.json | 2 +- test/esinstall/rollup/package.json | 2 +- 26 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 .changeset/itchy-coins-sort.md diff --git a/.changeset/itchy-coins-sort.md b/.changeset/itchy-coins-sort.md deleted file mode 100644 index e5c1dbcf98..0000000000 --- a/.changeset/itchy-coins-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'snowpack': patch ---- - -Fix for dynamic import scanning diff --git a/create-snowpack-app/app-template-svelte-typescript/package.json b/create-snowpack-app/app-template-svelte-typescript/package.json index 52ec97d49a..444030301f 100644 --- a/create-snowpack-app/app-template-svelte-typescript/package.json +++ b/create-snowpack-app/app-template-svelte-typescript/package.json @@ -35,7 +35,7 @@ "@types/snowpack-env": "^2.3.3", "@web/test-runner": "^0.13.3", "chai": "^4.3.4", - "snowpack": "^3.8.7", + "snowpack": "^3.8.8", "svelte-preprocess": "^4.7.2", "typescript": "^4.3.4" }, diff --git a/snowpack/CHANGELOG.md b/snowpack/CHANGELOG.md index debbe6cca1..2a6be27cfe 100644 --- a/snowpack/CHANGELOG.md +++ b/snowpack/CHANGELOG.md @@ -1,5 +1,11 @@ # snowpack +## 3.8.8 + +### Patch Changes + +- 57ee22fc: Fix for dynamic import scanning + ## 3.8.7 ### Patch Changes diff --git a/snowpack/package.json b/snowpack/package.json index ef0a7f34be..e9c8cc0193 100644 --- a/snowpack/package.json +++ b/snowpack/package.json @@ -1,6 +1,6 @@ { "name": "snowpack", - "version": "3.8.7", + "version": "3.8.8", "description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.", "author": "Fred K. Schott ", "license": "MIT", diff --git a/test/build/config-loading-esm-package/package.json b/test/build/config-loading-esm-package/package.json index 4306717d19..976fa7ab16 100644 --- a/test/build/config-loading-esm-package/package.json +++ b/test/build/config-loading-esm-package/package.json @@ -7,6 +7,6 @@ "testbuild": "snowpack build" }, "dependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/config-loading-mjs/package.json b/test/build/config-loading-mjs/package.json index 50118c6b47..16e4961085 100644 --- a/test/build/config-loading-mjs/package.json +++ b/test/build/config-loading-mjs/package.json @@ -6,6 +6,6 @@ "testbuild": "snowpack build" }, "dependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/entrypoint-ids/package.json b/test/build/entrypoint-ids/package.json index bf05d104b1..6a85e72c0c 100644 --- a/test/build/entrypoint-ids/package.json +++ b/test/build/entrypoint-ids/package.json @@ -16,6 +16,6 @@ "ansi-styles": "*" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/import-assets/package.json b/test/build/import-assets/package.json index 2e148e30a6..375b133fd4 100644 --- a/test/build/import-assets/package.json +++ b/test/build/import-assets/package.json @@ -8,6 +8,6 @@ "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/package-bootstrap/package.json b/test/build/package-bootstrap/package.json index 3cd419c0c2..e7b12d5c70 100644 --- a/test/build/package-bootstrap/package.json +++ b/test/build/package-bootstrap/package.json @@ -15,6 +15,6 @@ "bootstrap": "^4.5.2" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/package-workspace/package.json b/test/build/package-workspace/package.json index 34f28646bd..7d7902a0a0 100644 --- a/test/build/package-workspace/package.json +++ b/test/build/package-workspace/package.json @@ -7,7 +7,7 @@ "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" }, "dependencies": { "test-workspace-component": "^1.0.0" diff --git a/test/build/plugin-build-script/package.json b/test/build/plugin-build-script/package.json index 0a52207dc9..0e68fe1143 100644 --- a/test/build/plugin-build-script/package.json +++ b/test/build/plugin-build-script/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@babel/cli": "^7.10.5", "@snowpack/plugin-build-script": "^2.0.0", - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" }, "dependencies": { "@babel/preset-typescript": "^7.13.0" diff --git a/test/build/plugin-hook-optimize/package.json b/test/build/plugin-hook-optimize/package.json index a6ea625584..1005c1e339 100644 --- a/test/build/plugin-hook-optimize/package.json +++ b/test/build/plugin-hook-optimize/package.json @@ -9,6 +9,6 @@ }, "devDependencies": { "@snowpack/plugin-optimize": "^0.2.0", - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/plugin-run-script/package.json b/test/build/plugin-run-script/package.json index 51edb55dbe..22d7effdc8 100644 --- a/test/build/plugin-run-script/package.json +++ b/test/build/plugin-run-script/package.json @@ -9,6 +9,6 @@ "devDependencies": { "@snowpack/plugin-run-script": "^2.0.0", "sass": "^1.26.10", - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/build/prepare-external-package/package.json b/test/build/prepare-external-package/package.json index 1dab589a94..a365fc4e72 100644 --- a/test/build/prepare-external-package/package.json +++ b/test/build/prepare-external-package/package.json @@ -19,7 +19,7 @@ } }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" }, "dependencies": { "array-flatten": "^3.0.0" diff --git a/test/esinstall/alias/package.json b/test/esinstall/alias/package.json index cdf0a454c2..dbe1a8deae 100644 --- a/test/esinstall/alias/package.json +++ b/test/esinstall/alias/package.json @@ -9,6 +9,6 @@ "vue-currency-input": "^1.21.0" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/config-package-svelte/package.json b/test/esinstall/config-package-svelte/package.json index 43c6bfd35f..477df523be 100644 --- a/test/esinstall/config-package-svelte/package.json +++ b/test/esinstall/config-package-svelte/package.json @@ -7,6 +7,6 @@ "simple-svelte-autocomplete": "1.2.4" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/dep-list-simple/package.json b/test/esinstall/dep-list-simple/package.json index ea3498af60..b3fe428b59 100644 --- a/test/esinstall/dep-list-simple/package.json +++ b/test/esinstall/dep-list-simple/package.json @@ -4,6 +4,6 @@ "name": "@snowpack/test-dep-list-simple", "dependencies": { "async": "3.1.0", - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/error-missing-dep/package.json b/test/esinstall/error-missing-dep/package.json index cb617f2d11..a109c2c217 100644 --- a/test/esinstall/error-missing-dep/package.json +++ b/test/esinstall/error-missing-dep/package.json @@ -3,6 +3,6 @@ "version": "1.0.1", "name": "@snowpack/test-error-missing-dep", "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/exclude-external-packages/package.json b/test/esinstall/exclude-external-packages/package.json index bf0588d798..eb12047087 100644 --- a/test/esinstall/exclude-external-packages/package.json +++ b/test/esinstall/exclude-external-packages/package.json @@ -7,6 +7,6 @@ "react-dom": "17.0.1" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/exports-only-no-main/package.json b/test/esinstall/exports-only-no-main/package.json index 78e36f65c0..c837d9ffd2 100644 --- a/test/esinstall/exports-only-no-main/package.json +++ b/test/esinstall/exports-only-no-main/package.json @@ -10,6 +10,6 @@ "exports-only-no-main": "file:./pkg" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/exports-only/package.json b/test/esinstall/exports-only/package.json index 1e1d103bb8..22e6e39d61 100644 --- a/test/esinstall/exports-only/package.json +++ b/test/esinstall/exports-only/package.json @@ -10,6 +10,6 @@ "exports-only": "file:./pkg" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/import-nothing/package.json b/test/esinstall/import-nothing/package.json index 0302109fce..de44ac37b0 100644 --- a/test/esinstall/import-nothing/package.json +++ b/test/esinstall/import-nothing/package.json @@ -3,6 +3,6 @@ "version": "1.0.1", "name": "@snowpack/test-import-nothing", "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/named-exports/package.json b/test/esinstall/named-exports/package.json index a3513f7294..020e0996b5 100644 --- a/test/esinstall/named-exports/package.json +++ b/test/esinstall/named-exports/package.json @@ -13,6 +13,6 @@ "umd-named-exports": "file:./packages/umd-named-exports" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/package-node-fetch/package.json b/test/esinstall/package-node-fetch/package.json index 05ea057ddf..05a36dc75b 100644 --- a/test/esinstall/package-node-fetch/package.json +++ b/test/esinstall/package-node-fetch/package.json @@ -17,6 +17,6 @@ "dep-node-fetch-mock-pkg": "file:./packages/dep-node-fetch-mock-pkg" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/package-react/package.json b/test/esinstall/package-react/package.json index 3fe00af71c..d4b708f1cf 100644 --- a/test/esinstall/package-react/package.json +++ b/test/esinstall/package-react/package.json @@ -8,6 +8,6 @@ "react-dom": "16.13.1" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } } diff --git a/test/esinstall/rollup/package.json b/test/esinstall/rollup/package.json index 30464a459d..5799892473 100644 --- a/test/esinstall/rollup/package.json +++ b/test/esinstall/rollup/package.json @@ -11,6 +11,6 @@ "svelte-routing": "^1.4.0" }, "devDependencies": { - "snowpack": "^3.8.7" + "snowpack": "^3.8.8" } }