Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 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
@babel/plugin-transform-typescript (source) ^7.29.7^7.29.9 age confidence dependencies patch
@babel/types (source) ^7.29.7^7.29.8 age confidence devDependencies patch
@swc/core (source) ^1.15.46^1.16.2 age confidence devDependencies minor
@types/node (source) ^24.13.3^24.13.6 age confidence devDependencies patch
autoprefixer ^10.5.4^10.6.1 age confidence dependencies minor
compression ^1.8.1^1.8.2 age confidence devDependencies patch
eslint (source) ^10.7.0^10.11.0 age confidence devDependencies minor
eslint-plugin-n ^18.2.2^18.3.0 age confidence devDependencies minor
eslint-plugin-regexp ^3.1.1^3.3.0 age confidence devDependencies minor
fs-extra ^11.3.6^11.4.0 age confidence devDependencies minor
js-yaml ^5.2.1^5.4.2 age confidence devDependencies minor
less (source) ^4.7.0^4.9.1 age confidence devDependencies minor
lint-staged ^17.1.1^17.5.1 age confidence devDependencies minor
oxfmt (source) ^0.60.0^0.68.0 age confidence devDependencies minor
playwright-chromium (source) ^1.61.1^1.63.0 age confidence devDependencies minor
pnpm/action-setup v6.0.9v6.1.0 age confidence action minor
rollup (source) ^4.62.2^4.63.3 age confidence devDependencies minor
sass ^1.101.3^1.104.1 age confidence devDependencies minor
simple-git-hooks ^2.13.1^2.14.0 age confidence devDependencies minor
tsdown (source) ^0.22.13^0.23.0 age confidence devDependencies minor
tsx (source) ^4.23.1^4.23.13 age confidence devDependencies patch
typescript-eslint (source) ^8.65.0^8.70.0 age confidence devDependencies minor
vitest (source) ^4.1.10^4.1.11 age confidence devDependencies patch
vue (source) ^3.5.40^3.5.43 age confidence pnpm.catalog.default patch
vue-router (source) ^5.2.0^5.3.1 age confidence pnpm.catalog.default minor
zizmorcore/zizmor-action v0.6.0v0.6.4 age confidence action patch

Release Notes

babel/babel (@​babel/plugin-transform-typescript)

v7.29.9

Compare Source

v7.29.9 (2026-09-18)

🐛 Bug Fix
🏠 Internal
Committers: 4
babel/babel (@​babel/types)

v7.29.8

Compare Source

swc-project/swc (@​swc/core)

v1.16.2

Compare Source

Bug Fixes
Features
  • (es/minifier) Evaluate Math.floor, Math.ceil, Math.round and Mat… (#​12117) (e876e80)

  • (es/parser) Add opt-in parser-only TSRX lowering (#​12120) (61ff097)

Miscellaneous Tasks
Refactor
Testing
Ci

v1.16.1

Compare Source

Bug Fixes

v1.16.0

Compare Source

Bug Fixes
Miscellaneous Tasks
Refactor

v1.15.47

Compare Source

Bug Fixes
Features
  • (es/minifier) Expand support for trivial spreads (#​12068) (aa49e36)

  • (es/react-compiler) Expose reactCompiler.environment.enableFunctionOutlining (#​12030) (52b78aa)

Performance
postcss/autoprefixer (autoprefixer)

v10.6.1

Compare Source

  • Fixed grid gap set with the row-gap and column-gap longhands (by dualfroz).

v10.6.0

Compare Source

v10.5.6

Compare Source

v10.5.5

Compare Source

expressjs/compression (compression)

v1.8.2

Compare Source

=====

eslint/eslint (eslint)

v10.11.0

Compare Source

v10.10.0

Compare Source

v10.9.1

Compare Source

v10.9.0

Compare Source

v10.8.1

Compare Source

Bug Fixes

  • 18eb0a7 fix: prevent ASI hazard in no-unused-labels autofix (#​21173) (dongkyu lee)
  • 151ba3f fix: false positives in getter-return and accessor-pairs (#​21163) (Grit)
  • 6898df9 fix: ignore meta-property names in id-denylist (#​21166) (Pixel)
  • 4d7db66 fix: ignore meta-property names in id-match (#​21167) (Pixel)
  • 677214e fix: handle ASI hazards in no-unused-vars removeVar suggestion (#​20935) (kuldeep kumar)

Documentation

  • 7d0cbf8 docs: Update README (GitHub Actions Bot)
  • 0a05812 docs: add missing backticks to no-duplicate-imports.js (#​21183) (Lee Daeun)
  • 678c90b docs: Update README (GitHub Actions Bot)
  • 8a10424 docs: Update README (GitHub Actions Bot)
  • 69bb948 docs: Update README (GitHub Actions Bot)

Chores

v10.8.0

Compare Source

Features

Bug Fixes

  • 6b8d2f7 fix: escape reserved characters in rule id in html formatter (#​21129) (Francesco Trotta)
  • 9091071 fix: prevent no-unreachable-loop crash when all loop types are ignored (#​21116) (Pixel)
  • e23fafe fix: prefer-object-spread add semicolon when adding parenthesis (#​21081) (synthex-byte)
  • 20b5ad0 fix: quadratic-time regex in prefer-template (#​21096) (Milos Djermanovic)
  • 8b6f6c0 fix: apply ignore configs to computed methods in class-methods-use-this (#​21094) (Pixel)
  • b2c608c fix: NewExpression with parenthesized callee in preserve-caught-error (#​21083) (Francesco Trotta)

Documentation

  • 6ddf858 docs: fix broken Specify Parser Options anchor link (#​21106) (Minsu)
  • 784dfbe docs: Clarify no-eq-null description (#​21120) (Park Harin)
  • 7ec733a docs: Fix typos and grammar in glossary (#​21095) (Marry (Subin Yang))
  • 92bb13f docs: replace quake link (#​21108) (Jung Hyeon Jun)
  • 68eb4a5 docs: fix broken Specify Globals anchor links in rule pages (#​21103) (Minsu)
  • d28f697 docs: replace Code Climate CLI links with Qlty CLI links (#​21099) (Jung Hyeon Jun)
  • eccc68d docs: correct --suppressions-location option description (#​21093) (Ga eun Lee)
  • c5963f7 docs: Update README (GitHub Actions Bot)

Chores

  • 4fbf46d test: pin webpack version to 5.108.4 (#​21137) (Francesco Trotta)
  • 2d063e2 chore: update HTTP URLs to HTTPS in JSDoc and comments (#​21101) (Bo Hyun Kim)
  • eccbe7b test: add error locations to no-class-assign (#​21123) (devoil)
  • e7d1e43 ci: bump actions/setup-go from 6 to 7 (#​21118) (dependabot[bot])
  • e9d66d0 ci: bump actions/setup-node from 6 to 7 (#​21119) (dependabot[bot])
  • ee225b6 test: Add error location details to no-eq-null rule (#​21117) (Park Harin)
  • 044a627 chore: update minimatch to ^10.2.5 (#​21107) (김채영)
  • fb09aa8 chore: update ecosystem plugins (#​21115) (ESLint Bot)
  • 5abd878 test: add error locations to no-proto (#​21114) (Gihyeon Jeong / 정기현)
  • 9715887 test: Add error location details to no-div-regex (#​21110) (Park Harin)
  • a746ec6 test: add error locations to no-new-wrappers (#​21109) (Gihyeon Jeong / 정기현)
  • 8dde645 test: add error locations to no-ex-assign (#​21102) (devoil)
  • 13ab0ec test: add error locations to no-label-var (#​21098) (Gihyeon Jeong / 정기현)
  • a99906f test: Add error location details to no-delete-var rule (#​21105) (Park Harin)
  • c47e8dc chore: add missing backticks to languages/js/index.js (#​21104) (beeen)
  • 0174428 chore: add missing backticks to translate-cli-options.js (#​21097) (dongkyu lee)
  • 3d36589 chore: add missing backticks to serialization.js (#​21091) (이규환)
  • dcc9312 test: add error locations to eqeqeq (#​21090) (Ga eun Lee)
  • 2710b18 ci: Add explicit permissions to rebuild-docs-sites workflow (#​21089) (Marry (Subin Yang))
  • 5d2f866 chore: update dependency prettier to v3.9.5 (#​21086) (renovate[bot])
  • d584e31 chore: fix failing ecosystem test for eslint-plugin-unicorn (#​21084) (Francesco Trotta)
  • bf3eda0 chore: update ecosystem plugins (#​21079) (ESLint Bot)
eslint-community/eslint-plugin-n (eslint-plugin-n)

v18.3.0

Compare Source

🌟 Features
🩹 Fixes
  • handle import.meta paths in no-path-concat (#​559) (a6b3ce2)
  • no-unsupported-features: classify util.styleText as experimental (#​560) (b8e39c5)
  • support brace expansion and extglobs in package files (#​558) (8cae1af)
📚 Documentation
🧹 Chores
ota-meshi/eslint-plugin-regexp (eslint-plugin-regexp)

v3.3.0

Compare Source

Minor Changes
  • Handle matchAll().take()/.drop() capture usage (#​1042)

v3.2.0

Compare Source

Minor Changes
  • fix(deps): update dependency jsdoc-type-pratt-parser to v9 (#​1014)
jprichardson/node-fs-extra (fs-extra)

v11.4.0

Compare Source

  • Proper EEXIST error when trying to create a symlink and the dest already exists as a broken symlink (#​925, #​1076)
nodeca/js-yaml (js-yaml)

v5.4.2

Compare Source

Fixed
  • forceQuotes no longer quotes non-string scalars, #​798.

v5.4.1

Compare Source

v5.4.0

Compare Source

Added
  • Added the scalarStyleRules dumper option to customize string formatting.
    See Scalar styling for details.
Changed
  • [breaking] Flattened the low-level AST node style representation. Scalar
    and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values;
    explicit tags use the separate tagged property. Alias nodes now contain
    only kind and anchor. This only affects code that directly constructs or
    edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid
    side effects.
  • Reworked scalar style selection. This can change formatting without changing
    loaded values; in particular, whitespace-only strings are now double-quoted.
Fixed
  • Accept a byte order mark at the start of each document in a stream, #​791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace,
    including alias and property-only keys, #​786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the
    1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when
    needed to preserve trailing newlines.

v5.3.0

Compare Source

This release focuses on reworking the documentation and making small
architectural improvements before moving forward.

Added
  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.
Changed
  • Changed flat constant exports to grouped exports: EVENT_ID, SCALAR_STYLE,
    COLLECTION_STYLE, and CHOMPING_MODE, along with their value types. The old
    exports are still preserved, but deprecated.
  • Made identify mandatory for custom tag definitions. Use
    identify: () => false for load-only tags.
Deprecated
  • Deprecated flat constant exports. Use grouped ones instead.
Removed
  • Removed the `ME

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: 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 added the dependencies label Aug 3, 2026
@pkg-pr-new

pkg-pr-new Bot commented Aug 3, 2026

Copy link
Copy Markdown

Open in StackBlitz

@vitejs/plugin-vue

pnpm add https://pkg.pr.new/@vitejs/plugin-vue@826 -D
npm i https://pkg.pr.new/@vitejs/plugin-vue@826 -D
yarn add https://pkg.pr.new/@vitejs/plugin-vue@826.tgz -D

@vitejs/plugin-vue-jsx

pnpm add https://pkg.pr.new/@vitejs/plugin-vue-jsx@826 -D
npm i https://pkg.pr.new/@vitejs/plugin-vue-jsx@826 -D
yarn add https://pkg.pr.new/@vitejs/plugin-vue-jsx@826.tgz -D

commit: e6bf1ef

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from dc7ec82 to 09c137c Compare August 10, 2026 05:49
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d6e0fcb to 8a91fd0 Compare August 14, 2026 22:46
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 0ee1d50 to efcf685 Compare August 21, 2026 15:45
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a749f76 to 36cb40b Compare August 28, 2026 16:51
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5c2d95e to 8f5eff0 Compare September 4, 2026 16:16
@renovate renovate Bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8adae22 to 38f8f72 Compare September 11, 2026 13:44
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from da71824 to 382d340 Compare September 18, 2026 18:11
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 382d340 to e6bf1ef Compare September 19, 2026 01:22
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