chore(deps): update all non-major dependencies#33
Conversation
93d0a11 to
1827307
Compare
89685f2 to
092a9a3
Compare
b0ca770 to
277a746
Compare
f8b50ab to
5f9a7c6
Compare
c60a7a1 to
5ae4d53
Compare
0a20809 to
94295ae
Compare
3e5d90c to
c3d3617
Compare
6008560 to
e1f971b
Compare
fda7110 to
34dac5c
Compare
45f3fd4 to
6dcc952
Compare
📝 WalkthroughWalkthroughUpdates package.json: bumped multiple devDependencies and dependencies (tooling, Vue ecosystem, Adonis packages, etc.) and updated Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
31a7bf8 to
38c66ba
Compare
There was a problem hiding this comment.
🧹 Nitpick comments (1)
package.json (1)
42-45: Add explicitenginesto reduce Node/pnpm drift with upgraded native/tooling deps.With Line 42 (
@swc/core), Line 44 (@types/node), and Line 68 (better-sqlite3) updated, declaring supported Node/pnpm versions inpackage.jsonwill prevent ambiguous local/CI failures.Suggested manifest tweak
{ "name": "nuxt-ui-template-starter-adonis", "version": "0.0.0", "private": true, "type": "module", + "engines": { + "node": ">=20", + "pnpm": ">=10.33.0" + }, "license": "UNLICENSED",Also applies to: 68-68
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@package.json` around lines 42 - 45, The package manifest is missing an explicit "engines" declaration which can cause Node/pnpm drift given upgrades to native/tooling deps like "@swc/core", "@types/node", and "better-sqlite3"; add an "engines" field to package.json that specifies the supported Node version range and the pnpm version (or >= a minimum) to lock runtime/tooling expectations, e.g., reference the existing dependency names ("@swc/core", "@types/node", "better-sqlite3") when deciding the Node engine range, and ensure CI and local docs are updated to reflect the new engines constraint.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@package.json`:
- Around line 42-45: The package manifest is missing an explicit "engines"
declaration which can cause Node/pnpm drift given upgrades to native/tooling
deps like "@swc/core", "@types/node", and "better-sqlite3"; add an "engines"
field to package.json that specifies the supported Node version range and the
pnpm version (or >= a minimum) to lock runtime/tooling expectations, e.g.,
reference the existing dependency names ("@swc/core", "@types/node",
"better-sqlite3") when deciding the Node engine range, and ensure CI and local
docs are updated to reflect the new engines constraint.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 17d77086-bb25-4db3-ab17-de792d6c4bcd
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
38c66ba to
87a5edc
Compare
This PR contains the following updates:
^9.5.1→^9.6.0^6.19.3→^6.21.0^21.8.1→^21.8.2^2.3.11→^2.3.21^4.4.0→^4.6.11.15.10→1.15.24^24.10.9→^24.12.2^6.0.3→^6.0.5^12.6.2→^12.8.0^6.4.0→^6.5.0^9.39.2→^9.39.410.28.1→10.33.0^3.8.0→^3.8.2^3.5.27→^3.5.32^3.2.2→^3.2.6Release Notes
adonisjs/auth (@adonisjs/auth)
v9.6.0: Add deleteAll method on TokensProviderCompare Source
Features
Full Changelog: adonisjs/auth@v9.5.1...v9.6.0
adonisjs/core (@adonisjs/core)
v6.21.0Compare Source
v6.20.0: Security updateCompare Source
Security update for CVE-2026-25754 (GHSA-f5x2-vj4h-vg4c) & CVE-2026-25762 (GHSA-xx9g-fh25-4q64).
Features
inertiajs/inertia (@inertiajs/vue3)
v2.3.21Compare Source
What's Changed
New Contributors
Full Changelog: inertiajs/inertia@v2.3.20...v2.3.21
v2.3.18Compare Source
What's Changed
server-rendererdependency from Vue adapter type by @pascalbaljet in #2955New Contributors
Full Changelog: inertiajs/inertia@v2.3.17...v2.3.18
v2.3.17Compare Source
What's Changed
Full Changelog: inertiajs/inertia@v2.3.16...v2.3.17
v2.3.16Compare Source
What's Changed
New Contributors
Full Changelog: inertiajs/inertia@v2.3.15...v2.3.16
v2.3.15Compare Source
What's Changed
history.replaceStateby @pascalbaljet in #2889bfcacherestoration for encrypted history by @pascalbaljet in #2890Full Changelog: inertiajs/inertia@v2.3.14...v2.3.15
v2.3.14Compare Source
What's Changed
useFormtype inference when passing data as callback by @pascalbaljet in #2878Full Changelog: inertiajs/inertia@v2.3.13...v2.3.14
v2.3.13Compare Source
What's Changed
useFormtype inference in generic wrapper components by @pascalbaljet in #2851validate()method by @pascalbaljet in #2854Full Changelog: inertiajs/inertia@v2.3.12...v2.3.13
v2.3.12Compare Source
What's Changed
formTargetattribute in the<Form>component by @pascalbaljet in #2844<Deferred>from rendering children with undefined props by @pascalbaljet in #2846Full Changelog: inertiajs/inertia@v2.3.11...v2.3.12
nuxt/ui (@nuxt/ui)
v4.6.1Compare Source
Bug Fixes
part.statefor streaming detection and deprecateisReasoningStreaming(d2d7543)collapsed: falsein mobile menu slots (957a0f5), closes #6157reka-uito prevent injection errors (#6286) (b822c43)v4.6.0Compare Source
⚠ BREAKING CHANGES
moduleDependenciesto manipulate options (#5384)Features
filesslot (12d6020)trueValue/falseValueprops (#6150) (91c6356)highlight-variantprop (#5746) (df080ce)filterprop (#6153) (a529b43)fileImageprop (#5935) (40f9c2e)autocompleteprop (#6026) (ee8a248)rangeprop (#6203) (c124f29)moduleDependenciesto manipulate options (#5384) (dd3f5c5)Bug Fixes
liftcalls for unavailable list extensions (#6100) (065db6b)statusandstatusTextproperties (1350d62), closes #6134close:preventemit (#6226) (9a0d501)v4.5.1Compare Source
Bug Fixes
stroke-defaultandfill-bg(#6095) (0e9198e)transformUIfrom mutating cacheduseComponentUIvalue (286738a), closes #6104 #4387isArrayOfArraytype return (#6097) (04292d9)v4.5.0Compare Source
Features
autoCloseprop (#6089) (2663deb)nested/nestedOptionsprops and emithoverevent (#5960) (ed60193)horizontalorientation (#5682) (f46b504)chipin items (#6064) (401a2c0)skipMeasurementvirtualize option (#5721) (548b711)outlineandsubtlevariants (94b0c31)Bug Fixes
ImgHTMLAttributestype for image prop (#6007) (0185856)data-stateconflict when used inside Tooltip (2bb1a8b), closes #3599update:modelValueemit type (#5927) (64d2e88)fixedprop to prevent responsive text size reduction (#6074) (8f5f44c)charprop as mention prefix instead of always@(0b9b097), closes #6035sizeto buttons (1ec1698), closes #5958cssLayeroption fromcomponentstobase(#6076) (e8bc322)byprop (14dceaf)shallowRefwhen watch deep is disabled (#6023) (bc06ce2)updateto keep toast open and reset duration (82afa0a)DotPathKeysaccuracy andGetItemKeysperformance (#6077) (6f7af3e)swc-project/swc (@swc/core)
v1.15.24Compare Source
Bug Fixes
(es/decorators) Scope 2023-11 implicit-global rewrite to decorator-lifted exprs (#11743) (1c01bbb)
(es/minifier) Handle
toExponential(undefined)(#11583) (cd94a31)(es/minifier) Cap deep if_return conditional chains (#11758) (a92fa3e)
(es/minifier) Inline prop shorthand in computed props (#11760) (71feafb)
(es/parser) Parse key Flow forms from #11729 (phase 1) (#11733) (886fe53)
(es/parser) Close remaining Flow parser gaps for #11729 (phase 2) (#11740) (8d36f05)
(es/regexp) Preserve source for wrapped named groups (#11757) (7e56fe5)
(html/codegen) Keep
for span-parent paragraphs (#11756) (ede9950)(swc_common) Make
eat_byteunsafe to prevent UTF-8 boundary violation (#11731) (669a659)Features
(es/minifier) Remove useless arguments for non inlined callee (#11645) (bab249e)
(react-compiler) Advance SWC parity for upstream fixtures (#11724) (468da70)
(react-compiler) Tighten core validation parity for upstream fixtures (#11734) (7e2cf8d)
(react-compiler) Improve SWC parity for early-return and hooks validation (#11738) (4739c58)
(react-compiler) M1 memo validators + lint gating alignment (#11739) (7e1ad26)
(react-compiler) Improve Stage A diagnostic parity and validation aggregation (#11745) (0e2075e)
(react-compiler) Continue swc parity for dependency handling (#11747) (83688c8)
Refactor
(es/minifier) Inline usage analyzer and remove crate (#11750) (7d8d11b)
(react-compiler) Remove compiler impl and keep fast_check (#11753) (f21d336)
Ci
Add manual Publish crates workflow (#11763) (169c961)
Add misc npm publish workflow (#11764) (236eff0)
v1.15.21Compare Source
Bug Fixes
(cli) Honor externalHelpers=false in rust binary (#11693) (1be052e)
(cli) Skip mkdir when --out-file targets the current directory (#11720) (f3f4e51)
(es/decorators) Resolve 2022-03 issues #9565/#9078/#9079 and add regressions (#11698) (a025d2b)
(es/fixer) Wrap new opt chain (#11618) (fdcd184)
(es/flow) Normalize module await bindings for Hermes parity (#11703) (73d8761)
(es/minifier) Fix compatibility for Wasm plugin (
swc_ast_unknown) (#11641) (abd0e45)(es/module) Preserve explicit index.js import path when baseUrl is set (#11597) (830dbeb)
(es/module) Avoid rewriting unknown relative extensions (#11713) (ed09218)
(es/regexp) Implement transform-named-capturing-groups-regex (#11642) (f62bfa9)
(es/types) Add new options types (#11683) (62eeee1)
(malloc) Fallback to system allocator on linux gnu s390x/powerpc (#11606) (e103fac)
Update lz4_flex to resolve RUSTSEC-2026-0041 (#11701) (7528507)
Documentation
(agents) Improve guidance (#11626) (1cdfec9)
(agents) Add AGENTS two-pass rules for es crates (#11634) (12af4a1)
Move parser design guidance into AGENTS.md (#11600) (e6e91a3)
Clarify workaround comment requirement in AGENTS (#11700) (e2ad6f6)
Features
(bindings) Add linux ppc64le and s390x support across npm bindings (#11602) (357255d)
(bindings) Enable flow strip support in @swc/core (#11696) (93da89a)
(cli) Enable Flow strip support in swc_cli_impl (#11705) (0ea9950)
(dbg-swc) Add flow strip verification command (#11706) (77b7854)
(es) Add
swc_es_codegenforswc_es_ast(#11628) (c282d86)(es) Add 2-pass transformer and minifier crates (#11632) (f70a4b7)
(es) Add TypeScript + React transforms and tsc corpus tests (#11635) (09a5d8d)
(es/helpers) Prevent recursive instanceof helper transforms (#11609) (cb755a3)
(es/parser) Add
with_capacityforCapturing(#11679) (60df582)(es/parser) Add flow syntax mode and strip integration (#11685) (015bbe8)
(es/parser) Finish flow strip support for core syntax gaps (#11689) (584a12f)
(es/parser) Extend flow declare export strip compatibility (#11691) (a8315aa)
(es/parser) Support Flow declare export default interface strip path (#11692) (588577c)
(es/parser) Add Hermes Flow parity harness and fixes (#11699) (918b6ac)
(es/parser) Complete Hermes Flow stripping parity (#11702) (f041f4c)
(es/proposal) Add decorators 2023-11 support (#11686) (e96eb6a)
(es/react-compiler) Scaffold SWC port of Babel entrypoint (#11687) (4a1d3ce)
(es/react-compiler) Phase1 crate API baseline and fixture harness (#11690) (31364dc)
(es/react-compiler) Strict upstream parity finalization (crate-only, WIP) (#11697) (a3994aa)
(es/react-compiler) Advance strict upstream parity (#11709) (9b3abe0)
(es/react-compiler) Advance upstream fixture parity pipeline (#11716) (33fe6f2)
(es/semantics) Add scope analysis and statement-level cfg (#11623) (86815b1)
(es_parser) Complete parity suite with zero ignores (#11615) (ee3fdd5)
(es_parser) Complete internal parser wiring without ecma runtime dep (#11622) (1c51891)
(es_parser) Expand benchmark corpus (#11633) (ff3adef)
(react-compiler) Advance SWC upstream fixture parity (#11718) (e8d1696)
(react-compiler) Improve lint rename and gating parity (#11721) (5f89ee7)
(swc_es_parser) Enforce full parity suite and extend grammar surface (#11611) (585f7d0)
(swc_es_parser) Complete lossless modeling for with/TS module/decorators (#11613) (59b1189)
(swc_es_parser) Close parity gaps with full core/large fixture pass-fail parity (#11614) (3085f52)
Complete core parity parser coverage (#11603) (18e0edc)
Performance
(es/modules) Avoid export sort key clones (#11669) (e74e17d)
(es/parser) Reduce JSX identifier rescan allocations (#11671) (f9214fe)
(es/parser) Optimize underscore stripping in numeric literal hot path (#11670) (874338b)
(es/transformer) Remove O(n^2) statement mutation hotspots (#11672) (bdc24b7)
(es_parser) Byte-search lexer optimization pass (#11616) (607f2db)
(es_parser) Reduce lookahead and allocation overhead (#11673) (becd9b0)
(ts/fast-strip) Avoid token capture in default transform path (#11668) (06aa0db)
Refactor
Testing
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.