Skip to content

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^22.15.21 -> ^22.15.30 age adoption passing confidence
cypress (source) ^14.4.0 -> ^14.4.1 age adoption passing confidence
nightwatch (source) ^3.12.1 -> ^3.12.2 age adoption passing confidence
pinia (source) ^3.0.2 -> ^3.0.3 age adoption passing confidence
pnpm (source) 10.11.0 -> 10.11.1 age adoption passing confidence
rolldown (source) 1.0.0-beta.9 -> 1.0.0-beta.13 age adoption passing confidence
vitest (source) ^3.1.4 -> ^3.2.2 age adoption passing confidence
vue (source) ^3.5.14 -> ^3.5.16 age adoption passing confidence
zx (source) ^8.5.4 -> ^8.5.5 age adoption passing confidence

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 to CHANGELOG.md for details.

pnpm/pnpm (pnpm)

v10.11.1

Compare Source

Patch Changes
  • Fix an issue in which pnpm deploy --legacy creates unexpected directories when the root package.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 if strictPeerDependencies is true but all issues are ignored by peerDependencyRules #​9505.
  • Use pnpm_config_ env variables instead of npm_config_ #​9571.
  • Fix a regression (in v10.9.0) causing the --lockfile-only flag on pnpm update to produce a different pnpm-lock.yaml than an update without the flag.
  • Let pnpm deploy work in repos with overrides when inject-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
  • ci: disable generate_release_notes by @​Boshen
📚 Documentation
  • docs: add MAINTENANCE.md; remove rolldown.rs/contrib-guide/release by @​Boshen in #​4854
⚙️ Miscellaneous Tasks
  • add input description to prepare-release.yml by @​Boshen
  • fix prepare-release.yml by @​Boshen
  • CHANGELOG.md: ci(CHANGELOG.md): use git-cliff to generate changelogs by @​Boshen in #​4858

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 of platform as browser" (#​4720)
  • resolve: add module to resolve conditions by default (#​4703)
  • types/resolve: use literal 'import-statement' to refer to static import statements instead of 'import' (#​4689)
  • rust: merge target option into transform (#​4665)
  • rust: merge jsx option into transform (#​4654)
  • always make the default value of platform as browser (#​4611)
Features
Bug Fixes
Performance Improvements
Reverts
  • "feat!: always make the default value of platform as browser" (#​4720) (4021325), closes rolldown/rolldown#4611
  • "refactor(rolldown_sourcemap): remove unused SourceJoiner[#prepend](https://redirect.github.com/rolldown/rolldown/issues/prepend)_source" (#​4632) (719ec89), closes rolldown/rolldown#4431
  • feat(on_demand_wrapping): don't wrap modules that don't rely on others and have side effect [#​4670](https://redirect.github.com/rolldown/rolldown/issues/4670) (#​4686) (8a77ce9)
vitest-dev/vitest (vitest)

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 to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the minor branch.

google/zx (zx)

v8.5.5: — PVC Wizard

Compare Source

Minor feature polish.

  • ProcessPromise and ProcessOutput lines() getters now accept a custom delimiter #​1220 #​1218
const cwd = tempdir()
const delimiter = '\0'

const p1 = $({
  cwd
})`touch foo bar baz; find ./ -type f -print0 -maxdepth 1`
(await p1.lines(delimiter)).sort() // ['./bar', './baz', './foo']
  
// or via options
const lines = []
const p2 = $({
  delimiter,
  cwd,
})`find ./ -type f -print0 -maxdepth 1`

for await (const line of p2) {
  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. 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 label Jun 2, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ac12f0c to cabc1de Compare June 6, 2025 21:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cabc1de to 57a33f2 Compare June 7, 2025 18:43
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