You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#7477)
Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the script key. The transformAssets script callback context now exposes only kind: 'script' and url, keeping script format handling internal to manifest rendering.
Allow params.parse to experimentally return false to skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed by params.stringify for URL generation. (#7263)
Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#7253)
This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.
🐛 Bug Fixes
AxiosError Serialisation: Made AxiosError#cause non-enumerable to prevent circular JSON serialisation failures when errors include nested causes. (#10913)
Node HTTP Adapter: Guarded socket.setKeepAlive for proxy agent streams, accepted path-only URLs when socketPath is configured, deferred environment proxy handling to Node, and explicitly passed maxBodyLength through to follow-redirects. (#10917, #10930, #10942, #10993)
Runtime and Type Correctness: Fixed several runtime crashes, type definition mismatches, and incorrect error handling paths. (#10959, #11021)
AxiosURLSearchParams: Switched the encoder callback to an arrow function so encoder.call(this) receives the AxiosURLSearchParams instance correctly. (#11019)
🔧 Maintenance & Chores
Documentation: Documented sensitive headers and status transition behaviour, prepared cleaned-up docs, added Deno install instructions, and clarified that request data is request-specific (#11007, #11010, #11023, #11025)
This release hardens redirect and URL handling, improves the validateStatus configuration semantics, and includes updates to documentation, dependencies, and release metadata.
This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.
This release ships a defence-in-depth fix for prototype pollution in formDataToJSON, hardens proxy and CI workflows, restores Webpack 4 compatibility for the fetch adapter, and includes several small bug fixes and maintenance improvements.
Moves nested namespaces (languages.css, languages.html, languages.json, languages.typescript) to top level namespaces (css, html, json, typescript) to simplify the build process and align with typescript recommendations.
⚠️ This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
New Features
Next Edit Suggestion support.
Scroll On Middle Click
Edit Context Support
Breaking Changes
Internal AMD modules are no longer accessible. Accessing internal AMD modules was never supported. While this is still possible in the ESM build, we don't encourage this usage pattern.
The browser-script-editor scenario for unbundled synchronous script import and editor creation no longer works. Instead, a the ESM build should be used with a bundler, such as vite or webpack.
Custom AMD workers don't work anymore out of the box.
renovateBot
changed the title
fix(deps): update dependencies minor and patch updates
fix(deps): update dependencies minor and patch updates to v18.3.1
Sep 16, 2024
renovateBot
changed the title
fix(deps): update dependencies minor and patch updates to v18.3.1
fix(deps): update dependencies minor and patch updates
Sep 19, 2024
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
any of the package files in this branch needs updating, or
the branch becomes conflicted, or
you click the rebase/retry checkbox if found above, or
you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: legacy/pnpm-lock.yaml
warn: This version of pnpm requires at least Node.js v22.13
warn: The current version of Node.js is v20.20.2
warn: Visit https://r.pnpm.io/comp to see the list of past pnpm versions with respective Node.js version support.
node:internal/modules/cjs/loader:1031
throw new ERR_UNKNOWN_BUILTIN_MODULE(request);
^
Error [ERR_UNKNOWN_BUILTIN_MODULE]: No such built-in module: node:sqlite
at Module._load (node:internal/modules/cjs/loader:1031:13)
at Module.require (node:internal/modules/cjs/loader:1289:19)
at require (node:internal/modules/helpers:182:18)
at ../store/index/lib/index.js (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:54379:25)
at __init (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:17:58)
at ../resolving/npm-resolver/lib/index.js (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:65325:5)
at __init (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:17:58)
at ../workspace/projects-graph/lib/index.js (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:65463:5)
at __init (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:17:58)
at ../workspace/projects-filter/lib/index.js (file:///opt/containerbase/tools/pnpm/11.8.0/20.20.2/node_modules/pnpm/dist/pnpm.mjs:72857:5) {
code: 'ERR_UNKNOWN_BUILTIN_MODULE'
}
Node.js v20.20.2
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
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:
5.2.2→5.4.02.5.0→2.9.25.99.0→5.101.21.168.22→1.170.171.16.0→1.18.11.11.20→1.11.217.11.0→7.11.1^0.51.0→^0.55.010.2.1→10.2.55.5.3→5.5.47.72.1→7.81.04.6.2→4.7.24.3.6→4.4.3Release Notes
react-hook-form/resolvers (@hookform/resolvers)
v5.4.0Compare Source
Features
Fixes
yupResolver(useForm context) (#835) (3d29924)Making-Sense-Info/ANTLR-Editor (@making-sense/antlr-editor)
v2.9.2Compare Source
v2.9.1Compare Source
v2.9.0Compare Source
v2.8.0Compare Source
v2.7.0Compare Source
v2.6.0Compare Source
TanStack/query (@tanstack/react-query)
v5.101.2Compare Source
Patch Changes
v5.101.1Compare Source
Patch Changes
9eff92e]:v5.101.0Compare Source
Patch Changes
v5.100.14Compare Source
Patch Changes
fix(react-query): do not go into optimistic fetching state when not subscribed (#10759)
Updated dependencies []:
v5.100.13Compare Source
Patch Changes
d423168]:v5.100.12Compare Source
Patch Changes
v5.100.11Patch Changes
v5.100.10Patch Changes
v5.100.9Compare Source
Patch Changes
fcee7bd]:v5.100.8Compare Source
Patch Changes
v5.100.7Compare Source
Patch Changes
v5.100.6Compare Source
Patch Changes
v5.100.5Compare Source
Patch Changes
a53ef97]:v5.100.4Compare Source
Patch Changes
v5.100.3Compare Source
Patch Changes
fix(suspense): skip calling combine when queries would suspend (#10576)
Updated dependencies [
f85d825]:v5.100.2Patch Changes
ea4497e,d6a7bf3,645d5d1]:v5.100.1Patch Changes
1bb0d23]:v5.100.0Compare Source
Patch Changes
6540a41]:v5.99.2Compare Source
Patch Changes
v5.99.1Compare Source
Patch Changes
TanStack/router (@tanstack/react-router)
v1.170.17Compare Source
Patch Changes
9809a06]:v1.170.16Compare Source
Patch Changes
#7595
52db703- Perf improvement of useMatch and derived hooks when navigating away from previous match#7575
4a93cff- useMatches can skip useRef for structural sharing during SSR#7600
f046b06- Reduce Match rerenders during navigations (PR #7596)#7577
689d88e- Reduce bundle size by sharing structuralSharing selector logic#7627
689c5ab- Silence AbortError in renderRouterToStream, this is normal operationv1.170.15Compare Source
Patch Changes
776d8ef]:v1.170.14Compare Source
Patch Changes
df1076c]:v1.170.13Compare Source
Patch Changes
#7555
ac10815- Fix search middleware composition soretainSearchParamsdoes not restore search params that a downstreamstripSearchParamsremoved.Updated dependencies [
ac10815]:v1.170.12Compare Source
Patch Changes
2cca73c,7a83e67,76b3d3b]:v1.170.11Compare Source
Patch Changes
b4cd5af]:v1.170.10Compare Source
Patch Changes
#7505
2f53749- Preserve primitive values thrown from beforeLoad error handling.Updated dependencies [
2f53749]:v1.170.9Compare Source
Patch Changes
#7497
d1997b6- fix streamingUpdated dependencies [
d1997b6]:v1.170.8Compare Source
Patch Changes
Add support for Rsbuild client output formats, including module output by default and IIFE output for classic script environments. (#7477)
Client entry scripts and preloads are now represented as root route manifest assets, script preloads follow the manifest script format, and script asset cross-origin configuration uses the
scriptkey. ThetransformAssetsscript callback context now exposes onlykind: 'script'andurl, keeping script format handling internal to manifest rendering.Updated dependencies [
51a97a1]:v1.170.7Compare Source
Patch Changes
5268ba4]:v1.170.6Compare Source
Patch Changes
Fix hash navigation being overridden by stale scroll restoration entries. (#7447)
Updated dependencies [
0300f87,0300f87]:v1.170.5Compare Source
Patch Changes
5fa9e55]:v1.170.4Compare Source
Patch Changes
b60eb36]:v1.170.3Compare Source
Patch Changes
d9cf933]:v1.170.2Compare Source
Patch Changes
d533f87]:v1.170.1Compare Source
Patch Changes
2387a2e]:v1.170.0Compare Source
Minor Changes
Patch Changes
b1c061a,201e150]:v1.169.2Compare Source
Patch Changes
35e88f0]:v1.169.1Compare Source
Patch Changes
4a1e63f]:v1.169.0Compare Source
Minor Changes
params.parseto experimentally returnfalseto skip an incoming route candidate during path matching. Thrown parse errors still surface on the selected match instead of falling through, and outgoing typed route-template links continue to use exact route lookup followed byparams.stringifyfor URL generation. (#7263)Patch Changes
c992495]:v1.168.26Compare Source
Patch Changes
b5c4183]:v1.168.25Compare Source
Patch Changes
493148b]:v1.168.24Compare Source
Patch Changes
Add TanStack Start inline CSS manifest support for SSR so route styles can be embedded in the HTML response and hydrated without duplicate stylesheet links. (#7253)
Updated dependencies [
4d864ee]:v1.168.23Compare Source
Patch Changes
React.usewith let binding (#7182)axios/axios (axios)
v1.18.1Compare Source
v1.18.1 — June 21, 2026
This release focuses on Node HTTP adapter fixes, safer AxiosError serialisation, runtime/type correctness fixes, documentation updates, and dependency maintenance.
🐛 Bug Fixes
encoder.call(this)receives theAxiosURLSearchParamsinstance correctly. (#11019)🔧 Maintenance & Chores
Documentation: Documented sensitive headers and status transition behaviour, prepared cleaned-up docs, added Deno install instructions, and clarified that request data is request-specific (#11007, #11010, #11023, #11025)
Dependencies: Bumped vite, rollup, form-data, js-yaml, and multer across the root project, docs, smoke tests, and module test workspaces. (#11011, #11012, #11013, #11014, #11015, #11016, #11017, #11026)
🌟 New Contributors
We are thrilled to welcome our new contributors. Thank you for helping improve axios:
Full Changelog
v1.18.0Compare Source
This release hardens redirect and URL handling, improves the validateStatus configuration semantics, and includes updates to documentation, dependencies, and release metadata.
v1.17.0Compare Source
This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.
v1.16.1Compare Source
This release ships a defence-in-depth fix for prototype pollution in
formDataToJSON, hardens proxy and CI workflows, restores Webpack 4 compatibility for the fetch adapter, and includes several small bug fixes and maintenance improvements.iamkun/dayjs (dayjs)
v1.11.21Compare Source
Bug Fixes
iconoir-icons/iconoir (iconoir-react)
v7.11.1Compare Source
Add React 19 support for
iconoir-react-native(#567).iconoir-react-nativepeer dependency toreact: "18 || 19"IconoirProviderto pass children as JSXNote:
iconoir-reactalready supported React 19 since v7.11.0.microsoft/monaco-editor (monaco-editor)
v0.55.1Compare Source
v0.55.0Compare Source
Breaking Changes
languages.css,languages.html,languages.json,languages.typescript) to top level namespaces (css,html,json,typescript) to simplify the build process and align with typescript recommendations.New Features
lspnamespace).Bug Fixes
v0.54.0Compare Source
editor.mouseMiddleClickActionv0.53.0Compare Source
New Features
Breaking Changes
v0.52.2Compare Source
Changes:
This list of changes was auto generated.
v0.52.0Compare Source
IModelContentChangedEventkeycloakify/oidc-spa (oidc-spa)
v10.2.5Compare Source
Full Changelog: keycloakify/oidc-spa@v10.2.4...v10.2.5
v10.2.4Compare Source
Full Changelog: keycloakify/oidc-spa@v10.2.3...v10.2.4
v10.2.3Compare Source
What's Changed
Other Changes
Full Changelog: keycloakify/oidc-spa@v10.2.2...v10.2.3
v10.2.2Compare Source
Full Changelog: keycloakify/oidc-spa@v10.2.1...v10.2.2
mholt/PapaParse (papaparse)
v5.5.4Compare Source
react-hook-form/react-hook-form (react-hook-form)
v7.81.0Compare Source
v7.80.0: Version 7.80.0Compare Source
🧄 feat: disable useFieldArray fields (#13535)
🛺 perf: make rhf more performant (#13524)
🐞 fix(deepEqual): empty array and empty plain object should not be equal (#13533)
thanks to @JSap0914
v7.79.0Compare Source
Added
disabledoption touseFieldArrayFixed
ControlleronChangepromise return typedeepEqualfalse positives with shared object referencesshouldUseNativeValidationbehavior for radio groupscreateFormControlstability with fast refresh in dev modeStrictModevalue preservation during remountformState.errorsreactivity with React compilerv7.78.0Compare Source
Fixed
Controllerfields afterresetwithout rerender (RN issue #13455)useFormState().isDirtyrace with async resolver inonChangemodevaluesprop overdefaultValueswhenshouldUnregisteris truedeepEqualfor empty non-plain objectsTypes
dirtyFieldstyping for field arrays with undefined entriesv7.77.0Compare Source
Added
resetDefaultValuesAPIFixed
isDirtyinsubscribepayload afterreset(..., { keepValues: true })shouldUnregisterreset({})behavior requiring double-call to take effectFieldArrayerrors overriding nested fieldsSecurity
get()against prototype-path traversal (__proto__/constructor/prototype)Performance
v7.76.1Compare Source
Fixed
setValueupdatesNaNas empty whenvalueAsNumberistrueinvalidateFieldsetValuespassoptionsparameter through to enable validationsetValuesemit whole-form change without stalename/typePerformance
setValuesskip redundant per-field deep clonessetValuesthreadskipClonethroughsetFieldValuev7.76.0Compare Source
Added
isDirtysync withdirtyFieldsstateFixed
formState.defaultValueswhenuseFieldArrayandwatchare used togethertrigger()setValueupdatesuseFieldArrayremoveleaves array with empty object when usingvaluespropControllerfields withshouldUnregistersetValuesupdates to mountedControllerfieldsappend({ obj: null })silently replaced bydefaultValuesafterremove()isValidatingreactivity whenvalidatingFieldsis not subscribedv7.75.0Compare Source
Added
getDirtyFieldsto prune empty fieldsFixed
setValuesinFormProvidercontext valueuseWatchre-render when unrelated field validation occursisDirtyafter re-registering a previously unregistered fieldv7.74.0Compare Source
Added
setValuesAPIFixed
useControllername changesNaNas empty whenvalueAsNumberistrueinvalidateFieldv7.73.1Compare Source
Fixed
setValuesthat was accidentally included in patch; fix build to exclude test filesgarronej/vite-envs (vite-envs)
v4.7.2Compare Source
What's Changed
with) instead of legacy import assertions by @meseven in #40New Contributors
Full Changelog: garronej/vite-envs@v4.7.1...v4.7.2
v4.7.1Compare Source
Full Changelog: garronej/vite-envs@v4.7.0...v4.7.1
v4.7.0Compare Source
Full Changelog: garronej/vite-envs@v4.6.3...v4.7.0
colinhacks/zod (zod)
v4.4.3Compare Source
Commits:
4c2fa95docs: use Zernio primary wordmark for gold sponsor logo2aeec83docs: prune lapsed gold sponsors and rebalance logo sizing7391be8docs: prune lapsed silver/bronze sponsors and add active ones2c70332docs: normalize bronze sponsor logos to github avatar pattern9195250docs: remove Mintlify from bronze sponsors (churned)b8dffe9docs: remove Numeric and Speakeasy (2+ missed monthly cycles)1cab693fix(v4): restore catch handling for absent object keys (#5937) (#5939)c2be4f8fix(v4): generalize optin/fallback to transform; restore preprocess on absent keys (#5941)f3c9ec04.4.31fb56a5docs: document release procedure in AGENTS.mdv4.4.2Compare Source
Commits:
0c62df0Clean up docs navigation and stale labels (#5901)20cc794chore: add security policy and refresh tooling deps6fbe07bfix(docs): heading anchor links now include the hash so it doesnt scoll all the way up, follows navbar logic (#5791)4bbed1bTighten discriminated union option typingbbac3e5Update PR guidance for agentscf0dc94Merge remote-tracking branch 'origin/main' into fix-discriminated-union-key-constraint292c894docs: add Zernio gold sponsor1fc9f31docs: document codec inversion1373c85docs: remove AI disclosure guidancee20d02bchore: ignore triage notese58ea4ddocs: test Zod Mini tab code heights905761adocs: document preprocess input type narrowingbf64bacchore: tighten test guidance in AGENTS.md8ec4e73chore: update play.ts scratch02c2bafMake z.preprocess defer optionality to inner schema (#5929)88015dffix(docs): drop deprecated `baseUConfiguration
📅 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.