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 - autoclosed #370

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@algolia/client-search (source) 5.20.1 -> 5.20.2 age adoption passing confidence dependencies patch
@antfu/eslint-config 4.1.1 -> 4.2.0 age adoption passing confidence dependencies minor
@babel/types (source) 7.26.7 -> 7.26.9 age adoption passing confidence devDependencies patch
@codemirror/legacy-modes 6.4.2 -> 6.4.3 age adoption passing confidence dependencies patch
@turbo/gen (source) 2.4.0 -> 2.4.2 age adoption passing confidence devDependencies patch
@types/node (source) 22.13.1 -> 22.13.4 age adoption passing confidence devDependencies patch
@unhead/shared (source) 1.11.18 -> 1.11.19 age adoption passing confidence devDependencies patch
@vueuse/core (source) 12.5.0 -> 12.6.1 age adoption passing confidence dependencies minor
@vueuse/nuxt (source) 12.5.0 -> 12.6.1 age adoption passing confidence devDependencies minor
eslint (source) 9.20.0 -> 9.20.1 age adoption passing confidence devDependencies patch
eslint-config-next (source) 15.1.6 -> 15.1.7 age adoption passing confidence devDependencies patch
eslint-import-resolver-typescript 3.7.0 -> 3.8.0 age adoption passing confidence dependencies minor
eslint-plugin-react-refresh 0.4.18 -> 0.4.19 age adoption passing confidence dependencies patch
eslint-plugin-turbo (source) 2.4.0 -> 2.4.2 age adoption passing confidence dependencies patch
next (source) 15.1.6 -> 15.1.7 age adoption passing confidence dependencies patch
next (source) 15.1.6 -> 15.1.7 age adoption passing confidence devDependencies patch
node (source) 22.13.1 -> 22.14.0 age adoption passing confidence minor
pnpm (source) 10.2.1 -> 10.4.0 age adoption passing confidence packageManager minor
postcss (source) 8.5.1 -> 8.5.2 age adoption passing confidence devDependencies patch
publint (source) 0.3.4 -> 0.3.5 age adoption passing confidence devDependencies patch
taze 18.4.0 -> 18.5.0 age adoption passing confidence devDependencies minor
turbo (source) 2.4.0 -> 2.4.2 age adoption passing confidence devDependencies patch
vercel (source) 41.0.2 -> 41.1.4 age adoption passing confidence devDependencies minor
zod (source) 3.24.1 -> 3.24.2 age adoption passing confidence dependencies patch

Release Notes

algolia/algoliasearch-client-javascript (@​algolia/client-search)

v5.20.2

Compare Source

antfu/eslint-config (@​antfu/eslint-config)

v4.2.0

Compare Source

   🚀 Features
    View changes on GitHub
babel/babel (@​babel/types)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
codemirror/legacy-modes (@​codemirror/legacy-modes)

v6.4.3

Compare Source

Bug fixes

Make Pascal keyword matching case-insensitive.

Fix a crash in simple-mode.js when using the dontIndentStates feature.

Fix a bug in tokenizing multiline strings in xQuery.

vercel/turborepo (@​turbo/gen)

v2.4.2: Turborepo v2.4.2

Compare Source

What's Changed

Changelog

Full Changelog: vercel/turborepo@v2.4.1...v2.4.2

v2.4.1: Turborepo v2.4.1

Compare Source

Full Changelog: vercel/turborepo@v2.4.0...v2.4.1

What's Changed
New Contributors

Full Changelog: vercel/turborepo@v2.4.0...v2.4.1

unjs/unhead (@​unhead/shared)

v1.11.19

Compare Source

No significant changes

    View changes on GitHub
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

vercel/next.js (eslint-config-next)

v15.1.7

Compare Source

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.19

Compare Source

Add name to configs for ESLint Config Inspector

vercel/next.js (next)

v15.1.7

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.

v10.3.0

Compare Source

Minor Changes
  • Added a new setting called strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #​9071.
Patch Changes
  • Fix a false negative of verify-deps-before-run after pnpm install --production|--no-optional #​9019.
  • Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.
postcss/postcss (postcss)

v8.5.2

Compare Source

publint/publint (publint)

v0.3.5

Compare Source

Patch Changes
  • Check the "bin" field if the referenced file exists, has the correct JS format, and can be executed (#​150)

  • Deprecate the deps command. The command has been tricky to maintain and incomplete (e.g. doesn't lint recursively). A separate tool can be used to run publint on dependencies instead, e.g. npx renoma --filter-rules "publint". (#​149)

antfu/taze (taze)

v18.5.0

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vercel/vercel (vercel)

v41.1.4

Compare Source

Patch Changes

v41.1.3

Compare Source

Patch Changes

v41.1.2

Compare Source

Patch Changes

v41.1.1

Compare Source

Patch Changes

v41.1.0

Compare Source

Minor Changes
Patch Changes

v41.0.3

Compare Source

Patch Changes
colinhacks/zod (zod)

v3.24.2

Compare Source


Configuration

📅 Schedule: Branch creation - "after 12am and before 7am on Saturday" in timezone Europe/Vienna, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 b440852 to 9d45090 Compare February 8, 2025 04:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d45090 to 649bad4 Compare February 8, 2025 05:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 649bad4 to 2df0c6b Compare February 8, 2025 05:20
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Feb 8, 2025
@renovate renovate bot closed this Feb 8, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch February 8, 2025 06:21
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Feb 15, 2025
@renovate renovate bot reopened this Feb 15, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a63ce46 to 2df0c6b Compare February 15, 2025 02:42
Copy link

codecov bot commented Feb 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.71%. Comparing base (a9befc3) to head (f48a4d9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #370   +/-   ##
=======================================
  Coverage   82.71%   82.71%           
=======================================
  Files          47       47           
  Lines        3326     3326           
  Branches      564      564           
=======================================
  Hits         2751     2751           
  Misses        575      575           
Flag Coverage Δ
d3-graph-controller 82.71% <ø> (ø)
debounce 82.71% <ø> (ø)
fol 82.71% <ø> (ø)
resumon 82.71% <ø> (ø)
vecti 82.71% <ø> (ø)
vite-plugin-ssg-utils 82.71% <ø> (ø)
vue-marmoset-viewer 82.71% <ø> (ø)
vue-masonry-wall 82.71% <ø> (ø)
vue-persistent-storage-manager 82.71% <ø> (ø)
vue2-masonry-wall 82.71% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Feb 15, 2025
@renovate renovate bot closed this Feb 15, 2025
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.

1 participant