Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update vue32 to vue34
  • Loading branch information
sapphi-red committed Apr 21, 2025
commit 8e09a37df0bc35f40620ce9fdcb1a98b39aa7400
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// pinned
"slash3",
"slash5",
"vue32",
"vue34",

// breaking changes
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
Expand Down
4 changes: 2 additions & 2 deletions playground/external/__tests__/external.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ test('should have default exports', async () => {
describe.runIf(isBuild)('build', () => {
test('should externalize imported packages', async () => {
// If `vue` is successfully externalized, the page should use the version from the import map
expect(await page.textContent('#imported-vue-version')).toBe('3.2.47')
expect(await page.textContent('#imported-vue-version')).toBe('3.4.38')
})

test('should externalize required packages', async () => {
// If `vue` is successfully externalized, the page should use the version from the import map
expect(await page.textContent('#required-vue-version')).toBe('3.2.47')
expect(await page.textContent('#required-vue-version')).toBe('3.4.38')
})
})
2 changes: 1 addition & 1 deletion playground/external/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="importmap">
{
"imports": {
"vue": "/vue@3.2.47.js",
"vue": "/vue@3.4.38.js",
"slash5": "/[email protected]",
"slash3": "/[email protected]"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"vue": "^3.5.13",
"vue32": "npm:vue@~3.2.47"
"vue34": "npm:vue@~3.4.38"
}
}
2 changes: 1 addition & 1 deletion playground/external/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import fs from 'node:fs/promises'
import { defineConfig } from 'vite'

const npmDirectServeConfig = {
'/vue@3.2.47.js': 'vue32/dist/vue.runtime.esm-browser.js',
'/vue@3.4.38.js': 'vue34/dist/vue.runtime.esm-browser.js',
'/[email protected]': 'slash5/index.js',
}
/** @type {import('vite').Connect.NextHandleFunction} */
Expand Down
2 changes: 1 addition & 1 deletion playground/html/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ${
children: `
{
"imports": {
"vue": "https://unpkg.com/vue@3.2.47/dist/vue.runtime.esm-browser.js"
"vue": "https://unpkg.com/vue@3.4.38/dist/vue.runtime.esm-browser.js"
}
}
`,
Expand Down
157 changes: 68 additions & 89 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.