Conversation
Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v20.0.0...v21.0.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
✅ Deploy Preview for cerulean-figolla-1f9435 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ae1cd0ed6d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "dependencies": { | ||
| "bootstrap": "^5.3.0" | ||
| "bootstrap": "^5.3.0", | ||
| "npm-check-updates": "21.0.0" |
There was a problem hiding this comment.
Remove spurious dependency from lockfile root package
site/package.json declares npm-check-updates only under optionalDependencies, but this lockfile change also adds it under the root dependencies map. That entry is unstable: running npm install --package-lock-only in site/ immediately deletes it, so routine dependency updates will keep generating unrelated lockfile churn and make reproducible reviews harder. Keep npm-check-updates only in optionalDependencies in the lockfile root package metadata.
Useful? React with 👍 / 👎.
…nvoyproxy#8757) Bumps [npm-check-updates](https://github.com/raineorshine/npm-check-updates) from 20.0.0 to 21.0.0. - [Release notes](https://github.com/raineorshine/npm-check-updates/releases) - [Changelog](https://github.com/raineorshine/npm-check-updates/blob/main/CHANGELOG.md) - [Commits](raineorshine/npm-check-updates@v20.0.0...v21.0.0) --- updated-dependencies: - dependency-name: npm-check-updates dependency-version: 21.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Isaac Wilson <isaac.wilson514@gmail.com> Signed-off-by: Jake Oliver <jake@truelayer.com>
Bumps npm-check-updates from 20.0.0 to 21.0.0.
Release notes
Sourced from npm-check-updates's releases.
... (truncated)
Changelog
Sourced from npm-check-updates's changelog.
... (truncated)
Commits
0bf653721.0.0457b3e1CHANGELOG03a0a63build742854ePR: ESM Migration, Vite 8 Upgrade, and Dependency Overhaul (#1649)51b672420.0.2e8dbb38Show auto-detected cooldown source at normal log level; fix test isolation (#...a123ad220.0.19d0022afeat: add verbose output when packages are skipped due to cooldown (#1659)b7b4f70feat: remove pre-push git hook (#1658)c3536c2Add Node v24 to test workflow (#1608)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 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)