Skip to content

Commit f14e7a8

Browse files
sapphi-redmoonlitusun
authored andcommitted
chore(deps): update vue32 to vue34 (vitejs#19904)
1 parent 424ce0d commit f14e7a8

File tree

7 files changed

+75
-96
lines changed

7 files changed

+75
-96
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// pinned
2828
"slash3",
2929
"slash5",
30-
"vue32",
30+
"vue34",
3131

3232
// breaking changes
3333
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)

playground/external/__tests__/external.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ test('should have default exports', async () => {
1616
describe.runIf(isBuild)('build', () => {
1717
test('should externalize imported packages', async () => {
1818
// If `vue` is successfully externalized, the page should use the version from the import map
19-
expect(await page.textContent('#imported-vue-version')).toBe('3.2.47')
19+
expect(await page.textContent('#imported-vue-version')).toBe('3.4.38')
2020
})
2121

2222
test('should externalize required packages', async () => {
2323
// If `vue` is successfully externalized, the page should use the version from the import map
24-
expect(await page.textContent('#required-vue-version')).toBe('3.2.47')
24+
expect(await page.textContent('#required-vue-version')).toBe('3.4.38')
2525
})
2626
})

playground/external/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script type="importmap">
88
{
99
"imports": {
10-
"vue": "/vue@3.2.47.js",
10+
"vue": "/vue@3.4.38.js",
1111
"slash5": "/[email protected]",
1212
"slash3": "/[email protected]"
1313
}

playground/external/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"slash5": "npm:slash@^5.1.0",
1919
"vite": "workspace:*",
2020
"vue": "^3.5.13",
21-
"vue32": "npm:vue@~3.2.47"
21+
"vue34": "npm:vue@~3.4.38"
2222
}
2323
}

playground/external/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs from 'node:fs/promises'
22
import { defineConfig } from 'vite'
33

44
const npmDirectServeConfig = {
5-
'/vue@3.2.47.js': 'vue32/dist/vue.runtime.esm-browser.js',
5+
'/vue@3.4.38.js': 'vue34/dist/vue.runtime.esm-browser.js',
66
'/[email protected]': 'slash5/index.js',
77
}
88
/** @type {import('vite').Connect.NextHandleFunction} */

playground/html/vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ ${
204204
children: `
205205
{
206206
"imports": {
207-
"vue": "https://unpkg.com/vue@3.2.47/dist/vue.runtime.esm-browser.js"
207+
"vue": "https://unpkg.com/vue@3.4.38/dist/vue.runtime.esm-browser.js"
208208
}
209209
}
210210
`,

pnpm-lock.yaml

Lines changed: 68 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)