diff options
author | 2021-12-16 17:57:10 -0600 | |
---|---|---|
committer | 2021-12-16 17:57:10 -0600 | |
commit | c5a7305f04222743c99d70b3ea061a1d31a67efa (patch) | |
tree | 4335bf921259f22e2fc6b131a1ca4ac2faff7c79 | |
parent | 45cea6aec5a310fed4cb8da0d96670d6b99a2539 (diff) | |
download | astro-c5a7305f04222743c99d70b3ea061a1d31a67efa.tar.gz astro-c5a7305f04222743c99d70b3ea061a1d31a67efa.tar.zst astro-c5a7305f04222743c99d70b3ea061a1d31a67efa.zip |
chore: update changesets
-rw-r--r-- | .changeset/new-hats-design.md | 2 | ||||
-rw-r--r-- | .changeset/sweet-pots-add.md | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/new-hats-design.md b/.changeset/new-hats-design.md index b46a564e1..7cf73aec1 100644 --- a/.changeset/new-hats-design.md +++ b/.changeset/new-hats-design.md @@ -14,4 +14,4 @@ '@astrojs/renderer-lit': minor --- -Support for Node v14.15+, dropping Node v12. +Officially drop support for Node v12. The minimum supported version is now Node v14.15+, diff --git a/.changeset/sweet-pots-add.md b/.changeset/sweet-pots-add.md new file mode 100644 index 000000000..a902acf23 --- /dev/null +++ b/.changeset/sweet-pots-add.md @@ -0,0 +1,5 @@ +--- +'astro': minor +--- + +Replace `fetch` detection via Vite plugin with a more resilient `globalThis` polyfill |