Skip to content
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

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

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/vue-query (source) ^5.59.6 -> ^5.59.9 age adoption passing confidence
@types/node (source) ^20.16.1 -> ^20.16.11 age adoption passing confidence
@vue-macros/common (source) ^1.12.3 -> ^1.14.0 age adoption passing confidence
mlly ^1.7.1 -> ^1.7.2 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.1 age adoption passing confidence
rollup (source) ^4.21.2 -> ^4.24.0 age adoption passing confidence

Release Notes

TanStack/query (@​tanstack/vue-query)

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes

Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test

Packages

pnpm/pnpm (pnpm)

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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

cloudflare-workers-and-pages bot commented Sep 2, 2024

Deploying unplugin-vue-router with  Cloudflare Pages  Cloudflare Pages

Latest commit: b451f06
Status: ✅  Deploy successful!
Preview URL: https://ad3cd6bd.unplugin-vue-router.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.unplugin-vue-router.pages.dev

View logs

Copy link

socket-security bot commented Sep 2, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@types/[email protected] None 0 2.21 MB types

🚮 Removed packages: npm/@tanstack/[email protected], npm/@types/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 25 times, most recently from fcd1523 to 9df330a Compare September 9, 2024 09:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 510585e to 3a5a6ac Compare September 10, 2024 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 0d264e0 to 596ea3b Compare October 2, 2024 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 353e0c1 to d1517ba Compare October 10, 2024 18:39
@renovate renovate bot merged commit f81e6f4 into main Oct 10, 2024
12 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch October 10, 2024 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants