Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
renovate wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromrenovate/all-minor-patch

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedJun 2, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@types/node (source)^22.15.21 ->^22.15.30ageadoptionpassingconfidence
cypress (source)^14.4.0 ->^14.4.1ageadoptionpassingconfidence
nightwatch (source)^3.12.1 ->^3.12.2ageadoptionpassingconfidence
pinia (source)^3.0.2 ->^3.0.3ageadoptionpassingconfidence
pnpm (source)10.11.0 ->10.12.1ageadoptionpassingconfidence
rolldown (source)1.0.0-beta.9 ->1.0.0-beta.13ageadoptionpassingconfidence
vitest (source)^3.1.4 ->^3.2.3ageadoptionpassingconfidence
vue (source)^3.5.14 ->^3.5.16ageadoptionpassingconfidence
zx (source)^8.5.4 ->^8.5.5ageadoptionpassingconfidence

Release Notes

cypress-io/cypress (cypress)

v14.4.1

Compare Source

Changelog:https://docs.cypress.io/app/references/changelog#14-4-1

nightwatchjs/nightwatch (nightwatch)

v3.12.2

Compare Source

What's Changed

New Contributors

Full Changelog:nightwatchjs/nightwatch@v3.12.1...v3.12.2

vuejs/pinia (pinia)

v3.0.3

Compare Source

Please refer toCHANGELOG.md for details.

pnpm/pnpm (pnpm)

v10.12.1

Minor Changes
  • Experimental. Added support for global virtual stores. When enabled,node_modules contains only symlinks to a central virtual store, rather tonode_modules/.pnpm. By default, this central store is located at<store-path>/links (you can find the store path by runningpnpm store path).

    In the central virtual store, each package is hard linked into a directory whose name is the hash of its dependency graph. This allows multiple projects on the system to symlink shared dependencies from this central location, significantly improving installation speed when a warm cache is available.

    This is conceptually similar to howNixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, setenableGlobalVirtualStore: true in your rootpnpm-workspace.yaml, or globally via:

    pnpm config -gset enable-global-virtual-storetrue

    NOTE: In CI environments, where caches are typically cold, this setting may slow down installation. pnpm automatically disables the global virtual store when running in CI.

    Related PR:#​8190

  • Thepnpm update command now supports updatingcatalog: protocol dependencies and writes new specifiers topnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and--save-catalog-name=<name>) topnpm add to save new dependencies as catalog entries.catalog: orcatalog:<name> will be added topackage.json and the package specifier will be added to thecatalogs orcatalog[<name>] object inpnpm-workspace.yaml#​9425.
  • Semi-breaking. The keys used for side-effects caches have changed. If you have a side-effects cache generated by a previous version of pnpm, the new version will not use it and will create a new cache instead#​9605.
  • Added a new setting calledci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed bypnpm patch using semantic versioning rules.
  • Improve the way the error message displays mismatched specifiers. Show differences instead of 2 whole objects#​9598.
  • Revert#​9574 to fix a regression#​9596.

v10.11.1

Compare Source

Patch Changes
  • Fix an issue in whichpnpm deploy --legacy creates unexpected directories when the rootpackage.json has a workspace package as a peer dependency#​9550.
  • Dependencies specified via a URL that redirects will only be locked to the target if it is immutable, fixing a regression when installing from GitHub releases. (#​9531)
  • Installation should not exit with an error ifstrictPeerDependencies istrue but all issues are ignored bypeerDependencyRules#​9505.
  • Usepnpm_config_ env variables instead ofnpm_config_#​9571.
  • Fix a regression (in v10.9.0) causing the--lockfile-only flag onpnpm update to produce a differentpnpm-lock.yaml than an update without the flag.
  • Letpnpm deploy work in repos withoverrides wheninject-workspace-packages=true#​9283.
  • Fixed the problem of path loss caused by parsing URL address. Fixes a regression shipped in pnpm v10.11 via#​9502.
  • pnpm -r --silent run should not print out section#​9563.
rolldown/rolldown (rolldown)

v1.0.0-beta.13

Compare Source

🚀 Features
🐛 Bug Fixes
📚 Documentation
  • docs: add MAINTENANCE.md; remove rolldown.rs/contrib-guide/release by@​Boshen in#​4854
⚙️ Miscellaneous Tasks

v1.0.0-beta.12

Compare Source

Features
Bug Fixes

v1.0.0-beta.11

Compare Source

Features
Bug Fixes

v1.0.0-beta.10

Compare Source

⚠ BREAKING CHANGES
  • "feat!: always make the default value ofplatform asbrowser" (#​4720)
  • resolve: addmodule to resolve conditions by default (#​4703)
  • types/resolve: use literal'import-statement' to refer to static import statements instead of'import' (#​4689)
  • rust: mergetarget option intotransform (#​4665)
  • rust: mergejsx option intotransform (#​4654)
  • always make the default value ofplatform asbrowser (#​4611)
Features
Bug Fixes
Performance Improvements
Reverts
  • "feat!: always make the default value ofplatform asbrowser" (#​4720) (4021325), closesrolldown/rolldown#4611
  • "refactor(rolldown_sourcemap): remove unusedSourceJoiner[#prepend](https://redirect.github.com/rolldown/rolldown/issues/prepend)_source" (#​4632) (719ec89), closesrolldown/rolldown#4431
  • feat(on_demand_wrapping): don't wrap modules that don't rely on others and have side effect [#&#8203;4670](https://redirect.github.com/rolldown/rolldown/issues/4670) (#​4686) (8a77ce9)
vitest-dev/vitest (vitest)

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

vuejs/core (vue)

v3.5.16

Compare Source

Reverts

v3.5.15

Compare Source

For stable releases, please refer toCHANGELOG.md for details.
For pre-releases, please refer toCHANGELOG.md of theminor branch.

google/zx (zx)

v8.5.5: — PVC Wizard

Compare Source

Minor feature polish.

  • ProcessPromise andProcessOutputlines() getters now accept a custom delimiter#​1220#​1218
constcwd=tempdir()constdelimiter='\0'constp1=$({  cwd})`touch foo bar baz; find ./ -type f -print0 -maxdepth 1`(awaitp1.lines(delimiter)).sort()// ['./bar', './baz', './foo']// or via optionsconstlines=[]constp2=$({  delimiter,  cwd,})`find ./ -type f -print0 -maxdepth 1`forawait(constlineofp2){lines.push(line)}lines.sort()// ['./bar', './baz', './foo']

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. Getconfig help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated byMend Renovate. View therepository job log.

@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch 9 times, most recently from57a33f2 to007e083CompareJune 8, 2025 18:33
@renovaterenovatebotforce-pushed therenovate/all-minor-patch branch from007e083 to966b862CompareJune 9, 2025 11:35
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp