Skip to content

Commit 1673eb6

Browse files
chore(deps): update dependency typescript-eslint to v8.48.0 (#7987)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | [`8.47.0` -> `8.48.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.47.0/8.48.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript-eslint/8.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript-eslint/8.47.0/8.48.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.48.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8480-2025-11-24) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.47.0...v8.48.0) This was a version bump only for typescript-eslint to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe80c2e commit 1673eb6

File tree

8 files changed

+256
-1140
lines changed

8 files changed

+256
-1140
lines changed

examples/react-router-ts/package-lock.json

Lines changed: 63 additions & 284 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/react-router-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-hooks": "6.1.1",
3636
"globals": "16.5.0",
3737
"typescript": "5.8.3",
38-
"typescript-eslint": "8.47.0",
38+
"typescript-eslint": "8.48.0",
3939
"vite": "7.2.6",
4040
"vite-tsconfig-paths": "5.1.4"
4141
},

examples/vite-ts/package-lock.json

Lines changed: 63 additions & 284 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vite-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"eslint-plugin-react-hooks": "6.1.1",
3434
"eslint-plugin-react-refresh": "0.4.24",
3535
"globals": "16.5.0",
36-
"typescript-eslint": "8.47.0",
36+
"typescript-eslint": "8.48.0",
3737
"vite": "7.2.6"
3838
}
3939
}

patterns/navigation-layout/package-lock.json

Lines changed: 63 additions & 284 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patterns/navigation-layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-refresh": "0.4.24",
2828
"globals": "16.5.0",
2929
"typescript": "5.8.3",
30-
"typescript-eslint": "8.47.0",
30+
"typescript-eslint": "8.48.0",
3131
"vite": "7.2.6"
3232
}
3333
}

0 commit comments

Comments
 (0)