Skip to content

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

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 Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.27.0 -> ^7.27.1 age adoption passing confidence
@rspack/cli (source) ^1.3.7 -> ^1.3.10 age adoption passing confidence
@rspack/core (source) ^1.3.7 -> ^1.3.10 age adoption passing confidence
@sxzz/eslint-config ^6.1.2 -> ^6.2.0 age adoption passing confidence
@sxzz/test-utils ^0.5.5 -> ^0.5.6 age adoption passing confidence
@types/node (source) ^22.15.2 -> ^22.15.18 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.2.3 -> ^5.2.4 age adoption passing confidence
@vitest/ui (source) ^3.1.2 -> ^3.1.3 age adoption passing confidence
@vue/reactivity (source) ^3.5.13 -> ^3.5.14 age adoption passing confidence
core-js (source) ^3.41.0 -> ^3.42.0 age adoption passing confidence
debug ^4.4.0 -> ^4.4.1 age adoption passing confidence
esbuild ^0.25.3 -> ^0.25.4 age adoption passing confidence
eslint (source) ^9.25.1 -> ^9.26.0 age adoption passing confidence
pnpm (source) 10.9.0 -> 10.11.0 age adoption passing confidence
rolldown (source) 1.0.0-beta.7-commit.a7cf9ac -> 1.0.0-beta.8-commit.f97bbba age adoption passing confidence
rollup (source) ^4.40.0 -> ^4.40.2 age adoption passing confidence
sass ^1.87.0 -> ^1.88.0 age adoption passing confidence
tsdown ^0.9.6 -> ^0.11.9 age adoption passing confidence
unplugin (source) ^2.3.2 -> ^2.3.4 age adoption passing confidence
unplugin-oxc ^0.3.6 -> ^0.4.3 age adoption passing confidence
vite (source) ^6.3.3 -> ^6.3.5 age adoption passing confidence
vitest (source) ^3.1.2 -> ^3.1.3 age adoption passing confidence
vue (source) ^3.5.13 -> ^3.5.14 age adoption passing confidence
webpack ^5.99.7 -> ^5.99.8 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.27.1

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-wrap-function, babel-plugin-transform-async-to-generator
  • babel-helper-remap-async-to-generator, babel-plugin-transform-async-to-generator
  • babel-helper-fixtures, babel-parser
  • babel-generator, babel-parser
    • #​17226 Fill optional AST properties when both estree and typescript parser plugin are enabled (Part 2) (@​JLHwung)
  • babel-parser
  • babel-compat-data, babel-preset-env
  • babel-traverse
  • babel-generator
💅 Polish
  • babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-transform-arrow-functions, babel-plugin-transform-class-properties, babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-traverse
🏠 Internal
  • babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-compat-data, babel-preset-env
  • babel-compat-data, babel-standalone
  • Other
  • babel-register
  • babel-cli, babel-compat-data, babel-core, babel-generator, babel-helper-compilation-targets, babel-helper-fixtures, babel-helper-module-imports, babel-helper-module-transforms, babel-helper-plugin-test-runner, babel-helper-transform-fixture-test-runner, babel-helpers, babel-node, babel-parser, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-react-display-name, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-preset-env, babel-register, babel-standalone, babel-types
  • babel-plugin-transform-regenerator
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-regenerator
  • babel-helpers
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-modules-commonjs, babel-runtime-corejs3
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
web-infra-dev/rspack (@​rspack/cli)

v1.3.10

Compare Source

Highlights 💡

Source Map Generation for Rspack Runtime Code

Rspack now supports source map generation for runtime code, enabling more efficient diagnosing problems—both in production and development environments.

image

What's Changed

Performance Improvements ⚡
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.3.9...v1.3.10

v1.3.9

Compare Source

What's Changed

Performance Improvements ⚡
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.3.8...v1.3.9

v1.3.8

Compare Source

Highlights 💡

Exposing SWC JS API

Rspack now experimentally exposes some SWC JavaScript APIs via rspack.experiments.swc. This allows you to call SWC methods like transform or minify without installing the additional @​swc/core package.

See SWC API for more details.

What's Changed

Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.3.7...v1.3.8

sxzz/eslint-config (@​sxzz/eslint-config)

v6.2.0

Compare Source

   🚀 Features
    View changes on GitHub
sxzz/test-utils (@​sxzz/test-utils)

v0.5.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v5.2.4

vitest-dev/vitest (@​vitest/ui)

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
vuejs/core (@​vue/reactivity)

v3.5.14

Compare Source

Bug Fixes
  • compat: correct deprecation message for v-bind.sync usage (#​13137) (466b30f), closes #​13133
  • compiler-core: remove slot cache from parent renderCache during unmounting (#​13215) (5d166f3)
  • compiler-sfc: fix scope handling for props des

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.

Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

pkg-pr-new bot commented Feb 17, 2025

Open in StackBlitz

npm i https://pkg.pr.new/unplugin/unplugin-vue@179

commit: 2031887

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 2f1dc25 to 0e19b42 Compare February 22, 2025 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 45fc658 to 9c233de Compare March 2, 2025 18:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b78ba23 to 84b9c12 Compare March 5, 2025 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from b6e9e7c to cd08756 Compare May 9, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from b011908 to a99de9c Compare May 14, 2025 07:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a99de9c to 37f8458 Compare May 15, 2025 03:35
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