chore(deps): update transitive deps (#18602)

This commit is contained in:
翠 / green 2024-11-07 23:33:03 +09:00 committed by GitHub
parent 326ee45b44
commit 0c8b15238b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 1215 additions and 1127 deletions

View File

@ -1026,7 +1026,7 @@ Repository: pillarjs/finalhandler
## follow-redirects
License: MIT
By: Ruben Verborgh, Olivier Lalonde, James Talmage
Repository: git@github.com:follow-redirects/follow-redirects.git
Repository: git+ssh://git@github.com/follow-redirects/follow-redirects.git
> Copyright 2014present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
>

View File

@ -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.0')
expect(await page.textContent('#imported-vue-version')).toBe('3.2.47')
})
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.0')
expect(await page.textContent('#required-vue-version')).toBe('3.2.47')
})
})

View File

@ -7,7 +7,7 @@
<script type="importmap">
{
"imports": {
"vue": "/vue@3.2.0.js",
"vue": "/vue@3.2.47.js",
"slash5": "/slash@5.js",
"slash3": "/slash@3.0.0.js"
}

View File

@ -18,6 +18,6 @@
"slash5": "npm:slash@^5.1.0",
"vite": "workspace:*",
"vue": "^3.5.12",
"vue32": "npm:vue@~3.2.0"
"vue32": "npm:vue@~3.2.47"
}
}

View File

@ -2,7 +2,7 @@ import fs from 'node:fs/promises'
import { defineConfig } from 'vite'
const npmDirectServeConfig = {
'/vue@3.2.0.js': 'vue32/dist/vue.runtime.esm-browser.js',
'/vue@3.2.47.js': 'vue32/dist/vue.runtime.esm-browser.js',
'/slash@5.js': 'slash5/index.js',
}
/** @type {import('vite').Connect.NextHandleFunction} */

View File

@ -202,7 +202,7 @@ ${
children: `
{
"imports": {
"vue": "https://unpkg.com/vue@3.2.0/dist/vue.runtime.esm-browser.js"
"vue": "https://unpkg.com/vue@3.2.47/dist/vue.runtime.esm-browser.js"
}
}
`,

File diff suppressed because it is too large Load Diff