Skip to content

Commit a1af8af

Browse files
committed
chore: bump deps
1 parent 3011ed1 commit a1af8af

File tree

7 files changed

+1775
-1280
lines changed

7 files changed

+1775
-1280
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This changelog is generated by [GitHub Releases](https://github.com/intlify/bund
55
<!-- Release notes generated using configuration in .github/release.yml at v11.0.1 -->
66

77
## What's Changed
8+
89
### 🐛 Bug Fixes
9-
* fix: normalize include exclude paths by @BobbieGoede in https://github.com/intlify/bundle-tools/pull/507
1010

11+
- fix: normalize include exclude paths by @BobbieGoede in https://github.com/intlify/bundle-tools/pull/507
1112

1213
**Full Changelog**: https://github.com/intlify/bundle-tools/compare/v11.0.0...v11.0.1
1314

14-
1515
# v11.0.0 (2025-09-04T14:46:09Z)
1616

1717
This changelog is generated by [GitHub Releases](https://github.com/intlify/bundle-tools/releases/tag/v11.0.0)

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default defineConfig(
5555
},
5656
globalIgnores([
5757
'examples/**',
58+
'CHANGELOG.md',
5859
'.unmaintained/**',
5960
'packages/**/CHANGELOG.md',
6061
'**/*.md/*.ts',

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,33 @@
1010
},
1111
"type": "module",
1212
"devDependencies": {
13-
"@eslint/markdown": "^6.4.0",
13+
"@eslint/markdown": "^6.6.0",
1414
"@kazupon/eslint-config": "^0.29.0",
1515
"@kazupon/prettier-config": "^0.1.1",
1616
"@types/node": "catalog:",
17-
"@vitest/eslint-plugin": "^1.2.0",
18-
"bumpp": "^10.1.1",
19-
"eslint": "^9.27.0",
20-
"eslint-config-prettier": "^10.1.5",
21-
"eslint-import-resolver-typescript": "^4.3.4",
22-
"eslint-plugin-import": "^2.31.0",
23-
"eslint-plugin-jsonc": "^2.20.0",
17+
"@vitest/eslint-plugin": "^1.3.10",
18+
"bumpp": "^10.2.3",
19+
"eslint": "^9.35.0",
20+
"eslint-config-prettier": "^10.1.8",
21+
"eslint-import-resolver-typescript": "^4.4.4",
22+
"eslint-plugin-import": "^2.32.0",
23+
"eslint-plugin-jsonc": "^2.20.1",
2424
"eslint-plugin-promise": "^7.2.1",
25-
"eslint-plugin-regexp": "^2.7.0",
25+
"eslint-plugin-regexp": "^2.10.0",
2626
"eslint-plugin-unicorn": "^58.0.0",
27-
"eslint-plugin-unused-imports": "^4.1.4",
27+
"eslint-plugin-unused-imports": "^4.2.0",
2828
"eslint-plugin-yml": "^1.18.0",
29-
"get-port-please": "^3.1.2",
30-
"jiti": "^2.4.2",
31-
"knip": "^5.56.0",
29+
"get-port-please": "^3.2.0",
30+
"jiti": "^2.5.1",
31+
"knip": "^5.63.1",
3232
"lint-staged": "^15.5.2",
3333
"pkg-pr-new": "^0.0.43",
34-
"playwright-core": "^1.52.0",
35-
"prettier": "^3.5.3",
34+
"playwright-core": "^1.55.0",
35+
"prettier": "^3.6.2",
3636
"source-map": "0.6.1",
37-
"typescript": "^5.8.3",
38-
"typescript-eslint": "^8.32.1",
39-
"vitest": "^3.2.0",
37+
"typescript": "^5.9.2",
38+
"typescript-eslint": "^8.44.0",
39+
"vitest": "^3.2.4",
4040
"vue-loader": "catalog:webpack"
4141
},
4242
"pnpm": {
@@ -45,7 +45,7 @@
4545
},
4646
"onlyBuiltDependencies": [
4747
"esbuild",
48-
"unrs-resolver"
48+
"oxc-resolver"
4949
]
5050
},
5151
"license": "MIT",
@@ -100,5 +100,5 @@
100100
"test:e2e": "pnpm check-install && vitest -c ./vitest.e2e.config.ts run",
101101
"test:e2e:unplugin": "pnpm --filter @intlify/unplugin-vue-i18n test:e2e"
102102
},
103-
"packageManager": "pnpm@10.11.0"
103+
"packageManager": "pnpm@10.16.1"
104104
}

packages/unplugin-vue-i18n/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,12 +311,10 @@ If you need to use programmatically dynamic resource construction, you would be
311311
Bundle target vue-i18n module. You can specify either `‘vue-i18n’` or `‘petite-vue-i18n’`.
312312

313313
The default is `'vue-i18n'`, and the following installed in node_modules will be bundled.
314-
315314
- development: `vue-i18n.esm-bundler.js`
316315
- production: `vue-i18n.runtime.esm-bundler.js`
317316

318317
In the case of `‘petite-vue-i18n’`, the following installed in node_modules will be bundled.
319-
320318
- development: `petite-vue-i18n.esm-bundler.js`
321319
- production: `petite-vue-i18n.runtime.esm-bundler.js`
322320

packages/unplugin-vue-i18n/test/utils.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,11 @@ export function bundleWebpack(
140140
plugins: [new VueLoader(), webpackPlugin({ include, exclude, ...options })]
141141
}
142142

143-
// @ts-ignore
144143
const config = merge({}, baseConfig)
145-
// @ts-ignore
146144
const compiler = webpack(config)
145+
if (compiler == null) {
146+
return Promise.reject(new Error('Cannot create webpack compiler'))
147+
}
147148

148149
const mfs = new memoryfs()
149150
// @ts-expect-error -- FIXME: type error

0 commit comments

Comments
 (0)