chore(crx-deps)(deps-dev): bump @types/node from 25.9.5 to 26.1.1 in /chrome-crx - #289
chore(crx-deps)(deps-dev): bump @types/node from 25.9.5 to 26.1.1 in /chrome-crx#289dependabot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9e7393d14d
ℹ️ 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/lodash": "^4.17.0", | ||
| "@types/luxon": "^3.4.0", | ||
| "@types/node": "^25.9.1", | ||
| "@types/node": "^26.0.1", |
There was a problem hiding this comment.
Update bun.lock with the package bump
This manifest now requires @types/node 26.x, but the committed root bun.lock still lists the chrome-crx devDependency as ^25.9.1 and resolves @types/node@25.9.4. I checked the TS/docs/test workflows and they install with bun install --frozen-lockfile (for example .github/workflows/lint-ts.yml:27-28), whose help says it disallows lockfile changes, so CI cannot reconcile this mismatch and the bump will not be applied cleanly until bun.lock is regenerated and committed.
Useful? React with 👍 / 👎.
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.9.5 to 26.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 26.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9e7393d to
19cf9ef
Compare
Bumps @types/node from 25.9.5 to 26.1.1.
Commits