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

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

Merged
haoqunjiang merged 1 commit intomainfromrenovate/all-minor-patch
Mar 31, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovaterenovatebot commentedMar 31, 2025
edited
Loading

This PR contains the following updates:

PackageChangeAgeAdoptionPassingConfidence
@types/node (source)^22.13.11 ->^22.13.14ageadoptionpassingconfidence
cypress (source)^14.2.0 ->^14.2.1ageadoptionpassingconfidence
pnpm (source)10.6.5 ->10.7.0ageadoptionpassingconfidence
vitest (source)^3.0.9 ->^3.1.1ageadoptionpassingconfidence

Release Notes

cypress-io/cypress (cypress)

v14.2.1

Compare Source

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

pnpm/pnpm (pnpm)

v10.7.0

Compare Source

Minor Changes
  • pnpm config get andlist also show settings set inpnpm-workspace.yaml files#​9316.

  • It should be possible to use env variables inpnpm-workspace.yaml setting names and value.

  • Add an ability to patch dependencies by version ranges. Exact versions override version ranges, which in turn override name-only patches. Version range* is the same as name-only, except that patch application failure will not be ignored.

    For example:

    patchedDependencies:foo:patches/foo-1.patchfoo@^2.0.0:patches/foo-2.patchfoo@2.1.0:patches/foo-3.patch

    The above configuration would applypatches/foo-3.patch tofoo@2.1.0,patches/foo-2.patch to allfoo versions which satisfy^2.0.0 except2.1.0, andpatches/foo-1.patch to the remainingfoo versions.

    [!WARNING]
    The version ranges should not overlap. If you want to specialize a sub range, make sure to exclude it from the other keys. For example:

    # pnpm-workspace.yamlpatchedDependencies:# the specialized sub range'foo@2.2.0-2.8.0':patches/foo.2.2.0-2.8.0.patch# the more general patch, excluding the sub range above'foo@>=2.0.0 <2.2.0 || >2.8.0':'patches/foo.gte2.patch

    In most cases, however, it's sufficient to just define an exact version to override the range.

  • pnpm config set --location=project saves the setting to apnpm-workspace.yaml file if no.npmrc file is present in the directory#​9316.

  • Renamepnpm.allowNonAppliedPatches topnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

  • Addpnpm.ignorePatchFailures to manage whether pnpm would ignore patch application failures.

    IfignorePatchFailures is not set, pnpm would throw an error when patches with exact versions or version ranges fail to apply, and it would ignore failures from name-only patches.

    IfignorePatchFailures is explicitly set tofalse, pnpm would throw an error when any type of patch fails to apply.

    IfignorePatchFailures is explicitly set totrue, pnpm would print a warning when any type of patch fails to apply.

Patch Changes
  • Remove dependency paths from audit output to prevent out-of-memory errors#​9280.
vitest-dev/vitest (vitest)

v3.1.1

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source


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. 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 fromd8f067b tof0a1942CompareMarch 31, 2025 11:04
@haoqunjianghaoqunjiang merged commit8ca8111 intomainMar 31, 2025
52 checks passed
@renovaterenovatebot deleted the renovate/all-minor-patch branchMarch 31, 2025 13:20
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@haoqunjianghaoqunjianghaoqunjiang approved these changes

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@haoqunjiang

[8]ページ先頭

©2009-2025 Movatter.jp