Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"eslint-plugin-storybook": "^10.5.4",
"fflate": "^0.8.3",
"globals": "^17.7.0",
"jsdom": "^29.1.1",
"jsdom": "^30.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep jsdom within the pinned Node version

This bump selects jsdom@30.0.1, whose lockfile entry now requires Node ^22.22.2 || ^24.15.0 || >=26.0.0, but the repo still pins .nvmrc to v24.11.1. In environments that honor the repo's Node pin, the unit-test project loads jsdom via environment: 'jsdom', so normal pnpm test:unit runs are now outside jsdom's supported Node range; either update the Node pin to a supported patch or keep jsdom on 29.x.

Useful? React with 👍 / 👎.

"knip": "^6.29.0",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
Expand Down
149 changes: 76 additions & 73 deletions pnpm-lock.yaml

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

Loading