Skip to content

Commit

Permalink
Merge pull request #2127 from embroider-build/bump-jsdom-to-fix-punycode
Browse files Browse the repository at this point in the history
Bump jsdom to fix punycode deprecation messages from tr46, psl, and whatwg-url
  • Loading branch information
ef4 authored Sep 26, 2024
2 parents 30f4293 + 0409bfe commit e9b6d77
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 164 deletions.
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"fast-sourcemap-concat": "^2.1.1",
"fs-extra": "^9.1.0",
"fs-tree-diff": "^2.0.1",
"jsdom": "^16.6.0",
"jsdom": "^25.0.0",
"lodash": "^4.17.21",
"pkg-up": "^3.1.0",
"resolve": "^1.20.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"fs-tree-diff": "^2.0.1",
"handlebars": "^4.7.7",
"js-string-escape": "^1.0.1",
"jsdom": "^16.6.0",
"jsdom": "^25.0.0",
"lodash": "^4.17.21",
"resolve": "^1.20.0",
"resolve-package-path": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"content-tag": "^2.0.1",
"debug": "^4.3.2",
"fs-extra": "^10.0.0",
"jsdom": "^16.6.0",
"jsdom": "^25.0.0",
"source-map-url": "^0.4.1",
"terser": "^5.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
"fs-extra": "^9.1.0",
"jsdom": "^16.6.0",
"jsdom": "^25.0.0",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.5.3",
"semver": "^7.3.5",
Expand Down
Loading

0 comments on commit e9b6d77

Please sign in to comment.