Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@adonisjs/core ^6.19.0 -> ^6.19.1 age confidence
@adonisjs/lucid ^21.8.0 -> ^21.8.1 age confidence
@inertiajs/vue3 (source) ^2.2.11 -> ^2.2.15 age confidence
@swc/core (source) 1.13.5 -> 1.15.1 age confidence
@types/node (source) ^24.9.1 -> ^24.10.0 age confidence
eslint (source) ^9.38.0 -> ^9.39.1 age confidence
pnpm (source) 10.19.0 -> 10.21.0 age confidence
vite (source) ^7.1.12 -> ^7.2.2 age confidence
vue (source) ^3.5.22 -> ^3.5.24 age confidence
vue-tsc (source) ^3.1.2 -> ^3.1.3 age confidence

Release Notes

adonisjs/core (@​adonisjs/core)

v6.19.1: Add support for VineJS v4

Compare Source

Full Changelog: adonisjs/core@v6.19.0...v6.19.1

adonisjs/lucid (@​adonisjs/lucid)

v21.8.1: Support VineJS v4

Compare Source

Bug Fixes

What's Changed

Full Changelog: adonisjs/lucid@v21.8.0...v21.8.1

inertiajs/inertia (@​inertiajs/vue3)

v2.2.15

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.14...v2.2.15

v2.2.14

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.13...v2.2.14

v2.2.13

Compare Source

What's Changed
New Contributors

Full Changelog: inertiajs/inertia@v2.2.12...v2.2.13

v2.2.12

Compare Source

What's Changed

Full Changelog: inertiajs/inertia@v2.2.11...v2.2.12

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

v1.15.1

Compare Source

Bug Fixes
  • (cli) Print filename to stderr when compiling (#​11249) (d66dab5)

  • (es/minifier) Prevent array destructuring optimization in assignment contexts (#​11221) (99d8b0a)

Features
Miscellaneous Tasks
  • (es/compiler) Drop syntax_ext and prepare AI-based porting (#​11239) (15639c0)
Performance
Refactor

v1.15.0

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing

v1.14.0

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor

v1.13.21

Compare Source

Bug Fixes
  • (bindings) Improve ARM64 and Alpine Linux (musl) binary loading and validation (#​11173) (f9be4d7)

  • (es/codegen) Encode non-ASCII chars in regex with ascii_only option (#​11155) (b6f4d1f)

  • (es/compat) Apply Array.prototype.slice to arguments in loose spread (#​11122) (66428a2)

  • (es/compat) Handle sparse arrays correctly in generator transforms (#​11131) (9cd4334)

  • (es/compat) Preserve AutoAccessor to prevent panic (#​11150) (101c3b7)

  • (es/decorators) Emit correct metadata for enum parameters (#​11154) (630484f)

  • (es/helpers) Fix SuppressedError argument order in explicit resource management (#​11172) (7693fb9)

  • (es/minifier) Fix inlining of hoisted functions (#​11159) (bd55d30)

  • (es/minifier) Fix inlining of hoisted functions in param (#​11161) (5a4088d)

  • (es/parser) Handle JSX attributes with keyword prefixes correctly (#​11136) (d3cd97f)

  • (es/parser) Support literal computed property names in enums (#​11163) (146c77c)

  • (es/react) Use correct span for @jsxFrag as null literal (#​11139) (9353763)

  • (es/transforms) Check errors::HANDLER.is_set() before failing (#​11130) (1c9ab27)

Features
  • (bindings) Introduce AST Viewer to improve debugging experience (#​10963) (fa3aacc)

  • (es/minifier) Add merge_imports optimization pass to reduce bundle size (#​11151) (a01dee1)

  • (es/parser) Add an error for empty type args for generic (#​11164) (9a1fa84)

Miscellaneous Tasks
  • (claude) Use Sonnet 4.5 instead of Opus (c79e1e5)

  • (deps) Update lru crate from 0.10.1 to 0.16.1 (#​11145) (e347c5b)

Refactor

v1.13.20

Compare Source

Bug Fixes
  • (es/minifier) Preserve __proto__ shorthand property behavior (#​11123) (63dbd1d)

  • (es/parser) Parse (void) correctly as arrow function return type (#​11125) (d3e5dd3)

Performance

v1.13.19

Compare Source

Bug Fixes
Features
Testing
eslint/eslint (eslint)

v9.39.1

Compare Source

v9.39.0

Compare Source

pnpm/pnpm (pnpm)

v10.21.0

Compare Source

v10.20.0

Compare Source

Minor Changes
  • Support --all option in pnpm --help to list all commands #​8628.
Patch Changes
  • When the latest version doesn't satisfy the maturity requirement configured by minimumReleaseAge, pick the highest version that is mature enough, even if it has a different major version #​10100.
  • create command should not verify patch info.
  • Set managePackageManagerVersions to false, when switching to a different version of pnpm CLI, in order to avoid subsequent switches #​10063.
vitejs/vite (vite)

v7.2.2

Compare Source

Bug Fixes

v7.2.1

Compare Source

Bug Fixes
Code Refactoring

v7.2.0

Compare Source

Bug Fixes
  • css: fallback to sass when sass-embedded platform binary is missing (#​21002) (b1fd616)
  • module-runner: make getBuiltins response JSON serializable (#​21029) (ad5b3bf)
  • types: add undefined to optional properties for exactOptionalProperties type compatibility (#​21040) (2833c55)
Miscellaneous Chores
vuejs/core (vue)

v3.5.24

Compare Source

Reverts

v3.5.23

Compare Source

Bug Fixes
vuejs/language-tools (vue-tsc)

v3.1.3

Compare Source

Features
  • feat(typescript-plugin): allow triggering file references on <template> (#​5734) - Thanks to @​KazariEX!
Bug Fixes
  • fix(vscode): correct syntax highlight in template with lang="html" (#​5728) - Thanks to @​serkodev!
Other Changes
  • refactor(language-core): generate intrinsic elements variable into global types (#​5730) - Thanks to @​KazariEX!
  • refactor(typescript-plugin): remove go to definition trick for auto imported components (#​5733) - Thanks to @​KazariEX!

Configuration

📅 Schedule: Branch creation - "on Monday" (UTC), 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/all-minor-patch branch from 66c6863 to b5c8cba Compare October 28, 2025 17:40
@renovate renovate bot changed the title chore(deps): update dependency @inertiajs/vue3 to ^2.2.12 chore(deps): update dependency @inertiajs/vue3 to ^2.2.13 Oct 28, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b5c8cba to 08d12e9 Compare October 29, 2025 00:45
@renovate renovate bot changed the title chore(deps): update dependency @inertiajs/vue3 to ^2.2.13 chore(deps): update all non-major dependencies Oct 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 27939b8 to 21c728b Compare November 5, 2025 11:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 6b0542a to 2cf65ce Compare November 8, 2025 16:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2cf65ce to 257e37e Compare November 10, 2025 00:58
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.

1 participant