Skip to content

Commit

Permalink
Update dependency @rollup/plugin-json to v6 (sveltejs#8204)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben McCann <[email protected]>
Co-authored-by: Dominik G. <[email protected]>
  • Loading branch information
3 people authored and robBowes committed Dec 20, 2022
1 parent a17eb78 commit 56cf8a3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 25 deletions.
7 changes: 7 additions & 0 deletions .changeset/large-ravens-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@sveltejs/adapter-node": patch
---

Update dependency @rollup/plugin-json to v6

Note: plugin-json v6 fails your build for parse errors that only logged a warning with v5. We consider this a bugfix as only healthy input should result in a successful build.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@svitejs/changesets-changelog-github-compact": "^1.0.0",
"playwright": "^1.28.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@netlify/functions": "^1.3.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@sveltejs/kit": "workspace:^",
"@types/node": "^16.18.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.7.0"
},
Expand Down
30 changes: 8 additions & 22 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 56cf8a3

Please sign in to comment.