mirror of https://github.com/vuejs/core.git
chore(deps): update compiler (#14021)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
7065cee4fd
commit
90d3ff4dec
|
|
@ -87,7 +87,7 @@
|
|||
"jsdom": "^27.1.0",
|
||||
"lint-staged": "^16.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"magic-string": "^0.30.19",
|
||||
"magic-string": "^0.30.21",
|
||||
"markdown-table": "^3.0.4",
|
||||
"marked": "13.0.3",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ settings:
|
|||
catalogs:
|
||||
default:
|
||||
'@babel/parser':
|
||||
specifier: ^7.28.4
|
||||
version: 7.28.4
|
||||
specifier: ^7.28.5
|
||||
version: 7.28.5
|
||||
'@babel/types':
|
||||
specifier: ^7.28.4
|
||||
version: 7.28.4
|
||||
specifier: ^7.28.5
|
||||
version: 7.28.5
|
||||
'@vitejs/plugin-vue':
|
||||
specifier: ^6.0.1
|
||||
version: 6.0.1
|
||||
|
|
@ -19,8 +19,8 @@ catalogs:
|
|||
specifier: ^2.0.2
|
||||
version: 2.0.2
|
||||
magic-string:
|
||||
specifier: ^0.30.19
|
||||
version: 0.30.19
|
||||
specifier: ^0.30.21
|
||||
version: 0.30.21
|
||||
source-map-js:
|
||||
specifier: ^1.2.1
|
||||
version: 1.2.1
|
||||
|
|
@ -34,10 +34,10 @@ importers:
|
|||
devDependencies:
|
||||
'@babel/parser':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
'@babel/types':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
'@rollup/plugin-alias':
|
||||
specifier: ^5.1.1
|
||||
version: 5.1.1(rollup@4.52.5)
|
||||
|
|
@ -108,8 +108,8 @@ importers:
|
|||
specifier: ^4.17.21
|
||||
version: 4.17.21
|
||||
magic-string:
|
||||
specifier: ^0.30.19
|
||||
version: 0.30.19
|
||||
specifier: ^0.30.21
|
||||
version: 0.30.21
|
||||
markdown-table:
|
||||
specifier: ^3.0.4
|
||||
version: 3.0.4
|
||||
|
|
@ -248,7 +248,7 @@ importers:
|
|||
dependencies:
|
||||
'@babel/parser':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
'@vue/shared':
|
||||
specifier: workspace:*
|
||||
version: link:../shared
|
||||
|
|
@ -264,7 +264,7 @@ importers:
|
|||
devDependencies:
|
||||
'@babel/types':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
|
||||
packages/compiler-dom:
|
||||
dependencies:
|
||||
|
|
@ -279,7 +279,7 @@ importers:
|
|||
dependencies:
|
||||
'@babel/parser':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
'@vue/compiler-core':
|
||||
specifier: workspace:*
|
||||
version: link:../compiler-core
|
||||
|
|
@ -297,7 +297,7 @@ importers:
|
|||
version: 2.0.2
|
||||
magic-string:
|
||||
specifier: 'catalog:'
|
||||
version: 0.30.19
|
||||
version: 0.30.21
|
||||
postcss:
|
||||
specifier: ^8.5.6
|
||||
version: 8.5.6
|
||||
|
|
@ -307,7 +307,7 @@ importers:
|
|||
devDependencies:
|
||||
'@babel/types':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
'@vue/consolidate':
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
|
|
@ -427,7 +427,7 @@ importers:
|
|||
dependencies:
|
||||
'@babel/parser':
|
||||
specifier: 'catalog:'
|
||||
version: 7.28.4
|
||||
version: 7.28.5
|
||||
estree-walker:
|
||||
specifier: 'catalog:'
|
||||
version: 2.0.2
|
||||
|
|
@ -468,13 +468,17 @@ packages:
|
|||
resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@babel/parser@7.28.4':
|
||||
resolution: {integrity: sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==}
|
||||
'@babel/helper-validator-identifier@7.28.5':
|
||||
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@babel/parser@7.28.5':
|
||||
resolution: {integrity: sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
|
||||
'@babel/types@7.28.4':
|
||||
resolution: {integrity: sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==}
|
||||
'@babel/types@7.28.5':
|
||||
resolution: {integrity: sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
'@bcoe/v8-coverage@1.0.2':
|
||||
|
|
@ -2670,8 +2674,8 @@ packages:
|
|||
resolution: {integrity: sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==}
|
||||
engines: {node: '>=12'}
|
||||
|
||||
magic-string@0.30.19:
|
||||
resolution: {integrity: sha512-2N21sPY9Ws53PZvsEpVtNuSW+ScYbQdp4b9qUaL+9QkHUrGFKo56Lg9Emg5s9V/qrtNBmiR01sYhUOwu3H+VOw==}
|
||||
magic-string@0.30.21:
|
||||
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
||||
|
||||
magicast@0.3.5:
|
||||
resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==}
|
||||
|
|
@ -3725,14 +3729,16 @@ snapshots:
|
|||
|
||||
'@babel/helper-validator-identifier@7.27.1': {}
|
||||
|
||||
'@babel/parser@7.28.4':
|
||||
dependencies:
|
||||
'@babel/types': 7.28.4
|
||||
'@babel/helper-validator-identifier@7.28.5': {}
|
||||
|
||||
'@babel/types@7.28.4':
|
||||
'@babel/parser@7.28.5':
|
||||
dependencies:
|
||||
'@babel/types': 7.28.5
|
||||
|
||||
'@babel/types@7.28.5':
|
||||
dependencies:
|
||||
'@babel/helper-string-parser': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.27.1
|
||||
'@babel/helper-validator-identifier': 7.28.5
|
||||
|
||||
'@bcoe/v8-coverage@1.0.2': {}
|
||||
|
||||
|
|
@ -4140,7 +4146,7 @@ snapshots:
|
|||
estree-walker: 2.0.2
|
||||
fdir: 6.4.4(picomatch@4.0.2)
|
||||
is-reference: 1.2.1
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
picomatch: 4.0.2
|
||||
optionalDependencies:
|
||||
rollup: 4.52.5
|
||||
|
|
@ -4149,7 +4155,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.0(rollup@4.52.5)
|
||||
estree-walker: 2.0.2
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
optionalDependencies:
|
||||
rollup: 4.52.5
|
||||
|
||||
|
|
@ -4172,7 +4178,7 @@ snapshots:
|
|||
'@rollup/plugin-replace@5.0.4(rollup@4.52.5)':
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.1.0(rollup@4.52.5)
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
optionalDependencies:
|
||||
rollup: 4.52.5
|
||||
|
||||
|
|
@ -4544,7 +4550,7 @@ snapshots:
|
|||
istanbul-lib-report: 3.0.1
|
||||
istanbul-lib-source-maps: 5.0.6
|
||||
istanbul-reports: 3.1.7
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
magicast: 0.3.5
|
||||
std-env: 3.9.0
|
||||
test-exclude: 7.0.1
|
||||
|
|
@ -4576,7 +4582,7 @@ snapshots:
|
|||
dependencies:
|
||||
'@vitest/spy': 3.2.4
|
||||
estree-walker: 3.0.3
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
optionalDependencies:
|
||||
vite: 5.4.19(@types/node@22.19.0)(sass@1.93.3)
|
||||
|
||||
|
|
@ -4593,7 +4599,7 @@ snapshots:
|
|||
'@vitest/snapshot@3.2.4':
|
||||
dependencies:
|
||||
'@vitest/pretty-format': 3.2.4
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
pathe: 2.0.3
|
||||
|
||||
'@vitest/spy@3.2.4':
|
||||
|
|
@ -4686,7 +4692,7 @@ snapshots:
|
|||
|
||||
babel-walk@3.0.0-canary-5:
|
||||
dependencies:
|
||||
'@babel/types': 7.28.4
|
||||
'@babel/types': 7.28.5
|
||||
|
||||
balanced-match@1.0.2: {}
|
||||
|
||||
|
|
@ -4862,8 +4868,8 @@ snapshots:
|
|||
|
||||
constantinople@4.0.1:
|
||||
dependencies:
|
||||
'@babel/parser': 7.28.4
|
||||
'@babel/types': 7.28.4
|
||||
'@babel/parser': 7.28.5
|
||||
'@babel/types': 7.28.5
|
||||
|
||||
content-disposition@0.5.2: {}
|
||||
|
||||
|
|
@ -5778,14 +5784,14 @@ snapshots:
|
|||
|
||||
lru-cache@7.18.3: {}
|
||||
|
||||
magic-string@0.30.19:
|
||||
magic-string@0.30.21:
|
||||
dependencies:
|
||||
'@jridgewell/sourcemap-codec': 1.5.5
|
||||
|
||||
magicast@0.3.5:
|
||||
dependencies:
|
||||
'@babel/parser': 7.28.4
|
||||
'@babel/types': 7.28.4
|
||||
'@babel/parser': 7.28.5
|
||||
'@babel/types': 7.28.5
|
||||
source-map-js: 1.2.1
|
||||
|
||||
make-dir@4.0.0:
|
||||
|
|
@ -6274,7 +6280,7 @@ snapshots:
|
|||
|
||||
rollup-plugin-dts@6.2.3(rollup@4.52.5)(typescript@5.6.3):
|
||||
dependencies:
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
rollup: 4.52.5
|
||||
typescript: 5.6.3
|
||||
optionalDependencies:
|
||||
|
|
@ -6712,7 +6718,7 @@ snapshots:
|
|||
chai: 5.2.0
|
||||
debug: 4.4.1
|
||||
expect-type: 1.2.1
|
||||
magic-string: 0.30.19
|
||||
magic-string: 0.30.21
|
||||
pathe: 2.0.3
|
||||
picomatch: 4.0.2
|
||||
std-env: 3.9.0
|
||||
|
|
@ -6778,8 +6784,8 @@ snapshots:
|
|||
|
||||
with@7.0.2:
|
||||
dependencies:
|
||||
'@babel/parser': 7.28.4
|
||||
'@babel/types': 7.28.4
|
||||
'@babel/parser': 7.28.5
|
||||
'@babel/types': 7.28.5
|
||||
assert-never: 1.3.0
|
||||
babel-walk: 3.0.0-canary-5
|
||||
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@ packages:
|
|||
- 'packages-private/*'
|
||||
|
||||
catalog:
|
||||
'@babel/parser': ^7.28.4
|
||||
'@babel/types': ^7.28.4
|
||||
'@babel/parser': ^7.28.5
|
||||
'@babel/types': ^7.28.5
|
||||
'estree-walker': ^2.0.2
|
||||
'magic-string': ^0.30.19
|
||||
'magic-string': ^0.30.21
|
||||
'source-map-js': ^1.2.1
|
||||
'vite': ^5.4.15
|
||||
'@vitejs/plugin-vue': ^6.0.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue