Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@component-hook/eslint-plugin (source) 1.0.1 -> 1.1.0 age adoption passing confidence
@eslint-community/eslint-plugin-eslint-comments ^4.4.1 -> ^4.5.0 age adoption passing confidence
@eslint/compat ^1.2.7 -> ^1.2.8 age adoption passing confidence
@eslint/js (source) ^9.23.0 -> ^9.24.0 age adoption passing confidence
@intlify/unplugin-vue-i18n (source) ^6.0.3 -> ^6.0.5 age adoption passing confidence
@playwright/test (source) ^1.51.0 -> ^1.52.0 age adoption passing confidence
@testing-library/react ^16.2.0 -> ^16.3.0 age adoption passing confidence
@tsconfig/node22 (source) 22.0.0 -> 22.0.1 age adoption passing confidence
@types/node (source) ^22.13.10 -> ^22.14.1 age adoption passing confidence
@types/node (source) ^22.13.10 -> ^22.14.1 age adoption passing confidence
@types/react (source) ^18.3.18 -> ^18.3.20 age adoption passing confidence
@types/react-dom (source) ^18.3.5 -> ^18.3.6 age adoption passing confidence
@vitejs/plugin-react (source) ^4.3.4 -> ^4.4.0 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.2 -> ^5.2.3 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.2 -> ^5.2.3 age adoption passing confidence
axios (source) ^1.8.3 -> ^1.8.4 age adoption passing confidence
eslint (source) ^9.22.0 -> ^9.24.0 age adoption passing confidence
eslint (source) ^9.22.0 -> ^9.24.0 age adoption passing confidence
eslint-config-prettier ^10.1.1 -> ^10.1.2 age adoption passing confidence
eslint-plugin-prettier ^5.2.3 -> ^5.2.6 age adoption passing confidence
eslint-plugin-react ^7.37.4 -> ^7.37.5 age adoption passing confidence
fabric (source) ^6.6.1 -> ^6.6.4 age adoption passing confidence
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence
jsdom ^26.0.0 -> ^26.1.0 age adoption passing confidence
lint-staged ^15.5.0 -> ^15.5.1 age adoption passing confidence
lint-staged ^15.5.0 -> ^15.5.1 age adoption passing confidence
msw (source) ^2.7.3 -> ^2.7.4 age adoption passing confidence
pinia ^3.0.1 -> ^3.0.2 age adoption passing confidence
pnpm (source) 10.6.3 -> 10.8.1 age adoption passing confidence
react-router (source) ^7.3.0 -> ^7.5.1 age adoption passing confidence
sass-embedded ^1.85.1 -> ^1.86.3 age adoption passing confidence
turbo (source) ^2.4.4 -> ^2.5.0 age adoption passing confidence
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence
typescript (source) ^5.8.2 -> ^5.8.3 age adoption passing confidence
typescript-eslint (source) ^8.26.1 -> ^8.30.1 age adoption passing confidence
vue-i18n (source) ^11.1.2 -> ^11.1.3 age adoption passing confidence

Release Notes

tzuyi0817/component-hook (@​component-hook/eslint-plugin)

v1.1.0

Compare Source

Breaking Changes
  • pdf-canvas: adjusted the usage of loadFile, please visit: Official Docs
Features
  • pdf-canvas: added emits to components and adjusted the drop placement to be more accurate (c9dfaa9)
  • pdf-canvas: added the expose of copy and delete fabric (9fcf71a)
  • eslint-plugin: adjust sort-import rule (d29c7e4)

v1.0.4

Compare Source

Bug Fixes
  • picker: adjust header layout (0ebc1de)
  • pdf-canvas: drop dataTransfer get error data (0ebc1de)

v1.0.3

Compare Source

Bug Fixes
  • eslint-plugin: cannot find module eslint-config-prettier (942de76)

v1.0.2

Compare Source

Features
  • picker: automatic derivation values ​​type (790cd83)
  • eslint-plugin: add eslint-plugin-de-morgan (40905b1)
  • eslint-plugin: upgrade eslint-plugin-unicorn to v57 (a1ca65a)
  • eslint-plugin: enable unicorn/consistent-date-clone and unicorn/no-instanceof-builtins (f93439e)
  • eslint-plugin: upgrade eslint-plugin-vue to v10 (7f1dff0)
microsoft/playwright (@​playwright/test)

v1.52.0

Compare Source

v1.51.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/35093 - [Regression]: TimeoutOverflowWarning: 2149630.634 does not fit into a 32-bit signed integer
https://github.com/microsoft/playwright/issues/35138 - [Regression]: TypeError: Cannot read properties of undefined (reading 'expectInfo')

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133
tsconfig/bases (@​tsconfig/node22)

v22.0.1

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.3

axios/axios (axios)

v1.8.4

Compare Source

Bug Fixes
  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#​6833) (f10c2e0)
Contributors to this release
eslint/eslint (eslint)

v9.24.0

Compare Source

v9.23.0

Compare Source

jsdom/jsdom (jsdom)

v26.1.0

Compare Source

  • Added at least partial support for various SVG elements and their classes: <defs> (SVGDefsElement), <desc> (SVGDescElement), <g> (SVGGElement), <metadata> (SVGMetadataElement), <switch> (SVGSwitchElement), and <symbol> (SVGSymbolElement).
  • Added SVGAnimatedPreserveAspectRatio and SVGAnimatedRect, including support in the reflection layer.
  • Added the SVGSVGElement createSVGRect() method, and the SVGRect type (which is distinct from DOMRect.)
  • Added indexed property support to HTMLFormElement.
  • Updated the SVGElement viewportElement() method to correctly establish the viewport based on ancestor elements.
  • Removed the now-bloated form-data dependency in favor of our own smaller implementation of multipart/form-data serialization. No functional changes are expected.
  • Various performance improvements, caches, microoptimizations, and deferred object creation.
lint-staged/lint-staged (lint-staged)

v15.5.1

Compare Source

Patch Changes
  • #​1533 5d53534 Thanks @​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:

    ✖ Failed to get staged files!
    
mswjs/msw (msw)

v2.7.4

Compare Source

v2.7.4 (2025-04-12)

Bug Fixes
vuejs/pinia (pinia)

v3.0.2

Please refer to CHANGELOG.md for details.

pnpm/pnpm (pnpm)

v10.8.1

Compare Source

Patch Changes
  • Removed bright white highlighting, which didn't look good on some light themes #​9389.
  • If there is no pnpm related configuration in package.json, onlyBuiltDependencies will be written to pnpm-workspace.yaml file #​9404.

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.

v10.7.1: pnpm 10.7.1

Compare Source

Patch Changes

  • pnpm config set should convert the settings to their correct type before adding them to pnpm-workspace.yaml #​9355.
  • pnpm config get should read auth related settings via npm CLI #​9345.
  • Replace leading ~/ in a path in .npmrc with the home directory #​9217.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-workspace.yaml setting 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:

    patchedDependencies:
      foo: patches/foo-1.patch
      foo@^2.0.0: patches/foo-2.patch
      foo@2.1.0: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to foo@2.1.0, patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yaml
    patchedDependencies:
      # the specialized sub range
      'foo@2.2.0-2.8.0': patches/foo.2.2.0-2.8.0.patch
      # the more general patch, excluding the sub range above
      'foo@>=2.0.0 <2.2.0 || >2.8.0': 'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Add pnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    If ignorePatchFailures is 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 ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors #​9280.

v10.6.5

Compare Source

v10.6.4: pnpm 10.6.4

Compare Source

Patch Changes

  • Fix pnpm dlx with --allow-build flag #​9263.
  • Invalid Node.js version in use-node-version should not cause pnpm itself to break #​9276.
  • The max amount of workers running for linking packages from the store has been reduced to 4 to achieve optimal results #​9286. The workers are performing many file system operations, so increasing the number of CPUs doesn't help performance after some point.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz
remix-run/react-router (react-router)

v7.5.1

Compare 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.lazy API, the HydrateFallback and hydrateFallbackElement properties 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:

    createBrowserRouter([
      {
        path: "/show/:showId",
        lazy: {
          loader: async () => (await import("./show.loader.js")).loader,
          Component: async () => (await import("./show.component.js")).Component,
          HydrateFallback: async () =>
            (await import("./show.hydrate-fallback.js")).HydrateFallback,
        },
      },
    ]);
  • Properly revalidate prerendered paths when param values change (#​13380)

  • UNSTABLE: Add a new unstable_runClientMiddleware argument to dataStrategy to enable middleware execution in custom dataStrategy implementations (#​13395)

  • UNSTABLE: Add better error messaging when getLoadContext is not updated to return a Map" (#​13242)

  • Do not automatically add null to staticHandler.query() context.loaderData if routes do not have loaders (#​13223)

    • This was a Remix v2 implementation detail inadvertently left in for React Router v7
    • Now that we allow returning undefined from loaders, our prior check of loaderData[routeId] !== undefined was no longer sufficient and was changed to a routeId in loaderData check - these null values can cause issues for this new check
    • ⚠️ This could be a "breaking bug fix" for you if you are doing manual SSR with createStaticHandler()/<StaticRouterProvider>, and using context.loaderData to control <RouterProvider> hydration behavior on the client
  • Fix prerendering when a loader returns a redirect (#​13365)

  • UNSTABLE: Update context type for LoaderFunctionArgs/ActionFunctionArgs when middleware is enabled (#​13381)

  • Add support for the new unstable_shouldCallHandler/unstable_shouldRevalidateArgs APIs in dataStrategy (#​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.


  • 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 8 times, most recently from 88d6476 to 1023c15 Compare March 28, 2025 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from a1402bf to 746e66f Compare April 5, 2025 18:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from db20dd9 to 9b7c2dc Compare April 11, 2025 19:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 8eb9ebb to 83eb88b Compare April 18, 2025 03:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83eb88b to f3e4290 Compare April 18, 2025 03:36
@tzuyi0817 tzuyi0817 merged commit 2df46c7 into master Apr 18, 2025
1 check passed
@tzuyi0817 tzuyi0817 deleted the renovate/all-minor-patch branch April 18, 2025 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants