chore(deps): update dependency @typescript-eslint/eslint-plugin to v8#286
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8#286smartway-bot[bot] wants to merge 1 commit into
Conversation
178ed9f to
cf7bbb5
Compare
c949cd8 to
cf7bbb5
Compare
cf7bbb5 to
2e79b0d
Compare
2e79b0d to
fd73af5
Compare
fd73af5 to
24e6507
Compare
24e6507 to
94716eb
Compare
94716eb to
b2b47b0
Compare
af97a59 to
2301131
Compare
ea1be71 to
685987f
Compare
685987f to
5c9b123
Compare
3c144ae to
ec15a13
Compare
ec15a13 to
42e5a24
Compare
fecfbf0 to
53f45b5
Compare
53f45b5 to
3d1c041
Compare
56914f2 to
f75c71e
Compare
f75c71e to
d1fc67c
Compare
d1fc67c to
9807111
Compare
30bbcaa to
39a21cd
Compare
2556ad7 to
2e88993
Compare
9b26362 to
2f7af46
Compare
2f7af46 to
9d78911
Compare
9d78911 to
e9a09a2
Compare
d7f21e3 to
1d28d06
Compare
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughUpdated the ChangesDependency Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
1d28d06 to
5141dd1
Compare
5141dd1 to
b9b84a4
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@package.json`:
- Line 55: package.json is missing the required peer parser for
`@typescript-eslint/eslint-plugin`@8; add the matching devDependency
"@typescript-eslint/parser": "^8.0.0" (or a compatible v8 patch) to
devDependencies so ESLint can parse TypeScript when using
`@typescript-eslint/eslint-plugin`; update package.json alongside the existing
"@typescript-eslint/eslint-plugin" entry and run npm/yarn install to restore
lint command functionality.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: a9e48dd7-0d04-4f2d-9c6b-e7e757d69a26
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
package.json
| "@types/react": "^19.0.0", | ||
| "@types/react-native": "^0.73.0", | ||
| "@typescript-eslint/eslint-plugin": "^7.9.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.0.0", |
There was a problem hiding this comment.
🧩 Analysis chain
🏁 Script executed:
#!/bin/bash
# Verify current dependency alignment for typescript-eslint v8 migration.
set -euo pipefail
echo "== package.json entries =="
rg -n '"@typescript-eslint/eslint-plugin"|"@typescript-eslint/parser"|"eslint-config-standard-with-typescript"|"eslint"' package.json -C1
echo
echo "== peer deps for eslint-config-standard-with-typescript@19.0.1 =="
npm view eslint-config-standard-with-typescript@19.0.1 peerDependencies --json
echo
echo "== peer deps for `@typescript-eslint/eslint-plugin`@8 =="
npm view `@typescript-eslint/eslint-plugin`@^8 peerDependencies --json
echo
echo "== latest `@typescript-eslint/parser` major =="
npm view `@typescript-eslint/parser` versionRepository: ZeroGachis/smartway-react-native-ui
Length of output: 11826
Missing @typescript-eslint/parser peer dependency for @typescript-eslint/eslint-plugin@8
Upgrading @typescript-eslint/eslint-plugin to v8 requires a matching @typescript-eslint/parser@^8.0.0, but this dependency is not present in package.json. Without it, lint commands will fail. Add @typescript-eslint/parser@^8.0.0 (or newer v8 patch) to devDependencies.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@package.json` at line 55, package.json is missing the required peer parser
for `@typescript-eslint/eslint-plugin`@8; add the matching devDependency
"@typescript-eslint/parser": "^8.0.0" (or a compatible v8 patch) to
devDependencies so ESLint can parse TypeScript when using
`@typescript-eslint/eslint-plugin`; update package.json alongside the existing
"@typescript-eslint/eslint-plugin" entry and run npm/yarn install to restore
lint command functionality.
b9b84a4 to
bde1b98
Compare
bde1b98 to
8ed3a51
Compare
8ed3a51 to
157105c
Compare
157105c to
129133b
Compare
This PR contains the following updates:
^7.9.0->^8.0.0Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.59.3Compare Source
8.59.3 (2026-05-11)
This was a version bump only, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.2Compare Source
8.59.2 (2026-05-04)
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.1Compare Source
8.59.1 (2026-04-27)
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.59.0Compare Source
8.59.0 (2026-04-20)
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.2Compare Source
8.58.2 (2026-04-13)
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.1Compare Source
8.58.1 (2026-04-08)
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.0Compare Source
8.58.0 (2026-03-30)
🚀 Features
🩹 Fixes
no-unnecessary-type-arguments(#12163)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.2Compare Source
8.57.2 (2026-03-23)
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1Compare Source
8.57.1 (2026-03-16)
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.0Compare Source
8.57.0 (2026-03-09)
🚀 Features
🩹 Fixes
TypeOrValueSpecifierto prefer-promise-reject-errors (#12094)ts.getModifiers()(#12034)cookedwill benull(#11355)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.56.1Compare Source
8.56.1 (2026-02-23)
What's Changed
You can read about our versioning strategy and releases on our website.
v8.56.0Compare Source
8.56.0 (2026-02-16)
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.55.0Compare Source
8.55.0 (2026-02-09)
🚀 Features
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.54.0Compare Source
8.54.0 (2026-01-26)
🚀 Features
🩹 Fixes
def.name(#11982)"use strict"directives (#11995)FlatESLintandLegacyESLint(#11958)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.53.1Compare Source
8.53.1 (2026-01-19)
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.53.0Compare Source
8.53.0 (2026-01-12)
🚀 Features
Partial<ts.server.ServerHost>to project service (#11932)🩹 Fixes
errortyped" with more helpful description (#11704)usingdeclaration (#11910)extendsandimplementsin interface declaration (#11935)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.52.0Compare Source
8.52.0 (2026-01-05)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.51.0Compare Source
8.51.0 (2025-12-29)
🚀 Features
🩹 Fixes
no-useless-default-assignment(#11845)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.50.1Compare Source
8.50.1 (2025-12-22)
🩹 Fixes
this(#11813)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.50.0Compare Source
8.50.0 (2025-12-15)
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.49.0Compare Source
8.49.0 (2025-12-08)
🚀 Features
Intl.Segmenterinstead ofgraphemer(#11804)🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.48.1Compare Source
8.48.1 (2025-12-02)
⏪ Reverts
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.48.0Compare Source
8.48.0 (2025-11-24)
🚀 Features
🩹 Fixes
aaaerror message and changeanalyzeto expectsProgram(#11747)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.47.0Compare Source
8.47.0 (2025-11-17)
🚀 Features
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.46.4Compare Source
8.46.4 (2025-11-10)
🩹 Fixes
projectServiceandprojectare set (#11333)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.46.3Compare Source
8.46.3 (2025-11-03)
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.46.2Compare Source
8.46.2 (2025-10-20)
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.46.1Compare Source
8.46.1 (2025-10-13)
🩹 Fixes
TSLiteralType(#11624).finallynot to report when a promise returning function is provided as an argument (#11667)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.46.0Compare Source
8.46.0 (2025-10-06)
🚀 Features
🩹 Fixes
this: voidand binding (#11634)export imports (#11603)abstractmodifier in object methods (#11656)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.45.0Compare Source
8.45.0 (2025-09-29)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.44.1Compare Source
8.44.1 (2025-09-22)
🩹 Fixes
constructor(#11590)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.44.0Compare Source
8.44.0 (2025-09-15)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.43.0Compare Source
8.43.0 (2025-09-08)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.42.0Compare Source
8.42.0 (2025-09-02)
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.41.0Compare Source
8.41.0 (2025-08-25)
🚀 Features
tsconfigRootDirvalidation (#11463)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.40.0Compare Source
8.40.0 (2025-08-18)
🩹 Fixes
plugin,parser, andconfigsthat are compatible with bothdefineConfig()andtseslint.config()(#11475)calculateConfigForFilereturn type (#11451)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.1Compare Source
8.39.1 (2025-08-11)
🩹 Fixes
file://urls in stack trace when inferringtsconfigRootDir(#11464)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.39.0Compare Source
8.39.0 (2025-08-04)
🚀 Features
🩹 Fixes
checkoption for most RHS of a chain (#11272)unsafeObjectPatternmessage (#11403)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.38.0Compare Source
8.38.0 (2025-07-21)
🚀 Features
TemplateTaggedLiteral(#11391)🩹 Fixes
isolatedDeclarationsif enabled inconstructoroption (#11351)extendsintseslint.config()([#11361](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/1Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 06:59 AM, only on Monday ( * 0-6 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.