Skip to content

fix(deps): update all non-major dependencies - #189

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#189
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) ^21.2.1^21.2.2 age confidence
@commitlint/config-conventional (source) ^21.2.0^21.2.2 age confidence
@component-hook/eslint-plugin (source) ^1.5.0^1.5.1 age confidence
@eslint/config-inspector ^3.2.0^3.3.0 age confidence
@intlify/unplugin-vue-i18n (source) ^11.2.4^11.2.5 age confidence
@microsoft/api-extractor (source) ^7.58.12^7.58.13 age confidence
@testing-library/user-event ^14.6.3^14.6.5 age confidence
@tsconfig/node24 (source) ^24.0.4^24.0.5 age confidence
@vitejs/plugin-react (source) ^6.0.5^6.1.0 age confidence
@vitest/coverage-v8 (source) ^4.1.10^4.1.11 age confidence
cssnano (source) ^8.0.5^8.0.7 age confidence
eslint-plugin-jsdoc ^64.0.2^64.2.1 age confidence
eslint-plugin-regexp ^3.1.1^3.2.0 age confidence
globals ^17.9.0^17.11.0 age confidence
i18next (source) ^26.3.6^26.4.0 age confidence
pnpm (source) 11.21.011.22.0 age confidence
postcss-preset-env (source) ^11.3.2^11.4.0 age confidence
react-i18next ^17.0.11^17.0.12 age confidence
rollup-plugin-visualizer ^7.0.1^7.1.1 age confidence
sass-embedded ^1.100.0^1.102.0 age confidence
turbo (source) ^2.10.9^2.10.11 age confidence
typescript-eslint (source) ^8.66.0^8.67.0 age confidence
vite (source) ^8.2.1^8.2.2 age confidence
vitest (source) ^4.1.10^4.1.11 age confidence
vue-tsc (source) ^3.3.9^3.3.10 age confidence
zustand ^5.0.14^5.0.15 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.2.2

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.2.2

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

tzuyi0817/component-hook (@​component-hook/eslint-plugin)

v1.5.1

Compare Source

Features
  • eslint-plugin: upgrade eslint-plugin-unicorn to v73 (f8e7c56)
  • eslint-plugin: upgrade eslint-plugin-jsdoc to v64 (ca53cf5)
Bug Fixes
  • picker, pdf-canvas: packaging results in unnecessary types (6e362bb)
  • picker, pdf-canvas: externalize react subpath imports in the react build (4e73885)
  • eslint-plugin: disable unicorn/no-top-level-side-effects in markdown (5a851bc)
  • eslint-plugin: disable unnecessary unicorn rules (524e6b6)
eslint/config-inspector (@​eslint/config-inspector)

v3.3.0

Compare Source

Features
intlify/bundle-tools (@​intlify/unplugin-vue-i18n)

v11.2.5

Compare Source

What's Changed

⚡ Improvement Features
  • fix(unplugin-vue-i18n): invalidate glob locale modules on Vite HMR by @​kazupon in #​603
👕 Refactoring

Full Changelog: intlify/bundle-tools@v11.2.4...v11.2.5

microsoft/rushstack (@​microsoft/api-extractor)

v7.58.13

Compare Source

Thu, 20 Aug 2026 00:16:38 GMT

Version update only

testing-library/user-event (@​testing-library/user-event)

v14.6.5

Compare Source

Bug Fixes

v14.6.4

Compare Source

tsconfig/bases (@​tsconfig/node24)

v24.0.5

Compare Source

vitejs/vite-plugin-react (@​vitejs/plugin-react)

v6.1.0

Compare Source

Add experimental native React Compiler support (#​1419)

Add experimental native React Compiler support.

You can use it by installing oxc-transform-react and enabling it via the compiler option:

npm install -D oxc-transform-react
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'

export default defineConfig({
  plugins: [
     react({ compiler: true })
  ]
})
vitest-dev/vitest (@​vitest/coverage-v8)

v4.1.11

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
cssnano/cssnano (cssnano)

v8.0.7: v8.0.7

Compare Source

What's Changed

Bug Fixes
  • fix(cssnano): tighten option types in #​1919
  • fix(postcss-discard-empty): better optimize cascade layers in #​1924
Documentation
  • docs: add security information in #​1922
Website playground
  • feat(site): update playground to use a web worker in #​1918

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.6...cssnano@8.0.7

v8.0.6: v8.0.6

Compare Source

What's Changed

Bug Fixes
  • fix(postcss-merge-rules): fix invalid merging in #​1893

  • fix(postcss-merge-rules): use webref data to perform a merge #​1897

  • fix(postcss-reduce-idents): do not break grid-template-areas in #​1898

  • fix: ensure correct repository URL in published packages in #​1900

  • fix(postcss-merge-longhand): improve longhand merging correctness in #​1907

  • fix(postcss-merge-longhand): add a fuzzer and fix the cases it found in #​1914

  • fix: improve selector minification in #​1915

Other Changes

Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@8.0.5...cssnano@8.0.6

gajus/eslint-plugin-jsdoc (eslint-plugin-jsdoc)

v64.2.1

Compare Source

Bug Fixes

v64.2.0

Compare Source

Features

v64.1.0

Compare Source

Features
  • update jsdoccomment, devDeps.; use nodenext for module properties in TS (7309d7d)
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.2.0

Compare Source

Minor Changes
  • fix(deps): update dependency jsdoc-type-pratt-parser to v9 (#​1014)
sindresorhus/globals (globals)

v17.11.0

Compare Source

v17.10.0

Compare Source

i18next/i18next (i18next)

v26.4.0

Compare Source

  • perf: cache toResolveHierarchy results per (code, fallbackCode) pair. The hierarchy resolver runs on every t() call and calls Intl.getCanonicalLocales multiple times, which showed up prominently when profiling render-heavy UIs (e.g. virtualized data grids); with the cache the per-call cost drops from ~886 ns to ~41 ns. The cache is invalidated automatically when options.fallbackLng changes (reassignment or in-place array mutation); if you mutate other resolution-relevant options at runtime (load, lowerCaseLng, cleanCode, nonExplicitSupportedLngs), call i18next.services.languageUtils.clearCache() afterwards. Function-valued fallbackLng and per-call array/object fallbackLng options are never cached, so dynamic fallbacks keep working as before. Thanks @​equaterina (#​2444).
  • chore: update all devDependencies (Babel stays on 7.x until @rollup/plugin-babel supports 8, eslint on 9.x for neostandard). Removed the unused coveralls package (CI uses the Coveralls GitHub Action) and replaced sinon with nise + vitest.spyOn in the v1 compatibility tests, which resolves all open npm audit findings (0 vulnerabilities) and should close the dependabot alerts on the lockfile.
pnpm/pnpm (pnpm)

v11.22.0

Compare Source

csstools/postcss-plugins (postcss-preset-env)

v11.4.0

Compare Source

August 15, 2026

i18next/react-i18next (react-i18next)

v17.0.12

Compare Source

  • fix(IcuTrans): key-less icu.macro nodes (<Trans>Welcome, {name}!</Trans>, <Select>, <Plural> without i18nKey) rendered an empty string since 17.0.0. The macro now emits <IcuTrans defaultTranslation="…"> without a key and IcuTrans passed undefined to t(), which returns ''. Like Trans, IcuTrans now uses defaultTranslation as the key when i18nKey is not provided.
btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v7.1.1

Compare Source

sass/embedded-host-node (sass-embedded)

v1.102.0

Compare Source

  • Use the 2.4 gamma transfer function for rec2020, as specified by the latest
    draft of CSS Color 4.
vercel/turborepo (turbo)

v2.10.11: Turborepo v2.10.11

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.10.10...v2.10.11

v2.10.10: Turborepo v2.10.10

Compare Source

What's Changed

Changelog

New Contributors

Full Changelog: vercel/turborepo@v2.10.9...v2.10.10

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

v8.67.0

Compare Source

🚀 Features
  • typescript-eslint: export basic globs for using tseslint (#​12105)
❤️ Thank You

See GitHub Releases for more information.

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

vitejs/vite (vite)

v8.2.2

Compare Source

Features
Bug Fixes
Documentation
Miscellaneous Chores
Code Refactoring
Tests
Build System
  • use JSON import attributes instead of readFIleSync in rolldown configs (#​23251) (d615bcd)
vuejs/language-tools (vue-tsc)

v3.3.10

Compare Source

language-core
  • fix: ignore trailing whitespace after generic parameter commas - Thanks to @​KazariEX!
  • fix: resolve v-for item type over generic sources (#​6141) - Thanks to @​serkodev!
  • fix: do not extract SFC blocks across inline Markdown code (#​6145) - Thanks to @​lazerg!
language-service
  • fix: serialize template data provider access across concurrent requests (#​6154) - Thanks to @​serkodev!
tsc
  • fix: support different extension sets across project references (#​6146) - Thanks to @​lazerg!
typescript-plugin
vscode
  • feat: patch typescript.js via --require to support read-only file systems (#​6149) - Thanks to @​serkodev!
  • fix: isolate custom TypeScript plugin paths between profiles (#​6148) - Thanks to @​serkodev!
pmndrs/zustand (zustand)

v5.0.15

Compare Source

Fix some issues in devtools and persist middleware.

What's Changed

Full Changelog: pmndrs/zustand@v5.0.14...v5.0.15


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: 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.

@pkg-pr-new

pkg-pr-new Bot commented Aug 17, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@component-hook/create-app@189
npm i https://pkg.pr.new/@component-hook/eslint-plugin@189
npm i https://pkg.pr.new/@component-hook/pdf-canvas@189
npm i https://pkg.pr.new/@component-hook/picker@189

commit: a9f1e8c

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6ae205d to fb4025a Compare August 20, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from fb4025a to a9f1e8c Compare August 20, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants