fix: update package dependencies - #11
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
renovate
Bot
force-pushed
the
renovate/package-dependencies
branch
3 times, most recently
from
July 12, 2026 16:56
270e2d8 to
d5783e3
Compare
renovate
Bot
force-pushed
the
renovate/package-dependencies
branch
4 times, most recently
from
July 22, 2026 17:58
bd5c60c to
7d0a7ee
Compare
renovate
Bot
force-pushed
the
renovate/package-dependencies
branch
3 times, most recently
from
July 29, 2026 14:39
5ae13fa to
3d97237
Compare
| datasource | package | from | to | | ---------- | ---------------- | ------- | ------- | | npm | @adbayb/stack | 2.36.0 | 2.40.0 | | npm | @chakra-ui/react | 3.35.0 | 3.36.1 | | npm | @swc/core | 1.15.33 | 1.15.46 | | npm | @types/react | 19.2.15 | 19.2.17 | | npm | picomatch | 4.0.4 | 4.0.5 | | npm | quickbundle | 3.0.0 | 3.1.0 | | npm | react | 19.2.6 | 19.2.8 |
renovate
Bot
force-pushed
the
renovate/package-dependencies
branch
from
July 30, 2026 18:34
3d97237 to
4e3b341
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.36.0→2.40.0^3.35.0→^3.36.1^1.15.33→^1.15.4619.2.15→19.2.17^4.0.4→^4.0.53.0.0→3.1.0^19.2.6→^19.2.8Release Notes
adbayb/stack (@adbayb/stack)
v2.40.0Compare Source
Minor Changes
84d6a79Thanks @adbayb! - Update templates to enable automatic detection of variabilized template files.Patch Changes
634411bThanks @adbayb! - Enable back save-exact config following pnpm 11 migration (.npmrcis no longer needed). Templates are updated as well.v2.39.0Compare Source
Minor Changes
8fb6f23Thanks @adbayb! - Add new Unicorn ESLint rules and update templates to exclude@adbaybpackages from pnpm releage age checks.Patch Changes
dc05217Thanks @adbayb! - Update dependencies.v2.38.1Compare Source
Patch Changes
e94e3afThanks @adbayb! - Remove some irrelevant unicorn eslint rules.v2.38.0Compare Source
Minor Changes
7d1c5c9Thanks @adbayb! - Add new unicorn and eslint rules.Patch Changes
7d1c5c9Thanks @adbayb! - Update exports contract in templates.7d1c5c9Thanks @adbayb! - Update dependencies.7d1c5c9Thanks @adbayb! - Disable sort-imports eslint rules to avoid conflicts with perfectionist one.v2.37.0Compare Source
Minor Changes
185924dThanks @adbayb! - Update gitignore template files.3989934Thanks @adbayb! - Update templates to definepublicHoistPatternconfig at pnpm workspace config level.Patch Changes
2d037eeThanks @adbayb! - Update dependencies including eslint, turbo, and commitlint.v2.36.1Compare Source
Patch Changes
fa6b2f1Thanks @adbayb! - Update quickbundle to rely on rolldown bundler.chakra-ui/chakra-ui (@chakra-ui/react)
v3.36.1Compare Source
Patch Changes
#10868
f32a160Thanks @WahabKhan7528! -
OverlayManager: add has() method to createOverlay return
#10885
e503f8dThanks @dfedoryshchev! - - Bleed: Fix
incorrect css prop application
129c50fThanks @segunadebayo! - Fix issue where the
checked ring of
RadioCardandCheckboxCard(outline variant) gets clippedwhen a parent has
overflow: hidden|auto|scroll. The ring is now drawn withan inset shadow instead of an outer shadow.
#10859
6f10270Thanks @dfedoryshchev! - - Checkmark: Fix
incorrect css prop application
#10884
e7431f1Thanks @sanjibani! - - Docs: fix
Stack.Separatorreferences in the v3 migration guide. The standaloneSeparatorcomponent is now used in both theStackDividerandStack Propsexamples.
0fe3055Thanks @segunadebayo! - Fix error when
merging recipes (e.g. composing a recipe-based component through the
chakrafactory). Recipe merging now normalizes compiled and raw configs before
combining them, and no longer throws or mutates the source configs.
#10879
e882dc0Thanks @dfedoryshchev! - - Float: Fix
incorrect css prop application
2ed9026Thanks @segunadebayo! - Add a default
minSizeof{ width: 240, height: 100 }toFloatingPanel.Rootto preventthe panel from being resized to zero. Pass your own
minSizeto override it.#10863
b5de5e2Thanks @dfedoryshchev! - - Image: Fix
custom
classNameremoving the basechakra-imageclass#10873
c4e79c1Thanks @dfedoryshchev! - Fix issue where
LinkOverlaydropped therelattribute instead of forwarding it to therendered anchor.
0fe3055Thanks @segunadebayo! - Improve render
performance of recipe components (
Button,Badge,Skeleton, etc.) inlarge lists and tables.
structuredCloneof recipe configs.In benchmarks, repeated variant resolution is ~70-90x faster and
compile+resolve ~30x faster. No public API changes.
#10860
f53e46aThanks @dfedoryshchev! - - WrapItem: Fix
incorrect css prop application
v3.36.0Compare Source
Minor Changes
#10752
1ef5800Thanks @kalisaNkevin! - [New]
FloatingPanel: Add draggable, resizable floating panel component
#10847
238e20aThanks @Adebesin-Cell! - Update Ark UI to
v5.37.2
px,em,rem,vh,vw) for sizeprops, add per-panel
resizeBehavior("preserve-pixel-size"), and fixfocus not moving to a resize trigger on click.
Tooltip: Add
data-sideto placement-aware parts for placement-basedstyling.
aria-disabledfrom item triggers.onValueChangeEndwhen picking a color with theEyeDropper API.
Enterwhen an item is highlightedor the value is rejected by
allowCustomValue: false.the native month/year select inside modals (Firefox), and
outsideDaySelectablehover changing the visible month.elements being ignored, and trigger lookups in shadow DOM.
React 19 Strict Mode.
minisgreater than
0.data-filledbeing set on every input on first render.reflow).
Patch Changes
43a016dThanks @segunadebayo! - Remove the
DatePicker input
_placeholderoverride so placeholders use the same global*::placeholderstyling asInput.82b26beThanks @segunadebayo! - Use
focusVisibleRinginstead offocusRingonLinkso the focus ring showsonly for
:focus-visible, not on mouse click.1bbdd86Thanks @segunadebayo! - Fix recipe
definition types so
defaultVariantsaccepts variant keys when using thebroad
RecipeDefinitiontype.06b5f02Thanks @segunadebayo! - Fix
system.token()returning dark-mode resolved values for semantic tokens withlight/dark conditions instead of the semantic CSS variable reference.
Also fix token dictionary bookkeeping for semantic tokens without a base value
so lookup maps stay in sync after empty tokens are removed.
#10799
7a97cf9Thanks @cyphercodes! - Fix token dictionary
lookups to preserve semantic token condition metadata when using
getByName.#10801
27e0489Thanks @doz13189! - Fix: normalize nested token
overrides when merging default theme
When merging a custom token into the default theme, token normalization could
stop at the category level (for example
colors) and prevent promoting flattokens to
DEFAULT. This change updates the merge logic so adding nestedoverrides like
colors.black.100correctly moves the originalcolors.blackvalue to
DEFAULTand resolves nested tokens.Fixes: #10800
swc-project/swc (@swc/core)
v1.15.46Compare Source
Bug Fixes
(deps) Update crossbeam-epoch to 0.9.20 (#12004) (fababa1)
(es/fixer) Normalize for-head ident patterns (#11968) (af681bc)
(es/fixer) Preserve parens around PURE-annotated receivers (#12022) (73d8941)
(es/hygiene) Ignore eval in default hygiene pass (#12003) (dd43ad6)
(es/minifier) Eliminate unused classes with cyclic references (#11963) (63a94b9)
(es/minifier) Preserve switch fallthrough termination (#11971) (a5d19ae)
(es/minifier) Check last case (#11972) (060c7ac)
(es/minifier) Disable IIFE invoke when there's eval (#11984) (eabe4be)
(es/minifier) Invoke IIFE when has eval (#11987) (457df11)
(es/minifier) Make Infect Collect collect every used ident (#11998) (fb9ebee)
(es/minifier) Measure number length precisely (#12026) (54d139a)
(es/module) Rewrite
.tsximports to.jsunless JSX is preserved (#11995) (c341d9c)(es/module) Rewrite SystemJS transform (#11996) (2f47530)
(es/modules) Resolve relative symlinked inputs from cwd (#11883) (01e857d)
(es/react) Emit jsxdev source for fragments (#11993) (a70ce24)
(es/react-compiler) Correct catch and parameter scope resolution (#11985) (3867e57)
(react-compiler) Remove React-like prefilter (#12007) (ab66869)
(ts/fast-strip) Handle generic arrow line breaks (#12034) (3d82701)
Documentation
Features
(bindings) Add
lint/lintSyncAPI to@swc/react-compiler(#11965) (ab4ce67)(es/minifier) Remove unused param for new Function or Class Expr (#12017) (be56e09)
(es/minifier) Remove unused param for new expr (#12027) (661067c)
(wasm) Add @swc/nodejs-support-wasm (#11975) (b617562)
Refactor
(es/helpers) Generate inline helpers from canonical ESM sources (#12006) (f36e4b6)
(es/helpers) Remove unused jsx helper (#12009) (ccbc906)
(es/lexer) Remove smartstring dependency (#12013) (d6833cc)
(es/minifier) Remove ProgramData.top (#12031) (a72571f)
(es/module) Align module transform records with spec terms (#11992) (f680df5)
(es/module) Introduce source module lowering pipeline (#11999) (9609b7f)
Remove direct rkyv dependencies (#12010) (5761a2b)
Testing
Build
Ci
Allow publish milestone PR updates (#11960) (885d3e2)
Allow memmap2 advisory (#11961) (0be5872)
Update rust-toolchain action pin (#12021) (78b41b5)
Use Node.js 24 by default (#12035) (d658d08)
Update rust-toolchain action pin (#12036) (d1a1e23)
Use Node.js 24 for wasm publishing (#12038) (516bf3c)
v1.15.43Compare Source
Bug Fixes
(es/es2022) Correct scope for private property brand checks (#11953) (fb5afa2)
(es/minifier) Preserve
cookedwhen concatenating template literals (#11939) (a7244a6)(es/minifier) Gate Number(x) -> +x on unsafe flag (#11944) (#11949) (6176019)
(es/parser) Parse Flow bare renders types (#11929) (a71c8eb)
(es/parser) Allow no-default builds (#11956) (baab240)
(es/react-compiler) Skip TypeScript
thispseudo-params in scope collector (#11940) (9066c43)(es/react-compiler) Scope ClassStaticBlock and TsModuleBlock as var boundaries (#11943) (1ee74a0)
(react-compiler) Avoid reporting non-fatal success errors as diagnostics (#11951) (cb4cb23)
(react-compiler) React compiler AST conversion for wrapped assignment targets (#11952) (fc9b453)
(react-compiler) Disable parser default features (#11957) (75ddb28)
Documentation
Features
(es/react-compiler) Add React Compiler (#11917) (b182fbd)
(swc) Gate react compiler re-export (#11941) (dcc0f2d)
Miscellaneous Tasks
Refactor
(es/react-compiler) Preserve TS metadata during AST roundtrip (#11950) (9c4dec3)
Remove production tracing hooks (#11945) (0dffdc4)
v1.15.41Compare Source
Bug Fixes
(bindings/node) Preserve source context for AST transforms (#11920) (b6dfa74)
(es/codegen) Emit
export as namespacecorrectly (#11923) (4e1f832)(es/codegen) Emit
export as namespaceminified correctly (#11924) (7157499)(es/compat) Rewrite this in destructuring defaults (#11909) (68af779)
(es/decorators) Delay 2022 decorator initializers after private fields (#11847) (3f1a4f5)
(es/decorators) Handle import types in decorator metadata (#11916) (f411429)
(es/fixer) Preserve new tagged template callee parens (#11922) (242a03a)
(es/minifier) Handle unknown member props (#11927) (e59ba68)
(es/parser) Handle Flow async generic arrows (#11926) (b9b8993)
(es/renamer) Avoid duplicate mangled names across eval scope boundaries (#11913) (4a1af84)
(plugin) Avoid importing __free from env (#11908) (4584296)
(swc) Preserve plugin error context (#11904) (4e2e9fc)
(swc_common) Fix sourcemap panic for multibyte mapping positions (#11918) (40c1601)
Documentation
Performance
Lazily compute source file hashes (#11879) (a3cfbd7)
Optimize Atom equality (#11902) (c6f8cb0)
Revert
(es/decorators) Revert decorator initializer ordering (#11901) (a3f23b1)
(swc_common) Revert sourcemap multibyte mapping clamp (#11919) (08b4200)
v1.15.40Compare Source
Bug Fixes
(es/minifier) Preserve args for destructured callbacks (#11830) (21873b0)
(es/minifier) Avoid generating mangled property names that collide with existing properties (#11839) (9b4fab5)
(es/minifier) Respect ecma for iife temp vars (#11873) (e481934)
(es/minifier) Preserve default parameter object props (#11884) (71ff84f)
(es/parser) Reject object-rest assignment to array/object literal (#11875) (7b57d1f)
(es/parser) Reject object rest assignment to literals (#11881) (4ec2eaf)
(es/react) Exclude self-recursive hooks from refresh dependency array (#11838) (9101c71)
(ts/fast-dts) Strip definite assertions in dts (#11858) (2ab1b8a)
(ts/fast-strip) Reject unsafe assertion erasure in binary expressions (#11828) (aa5b539)
(typescript) Strip parameter binding defaults in dts (#11857) (800bc17)
Documentation
Update agent guidance (#11842) (bf2d015)
Add security policy (#11876) (6c43c2d)
Clarify security scope for npm packages (#11877) (4662db8)
Clarify untrusted input security model (#11882) (5463777)
Features
(es/minifier) Fine grained effect analysis of class (#11814) (c9058ad)
(swc_cli) Implement all features for
swc_cli(#11797) (9300ede)Miscellaneous Tasks
(es/minifier) Fix typo in debug log (#11866) (3de0254)
(html) Add webcontainer fallback for
@swc/html(#11860) (7692eed)Performance
(ecma) Reduce transformer compat overhead (#11856) (d03cb71)
(es/codegen) Speed up JsWriter position and srcmap tracking (#11867) (dbceade)
(es/codegen) Remove JsWriter last_srcmap cache (#11869) (3bc1c2b)
(es/minifier) Reduce minifier profiling hotspots (#11853) (28c1091)
Optimize es parser comment finalization (#11852) (2959ddf)
Testing
Ci
Update corepack in publish docker jobs (#11885) (9a7d954)
Pass publish docker env explicitly (#11888) (c5f7547)
Lock issues closed by merged prs (#11887) (6bd74e5)
Provide aarch64 musl linker in publish job (#11889) (20234fd)
Fix publish musl linker and windows tests (#11890) (a798a23)
Make minifier test path explicit (#11891) (e7cba97)
Security
Save CI caches only on main (#11848) (7582529)
Update rkyv and Rust dependencies (#11851) (20d92eb)
Harden PR workflow permissions (#11849) (e199564)
micromatch/picomatch (picomatch)
v4.0.5Compare Source
adbayb/quickbundle (quickbundle)
v3.1.0Compare Source
Minor Changes
c70f8cbThanks @adbayb! - Use pnpm pack-app to compile binaries instead of custom logic (it allows removing vulnerable decompress dependency).Patch Changes
9f62eb1Thanks @adbayb! - Update dependencies including rolldown-plugin-dts to support TypeScript v7.react/react (react)
v19.2.8Compare Source
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6 (@unstubbable #36566)Configuration
📅 Schedule: (in timezone Europe/Paris)
* 0-3 1 * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.