chore(deps): update all non-major dependencies #73
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:
1.0.1->1.1.0^4.4.1->^4.5.0^1.2.7->^1.2.8^9.23.0->^9.24.0^6.0.3->^6.0.5^1.51.0->^1.52.0^16.2.0->^16.3.022.0.0->22.0.1^22.13.10->^22.14.1^22.13.10->^22.14.1^18.3.18->^18.3.20^18.3.5->^18.3.6^4.3.4->^4.4.0^5.2.2->^5.2.3^5.2.2->^5.2.3^1.8.3->^1.8.4^9.22.0->^9.24.0^9.22.0->^9.24.0^10.1.1->^10.1.2^5.2.3->^5.2.6^7.37.4->^7.37.5^6.6.1->^6.6.4^26.0.0->^26.1.0^26.0.0->^26.1.0^15.5.0->^15.5.1^15.5.0->^15.5.1^2.7.3->^2.7.4^3.0.1->^3.0.210.6.3->10.8.1^7.3.0->^7.5.1^1.85.1->^1.86.3^2.4.4->^2.5.0^5.8.2->^5.8.3^5.8.2->^5.8.3^8.26.1->^8.30.1^11.1.2->^11.1.3Release Notes
tzuyi0817/component-hook (@component-hook/eslint-plugin)
v1.1.0Compare Source
Breaking Changes
loadFile, please visit: Official DocsFeatures
emitsto components and adjusted the drop placement to be more accurate (c9dfaa9)exposeofcopyanddeletefabric (9fcf71a)sort-importrule (d29c7e4)v1.0.4Compare Source
Bug Fixes
dataTransferget error data (0ebc1de)v1.0.3Compare Source
Bug Fixes
eslint-config-prettier(942de76)v1.0.2Compare Source
Features
valuestype (790cd83)eslint-plugin-de-morgan(40905b1)eslint-plugin-unicornto v57 (a1ca65a)unicorn/consistent-date-cloneandunicorn/no-instanceof-builtins(f93439e)eslint-plugin-vueto v10 (7f1dff0)microsoft/playwright (@playwright/test)
v1.52.0Compare Source
v1.51.1Compare Source
Highlights
https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning:
2149630.634 does not fit into a 32-bit signed integerhttps://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')
Browser Versions
This version was also tested against the following stable channels:
tsconfig/bases (@tsconfig/node22)
v22.0.1Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.2.3axios/axios (axios)
v1.8.4Compare Source
Bug Fixes
allowAbsoluteUrls: falsewithoutbaseURL(#6833) (f10c2e0)Contributors to this release
eslint/eslint (eslint)
v9.24.0Compare Source
v9.23.0Compare Source
jsdom/jsdom (jsdom)
v26.1.0Compare Source
<defs>(SVGDefsElement),<desc>(SVGDescElement),<g>(SVGGElement),<metadata>(SVGMetadataElement),<switch>(SVGSwitchElement), and<symbol>(SVGSymbolElement).SVGAnimatedPreserveAspectRatioandSVGAnimatedRect, including support in the reflection layer.SVGSVGElementcreateSVGRect()method, and theSVGRecttype (which is distinct fromDOMRect.)HTMLFormElement.SVGElementviewportElement()method to correctly establish the viewport based on ancestor elements.form-datadependency in favor of our own smaller implementation ofmultipart/form-dataserialization. No functional changes are expected.lint-staged/lint-staged (lint-staged)
v15.5.1Compare Source
Patch Changes
#1533
5d53534Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:mswjs/msw (msw)
v2.7.4Compare Source
v2.7.4 (2025-04-12)
Bug Fixes
location.href(#2471) (fa9b07f) @kettanaitoextensionsproperty to theGraphQLResponseBodytype (#2468) (827a5dc) @ytoshikivuejs/pinia (pinia)
v3.0.2Please refer to CHANGELOG.md for details.
pnpm/pnpm (pnpm)
v10.8.1Compare Source
Patch Changes
package.json,onlyBuiltDependencieswill be written topnpm-workspace.yamlfile #9404.v10.8.0Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs. For example:Now you can use the
pnpm addcommand with the--configflag to install new configurational dependencies #9377.Patch Changes
!/inpnpm-workspace.yaml. This fixes a regression introduced by #9169.pnpm audit --fixshould update the overrides inpnpm-workspace.yaml.pnpm linkshould update overrides inpnpm-workspace.yaml, not inpackage.json#9365.v10.7.1: pnpm 10.7.1Compare Source
Patch Changes
pnpm config setshould convert the settings to their correct type before adding them topnpm-workspace.yaml#9355.pnpm config getshould read auth related settings via npm CLI #9345.~/in a path in.npmrcwith the home directory #9217.Platinum Sponsors
Gold Sponsors
v10.7.0Compare Source
Minor Changes
pnpm config getandlistalso show settings set inpnpm-workspace.yamlfiles #9316.It should be possible to use env variables in
pnpm-workspace.yamlsetting names and value.Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range
*is the same as name-only, except that patch application failure will not be ignored.For example:
The above configuration would apply
patches/foo-3.patchtofoo@2.1.0,patches/foo-2.patchto allfooversions which satisfy^2.0.0except2.1.0, andpatches/foo-1.patchto the remainingfooversions.pnpm config set --location=projectsaves the setting to apnpm-workspace.yamlfile if no.npmrcfile is present in the directory #9316.Rename
pnpm.allowNonAppliedPatchestopnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.Add
pnpm.ignorePatchFailuresto manage whether pnpm would ignore patch application failures.If
ignorePatchFailuresis not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.If
ignorePatchFailuresis explicitly set tofalse, pnpm would throw an error when any type of patch fails to apply.If
ignorePatchFailuresis explicitly set totrue, pnpm would print a warning when any type of patch fails to apply.Patch Changes
v10.6.5Compare Source
v10.6.4: pnpm 10.6.4Compare Source
Patch Changes
pnpm dlxwith--allow-buildflag #9263.use-node-versionshould not cause pnpm itself to break #9276.Platinum Sponsors
Gold Sponsors
remix-run/react-router (react-router)
v7.5.1Compare Source
Patch Changes
Fix single fetch bug where no revalidation request would be made when navigating upwards to a reused parent route (#13253)
When using the object-based
route.lazyAPI, theHydrateFallbackandhydrateFallbackElementproperties are now skipped when lazy loading routes after hydration. (#13376)If you move the code for these properties into a separate file, you can use this optimization to avoid downloading unused hydration code. For example:
Properly revalidate prerendered paths when param values change (#13380)
UNSTABLE: Add a new
unstable_runClientMiddlewareargument todataStrategyto enable middleware execution in customdataStrategyimplementations (#13395)UNSTABLE: Add better error messaging when
getLoadContextis not updated to return aMap" (#13242)Do not automatically add
nulltostaticHandler.query()context.loaderDataif routes do not have loaders (#13223)undefinedfrom loaders, our prior check ofloaderData[routeId] !== undefinedwas no longer sufficient and was changed to arouteId in loaderDatacheck - thesenullvalues can cause issues for this new checkcreateStaticHandler()/<StaticRouterProvider>, and usingcontext.loaderDatato control<RouterProvider>hydration behavior on the clientFix prerendering when a loader returns a redirect (#13365)
UNSTABLE: Update context type for
LoaderFunctionArgs/ActionFunctionArgswhen middleware is enabled (#13381)Add support for the new
unstable_shouldCallHandler/unstable_shouldRevalidateArgsAPIs indataStrategy(#13253)microsoft/TypeScript (typescript)
v5.8.3[Compare Source](https://redirect.github.com/mic
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.
This PR was generated by Mend Renovate. View the repository job log.