Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@eslint/eslintrc 3.2.0 -> 3.3.1 age adoption passing confidence devDependencies minor
@eslint/js (source) 9.19.0 -> 9.38.0 age adoption passing confidence devDependencies minor
@testing-library/dom 10.4.0 -> 10.4.1 age adoption passing confidence devDependencies patch
@testing-library/react 16.2.0 -> 16.3.0 age adoption passing confidence devDependencies minor
@types/node (source) 22.10.10 -> 22.18.11 age adoption passing confidence devDependencies minor
@types/react (source) 19.0.8 -> 19.2.2 age adoption passing confidence devDependencies minor
@types/react-dom (source) 19.0.3 -> 19.2.2 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 8.21.0 -> 8.46.1 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 8.21.0 -> 8.46.1 age adoption passing confidence devDependencies minor
@vitejs/plugin-react (source) ^4.3.4 -> ^5.0.0 age adoption passing confidence devDependencies major
@vitest/browser (source) 3.1.1 -> 3.2.4 age adoption passing confidence devDependencies minor
actions/checkout v4.2.2 -> v5.0.0 age adoption passing confidence action major
actions/dependency-review-action v4.5.0 -> v4.8.1 age adoption passing confidence action minor
actions/setup-node v4.1.0 -> v6.0.0 age adoption passing confidence action major
esbuild ^0.24.0 -> ^0.25.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.37.4 -> 7.37.5 age adoption passing confidence devDependencies patch
github/codeql-action v3.28.5 -> v4.30.9 age adoption passing confidence action major
globals ^15.13.0 -> ^16.0.0 age adoption passing confidence devDependencies major
jsdom ^26.0.0 -> ^27.0.0 age adoption passing confidence devDependencies major
prettier (source) 3.4.2 -> 3.6.2 age adoption passing confidence devDependencies minor
prismjs 1.29.0 -> 1.30.0 age adoption passing confidence devDependencies minor
react (source) 19.0.0 -> 19.2.0 age adoption passing confidence devDependencies minor
react-dom (source) 19.0.0 -> 19.2.0 age adoption passing confidence devDependencies minor
sass 1.83.4 -> 1.93.2 age adoption passing confidence devDependencies minor
typedoc (source) ^0.27.2 -> ^0.28.0 age adoption passing confidence devDependencies minor
typescript (source) 5.7.3 -> 5.9.3 age adoption passing confidence devDependencies minor
vitest (source) 3.1.1 -> 3.2.4 age adoption passing confidence devDependencies minor
vitest-browser-react ^0.1.1 -> ^1.0.0 age adoption passing confidence devDependencies major

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.1

Compare Source

Bug Fixes

v3.3.0

Compare Source

Features
eslint/eslint (@​eslint/js)

v9.38.0

Compare Source

v9.37.0

Compare Source

v9.36.0

Compare Source

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)

Bug Fixes

Documentation

  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#​20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)
  • bac82a2 ci: simplify renovate configuration (#​19907) (唯然)
  • c00bb37 ci: bump actions/labeler from 5 to 6 (#​20090) (dependabot[bot])
  • fee751d refactor: use defaultOptions in rules (#​20121) (Pixel998)
  • 1ace67d chore: update example to use defineConfig (#​20111) (루밀LuMir)
  • 4821963 test: add missing loc information to error objects in rule tests (#​20112) (루밀LuMir)
  • b42c42e chore: disallow use of deprecated type property in core rule tests (#​20094) (Milos Djermanovic)
  • 7bb498d test: remove deprecated type property from core rule tests (#​20093) (Pixel998)
  • e10cf2a ci: bump actions/setup-node from 4 to 5 (#​20089) (dependabot[bot])
  • 5cb0ce4 refactor: use meta.defaultOptions in preserve-caught-error (#​20080) (Pixel998)
  • f9f7cb5 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 81764b2 chore: update eslint peer dependency in eslint-config-eslint (#​20079) (Milos Djermanovic)

v9.35.0

Compare Source

v9.34.0

Compare Source

v9.33.0

Compare Source

v9.32.0

Compare Source

v9.31.0

Compare Source

v9.30.1

Compare Source

v9.30.0

Compare Source

v9.29.0

Compare Source

v9.28.0

Compare Source

Features

  • b0674be feat: Customization of serialization for languageOptions (#​19760) (Nicholas C. Zakas)
  • a95721f feat: Add --pass-on-unpruned-suppressions CLI option (#​19773) (Milos Djermanovic)
  • bfd0e7a feat: support TypeScript syntax in no-use-before-define (#​19566) (Tanuj Kanti)
  • 68c61c0 feat: support TS syntax in no-shadow (#​19565) (Nitin Kumar)
  • 0f773ef feat: support TS syntax in no-magic-numbers (#​19561) (Nitin Kumar)
  • c4a6b60 feat: add allowTypeAnnotation to func-style (#​19754) (sethamus)
  • b03ad17 feat: add TypeScript support to prefer-arrow-callback (#​19678) (Tanuj Kanti)
  • bc3c331 feat: ignore overloaded function declarations in func-style rule (#​19755) (sethamus)

Bug Fixes

Documentation

  • 3ec2082 docs: Nested arrays in files config entry (#​19799) (Nicholas C. Zakas)
  • 89a65b0 docs: clarify how config arrays can apply to subsets of files (#​19788) (Shais Ch)
  • 2ba8a0d docs: Add description of meta.namespace to plugin docs (#​19798) (Nicholas C. Zakas)
  • 59dd7e6 docs: update func-style with examples (#​19793) (Tanuj Kanti)
  • e9129e0 docs: add global scope's implicit field to Scope Manager docs (#​19770) (Milos Djermanovic)
  • 52f5b7a docs: fix minor typos and add links (#​19743) (루밀LuMir)
  • 00716a3 docs: upfront recommend against using the no-return-await rule (#​19727) (Mike DiDomizio)

Chores

v9.27.0

Compare Source

Features

  • d71e37f feat: Allow flags to be set in ESLINT_FLAGS env variable (#​19717) (Nicholas C. Zakas)
  • ba456e0 feat: Externalize MCP server (#​19699) (Nicholas C. Zakas)
  • 07c1a7e feat: add allowRegexCharacters to no-useless-escape (#​19705) (sethamus)
  • 7bc6c71 feat: add no-unassigned-vars rule (#​19618) (Jacob Bandes-Storch)
  • ee40364 feat: convert no-array-constructor suggestions to autofixes (#​19621) (sethamus)
  • 32957cd feat: support TS syntax in max-params (#​19557) (Nitin Kumar)

Bug Fixes

  • 5687ce7 fix: correct mismatched removed rules (#​19734) (루밀LuMir)
  • dc5ed33 fix: correct types and tighten type definitions in SourceCode class (#​19731) (루밀LuMir)
  • de1b5de fix: correct service property name in Linter.ESLintParseResult type (#​19713) (Francesco Trotta)
  • 60c3e2c fix: sort keys in eslint-suppressions.json to avoid git churn (#​19711) (Ron Waldon-Howe)
  • 9da90ca fix: add allowReserved to Linter.ParserOptions type (#​19710) (Francesco Trotta)
  • fbb8be9 fix: add info to ESLint.DeprecatedRuleUse type (#​19701) (Francesco Trotta)

Documentation

  • 25de550 docs: Update description of frozen rules to mention TypeScript (#​19736) (Nicholas C. Zakas)
  • bd5def6 docs: Clean up configuration files docs (#​19735) (Nicholas C. Zakas)
  • 4d0c60d docs: Add Neovim to editor integrations (#​19729) (Maria José Solano)
  • 71317eb docs: Update README (GitHub Actions Bot)
  • 4c289e6 docs: Update README (GitHub Actions Bot)
  • f0f0d46 docs: clarify that unused suppressions cause non-zero exit code (#​19698) (Milos Djermanovic)
  • 8ed3273 docs: fix internal usages of ConfigData type (#​19688) (Francesco Trotta)
  • eb316a8 docs: add fmt and check sections to Package.json Conventions (#​19686) (루밀LuMir)
  • a3a2559 docs: fix wording in Combine Configs (#​19685) (Milos Djermanovic)
  • c8d17e1 docs: Update README (GitHub Actions Bot)

Chores

v9.26.0

Compare Source

Features
Bug Fixes
  • 96e84de fix: check cache file existence before deletion (#​19648) (sethamus)
  • d683aeb fix: don't crash on tests with circular references in RuleTester (#​19664) (Milos Djermanovic)
  • 9736d5d fix: add namespace to Plugin.meta type (#​19661) (Milos Djermanovic)
  • 17bae69 fix: update RuleTester.run() type (#​19634) (Nitin Kumar)
Documentation
  • dd98d63 docs: Update README (GitHub Actions Bot)
  • c25e858 docs: Update README (GitHub Actions Bot)
  • b2397e9 docs: Update README (GitHub Actions Bot)
  • addd0a6 docs: fix formatting of unordered lists in Markdown (#​19660) (Milos Djermanovic)
  • a21b38d docs: Update README (GitHub Actions Bot)
  • c0721a7 docs: fix double space in command (#​19657) (CamWass)
Chores

v9.25.1

Compare Source

Bug Fixes

  • cdc8e8c fix: revert directive detection in no-unused-expressions (#​19639) (sethamus)

Chores

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

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update actions/setup-node action to v4.2.0 chore(deps): update all dependencies Jan 27, 2025
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 0f1b320 to 42b642c Compare February 4, 2025 00:23
@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from 718a2c7 to c34949f Compare February 12, 2025 19:37
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 563481d to 7443e71 Compare February 17, 2025 18:53
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 68af7ea to 994bc2b Compare February 24, 2025 18:47
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 275cc0b to aee7143 Compare October 2, 2025 01:12
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from b5b0b5a to 0dadbca Compare October 7, 2025 19:07
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from bcb2479 to 115f521 Compare October 10, 2025 18:43
Copy link

socket-security bot commented Oct 10, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​parcel/​watcher-linux-arm-musl@​2.5.0 ⏵ 2.5.11001003978100
Updated@​parcel/​watcher-darwin-x64@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-darwin-arm64@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-win32-x64@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-win32-arm64@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-win32-ia32@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-linux-x64-glibc@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-linux-x64-musl@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-linux-arm64-glibc@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-linux-arm64-musl@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-linux-arm-glibc@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-android-arm64@​2.5.0 ⏵ 2.5.11001003979100
Updated@​parcel/​watcher-freebsd-x64@​2.5.0 ⏵ 2.5.11001003979100
Added@​rollup/​rollup-linux-loong64-gnu@​4.52.41001004195100
Added@​rollup/​rollup-linux-ppc64-gnu@​4.52.41001004197100
Added@​rollup/​rollup-openharmony-arm64@​4.52.41001004196100
Added@​rollup/​rollup-win32-x64-gnu@​4.52.41001004194100
Updated@​rollup/​rollup-linux-arm64-musl@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-android-arm64@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-freebsd-arm64@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-android-arm-eabi@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-linux-arm-musleabihf@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-win32-arm64-msvc@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-darwin-arm64@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-linux-arm64-gnu@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-freebsd-x64@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-linux-riscv64-musl@​4.38.0 ⏵ 4.52.4100 +11004197 -1100
Updated@​rollup/​rollup-win32-x64-msvc@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-darwin-x64@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-linux-x64-gnu@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
Updated@​rollup/​rollup-linux-x64-musl@​4.38.0 ⏵ 4.52.4100 +11004198 -1100
See 145 more rows in the dashboard

View full report

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from da8eb3b to a2270e3 Compare October 17, 2025 05:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants