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 #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@sxzz/eslint-config ^5.2.0 -> ^5.3.0 age adoption passing confidence devDependencies minor
@sxzz/prettier-config ^2.2.0 -> ^2.2.1 age adoption passing confidence devDependencies patch
@sxzz/test-utils ^0.5.1 -> ^0.5.2 age adoption passing confidence devDependencies patch
@types/node (source) ^22.13.9 -> ^22.13.10 age adoption passing confidence devDependencies patch
bumpp ^10.0.3 -> ^10.1.0 age adoption passing confidence devDependencies minor
eslint (source) ^9.21.0 -> ^9.22.0 age adoption passing confidence devDependencies minor
lightningcss ^1.29.1 -> ^1.29.3 age adoption passing confidence dependencies patch
pnpm (source) 10.5.2 -> 10.6.5 age adoption passing confidence packageManager minor
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
rollup (source) ^4.34.9 -> ^4.36.0 age adoption passing confidence devDependencies minor
tsdown ^0.6.3 -> ^0.6.9 age adoption passing confidence devDependencies patch
unplugin ^2.2.0 -> ^2.2.1 age adoption passing confidence dependencies patch
vite (source) ^6.2.0 -> ^6.2.2 age adoption passing confidence devDependencies patch
vitest (source) ^3.0.7 -> ^3.0.9 age adoption passing confidence devDependencies patch

Release Notes

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

v5.3.0

Compare Source

   🚀 Features
    View changes on GitHub
sxzz/test-utils (@​sxzz/test-utils)

v0.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v10.1.0

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v9.22.0

Compare Source

parcel-bundler/lightningcss (lightningcss)

v1.29.3

Compare Source

v1.29.2

Compare Source

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

v4.1.0

Compare Source

Add support for package.yaml #​156.

rollup/rollup (rollup)

v4.36.0

Compare Source

2025-03-17

Features
  • Extend renderDynamicImport hook to provide information about static dependencies of the imported module (#​5870)
  • Export several additional types used by Vite (#​5879)
Bug Fixes
  • Do not merge chunks if that would create a top-level await cycle between chunks (#​5843)
Pull Requests

v4.35.0

Compare Source

2025-03-08

Features
  • Pass build errors to the closeBundle hook (#​5867)
Pull Requests
sxzz/tsdown (tsdown)

v0.6.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.6.8

Compare Source

No significant changes

    View changes on GitHub

v0.6.7

Compare Source

   🚀 Features
    View changes on GitHub

v0.6.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.6.5

Compare Source

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

v2.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite (vite)

v6.2.2

Compare Source

v6.2.1

Compare Source

vitest-dev/vitest (vitest)

v3.0.9

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

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.

Copy link

stackblitz bot commented Dec 30, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot changed the title chore(deps): update pnpm to v9.15.2 fix(deps): update all non-major dependencies Dec 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4492b4e to f23c327 Compare January 6, 2025 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3e87cc5 to 401ee05 Compare January 11, 2025 02:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 62e9ea4 to 6bfb60a Compare January 20, 2025 13:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 166684f to b0d0436 Compare January 22, 2025 08:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 4cabf42 to deb4a5b Compare March 6, 2025 09:52
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 6, 2025
Copy link

socket-security bot commented Mar 6, 2025

New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@sxzz/[email protected]5.3.0 environment Transitive: eval, filesystem, unsafe +227 32 MB sxzz
npm/@sxzz/[email protected]0.5.2 Transitive: filesystem +3 142 kB sxzz
npm/@types/[email protected]22.13.10 None +1 2.4 MB types
npm/[email protected]10.1.0 environment Transitive: filesystem, shell +32 3.7 MB antfu
npm/[email protected]9.22.0 Transitive: eval, filesystem, shell, unsafe +85 6.69 MB
npm/[email protected]1.29.3 Transitive: filesystem, shell +1 524 kB devongovett
npm/[email protected]4.36.0 None +1 2.73 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/[email protected]0.6.9 Transitive: filesystem, shell, unsafe +26 4.42 MB sxzz
npm/[email protected]6.2.2 None +5 3.39 MB vitebot
npm/[email protected]3.0.9 Transitive: filesystem, shell, unsafe +31 1.32 MB

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 40a0648 to 7f3bd3e Compare March 12, 2025 07:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2722ae8 to f2b0bd2 Compare March 18, 2025 13:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f2b0bd2 to d48389d Compare March 19, 2025 15:50
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.

0 participants