Skip to content

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

Merged
danielroe merged 1 commit into
mainfrom
renovate/all-minor-patch
Mar 31, 2025
Merged

chore(deps): update all non-major dependencies#717
danielroe merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ionic/core (source) 8.5.1 -> 8.5.2 age adoption passing confidence
@nuxt/eslint-config (source) 1.2.0 -> 1.3.0 age adoption passing confidence
@types/node (source) 22.13.13 -> 22.13.14 age adoption passing confidence
pnpm (source) 10.6.5 -> 10.7.0 age adoption passing confidence
unhead (source) 2.0.0 -> 2.0.2 age adoption passing confidence

Release Notes

ionic-team/ionic-framework (@​ionic/core)

v8.5.2

Compare Source

Bug Fixes
nuxt/eslint (@​nuxt/eslint-config)

v1.3.0

Compare Source

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

v10.7.0

Compare Source

Minor Changes
  • pnpm config get and list also show settings set in pnpm-workspace.yaml files #​9316.

  • It should be possible to use env variables in pnpm-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.patch
      foo@^2.0.0: patches/foo-2.patch
      foo@2.1.0: patches/foo-3.patch

    The above configuration would apply patches/foo-3.patch to foo@2.1.0, patches/foo-2.patch to all foo versions which satisfy ^2.0.0 except 2.1.0, and patches/foo-1.patch to the remaining foo 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.yaml
    patchedDependencies:
      # 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 a pnpm-workspace.yaml file if no .npmrc file is present in the directory #​9316.

  • Rename pnpm.allowNonAppliedPatches to pnpm.allowUnusedPatches. The old name is still supported but it would print a deprecation warning message.

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

    If ignorePatchFailures 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.

    If ignorePatchFailures is explicitly set to false, pnpm would throw an error when any type of patch fails to apply.

    If ignorePatchFailures is explicitly set to true, 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.
unjs/unhead (unhead)

v2.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "on Monday" (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.

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 31, 2025

Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
🔨 Latest commit 61de411
🔍 Latest deploy log https://app.netlify.com/sites/friendly-lamington-fb5690/deploys/67ea4eb78aace200089d24b5
😎 Deploy Preview https://deploy-preview-717--friendly-lamington-fb5690.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.39%. Comparing base (d255f3b) to head (61de411).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #717   +/-   ##
=======================================
  Coverage   47.39%   47.39%           
=======================================
  Files          11       11           
  Lines         671      671           
  Branches       34       34           
=======================================
  Hits          318      318           
  Misses        353      353           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from e673cfd to 37019a0 Compare March 31, 2025 04:24
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 37019a0 to 61de411 Compare March 31, 2025 08:13
@danielroe danielroe merged commit c9d371e into main Mar 31, 2025
9 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch March 31, 2025 08:39
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