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

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.25.6 -> ^7.26.0 age adoption passing confidence
@rspack/cli (source) 1.0.4 -> 1.1.4 age adoption passing confidence
@rspack/core (source) 1.0.4 -> 1.1.4 age adoption passing confidence
@swc/core (source) ^1.7.26 -> ^1.9.3 age adoption passing confidence
@sxzz/eslint-config ^4.2.0 -> ^4.5.0 age adoption passing confidence
@sxzz/test-utils ^0.3.2 -> ^0.3.7 age adoption passing confidence
@types/node (source) ^22.5.4 -> ^22.10.0 age adoption passing confidence
@vitejs/plugin-vue (source) 5.1.3 -> 5.2.1 age adoption passing confidence
@vitest/ui (source) 2.1.0 -> 2.1.6 age adoption passing confidence
@vue/reactivity (source) ^3.5.4 -> ^3.5.13 age adoption passing confidence
bumpp ^9.5.2 -> ^9.8.1 age adoption passing confidence
esbuild 0.23.1 -> 0.24.0 age adoption passing confidence
esbuild ^0.23.1 -> ^0.24.0 age adoption passing confidence
eslint (source) ^9.10.0 -> ^9.15.0 age adoption passing confidence
html-webpack-plugin ^5.6.0 -> ^5.6.3 age adoption passing confidence
pnpm (source) 9.10.0 -> 9.14.2 age adoption passing confidence
rolldown (source) ^0.13.2 -> ^0.14.0 age adoption passing confidence
rollup (source) ^4.21.3 -> ^4.27.4 age adoption passing confidence
sass ^1.78.0 -> ^1.81.0 age adoption passing confidence
serve ^14.2.3 -> ^14.2.4 age adoption passing confidence
tsup (source) ^8.2.4 -> ^8.3.5 age adoption passing confidence
typescript (source) ^5.6.2 -> ^5.7.2 age adoption passing confidence
unplugin ^1.14.1 -> ^1.16.0 age adoption passing confidence
vite (source) ^5.4.4 -> ^5.4.11 age adoption passing confidence
vite-plugin-inspect ^0.8.7 -> ^0.8.8 age adoption passing confidence
vitest (source) 2.1.0 -> 2.1.6 age adoption passing confidence
vue (source) ^3.5.4 -> ^3.5.13 age adoption passing confidence
webpack ^5.94.0 -> ^5.96.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/types)

v7.26.0

Compare Source

🚀 New Feature
  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser
🐛 Bug Fix
💅 Polish
  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone
🏠 Internal
🏃‍♀️ Performance
  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.8

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-parser, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-defer, babel-plugin-proposal-partial-application, babel-plugin-proposal-throw-expressions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-static-block, babel-plugin-transform-dynamic-import, babel-plugin-transform-export-namespace-from, babel-plugin-transform-json-strings, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-rest-spread, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-private-property-in-object, babel-preset-env

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
web-infra-dev/rspack (@​rspack/cli)

v1.1.4

Compare Source

What's Changed

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

New Contributors

Full Changelog: web-infra-dev/rspack@v1.1.3...v1.1.4

v1.1.3

Compare Source

What's Changed

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

Full Changelog: web-infra-dev/rspack@v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

💡 Highlights

DefinePlugin destructuring optimization

Rspack v1.1.2 improved the output of DefinePlugin by eliminating unused object properties from the final bundle, resulting in a smaller output size:

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

New Contributors

Full Changelog: web-infra-dev/rspack@v1.1.1...v1.1.2

v1.1.1

Compare Source

💡 Highlights
Support for DllPlugin

This release introduced rspack.DllPlugin and rspack.DllReferencePlugin in #​8296 to be compatible with webpack's DLLPlugin and DllReferencePlugin.

DLL plugins help you improve build performance by separating rarely-changed code (like vendor dependencies) into separate bundles. The term "DLL" stands for Dynamic-link library. See here for more information.

What's Changed
Exciting New Features 🎉
Bug Fixes 🐞
Document Updates 📖
Other Changes

Full Changelog: web-infra-dev/rspack@v1.1.0...v1.1.1

v1.1.0

Compare Source

See Announcing Rspack 1.1 for more details.

What's Changed

Performance Improvements ⚡
Exciting New Features 🎉

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.

Copy link

stackblitz bot commented Sep 16, 2024

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

Copy link

pkg-pr-new bot commented Sep 16, 2024

Open in Stackblitz

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

commit: 237cd23

Copy link

socket-security bot commented Sep 16, 2024

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

Package New capabilities Transitives Size Publisher
npm/@babel/[email protected] environment +2 2.63 MB nicolo-ribaudo
npm/@rspack/[email protected] environment, eval Transitive: filesystem, network, shell, unsafe +270 20.4 MB hardfist
npm/@rspack/[email protected] environment, eval, filesystem, network, shell, unsafe +7 4.77 MB hardfist
npm/@swc/[email protected] None +2 197 kB kdy1, kwonoj
npm/@sxzz/[email protected] environment Transitive: eval, filesystem, shell, unsafe +242 46.2 MB sxzz
npm/@sxzz/[email protected] None +4 238 kB sxzz
npm/@types/[email protected] None +1 2.37 MB types
npm/@vitejs/[email protected] None 0 198 kB antfu, patak, soda, ...3 more
npm/@vitest/[email protected] Transitive: filesystem +14 2.25 MB vitestbot
npm/@vue/[email protected] environment +1 409 kB yyx990803
npm/[email protected] filesystem, unsafe Transitive: environment, network, shell +74 7.21 MB antfu
npm/[email protected] environment, filesystem, network, shell 0 134 kB esbuild, evanw
npm/[email protected] environment Transitive: eval, filesystem, shell, unsafe +82 10.6 MB eslintbot
npm/[email protected] Transitive: environment, filesystem, network, shell +38 7.33 MB ampedandwired, evilebottnawi, jantimon, ...2 more
npm/[email protected] environment +1 1.36 MB rolldownbot
npm/[email protected] environment, filesystem +1 2.63 MB eventualbuddha, lukastaegert, rich_harris, ...2 more
npm/[email protected] Transitive: environment, filesystem +3 6.64 MB hcatlin, nex3, sassbot
npm/[email protected] Transitive: environment, eval, filesystem, network, shell, unsafe +88 4.6 MB vercel-release-bot
npm/[email protected] eval, filesystem Transitive: environment, shell, unsafe +21 2.06 MB egoist
npm/[email protected] None 0 22.7 MB typescript-bot
npm/[email protected] Transitive: environment +2 786 kB antfu, sxzz
npm/[email protected] environment, filesystem +25 5.04 MB antfu
npm/[email protected] Transitive: environment, filesystem +3 3.04 MB antfu, patak, soda, ...2 more
npm/[email protected] environment, eval Transitive: filesystem, shell, unsafe +31 4.32 MB antfu, oreanno, patak, ...1 more
npm/[email protected] environment, eval Transitive: filesystem, unsafe +17 13.2 MB yyx990803
npm/[email protected] environment, filesystem, network, unsafe Transitive: eval, shell +137 26.2 MB evilebottnawi, jhnns, sokra, ...1 more

🚮 Removed packages: npm/@babel/[email protected], npm/@rspack/[email protected], npm/@rspack/[email protected], npm/@swc/[email protected], npm/@sxzz/[email protected], npm/@sxzz/[email protected], npm/@types/[email protected], npm/@vitejs/[email protected], npm/@vitest/[email protected], npm/@vue/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from f3db6e9 to fa538d8 Compare September 22, 2024 04:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 5079732 to b3bee46 Compare September 27, 2024 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 2a51ef9 to 92848a3 Compare November 21, 2024 14:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from d593c22 to 73e8fab Compare November 26, 2024 14:47
Copy link
Contributor Author

renovate bot commented Nov 26, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@sxzz sxzz force-pushed the renovate/all-minor-patch branch from e678dd5 to 237cd23 Compare November 26, 2024 14:57
@sxzz sxzz merged commit d1dbd63 into main Nov 26, 2024
10 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch November 26, 2024 14:58
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.

1 participant