Skip to content

Update npm dependencies - #111

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 21, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
eslint (source) 10.10.010.11.0 age confidence devDependencies minor
eslint-plugin-oxlint 1.82.01.85.0 age confidence devDependencies minor
eslint-plugin-perfectionist (source) 5.11.05.12.0 age confidence devDependencies minor
eslint-plugin-react-dom (source) 5.19.05.20.5 age confidence devDependencies minor
eslint-plugin-react-jsx (source) 5.19.05.20.5 age confidence devDependencies minor
eslint-plugin-react-naming-convention (source) 5.19.05.20.5 age confidence devDependencies minor
eslint-plugin-react-x (source) 5.19.05.20.5 age confidence devDependencies minor
eslint-plugin-sonarjs (source) 4.2.04.2.1 age confidence devDependencies patch
node (source) 26.8.226.10.0 age confidence tools minor
oxfmt (source) ^0.67.0^0.70.0 age confidence devDependencies minor
oxlint (source) 1.82.01.85.0 age confidence devDependencies minor
oxlint-tsgolint 7.0.20017.0.2002 age confidence devDependencies patch
pnpm (source) 12.4.112.5.1 age confidence tools minor
typescript-eslint (source) 8.70.08.70.1 age confidence devDependencies patch

Release Notes

eslint/eslint (eslint)

v10.11.0

Compare Source

oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)

v1.85.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.84.0...v1.85.0

v1.84.0

Compare Source

What's Changed

New Contributors

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.83.0...v1.84.0

v1.83.0

Compare Source

What's Changed

Full Changelog: oxc-project/eslint-plugin-oxlint@v1.82.0...v1.83.0

azat-io/eslint-plugin-perfectionist (eslint-plugin-perfectionist)

v5.12.0

Compare Source

compare changes

🚀 Features
  • Support oxlint without an eslint installation
    (5488d84)
🐞 Bug Fixes
  • Honor eslint-disable directives with a description
    (e3d11cc)
❤️ Contributors

v5.11.1

Compare Source

compare changes

🏎 Performance Improvements
  • Build a sortable list's fix once instead of once per report
    (784725a)
🐞 Bug Fixes
  • sort-modules: Detect decorator metadata dependencies without tsconfig
    (be18b94)
  • Add safety semicolon when the next element continues an expression
    (bbb4db2)
❤️ Contributors
Rel1cx/eslint-react (eslint-plugin-react-dom)

v5.20.5

Compare Source

🐞 Fixes
  • react-web-api/no-leaked-fetch: fixed a false positive where an abort call nested in a callback within the cleanup function (e.g. setTimeout(() => ctrl.abort())) was not recognized, causing a spurious expectedAbortInCleanup report; the abort lookup now finds the nearest enclosing setup/cleanup function instead of requiring the innermost one. (#​1962)

Full Changelog: Rel1cx/eslint-react@v5.20.4...v5.20.5

v5.20.4

Compare Source

🐞 Fixes
  • react-web-api/no-leaked-event-listener: listeners that are only added inside the effect cleanup are now reported when the matching removeEventListener is in the setup (reversed setup/cleanup pairing), since a listener attached on unmount is never removed. (#​1961)
🏗️ Internal
  • react-jsx and react-web-api rules: unified rule code style and variable naming across the plugins. (#​1960, #​1961)

Full Changelog: Rel1cx/eslint-react@v5.20.3...v5.20.4

v5.20.3

Compare Source

🏗️ Internal
  • @eslint-react/ast: replaced getIdentifierAt with the new getMemberChain helper and moved getInnermostCall to its sole consumer in react-x/no-nested-component-definitions. (#​1959)
  • react-dom rules: unified rule code style and variable naming across the plugin, and switched no-find-dom-node to import-aware detection via createImportLookup. (#​1958)

Full Changelog: Rel1cx/eslint-react@v5.20.2...v5.20.3

v5.20.2

Compare Source

🐞 Fixes
  • Fixed false negatives in the JSX element resolver used by the react-dom rules: polymorphic components written as member expressions (e.g. <motion.div as="button">) were mistaken for host elements, so the polymorphic prop was ignored and these rules skipped them entirely; they are now resolved through the polymorphic prop and checked like the underlying DOM element. String values of the polymorphic prop are also normalized to lowercase, so as="BUTTON" is treated as button. Affected rules:
    • react-dom/no-missing-button-type
    • react-dom/no-missing-iframe-sandbox
    • react-dom/no-unsafe-iframe-sandbox
    • react-dom/no-unsafe-target-blank
    • react-dom/no-void-elements-with-children
🏗️ Internal
  • The normalized polymorphicPropName setting type is corrected from string | null to string — it could never be null at runtime — and the unreachable null branch in the JSX element resolver used by the react-dom rules is removed.

Full Changelog: Rel1cx/eslint-react@v5.20.1...v5.20.2

v5.20.1

Compare Source

🐞 Fixes
  • react-dom/no-flush-sync: flushSync calls are now detected by tracking react-dom imports directly instead of matching by name, so aliased named imports (e.g. import { flushSync as fs } from "react-dom") and default/namespace member calls (e.g. ReactDOM.flushSync()) are reported, while local functions, object methods, and same-named APIs from other packages (e.g. pino's destination().flushSync()) are no longer misreported. (#​1954, closes #​1943)
🏗️ Internal
  • react-dom/no-flush-sync and react-dom/no-find-dom-node: API call checks now use core.isAPICall; core.isJsxLike now uses isCreateElementCall.
  • Added Node types reference to all package tsl/tsdown configs.
  • Bumped eslint to 10.11.0, eslint-plugin-jsdoc to 64.5.4, eslint-plugin-package-json to 1.9.0, typedoc-plugin-markdown to 4.13.1, @types/node to 26.6.2, pnpm to 12.5.1, and the dprint JSON plugin to 0.24.0.
New Contributors

Full Changelog: Rel1cx/eslint-react@v5.20.0...v5.20.1

v5.20.0

Compare Source

✨ New
  • react-x/immutability: mutations on for...of iterator variables (e.g. for (const item of items) { item.done = true; }), including destructured iterator bindings, are now reported when the iterated collection resolves through its root identifier to a component's props, a state value, or a shallow copy of either, since the iterator variable is bound to each shared element of the original collection. Member-expression collections (for (const item of props.items)) are traced to their root; for...in loops and right sides without a root identifier are not traced. (#​1953, closes #​1764)
🏗️ Internal
  • Bumped @types/node to 26.6.1, tsl-dx to 0.13.5, eslint-plugin-jsdoc to 64.5.2, lucide-react to 1.47.0, and pnpm to 12.4.2.
New Contributors

Full Changelog: Rel1cx/eslint-react@v5.19.1...v5.20.0

v5.19.1

Compare Source

🐞 Fixes
  • react-x/immutability: the first parameter of a function is now classified as props only when the function is a confirmed component — one that returns JSX or calls hooks — so mutating the first parameter of a function that merely looks like a component (e.g. an event-handler factory whose returned function never renders and calls no hooks) is no longer reported. (#​1952, closes #​1951)
🏗️ Internal
  • react-x/immutability: renamed MUTATING_METHODS/NAVIGATION_HOOKS to KNOWN_MUTATING_METHODS/KNOWN_MUTATING_HOOKS and added precise behavior boundary tests.
  • react-x/globals: restructured internals (split into collect, effects, and origins modules) to match the in-progress feat/environment-config implementation; no behavior change.
  • Website: awaited the async llms.txt index generation and fixed the website data update step to run before building.
  • CI: removed the generated file verification step.
  • Bumped typescript-eslint to 8.70.0, react/react-dom to 19.3.0, next to 16.3.5, vite to 8.3.0, effect to 3.22.2, fumadocs to 16.15.10, eslint-plugin-jsdoc to 64.3.9, tailwind-merge to 3.7.0, ansis to 4.4.0, nx to 23.2.1, eslint-plugin-react-refresh to 0.5.6, eslint-plugin-package-json to 1.8.1, @types/node to 26.5.1, @types/react to 19.3.0, @types/react-dom to 19.3.0, and pnpm to 12.4.1.

Full Changelog: Rel1cx/eslint-react@v5.19.0...v5.19.1

SonarSource/SonarJS (eslint-plugin-sonarjs)

v4.2.1

Compare Source

nodejs/node (node)

v26.10.0: 2026-09-22, Version 26.10.0 (Current), @​aduh95

Compare Source

Notable Changes
Commits

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 requested a review from No767 as a code owner September 21, 2026 00:51
@renovate
renovate Bot enabled auto-merge (squash) September 21, 2026 00:51
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 21, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 21, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 21, 2026
renovate-approve[bot]
renovate-approve Bot previously approved these changes Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants