deps(app)(deps-dev): bump jest-environment-node from 29.7.0 to 30.2.0 in /chartsmith-app#182
Conversation
Bumps [jest-environment-node](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-node) from 29.7.0 to 30.2.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest-environment-node) --- updated-dependencies: - dependency-name: jest-environment-node dependency-version: 30.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
| "eslint-config-next": "^15.2.1", | ||
| "jest": "^29.7.0", | ||
| "jest-environment-node": "^29.7.0", | ||
| "jest-environment-node": "^30.2.0", |
There was a problem hiding this comment.
Bug: Major version mismatch between Jest and jest-environment-node
The jest-environment-node package is being upgraded to version 30.2.0 while jest remains at version 29.7.0. Jest packages are designed to work together at the same major version. This mismatch could cause runtime incompatibilities, confusing behavior, or subtle test failures. The package-lock.json shows npm created nested duplicate versions to work around this (29.7.0 under jest-config and jest-runner), resulting in duplicated code and ambiguity about which version is used. Either jest needs upgrading to ^30.x or jest-environment-node should stay at ^29.x.
Additional Locations (1)
|
Closing stale dependabot PR - likely superseded by newer grouped updates |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps jest-environment-node from 29.7.0 to 30.2.0.
Release notes
Sourced from jest-environment-node's releases.
... (truncated)
Changelog
Sourced from jest-environment-node's changelog.
... (truncated)
Commits
855864ev30.2.0ebfa31cv30.1.2d347c0fv30.1.14d5f41dv30.1.022236cfv30.0.5f4296d2v30.0.4393acbfv30.0.2eb075fbGlobals cleanup: make protection property writable (#15689)5ce865bv30.0.133820adGlobals cleanup: avoid setting protection symbol when feature is off (#15684)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)