-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
base: main
Are you sure you want to change the base?
chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates #398
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
WalkthroughThis pull request updates several development dependencies in the project to their latest versions. The updates include major version changes for React and React-DOM, which may introduce breaking changes and require code adjustments. Other dependencies like Changes
|
@@ -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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
@@ -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", |
There was a problem hiding this comment.
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.
@@ -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", |
There was a problem hiding this comment.
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", |
There was a problem hiding this comment.
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.
cf39ae6
to
daa2031
Compare
Bundle ReportBundle size has no change ✅ |
daa2031
to
652eb12
Compare
652eb12
to
134535c
Compare
134535c
to
5f98df3
Compare
5f98df3
to
54c5822
Compare
54c5822
to
6c178c6
Compare
…ith 7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.18` | `19.0.2` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.5` | `19.0.2` | | [chalk](https://github.com/chalk/chalk) | `4.1.2` | `5.4.1` | | [is-ci](https://github.com/watson/is-ci) | `3.0.1` | `4.1.0` | | [jest-puppeteer](https://github.com/argos-ci/jest-puppeteer/tree/HEAD/packages/jest-puppeteer) | `10.1.4` | `11.0.0` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` | Updates `@types/react` from 18.3.18 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.5 to 19.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `chalk` from 4.1.2 to 5.4.1 - [Release notes](https://github.com/chalk/chalk/releases) - [Commits](chalk/chalk@v4.1.2...v5.4.1) Updates `is-ci` from 3.0.1 to 4.1.0 - [Release notes](https://github.com/watson/is-ci/releases) - [Changelog](https://github.com/watson/is-ci/blob/master/CHANGELOG.md) - [Commits](watson/is-ci@v3.0.1...v4.1.0) Updates `jest-puppeteer` from 10.1.4 to 11.0.0 - [Release notes](https://github.com/argos-ci/jest-puppeteer/releases) - [Changelog](https://github.com/argos-ci/jest-puppeteer/blob/main/packages/jest-puppeteer/CHANGELOG.md) - [Commits](https://github.com/argos-ci/jest-puppeteer/commits/v11.0.0/packages/jest-puppeteer) Updates `react` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) Updates `react-dom` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: chalk dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: is-ci dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: jest-puppeteer dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: react dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: react-dom dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
6c178c6
to
59e422c
Compare
Bumps the dev-dependencies group with 7 updates in the / directory:
18.3.18
19.0.2
18.3.5
19.0.2
4.1.2
5.4.1
3.0.1
4.1.0
10.1.4
11.0.0
18.3.1
19.0.0
18.3.1
19.0.0
Updates
@types/react
from 18.3.18 to 19.0.2Commits
Updates
@types/react-dom
from 18.3.5 to 19.0.2Commits
Updates
chalk
from 4.1.2 to 5.4.1Release notes
Sourced from chalk's releases.
... (truncated)
Commits
5dbc1e2
5.4.14ebb62d
Fixnavigator
not definedReferenceError
(#642)fc809b6
Readme tweak83acfcf
5.4.0f838120
UpdateCIRCLECI
environments to return level 3 color support4a10354
Add FAQ to readme77126fb
Meta tweaks795273f
Update dependents number in readme (#629)386909e
Tweak example (#623)2db3c77
Remove .replit file (#622)Updates
is-ci
from 3.0.1 to 4.1.0Release notes
Sourced from is-ci's releases.
Changelog
Sourced from is-ci's changelog.
Commits
81c6f77
release: v4.1.0116335d
feat: add types91104fd
release: v4.0.0658c179
Bump dependenciesUpdates
jest-puppeteer
from 10.1.4 to 11.0.0Release notes
Sourced from jest-puppeteer's releases.
Changelog
Sourced from jest-puppeteer's changelog.
Commits
ddb3fb9
v11.0.0d67228e
feat: add support for Node.js v22-23Updates
react
from 18.3.1 to 19.0.0Release notes
Sourced from react's releases.
... (truncated)
Changelog
Sourced from react's changelog.
... (truncated)
Commits
e137890
[string-refs] cleanup string ref code (#31443)d1f0472
[string-refs] remove enableLogStringRefsProd flag (#31414)3dc1e48
Followup: remove dead test code from #30346 (#31415)07aa494
Remove enableRefAsProp feature flag (#30346)45804af
[flow] Eliminate usage of more than 1-argReact.AbstractComponent
in React ...5636fad
[string-refs] log string ref from prod (#31161)b78a7f2
[rcr] Re-export useMemoCache in top level React namespace (#31139)4e9540e
[Fiber] Log the Render/Commit phases and the gaps in between (#31016)d4688df
[Fiber] Track Event Time, startTransition Time and setState Time (#31008)15da917
Don't read currentTransition back from internals (#30991)Updates
react-dom
from 18.3.1 to 19.0.0Release notes
Sourced from react-dom's releases.
... (truncated)
Changelog
Sourced from react-dom's changelog.
... (truncated)
Commits
989af12
Make prerendering always non-blocking with fix (#31452)e137890
[string-refs] cleanup string ref code (#31443)07aa494
Remove enableRefAsProp feature flag (#30346)cae764c
Revert "[Re-land] Make prerendering always non-blocking (#31268)" (#31355)d49123f
Expose prerender() for SSG in stable (#31298)6c4bbc7
[Re-land] Make prerendering always non-blocking (#31268)d8c90fa
Disable infinite render loop detection (#31088)67fee58
[Fizz] Start initial work immediately (#31079)76aee6f
Revert "Make prerendering always non-blocking" (#31080)0f1856c
Make prerendering always non-blocking (#31056)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions