deps(npm): bump chromedriver from 145.0.6 to 146.0.1 in /frontend#19
deps(npm): bump chromedriver from 145.0.6 to 146.0.1 in /frontend#19dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 145.0.6 to 146.0.1. - [Commits](giggio/node-chromedriver@145.0.6...146.0.1) --- updated-dependencies: - dependency-name: chromedriver dependency-version: 146.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a226aed22f
ℹ️ 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".
| "@types/uuid": "^11.0.0", | ||
| "@vitest/coverage-v8": "^4.0.17", | ||
| "chromedriver": "145", | ||
| "chromedriver": "146", |
There was a problem hiding this comment.
Update lockfile for chromedriver bump
This change bumps chromedriver in package.json to 146 but leaves frontend/bun.lock pinned to 145.0.6, which makes the dependency graph inconsistent. In this repo, CI installs with bun install --frozen-lockfile (see .github/workflows/ci-cd.yml), and bun install --help states this flag will "Disallow changes to lockfile," so the frontend install step will fail until the lockfile is regenerated and committed alongside this version bump.
Useful? React with 👍 / 👎.
|
Superseded by #23. |
Pull request was closed
Bumps chromedriver from 145.0.6 to 146.0.1.
Commits
fb71855Bump version to 146.0.14316696Update packages and fix issues from npm audit8ba575fBump version to 146.0.0Dependabot 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)