Skip to content

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

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 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/cli (source) 7.2.0 -> 7.3.0 age adoption passing confidence
@capacitor/core (source) 7.2.0 -> 7.3.0 age adoption passing confidence
@ionic/core (source) 8.5.8 -> 8.6.0 age adoption passing confidence
@ionic/vue 8.5.8 -> 8.6.0 age adoption passing confidence
@ionic/vue-router 8.5.8 -> 8.6.0 age adoption passing confidence
@types/node (source) 22.15.29 -> 22.15.30 age adoption passing confidence
pnpm (source) 10.11.1 -> 10.12.1 age adoption passing confidence

Release Notes

ionic-team/capacitor (@​capacitor/cli)

v7.3.0

Compare Source

Bug Fixes
Features
ionic-team/ionic-framework (@​ionic/core)

v8.6.0

Compare Source

Bug Fixes
  • input-otp: correctly handle autofill by splitting the values into all inputs (#​30444) (b77447b)
  • scroll-assist: allow focus on input's siblings (#​30409) (2dea607)
Features

8.5.9 (2025-06-04)

Bug Fixes

8.5.8 (2025-05-28)

Bug Fixes
  • input-password-toggle, button: force update aria attributes (#​30411) (4e38700)

8.5.7 (2025-05-07)

Bug Fixes
  • labels: prevent clicking a label from triggering onClick twice on several components (#​30384) (7d639b0), closes #​30165

8.5.6 (2025-04-30)

Bug Fixes

8.5.5 (2025-04-16)

Bug Fixes
  • config: allow LogLevel to work with isolatedModules and update all warns and errors to respect logLevel (#​30350) (d52fca0)
  • modal: add expandToScroll property to ModalOptions (#​30357) (8dd566b), closes #​30356
  • select: update icon color and use correct focused class (#​30342) (cad1c61)
  • toggle: ensure proper visual selection when navigating via VoiceOver in Safari (#​30349) (b1bc58f)

8.5.4 (2025-04-09)

Bug Fixes

8.5.3 (2025-04-02)

Bug Fixes

8.5.2 (2025-03-26)

Bug Fixes

8.5.1 (2025-03-19)

Bug Fixes
Performance Improvements
  • modal: fixing performance regression on modal sheets when expandToScroll is false (#​30267) (c4b9212)

8.4.6 (2025-03-19)

Bug Fixes

v8.5.9

Compare Source

Bug Fixes
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 to node_modules/.pnpm. By default, this central store is located at <store-path>/links (you can find the store path by running pnpm 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 how NixOS manages packages, using dependency graph hashes to create isolated and reusable package directories.

    To enable the global virtual store, set enableGlobalVirtualStore: true in your root pnpm-workspace.yaml, or globally via:

    pnpm config -g set enable-global-virtual-store true

    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

  • The pnpm update command now supports updating catalog: protocol dependencies and writes new specifiers to pnpm-workspace.yaml.
  • Added two new CLI options (--save-catalog and --save-catalog-name=<name>) to pnpm add to save new dependencies as catalog entries. catalog: or catalog:<name> will be added to package.json and the package specifier will be added to the catalogs or catalog[<name>] object in pnpm-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 called ci for explicitly telling pnpm if the current environment is a CI or not.
Patch Changes
  • Sort versions printed by pnpm 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.

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.

Copy link

netlify bot commented Jun 9, 2025

Deploy Preview for friendly-lamington-fb5690 ready!

Name Link
🔨 Latest commit 9d53e21
🔍 Latest deploy log https://app.netlify.com/projects/friendly-lamington-fb5690/deploys/68469d84aeca6200083c0299
😎 Deploy Preview https://deploy-preview-772--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 project configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 539a7ae to 9d53e21 Compare June 9, 2025 08:38
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