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

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.16.3 -> ^20.16.5 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.10.0 age adoption passing confidence
sass ^1.77.8 -> ^1.78.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

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

sass/dart-sass (sass)

v1.78.0

Compare Source

  • The meta.feature-exists function is now deprecated. This deprecation is
    named feature-exists.

  • Fix a crash when using @at-root without any queries or children in the
    indented syntax.

JS API
  • Backport the deprecation options (fatalDeprecations, futureDeprecations,
    and silenceDeprecations) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

  • Fix a bug where accessing SourceSpan.url would crash when a relative URL was
    passed to the Sass API.

Embedded Sass
  • Explicitly expose a sass executable from the sass-embedded npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run npx sass for local installs or just sass when
    sass-embedded is installed globally.

  • Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    sass-embedded npm package.

  • Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

  • Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

  • Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.


Configuration

📅 Schedule: Branch creation - "before 4am 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
Copy link

github-actions bot commented Sep 9, 2024

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 100 kB 37.7 kB 34 kB
vue.global.prod.js 159 kB 57.7 kB 51.2 kB

Usages

Name Size Gzip Brotli
createApp 55.4 kB 21.3 kB 19.4 kB
createSSRApp 59.3 kB 23 kB 20.9 kB
defineCustomElement 60.1 kB 22.8 kB 20.7 kB
overall 69.1 kB 26.4 kB 23.9 kB

Copy link

pkg-pr-new bot commented Sep 9, 2024

Open in Stackblitz

@vue/compiler-core

pnpm add https://pkg.pr.new/@vue/compiler-core@11858

@vue/compiler-dom

pnpm add https://pkg.pr.new/@vue/compiler-dom@11858

@vue/compiler-sfc

pnpm add https://pkg.pr.new/@vue/compiler-sfc@11858

@vue/reactivity

pnpm add https://pkg.pr.new/@vue/reactivity@11858

@vue/compiler-ssr

pnpm add https://pkg.pr.new/@vue/compiler-ssr@11858

@vue/runtime-dom

pnpm add https://pkg.pr.new/@vue/runtime-dom@11858

@vue/runtime-core

pnpm add https://pkg.pr.new/@vue/runtime-core@11858

@vue/shared

pnpm add https://pkg.pr.new/@vue/shared@11858

@vue/server-renderer

pnpm add https://pkg.pr.new/@vue/server-renderer@11858

vue

pnpm add https://pkg.pr.new/vue@11858

@vue/compat

pnpm add https://pkg.pr.new/@vue/compat@11858

commit: 03ce13e

@yyx990803 yyx990803 merged commit 207d0ea into main Sep 10, 2024
15 checks passed
@yyx990803 yyx990803 deleted the renovate/all-minor-patch branch September 10, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant