diff --git a/.changeset/great-doors-begin.md b/.changeset/great-doors-begin.md deleted file mode 100644 index 59d5183625..0000000000 --- a/.changeset/great-doors-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'esinstall': patch ---- - -Lock slash package version more aggressively diff --git a/.changeset/late-lamps-try.md b/.changeset/late-lamps-try.md deleted file mode 100644 index 67dcae901b..0000000000 --- a/.changeset/late-lamps-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'snowpack': patch ---- - -Remove type attribute from HMR script in dev server diff --git a/.changeset/poor-wasps-cough.md b/.changeset/poor-wasps-cough.md deleted file mode 100644 index fc3e5145f1..0000000000 --- a/.changeset/poor-wasps-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'snowpack': patch ---- - -Remove exports field from package.json diff --git a/esinstall/CHANGELOG.md b/esinstall/CHANGELOG.md index d6f527ad36..ce01daba76 100644 --- a/esinstall/CHANGELOG.md +++ b/esinstall/CHANGELOG.md @@ -1,5 +1,11 @@ # esinstall +## 1.1.7 + +### Patch Changes + +- 9b1472f6: Lock slash package version more aggressively + ## 1.1.6 ### Patch Changes diff --git a/esinstall/package.json b/esinstall/package.json index d86febe958..68257eb515 100644 --- a/esinstall/package.json +++ b/esinstall/package.json @@ -1,6 +1,6 @@ { "name": "esinstall", - "version": "1.1.6", + "version": "1.1.7", "description": "Convert packages to ESM.", "license": "MIT", "keywords": [ diff --git a/snowpack/CHANGELOG.md b/snowpack/CHANGELOG.md index d6892cafe5..bd54c5ea44 100644 --- a/snowpack/CHANGELOG.md +++ b/snowpack/CHANGELOG.md @@ -1,5 +1,14 @@ # snowpack +## 3.8.1 + +### Patch Changes + +- a1f56ef7: Remove type attribute from HMR script in dev server +- 95d4309a: Remove exports field from package.json +- Updated dependencies [9b1472f6] + - esinstall@1.1.7 + ## 3.8.0 ### Minor Changes diff --git a/snowpack/package.json b/snowpack/package.json index 186ded1122..f893cc4ddc 100644 --- a/snowpack/package.json +++ b/snowpack/package.json @@ -1,6 +1,6 @@ { "name": "snowpack", - "version": "3.8.0", + "version": "3.8.1", "description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.", "author": "Fred K. Schott ", "license": "MIT", @@ -53,7 +53,7 @@ "detect-port": "^1.3.0", "es-module-lexer": "^0.3.24", "esbuild": "~0.9.0", - "esinstall": "^1.0.0", + "esinstall": "^1.1.7", "estree-walker": "^2.0.2", "etag": "^1.8.1", "execa": "^5.1.1", diff --git a/test/build/config-loading-esm-package/package.json b/test/build/config-loading-esm-package/package.json index fafeb0eb5b..1e5dd3a105 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/config-loading-mjs/package.json b/test/build/config-loading-mjs/package.json index 21a12b95a9..5c11365f8f 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/entrypoint-ids/package.json b/test/build/entrypoint-ids/package.json index c17d24a617..0c459c5ff6 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/import-assets/package.json b/test/build/import-assets/package.json index 14201a103a..90ef726709 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/package-bootstrap/package.json b/test/build/package-bootstrap/package.json index ba1096a056..4477130875 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/package-workspace/package.json b/test/build/package-workspace/package.json index 59564d96b7..2e7e931867 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.0" + "snowpack": "^3.8.1" }, "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 49dffff576..fc435ae53a 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.0" + "snowpack": "^3.8.1" }, "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 b8c6562a8b..7a0343718f 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/plugin-run-script/package.json b/test/build/plugin-run-script/package.json index e744404f2e..43e9c2c259 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/build/prepare-external-package/package.json b/test/build/prepare-external-package/package.json index fab974c3e5..76a446327a 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.0" + "snowpack": "^3.8.1" }, "dependencies": { "array-flatten": "^3.0.0" diff --git a/test/esinstall/alias/package.json b/test/esinstall/alias/package.json index 48dfedfda9..a7ebe8c7b7 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/config-package-svelte/package.json b/test/esinstall/config-package-svelte/package.json index 49167e1589..a773ffb707 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/dep-list-simple/package.json b/test/esinstall/dep-list-simple/package.json index 12abf3535f..9e46e282e8 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/error-missing-dep/package.json b/test/esinstall/error-missing-dep/package.json index 0fc054ca21..252d573322 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/exclude-external-packages/package.json b/test/esinstall/exclude-external-packages/package.json index c7b7fac434..2b0be4b542 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/exports-only-no-main/package.json b/test/esinstall/exports-only-no-main/package.json index 2f110cb0e0..6469842f58 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/exports-only/package.json b/test/esinstall/exports-only/package.json index 01d4911d2e..7e4f4f43b1 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/import-nothing/package.json b/test/esinstall/import-nothing/package.json index dd64f4d5cc..938829ff09 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/named-exports/package.json b/test/esinstall/named-exports/package.json index 755033b0a9..c038417149 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/package-node-fetch/package.json b/test/esinstall/package-node-fetch/package.json index 4e166cc858..3cc06f2aad 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/package-react/package.json b/test/esinstall/package-react/package.json index 964eacd050..233c28ec7d 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.0" + "snowpack": "^3.8.1" } } diff --git a/test/esinstall/rollup/package.json b/test/esinstall/rollup/package.json index 1afa71b270..f902403082 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.0" + "snowpack": "^3.8.1" } }