chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.63.0#33
Conversation
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: 642c736024
ℹ️ 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/node": "^20.0.0", | ||
| "@types/node-telegram-bot-api": "^0.64.0", | ||
| "@typescript-eslint/eslint-plugin": "^6.0.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.61.1", |
There was a problem hiding this comment.
Align the TypeScript ESLint parser with the plugin
This bumps only @typescript-eslint/eslint-plugin, but v8.61.1 declares a peer on @typescript-eslint/parser ^8.61.1 (see pnpm-lock.yaml lines 4491-4496) while this package still installs parser 6.x on the next line. The committed lockfile consequently wires the v8 plugin to unsupported parser versions in the affected importers (also integrations/telegram, web-search, and anchor-providers), which can fail strict peer installs and leaves linting on an unsupported TypeScript ESLint combination; update the parser alongside the plugin.
Useful? React with 👍 / 👎.
642c736 to
b36924e
Compare
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 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/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.63.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.61.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
b36924e to
b832f48
Compare
Bumps @typescript-eslint/eslint-plugin from 6.21.0 to 8.63.0.
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
290cf6cchore(release): publish 8.63.08d8fda6feat(eslint-plugin): [no-misused-promises] detect async usage of a sync dispo...fec4f4ffix(eslint-plugin): [no-base-to-string] don't flag a shadowed String() call (...fb3da79fix(eslint-plugin): [no-unnecessary-type-assertion] handle optional-chained c...dd02057docs: [no-base-to-string] clarify ignoredTypeNames description (#12488)5b224e7docs: [ban-ts-comment] clarify that@ts-expect-erroris allowed by default ...a9a9d43docs: [restrict-template-expressions] clarifyallowArrayoption behavior (#...091fe82fix(eslint-plugin): [method-signature-style] suggest converting readonly func...d5502f9docs: clarify consistent-type-imports guidance for verbatimModuleSyntax (#12194)61a9dbachore(eslint-plugin): switch auto-generated test cases to hand-written in pre...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@typescript-eslint/eslint-pluginsince your current version.