Closed renovate[bot] closed 4 days ago
File | Size | Gzip | Brotli |
---|---|---|---|
runtime-dom.global.prod.js | 100 kB | 37.9 kB | 34.2 kB |
vue.global.prod.js | 158 kB | 57.8 kB | 51.4 kB |
Name | Size | Gzip | Brotli |
---|---|---|---|
createApp (CAPI only) | 47.2 kB | 18.3 kB | 16.8 kB |
createApp | 55.2 kB | 21.3 kB | 19.5 kB |
createSSRApp | 59.3 kB | 23.1 kB | 21 kB |
defineCustomElement | 60.1 kB | 22.9 kB | 20.8 kB |
overall | 69.1 kB | 26.5 kB | 24.1 kB |
``` pnpm add https://pkg.pr.new/@vue/compiler-core@12421 ```
``` pnpm add https://pkg.pr.new/@vue/compiler-dom@12421 ```
``` pnpm add https://pkg.pr.new/@vue/compiler-ssr@12421 ```
``` pnpm add https://pkg.pr.new/@vue/compiler-sfc@12421 ```
``` pnpm add https://pkg.pr.new/@vue/reactivity@12421 ```
``` pnpm add https://pkg.pr.new/@vue/runtime-core@12421 ```
``` pnpm add https://pkg.pr.new/@vue/runtime-dom@12421 ```
``` pnpm add https://pkg.pr.new/@vue/server-renderer@12421 ```
``` pnpm add https://pkg.pr.new/@vue/shared@12421 ```
``` pnpm add https://pkg.pr.new/vue@12421 ```
``` pnpm add https://pkg.pr.new/@vue/compat@12421 ```
commit: 45556a4
This PR contains the following updates:
^1.9.1
->^1.9.2
^5.1.5
->^5.2.0
^4.25.0
->^4.27.2
^5.4.10
->^5.4.11
Release Notes
swc-project/swc (@swc/core)
### [`v1.9.2`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#192---2024-11-11) [Compare Source](https://redirect.github.com/swc-project/swc/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **(es)** Fix typo in feature name ([#9721](https://redirect.github.com/swc-project/swc/issues/9721)) ([aff9de5](https://redirect.github.com/swc-project/swc/commit/aff9de5ea37d5d34d587b96b8044d08644936524)) ##### Features - **(es/codegen)** Implement proper `inline_script` support ([#9729](https://redirect.github.com/swc-project/swc/issues/9729)) ([e732a36](https://redirect.github.com/swc-project/swc/commit/e732a36373f0959a0653dc51a863230a9b3d8982))vitejs/vite-plugin-vue (@vitejs/plugin-vue)
### [`v5.2.0`](https://redirect.github.com/vitejs/vite-plugin-vue/blob/HEAD/packages/plugin-vue/CHANGELOG.md#520-2024-11-13) - feat: add a feature option to support custom component id generator ([#461](https://redirect.github.com/vitejs/vite-plugin-vue/issues/461)) ([7a1fc4c](https://redirect.github.com/vitejs/vite-plugin-vue/commit/7a1fc4c)), closes [#461](https://redirect.github.com/vitejs/vite-plugin-vue/issues/461)rollup/rollup (rollup)
### [`v4.27.2`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4272) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.27.1...v4.27.2) *2024-11-15* ##### Bug Fixes - Ensure unused variables in patterns are always deconflicted if rendered ([#5728](https://redirect.github.com/rollup/rollup/issues/5728)) ##### Pull Requests - [#5728](https://redirect.github.com/rollup/rollup/pull/5728): Fix more variable deconflicting issues ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.27.1`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4271) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.27.0...v4.27.1) *2024-11-15* ##### Bug Fixes - Fix some situations where parameter declarations could put Rollup into an infinite loop ([#5727](https://redirect.github.com/rollup/rollup/issues/5727)) ##### Pull Requests - [#5727](https://redirect.github.com/rollup/rollup/pull/5727): Debug out-of-memory issues with Rollup v4.27.0 ([@lukastaegert](https://redirect.github.com/lukastaegert)) ### [`v4.27.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4270) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.26.0...v4.27.0) *2024-11-15* ##### Features - Tree-shake unused properties in object literals ([#5420](https://redirect.github.com/rollup/rollup/issues/5420)) ##### Bug Fixes - Change hash length limit to 21 to avoid inconsistent hash length ([#5423](https://redirect.github.com/rollup/rollup/issues/5423)) ##### Pull Requests - [#5420](https://redirect.github.com/rollup/rollup/pull/5420): feat: implement object tree-shaking ([@TrickyPi](https://redirect.github.com/TrickyPi), [@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5723](https://redirect.github.com/rollup/rollup/pull/5723): Reduce max hash size to 21 ([@lukastaegert](https://redirect.github.com/lukastaegert)) - [#5724](https://redirect.github.com/rollup/rollup/pull/5724): fix(deps): update swc monorepo (major) ([@renovate](https://redirect.github.com/renovate)\[bot]) - [#5725](https://redirect.github.com/rollup/rollup/pull/5725): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://redirect.github.com/renovate)\[bot]) ### [`v4.26.0`](https://redirect.github.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4260) [Compare Source](https://redirect.github.com/rollup/rollup/compare/v4.25.0...v4.26.0) *2024-11-13* ##### Features - Allow to avoid `await bundle.close()` via explicit resource management in TypeScript ([#5721](https://redirect.github.com/rollup/rollup/issues/5721)) ##### Pull Requests - [#5721](https://redirect.github.com/rollup/rollup/pull/5721): feat: support `using` for `RollupBuild` ([@shulaoda](https://redirect.github.com/shulaoda))vitejs/vite (vite)
### [`v5.4.11`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.11) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.10...v5.4.11) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md) for details.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.
This PR was generated by Mend Renovate. View the repository job log.