chore(deps): update dependency eslint to v9.25.1 #69

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

This PR contains the following updates:

Package Type Update Change
eslint (source) devDependencies minor 9.24.0 -> 9.25.1

Release Notes

eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

Features

  • dcd95aa feat: support TypeScript syntax in no-empty-function rule (#​19551) (sethamus)
  • 77d6d5b feat: support TS syntax in no-unused-expressions (#​19564) (Sweta Tanwar)
  • 90228e5 feat: support JSRuleDefinition type (#​19604) (루밀LuMir)
  • 59ba6b7 feat: add allowObjects option to no-restricted-properties (#​19607) (sethamus)
  • db650a0 feat: support TypeScript syntax in no-invalid-this rule (#​19532) (Tanuj Kanti)
  • 9535cff feat: support TS syntax in no-loop-func (#​19559) (Nitin Kumar)

Bug Fixes

  • 910bd13 fix: nodeTypeKey not being used in NodeEventGenerator (#​19631) (StyleShit)

Documentation

  • ca7a735 docs: update no-undef-init when not to use section (#​19624) (Tanuj Kanti)
  • 1b870c9 docs: use eslint-config-xo in the getting started guide (#​19629) (Nitin Kumar)
  • 5d4af16 docs: add types for multiple rule options (#​19616) (Tanuj Kanti)
  • e8f8d57 docs: Update README (GitHub Actions Bot)
  • a40348f docs: no-use-before-define tweaks (#​19622) (Kirk Waiblinger)
  • 0ba3ae3 docs: Update README (GitHub Actions Bot)
  • 865dbfe docs: ensure "learn more" deprecation links point to useful resource (#​19590) (Kirk Waiblinger)
  • f80b746 docs: add known limitations for no-self-compare (#​19612) (Nitin Kumar)
  • 865aed6 docs: Update README (GitHub Actions Bot)

Chores


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 this update 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 | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.24.0` -> `9.25.1`](https://renovatebot.com/diffs/npm/eslint/9.24.0/9.25.1) | --- ### Release Notes <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.25.1`](https://github.com/eslint/eslint/compare/v9.25.0...3ed4b3652d9fe3dfa4017d22a6ddbd15e3c6cd7a) [Compare Source](https://github.com/eslint/eslint/compare/v9.25.0...v9.25.1) ### [`v9.25.0`](https://github.com/eslint/eslint/releases/tag/v9.25.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.24.0...v9.25.0) #### Features - [`dcd95aa`](https://github.com/eslint/eslint/commit/dcd95aafa33a95c8102834af85129f6f398fe394) feat: support TypeScript syntax in no-empty-function rule ([#&#8203;19551](https://github.com/eslint/eslint/issues/19551)) (sethamus) - [`77d6d5b`](https://github.com/eslint/eslint/commit/77d6d5bc4923012aee34b0a7c3d971f017d65555) feat: support TS syntax in `no-unused-expressions` ([#&#8203;19564](https://github.com/eslint/eslint/issues/19564)) (Sweta Tanwar) - [`90228e5`](https://github.com/eslint/eslint/commit/90228e5d57672579cf82bede29880532c2cb8ca9) feat: support `JSRuleDefinition` type ([#&#8203;19604](https://github.com/eslint/eslint/issues/19604)) (루밀LuMir) - [`59ba6b7`](https://github.com/eslint/eslint/commit/59ba6b73789835813ab3002c651a7217dd30a8cc) feat: add allowObjects option to no-restricted-properties ([#&#8203;19607](https://github.com/eslint/eslint/issues/19607)) (sethamus) - [`db650a0`](https://github.com/eslint/eslint/commit/db650a036baf502c7366a7da633d4cd00719394e) feat: support TypeScript syntax in `no-invalid-this` rule ([#&#8203;19532](https://github.com/eslint/eslint/issues/19532)) (Tanuj Kanti) - [`9535cff`](https://github.com/eslint/eslint/commit/9535cffe7b66abe850d90258e702279afabce7fe) feat: support TS syntax in `no-loop-func` ([#&#8203;19559](https://github.com/eslint/eslint/issues/19559)) (Nitin Kumar) #### Bug Fixes - [`910bd13`](https://github.com/eslint/eslint/commit/910bd13c4cb49001f2a9f172229360771b857585) fix: `nodeTypeKey` not being used in `NodeEventGenerator` ([#&#8203;19631](https://github.com/eslint/eslint/issues/19631)) (StyleShit) #### Documentation - [`ca7a735`](https://github.com/eslint/eslint/commit/ca7a735dde44120111d56e36ce93ba750b3c3c86) docs: update `no-undef-init` when not to use section ([#&#8203;19624](https://github.com/eslint/eslint/issues/19624)) (Tanuj Kanti) - [`1b870c9`](https://github.com/eslint/eslint/commit/1b870c9da4b3aa28f4a6f4f62e0437b743344994) docs: use `eslint-config-xo` in the getting started guide ([#&#8203;19629](https://github.com/eslint/eslint/issues/19629)) (Nitin Kumar) - [`5d4af16`](https://github.com/eslint/eslint/commit/5d4af16ab170306862dd0c33894044e59e03d041) docs: add types for multiple rule options ([#&#8203;19616](https://github.com/eslint/eslint/issues/19616)) (Tanuj Kanti) - [`e8f8d57`](https://github.com/eslint/eslint/commit/e8f8d57bd6c0d95f9f25db8c5b3ff72de42488b7) docs: Update README (GitHub Actions Bot) - [`a40348f`](https://github.com/eslint/eslint/commit/a40348f1f67a6c3da320682d683589f91d7e6f7b) docs: no-use-before-define tweaks ([#&#8203;19622](https://github.com/eslint/eslint/issues/19622)) (Kirk Waiblinger) - [`0ba3ae3`](https://github.com/eslint/eslint/commit/0ba3ae3e5a2425560baf771c05e7c69c63a1983c) docs: Update README (GitHub Actions Bot) - [`865dbfe`](https://github.com/eslint/eslint/commit/865dbfed6cbade8a22756965be256da317801937) docs: ensure "learn more" deprecation links point to useful resource ([#&#8203;19590](https://github.com/eslint/eslint/issues/19590)) (Kirk Waiblinger) - [`f80b746`](https://github.com/eslint/eslint/commit/f80b746d850021d253c01bb0eae466a701e63055) docs: add known limitations for no-self-compare ([#&#8203;19612](https://github.com/eslint/eslint/issues/19612)) (Nitin Kumar) - [`865aed6`](https://github.com/eslint/eslint/commit/865aed629318ca1e86e7d371fac49d7de4e7e8a8) docs: Update README (GitHub Actions Bot) #### Chores - [`88dc196`](https://github.com/eslint/eslint/commit/88dc1965a4f53babec36e0f5bd450dd02467acde) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;9](https://github.com/9).25.0 ([#&#8203;19636](https://github.com/eslint/eslint/issues/19636)) (Milos Djermanovic) - [`345288d`](https://github.com/eslint/eslint/commit/345288d7b270e8c122e922bfa31f219aedc4e63b) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`affe6be`](https://github.com/eslint/eslint/commit/affe6be0181422a51875a2ad40eb5152d94fc254) chore: upgrade trunk ([#&#8203;19628](https://github.com/eslint/eslint/issues/19628)) (sethamus) - [`dd20cf2`](https://github.com/eslint/eslint/commit/dd20cf274e285f09f230638184c997c44912485f) test: fix `no-loop-func` test with duplicate variable reports ([#&#8203;19610](https://github.com/eslint/eslint/issues/19610)) (Milos Djermanovic) - [`bd05397`](https://github.com/eslint/eslint/commit/bd05397ef68bb23a6148aeb70088d7167f201bf7) chore: upgrade `@eslint/*` dependencies ([#&#8203;19606](https://github.com/eslint/eslint/issues/19606)) (Milos Djermanovic) - [`22ea18b`](https://github.com/eslint/eslint/commit/22ea18b8babe4d60af7b3518b24d1ec31bf09605) chore: replace invalid `int` type with `number` inside JSDocs. ([#&#8203;19597](https://github.com/eslint/eslint/issues/19597)) (Arya Emami) </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 this update 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-04-18 20:34:44 +00:00
chore(deps): update dependency eslint to v9.25.0
Some checks failed
renovate/artifacts Artifact file update failure
/ check-changes (pull_request) Successful in 9s
/ build (pull_request) Successful in 3m58s
48bb771739
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] ```
ticktock_depbot force-pushed renovate/eslint-monorepo from 48bb771739 to ba9a13438c 2025-04-21 17:14:40 +00:00 Compare
ticktock_depbot changed title from chore(deps): update dependency eslint to v9.25.0 to chore(deps): update dependency eslint to v9.25.1 2025-04-21 17:14:40 +00:00
Some checks failed
renovate/artifacts Artifact file update failure
/ build (pull_request) Successful in 4m16s
/ check-changes (pull_request) Successful in 8s
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/eslint-monorepo:renovate/eslint-monorepo
git checkout renovate/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/eslint-monorepo
git checkout renovate/eslint-monorepo
git rebase main
git checkout main
git merge --ff-only renovate/eslint-monorepo
git checkout renovate/eslint-monorepo
git rebase main
git checkout main
git merge --no-ff renovate/eslint-monorepo
git checkout main
git merge --squash renovate/eslint-monorepo
git checkout main
git merge --ff-only renovate/eslint-monorepo
git checkout main
git merge renovate/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#69
No description provided.