Skip to content

Commit c8a61e3

Browse files
authored
fix: upgrade rollup and typescript (#114)
1 parent a78a724 commit c8a61e3

File tree

4 files changed

+74
-91
lines changed

4 files changed

+74
-91
lines changed

.github/renovate.json5

-3
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,12 @@
1313
],
1414
"ignoreDeps": [
1515
// manually bumping
16-
"esbuild",
1716
"rollup",
1817
"node",
1918
"typescript",
2019

2120
// breaking changes
2221
"source-map", // `source-map:v0.7.0+` needs more investigation
23-
"dotenv-expand", // `dotenv-expand:6.0.0+` has breaking changes (#6858)
2422
"kill-port", // `kill-port:^2.0.0 has perf issues (#8392)
25-
"miniflare", // `miniflare:v2.0.0+` only supports node 16.7
2623
],
2724
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161
"prettier": "2.8.1",
6262
"prompts": "^2.4.2",
6363
"resolve": "^1.22.1",
64-
"rollup": "^3.7.0",
64+
"rollup": "^3.17.2",
6565
"rollup-plugin-license": "^2.9.1",
6666
"semver": "^7.3.8",
6767
"simple-git-hooks": "^2.8.1",
6868
"tsx": "^3.12.1",
69-
"typescript": "^4.6.4",
69+
"typescript": "^4.9.5",
7070
"unbuild": "^1.1.1",
7171
"vite": "^4.0.3",
7272
"vitest": "^0.26.3",

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@jridgewell/gen-mapping": "^0.3.2",
4343
"@jridgewell/trace-mapping": "^0.3.17",
4444
"debug": "^4.3.4",
45-
"rollup": "^3.7.0",
45+
"rollup": "^3.17.2",
4646
"slash": "^5.0.0",
4747
"source-map": "^0.6.1",
4848
"vite": "^4.0.3",

0 commit comments

Comments
 (0)