chore(deps-dev): bump @typescript-eslint/parser from 8.61.1 to 8.63.0#69
chore(deps-dev): bump @typescript-eslint/parser from 8.61.1 to 8.63.0#69dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.61.1 to 8.63.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-version: 8.63.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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: 724ceee052
ℹ️ 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/react-dom": "^19.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.35.0", | ||
| "@typescript-eslint/parser": "^8.35.0", | ||
| "@typescript-eslint/parser": "^8.63.0", |
There was a problem hiding this comment.
Bump the package ESLint actually imports
With the current eslint.config.mjs, the lint path imports typescript-eslint, not the standalone @typescript-eslint/parser. Under this lockfile, typescript-eslint@8.61.1 still depends on and exports @typescript-eslint/parser@8.61.1 (pnpm-lock.yaml lines 6798-6802), so pnpm exec eslint . continues to use the old parser while this line only adds an unused top-level 8.63.0 copy. For this parser bump to take effect in the Pack lint gates, bump typescript-eslint and the plugin to 8.63.0 as well, or remove the unused direct parser dependency.
Useful? React with 👍 / 👎.
Bumps @typescript-eslint/parser from 8.61.1 to 8.63.0.
Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
Commits
290cf6cchore(release): publish 8.63.03ea32f4chore(release): publish 8.62.154e2857chore(release): publish 8.62.081e4c26feat: remove redundant package.json "files" (#12444)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)