Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates #398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@
"@types/prismjs": "^1.26.4",
"@types/progress": "^2.0.7",
"@types/qs": "^6.9.16",
"@types/react": "^18.3.5",
"@types/react": "^19.0.2",

Choose a reason for hiding this comment

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

The update to @types/react from version 18 to 19 may introduce breaking changes. Ensure that all components using React types are compatible with the new version.

"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^19.0.2",

Choose a reason for hiding this comment

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

The update to @types/react-dom from version 18 to 19 may introduce breaking changes. Verify compatibility with the new version.

"@types/react-highlight-words": "^0.20.0",
"@types/react-resizable": "^3.0.8",
"@types/semver": "^7.5.8",
Expand All @@ -163,7 +163,7 @@
"axios": "^1.7.7",
"browserslist": "^4.23.3",
"browserslist-to-esbuild": "^2.1.1",
"chalk": "^4.1.2",
"chalk": "^5.4.1",

Choose a reason for hiding this comment

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

chalk version 5 is now pure ESM. Ensure that your build system supports ESM modules.

"cheerio": "^1.0.0",
"circular-dependency-plugin": "^5.2.2",
"cli-progress": "^3.12.0",
Expand All @@ -189,14 +189,14 @@
"identity-obj-proxy": "^3.0.0",
"immer": "^10.1.1",
"inquirer": "^12.1.0",
"is-ci": "^3.0.1",
"is-ci": "^4.1.0",

Choose a reason for hiding this comment

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

is-ci version 4 introduces breaking changes. Review the changelog to ensure compatibility.

"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-axe": "^9.0.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-node": "^29.7.0",
"jest-image-snapshot": "^6.4.0",
"jest-puppeteer": "^10.1.1",
"jest-puppeteer": "^11.0.0",

Choose a reason for hiding this comment

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

jest-puppeteer version 11 drops support for Node.js v16. Ensure your environment is compatible.

"jquery": "^3.7.1",
"jsdom": "^25.0.0",
"jsonml-to-react-element": "^1.1.11",
Expand Down Expand Up @@ -225,10 +225,10 @@
"rc-footer": "^0.6.8",
"rc-resize-observer": "^1.4.0",
"rc-virtual-list": "^3.14.5",
"react": "^18.3.1",
"react": "^19.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-highlight-words": "^0.20.0",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.13.1",
Expand Down
Loading