Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #267

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 22.13.1 -> 22.13.4 age adoption passing confidence devDependencies patch
@vueuse/core (source) 12.5.0 -> 12.6.1 age adoption passing confidence dependencies minor
eslint (source) 9.20.0 -> 9.20.1 age adoption passing confidence dependencies patch
eslint (source) 9.20.0 -> 9.20.1 age adoption passing confidence devDependencies patch
globals 15.14.0 -> 15.15.0 age adoption passing confidence devDependencies minor
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence minor
pnpm (source) 10.3.0 -> 10.4.0 age adoption passing confidence packageManager minor
prettier (source) 3.5.0 -> 3.5.1 age adoption passing confidence dependencies patch
prettier (source) 3.5.0 -> 3.5.1 age adoption passing confidence devDependencies patch

Release Notes

vueuse/vueuse (@​vueuse/core)

v12.6.1

Compare Source

No significant changes

    View changes on GitHub

v12.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

v9.20.1

Compare Source

sindresorhus/globals (globals)

v15.15.0

Compare Source


nodejs/node (node)

v22.14.0

Compare Source

pnpm/pnpm (pnpm)

v10.4.0

Compare Source

Minor Changes
  • pnpm approve-builds --global works now for allowing dependencies of globally installed packages to run postinstall scripts.

  • The pnpm add command now supports a new flag, --allow-build, which allows building the specified dependencies. For instance, if you want to install a package called bundle that has esbuild as a dependency and want to allow esbuild to run postinstall scripts, you can run:

    pnpm --allow-build=esbuild add bundle
    

    This will run esbuild's postinstall script and also add it to the pnpm.onlyBuiltDependencies field of package.json. So, esbuild will always be allowed to run its scripts in the future.

    Related PR: #​9086.

  • The pnpm init command adds a packageManager field with the current version of pnpm CLI #​9069. To disable this behaviour, set the init-package-manager setting to false.

Patch Changes
  • pnpm approve-builds should work after two consecutive pnpm install runs #​9083.
  • Fix instruction for updating pnpm with corepack #​9101.
  • The pnpm version specified by packageManager cannot start with v.
prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • 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 from f3b2c0c to bbd7e51 Compare February 11, 2025 23:41
@renovate renovate bot changed the title chore(deps): update node.js to v22.14.0 fix(deps): update all non-major dependencies Feb 11, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from b05775c to c7f1afe Compare February 14, 2025 03:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7f1afe to 15b2e2d Compare February 14, 2025 06:13
@yshrsmz yshrsmz merged commit f7f1b88 into development Feb 14, 2025
1 check passed
@yshrsmz yshrsmz deleted the renovate/all-minor-patch branch February 14, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant