Skip to content

fix(deps): update all non-major dependencies #20271

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

Merged
merged 1 commit into from
Jun 23, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) ^28.0.5 -> ^28.0.6 age adoption passing confidence
@rollup/pluginutils (source) ^5.1.4 -> ^5.2.0 age adoption passing confidence
@types/node (source) ^22.15.31 -> ^22.15.32 age adoption passing confidence
@vue/shared (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence
miniflare (source) ^4.20250604.1 -> ^4.20250617.3 age adoption passing confidence
playwright-chromium (source) ^1.53.0 -> ^1.53.1 age adoption passing confidence
pnpm (source) 10.12.1 -> 10.12.2 age adoption passing confidence
postcss (source) ^8.5.5 -> ^8.5.6 age adoption passing confidence
postcss-import ^16.1.0 -> ^16.1.1 age adoption passing confidence
svelte (source) ^5.34.3 -> ^5.34.7 age adoption passing confidence
svelte-check ^4.2.1 -> ^4.2.2 age adoption passing confidence
terser (source) ^5.42.0 -> ^5.43.1 age adoption passing confidence
typescript-eslint (source) ^8.34.0 -> ^8.34.1 age adoption passing confidence
vite (source) ^7.0.0-beta.1 -> ^7.0.0-beta.2 age adoption passing confidence
vitepress-plugin-llms ^1.5.0 -> ^1.5.1 age adoption passing confidence
vitest (source) ^3.2.3 -> ^3.2.4 age adoption passing confidence
vue (source) ^3.5.16 -> ^3.5.17 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v28.0.6

2025-06-17

Bugfixes
  • fix: fix crash with invalidated proxy modules (#​1876)
rollup/plugins (@​rollup/pluginutils)

v5.2.0

2025-06-17

Features
  • feat: add exactRegex and prefixRegex (#​1865)
vuejs/core (@​vue/shared)

v3.5.17

Compare Source

Bug Fixes
cloudflare/workers-sdk (miniflare)

v4.20250617.3

Compare Source

Minor Changes
  • #​9640 bfb791e Thanks @​emily-shen! - Add ability to dump workerd config into a file for debugging.

    You can enable this by setting MINIFLARE_WORKERD_CONFIG_DEBUG to a file path where you want the config to be written.

Patch Changes

v4.20250617.2

Compare Source

Patch Changes

v4.20250617.1

Compare Source

Patch Changes

v4.20250617.0

Compare Source

Patch Changes
  • #​9591 828b7df Thanks @​dependabot! - chore: update dependencies of "miniflare" package

    The following dependency versions have been updated:

    Dependency From To
    workerd 1.20250612.0 1.20250617.0
    @​cloudflare/workers-types ^4.20250612.0 ^4.20250617.0
  • #​9576 2671e77 Thanks @​vicb! - Add core local dev functionality for containers.
    Adds a new WRANGLER_DOCKER_HOST env var to customise what socket to connect to.

v4.20250612.0

Compare Source

Patch Changes
microsoft/playwright (playwright-chromium)

v1.53.1

Compare Source

pnpm/pnpm (pnpm)

v10.12.2

Compare Source

Patch Changes
  • Fixed hoisting with enableGlobalVirtualStore set to true #​9648.
  • Fix the --help and -h flags not working as expected for the pnpm create command.
  • The dependency package path output by the pnpm licenses list --json command is incorrect.
  • Fix a bug in which pnpm deploy fails due to overridden dependencies having peer dependencies causing ERR_PNPM_OUTDATED_LOCKFILE #​9595.
postcss/postcss (postcss)

v8.5.6

Compare Source

  • Fixed ContainerWithChildren type discriminating (by @​Goodwine).
postcss/postcss-import (postcss-import)

v16.1.1

Compare Source

  • Fix incorrect cascade layer order when some resources can not be inlined (#​567, #​574)
sveltejs/svelte (svelte)

v5.34.7

Compare Source

Patch Changes
  • fix: address css class matching regression (#​16204)

v5.34.6

Compare Source

Patch Changes
  • fix: match class and style directives against attribute selector (#​16179)

v5.34.5

Compare Source

Patch Changes
  • fix: keep spread non-delegated event handlers up to date (#​16180)

  • fix: remove undefined attributes on hydration (#​16178)

  • fix: ensure sources within nested effects still register correctly (#​16193)

  • fix: avoid shadowing a variable in dynamic components (#​16185)

v5.34.4

Compare Source

Patch Changes
  • fix: don't set state withing with_parent in proxy (#​16176)

  • fix: use compiler-driven reactivity in legacy mode template expressions (#​16100)

sveltejs/language-tools (svelte-check)

v4.2.2

Compare Source

  • fix: invalidate project file cache and handle watcher race condition (#​2779)
  • fix: prevent error with bind:this={get, set} (#​2781)
  • fix: don't treat derived imported from svelte/store as a potential store (#​2780)
  • fix: key block can have its own block scope (#​2768)
terser/terser (terser)

v5.43.1

Compare Source

  • Prevent niche optimizations that would move around block declarations
  • Add lhs_constants to CompressOptions type (#​1621)

v5.43.0

Compare Source

  • Do not wrap callbacks in parentheses (wrap_func_args format option is now false by default)
  • Do not inline functions into for loops (for performance reasons)
typescript-eslint/typescript-eslint (typescript-eslint)

v8.34.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v7.0.0-beta.2

Compare Source

okineadev/vitepress-plugin-llms (vitepress-plugin-llms)

v1.5.1

Compare Source

compare changes

🩹 Fixes
  • 🚑 fix index page resolving (0461232)
  • 🚑 normalize file paths in TOC generation and tests (92f7ddf)
💅 Refactors
  • 🗃️ move sample Markdown documents for testing into separate .md files (b0eca52)
📖 Documentation
  • Add a note advising against use of this plugin in documentation repos for other languages (5e95245)
🤖 CI
❤️ Contributors
vitest-dev/vitest (vitest)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 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. 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.

fixes #18384

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 23, 2025
@sapphi-red sapphi-red merged commit 6b64d63 into main Jun 23, 2025
20 checks passed
@sapphi-red sapphi-red deleted the renovate/all-minor-patch branch June 23, 2025 02:37
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.

Vite moves @import at the top leading to an erroneous layers order
1 participant