Skip to content

chore(deps): update npm devdependencies - #218

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 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
@elastic/elasticsearch (source) 9.5.09.5.1 age confidence devDependencies patch
@eslint-react/eslint-plugin (source) 5.18.65.19.1 age confidence devDependencies minor
@eslint/eslintrc 3.3.63.3.7 age confidence devDependencies patch
@storybook/addon-docs (source) 10.5.1010.6.0 age confidence devDependencies minor
@storybook/addon-themes (source) 10.5.1010.6.0 age confidence devDependencies minor
@storybook/react-vite (source) 10.5.1010.6.0 age confidence devDependencies minor
globals 17.11.017.12.0 age confidence devDependencies minor
postcss (source) 8.5.268.5.28 age confidence devDependencies patch
storybook (source) 10.5.1010.6.0 age confidence devDependencies minor
tsc-alias (source) 1.9.21.9.5 age confidence devDependencies patch
typescript (source) ^66.0.3 age confidence devDependencies pin
typescript-eslint (source) 8.68.08.70.0 age confidence devDependencies minor
vite (source) 8.2.28.3.0 age confidence devDependencies minor

⚠️ Renovate's pin functionality does not currently wire in the release age for a package, so the Minimum Release Age checks can apply. You will need to manually validate the Minimum Release Age for these package(s).


Release Notes

elastic/elasticsearch-js (@​elastic/elasticsearch)

v9.5.1

Compare Source

Changelog

Rel1cx/eslint-react (@​eslint-react/eslint-plugin)

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

v5.19.0

Compare Source

✨ New
  • react-x/immutability: direct mutations of props and state are now reported — member assignments, updates, deletions, and mutating method calls are flagged when the mutated value resolves (through variable-declarator aliases) to a component's props, a useState/useReducer state value, or a custom hook matching the additionalStateHooks setting, independent of whether the mutation happens inside a function that reaches a freeze sink. (#​1948, closes #​1941)
  • react-x/immutability: added shallow-copy awareness — nested mutations through an object/array literal built by spreading a props or state value (e.g. const copy = { ...state } / const copy = [...state]) are reported, since the nested values are still shared with the original; writes to the copy's own top-level slots are not reported. (#​1948)

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

v5.18.10

Compare Source

🐞 Fixes
  • The remaining disable-* preset configs in react-x and react-rsc now also register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when combining them with a manually registered plugin. (follow-up to #​1947, see #​1946)
🏗️ Internal
  • Website: removed fumadocs-twoslash from serverExternalPackages to fix a prerender error.

Full Changelog: Rel1cx/eslint-react@v5.18.9...v5.18.10

v5.18.9

Compare Source

🏗️ Internal
  • Bumped eslint to 10.10.0, vitest to 5.0.0, tsdown to 0.23.0, nx to 23.2.0, dprint to 0.57.4, @types/react-dom to 19.2.7, @eslint/compat to 2.1.1, and @nubjs/nub to 0.8.3.

Full Changelog: Rel1cx/eslint-react@v5.18.8...v5.18.9

v5.18.8

Compare Source

🐞 Fixes
  • Preset configs (recommended, strict, etc.) now register the same plugin object as the package's default export, so ESLint no longer reports a "Cannot redefine plugin" error when the plugin is registered manually and a preset is extended at the same time. (#​1947, closes #​1946)
🏗️ Internal
  • Re-enabled the import-integrity-lint plugin and patched its path prefix check so sibling directories like examples/preact and examples/preact-compat no longer collide.
  • Pinned fast-uri to ^3.1.5 to fix CVE-2026-18446 (GHSA-7p8r-x3mc-p8w7).
  • Bumped @effect/language-service to 0.87.2, @effect/platform to 0.97.1, @effect/platform-node to 0.108.1, @nubjs/nub to 0.8.2, @types/node to 26.4.1, dprint to 0.57.0, and lucide-react to 1.39.0.

Full Changelog: Rel1cx/eslint-react@v5.18.7...v5.18.8

v5.18.7

Compare Source

🐞 Fixes
  • react-x/set-state-in-effect: no longer misattributes render-phase setState calls to effects when the state updater is passed through a prop function. (#​1945)
🏗️ Internal
  • Bumped typescript-eslint to 8.69.0, eslint to 10.9.1, vitest to 4.1.11, @types/node to 26.4.0, @types/react-dom to 19.2.5, eslint-plugin-package-json to 1.8.0, import-integrity-lint to 1.3.0, nx to 23.1.3, publint to 0.3.24, typedoc-plugin-markdown to 4.13.0, and pnpm to 11.25.0.
New Contributors

Full Changelog: Rel1cx/eslint-react@v5.18.6...v5.18.7

eslint/eslintrc (@​eslint/eslintrc)

v3.3.7

Compare Source

Bug Fixes
storybookjs/storybook (@​storybook/addon-docs)

v10.6.0

Compare Source

New skills architecture for agentic workflows

Storybook 10.6 contains hundreds of fixes and improvements:

  • 💻 CLI bindings for agent tools/skills
  • 🅰️ Angular-Vite MCP/skills support and improved docgen/snippets (experimental)
  • 🟢 Vue MCP/skills support and improved docgen/snippets (experimental)
  • 🧩 Tanstack / NextJS-Vite framework bugfixes
  • ⚡ Improved performance and reduced bundle size
List of all updates
sindresorhus/globals (globals)

v17.12.0

Compare Source


postcss/postcss (postcss)

v8.5.28

Compare Source

  • Fixes types regression.

v8.5.27

Compare Source

justkey007/tsc-alias (tsc-alias)

v1.9.5: (2026-09-11)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.4...v1.9.5

v1.9.4: (2026-09-02)

Compare Source

🛠️ Bug Fixes & Improvements

  • Type Declaration Dir Isolation: Resolved path calculation issues when declarationDir is nested inside outDir (#​251).
  • ESM Dynamic Imports: Added support for dynamic imports with Import Attributes / Options (e.g. import('...', { with: { type: 'json' } })).
  • Path Matching in Monorepos: Improved project directory resolution in outDir using ancestor suffix matching to prevent folder name collisions.
  • fix(matcher): support .tsx, .jsx, .mts, .mjs, .cts, .cjs file extensions in import
  • Extended Module Extensions Support:
    Import path resolution now properly strips and handles modern TypeScript and JavaScript extensions including .tsx, .jsx, .mts, .mjs, .cts, and .cjs (previously limited to .js, .ts, and .json).
  • Code Quality & Performance: Internal refactoring.

🌟 New Features

🎯 Path Mapping & Wildcard Enhancements
  • Universal Wildcard & Suffix Pattern Matching (#​233):
    Added full support for TypeScript wildcard mappings with suffixes in both alias keys and target paths (e.g. "@controllers/*": ["./src/controllers/*.controller"], "*-view": ["src/views/*"], or median wildcards "@api/*/v1").
🔗 TypeScript Project References
  • Added --follow-references flag to automatically resolve import aliases across your entire project references graph (tsc --build).

💖 Support the Project

If tsc-alias saves you time or helps your workflow, please consider:

  • Giving the project a ⭐️ on GitHub
  • Sponsoring on GitHub Sponsors
    Every bit of support helps keep this project maintained and evolving. Thank you! 🙏

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.3...v1.9.4

v1.9.3: (2026-08-31)

Compare Source

What's Changed

Full Changelog: justkey007/tsc-alias@v1.9.2...v1.9.3

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

v8.70.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#​12780)
❤️ Thank You

See GitHub Releases for more information.

You

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • 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 force-pushed the renovate/npm-dev-deps branch from a8a7406 to 4c69cbc Compare August 14, 2026 23:51
@renovate renovate Bot changed the title chore(deps): update dependency typescript-eslint to v8.67.0 chore(deps): update npm devdependencies Aug 14, 2026
@renovate
renovate Bot force-pushed the renovate/npm-dev-deps branch 6 times, most recently from 82b8eac to 5882095 Compare August 21, 2026 10:48
@renovate
renovate Bot force-pushed the renovate/npm-dev-deps branch 3 times, most recently from 960b7dd to 84cd685 Compare August 27, 2026 23:56
@renovate renovate Bot changed the title chore(deps): update npm devdependencies chore(deps): pin dependency typescript to 6.0.3 Aug 28, 2026
@renovate
renovate Bot force-pushed the renovate/npm-dev-deps branch 3 times, most recently from cf31a2d to 31845a5 Compare September 4, 2026 01:03
@renovate renovate Bot changed the title chore(deps): pin dependency typescript to 6.0.3 chore(deps): update npm devdependencies Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/npm-dev-deps branch 8 times, most recently from 9ce1585 to 17ac14c Compare September 11, 2026 00:08
@renovate
renovate Bot force-pushed the renovate/npm-dev-deps branch 3 times, most recently from 71cf658 to 7d24f6a Compare September 15, 2026 18:56
@renovate

renovate Bot commented Sep 15, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: package-lock.json
npm warn Unknown env config "store". This will error in a future major version of npm. See `npm help npmrc` for supported config options.
npm error code EALLOWREMOTE
npm error Fetching packages of type "remote" have been disabled
npm error Refusing to fetch "https://registry.npmjs.org/@tailwindcss/oxide-wasm32-wasi/-/oxide-wasm32-wasi-4.3.3.tgz"
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-09-18T00_14_40_085Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/npm-dev-deps branch from 7d24f6a to 6ab4966 Compare September 18, 2026 00:15
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