Skip to content

chore(deps): update all non-major dependencies#113

Merged
tzuyi0817 merged 1 commit intomainfrom
renovate/all-minor-patch
Mar 21, 2025
Merged

chore(deps): update all non-major dependencies#113
tzuyi0817 merged 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@commitlint/cli (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@commitlint/config-conventional (source) ^19.7.1 -> ^19.8.0 age adoption passing confidence
@component-hook/eslint-plugin (source) 1.0.1 -> 1.0.2 age adoption passing confidence
@intlify/unplugin-vue-i18n (source) ^6.0.3 -> ^6.0.5 age adoption passing confidence
@playwright/test (source) ^1.50.1 -> ^1.51.1 age adoption passing confidence
@types/node (source) ^22.13.10 -> ^22.13.11 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.1 -> ^5.2.3 age adoption passing confidence
@vitest/coverage-v8 (source) ^3.0.7 -> ^3.0.9 age adoption passing confidence
axios (source) ^1.8.1 -> ^1.8.4 age adoption passing confidence
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence
lint-staged ^15.4.3 -> ^15.5.0 age adoption passing confidence
pnpm (source) 10.5.2 -> 10.6.5 age adoption passing confidence
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
vitest (source) ^3.0.7 -> ^3.0.9 age adoption passing confidence
vue-i18n (source) ^11.1.1 -> ^11.1.2 age adoption passing confidence
vue-tsc (source) ^2.2.4 -> ^2.2.8 age adoption passing confidence

Release Notes

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

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)
pnpm/pnpm (pnpm)

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

v10.6.3

Compare Source

Patch Changes
  • pnpm install --prod=false should not crash, when executed in a project with a pnpm-workspace.yaml file #​9233. This fixes regression introduced via #​9211.

  • Add the missing node-options config to recursive run #​9180.

  • Removed a branching code path that only executed when dedupe-peer-dependents=false. We believe this internal refactor will not result in behavior changes, but we expect it to make future pnpm versions behave more consistently for projects that override dedupe-peer-dependents to false. There should be less unique bugs from turning off dedupe-peer-dependents.

    See details in #​9259.

v10.6.2

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
  • pnpm patch-commit will now use the same filesystem as the store directory to compare and create patch files.
  • Don't show info output when --loglevel=error is used.
  • peerDependencyRules should be set in pnpm-workspace.yaml to take effect.

v10.6.1

Compare Source

Patch Changes
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't ignore pnpm.patchedDependencies from package.json #​9226.
  • When executing the approve-builds command, if package.json contains onlyBuiltDependencies or ignoredBuiltDependencies, the selected dependency package will continue to be written into package.json.
  • When a package version cannot be found in the package metadata, print the registry from which the package was fetched.

v10.6.0

Compare Source

Minor Changes
  • pnpm-workspace.yaml can now hold all the settings that .npmrc accepts. The settings should use camelCase #​9211.

    pnpm-workspace.yaml example:

    verifyDepsBeforeRun: install
    optimisticRepeatInstall: true
    publicHoistPattern:
      - "*types*"
      - "!@​types/react"
  • Projects using a file: dependency on a local tarball file (i.e. .tgz, .tar.gz, .tar) will see a performance improvement during installation. Previously, using a file: dependency on a tarball caused the lockfile resolution step to always run. The lockfile will now be considered up-to-date if the tarball is unchanged.

Patch Changes
  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • fast-glob replace with tinyglobby to reduce the size of the pnpm CLI dependencies #​9169.
  • pnpm deploy should not remove fields from the deployed package's package.json file #​9215.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • Fix pnpm deploy creating a package.json without the imports and license field #​9193.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Configuration

📅 Schedule: Branch creation - "* 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 added the dependencies Pull requests that update a dependency file label Mar 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 3e2d0d7 to 1c1fc12 Compare March 10, 2025 06:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cc4d30a to d780f40 Compare March 17, 2025 18:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from c04f2b2 to d77f379 Compare March 21, 2025 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d77f379 to 58e07c4 Compare March 21, 2025 10:57
@tzuyi0817 tzuyi0817 merged commit 6b00e57 into main Mar 21, 2025
2 checks passed
@tzuyi0817 tzuyi0817 deleted the renovate/all-minor-patch branch March 21, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant