chore(deps): update typescript-eslint monorepo to v8.29.0 #55

Open
ticktock_depbot wants to merge 1 commit from renovate/typescript-eslint-monorepo into main
Collaborator

This PR contains the following updates:

Package Type Update Change
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.28.0 -> 8.29.0
@typescript-eslint/parser (source) devDependencies minor 8.28.0 -> 8.29.0
typescript-eslint (source) devDependencies minor 8.28.0 -> 8.29.0

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.29.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.29.0

Compare Source

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 and releases on our website.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.28.0` -> `8.29.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.28.0/8.29.0) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.28.0` -> `8.29.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.28.0/8.29.0) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | minor | [`8.28.0` -> `8.29.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.28.0/8.29.0) | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.29.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8290-2025-03-31) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.28.0...v8.29.0) ##### 🚀 Features - **eslint-plugin:** \[prefer-nullish-coalescing] create `ignoreIfStatements` option ([#&#8203;11000](https://github.com/typescript-eslint/typescript-eslint/pull/11000)) ##### 🩹 Fixes - **eslint-plugin:** \[no-array-constructor] remove optional chaining exemption ([#&#8203;10963](https://github.com/typescript-eslint/typescript-eslint/pull/10963)) - **eslint-plugin:** support arbitrary extensions in definition files ([#&#8203;10957](https://github.com/typescript-eslint/typescript-eslint/pull/10957)) - **eslint-plugin:** \[prefer-for-of] fix false positive when using erasable type syntax within update expressions ([#&#8203;10981](https://github.com/typescript-eslint/typescript-eslint/pull/10981)) - **eslint-plugin:** \[use-unknown-in-catch-callback-variable] remove fixable property ([#&#8203;10993](https://github.com/typescript-eslint/typescript-eslint/pull/10993)) - **eslint-plugin:** \[no-unnecessary-condition] don't report on unnecessary optional array index access when `noUncheckedIndexedAccess` is enabled ([#&#8203;10961](https://github.com/typescript-eslint/typescript-eslint/pull/10961)) ##### ❤️ Thank You - Dima Barabash [@&#8203;dbarabashh](https://github.com/dbarabashh) - Kim Sang Du [@&#8203;developer-bandi](https://github.com/developer-bandi) - Olivier Zalmanski [@&#8203;OlivierZal](https://github.com/OlivierZal) - Ronen Amiel - Yannick Decat [@&#8203;mho22](https://github.com/mho22) - zyoshoka [@&#8203;zyoshoka](https://github.com/zyoshoka) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.29.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8290-2025-03-31) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.28.0...v8.29.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.29.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8290-2025-03-31) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.28.0...v8.29.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://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTkuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIxOS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
ticktock_depbot added 1 commit 2025-03-31 19:19:48 +00:00
chore(deps): update typescript-eslint monorepo to v8.29.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Successful in 4m29s
7578625317
Author
Collaborator

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 8s
/ build (pull_request) Successful in 4m29s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/typescript-eslint-monorepo:renovate/typescript-eslint-monorepo
git checkout renovate/typescript-eslint-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/typescript-eslint-monorepo
git checkout renovate/typescript-eslint-monorepo
git rebase main
git checkout main
git merge --ff-only renovate/typescript-eslint-monorepo
git checkout renovate/typescript-eslint-monorepo
git rebase main
git checkout main
git merge --no-ff renovate/typescript-eslint-monorepo
git checkout main
git merge --squash renovate/typescript-eslint-monorepo
git checkout main
git merge --ff-only renovate/typescript-eslint-monorepo
git checkout main
git merge renovate/typescript-eslint-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: btclock/webui#55
No description provided.