Skip to content

Commit 81189b0

Browse files
committed
fix: hook filter & module type implementation
1 parent a41e9d3 commit 81189b0

File tree

13 files changed

+516
-795
lines changed

13 files changed

+516
-795
lines changed

examples/vite/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import path from 'path'
1+
import path from 'node:path'
22
import { defineConfig } from 'vite'
33
import vue from '@vitejs/plugin-vue'
44
import vueI18n from '../../packages/unplugin-vue-i18n/src/vite'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"vue-loader17": "npm:[email protected]",
8080
"vue-template-compiler": "^2.6.14",
8181
"vue2": "npm:vue@^2.6.14",
82-
"webpack": "^5.88.2",
82+
"webpack": "^5.99.8",
8383
"webpack-cli": "^5.1.4",
8484
"webpack-dev-server": "^4.15.1",
8585
"webpack-merge": "^5.9.0"

packages/bundle-utils/test/generator/yaml.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { generate } from '../../src/yaml'
22
import { readFile } from '../utils'
33
;['yaml', 'yml'].forEach(format => {
4-
// eslint-disable-next-line vitest/valid-title
54
test(format, async () => {
65
const { source } = await readFile(`./fixtures/codegen/complex.${format}`)
76
const { code, map } = generate(source, {

packages/unplugin-vue-i18n/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@eslint-community/eslint-utils": "^4.4.0",
28-
"@intlify/bundle-utils": "^10.0.1",
29-
"@intlify/shared": "^11.1.2",
28+
"@intlify/bundle-utils": "12.0.0-alpha.2",
29+
"@intlify/shared": "12.0.0-alpha.2",
3030
"@intlify/vue-i18n-extensions": "^8.0.0",
3131
"@rollup/pluginutils": "^5.1.0",
3232
"@typescript-eslint/scope-manager": "^8.13.0",

0 commit comments

Comments
 (0)