Skip to content

Commit efc0dd8

Browse files
chore(deps): update all non-major dependencies (#10488)
Co-authored-by: sapphi-red <[email protected]>
1 parent 10b92e3 commit efc0dd8

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151

5252
- name: Install pnpm
53-
uses: pnpm/[email protected].2
53+
uses: pnpm/[email protected].4
5454

5555
- name: Set node version to ${{ matrix.node_version }}
5656
uses: actions/setup-node@v3
@@ -106,7 +106,7 @@ jobs:
106106
fetch-depth: 0
107107

108108
- name: Install pnpm
109-
uses: pnpm/[email protected].2
109+
uses: pnpm/[email protected].4
110110

111111
- name: Set node version to 16
112112
uses: actions/setup-node@v3

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v3
1919

2020
- name: Install pnpm
21-
uses: pnpm/[email protected].2
21+
uses: pnpm/[email protected].4
2222

2323
- name: Set node version to 16.x
2424
uses: actions/setup-node@v3

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"ci-docs": "run-s build docs-build"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.19.3",
40-
"@microsoft/api-extractor": "^7.32.0",
39+
"@babel/types": "^7.19.4",
40+
"@microsoft/api-extractor": "^7.33.4",
4141
"@rollup/plugin-typescript": "^8.5.0",
4242
"@types/babel__core": "^7.1.19",
4343
"@types/babel__standalone": "^7.1.4",
@@ -58,8 +58,8 @@
5858
"@types/semver": "^7.3.12",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.39.0",
62-
"@typescript-eslint/parser": "^5.39.0",
61+
"@typescript-eslint/eslint-plugin": "^5.40.1",
62+
"@typescript-eslint/parser": "^5.40.1",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.14.47",
6565
"eslint": "^8.25.0",
@@ -70,27 +70,27 @@
7070
"fast-glob": "^3.2.12",
7171
"fs-extra": "^10.1.0",
7272
"lint-staged": "^13.0.3",
73-
"minimist": "^1.2.6",
73+
"minimist": "^1.2.7",
7474
"npm-run-all": "^4.1.5",
7575
"picocolors": "^1.0.0",
76-
"playwright-chromium": "^1.27.0",
77-
"pnpm": "^7.13.3",
76+
"playwright-chromium": "^1.27.1",
77+
"pnpm": "^7.13.5",
7878
"prettier": "2.7.1",
7979
"prompts": "^2.4.2",
8080
"resolve": "^1.22.1",
8181
"rimraf": "^3.0.2",
8282
"rollup": "^2.79.1",
83-
"rollup-plugin-license": "^2.8.1",
83+
"rollup-plugin-license": "^2.8.2",
8484
"semver": "^7.3.8",
85-
"simple-git-hooks": "^2.8.0",
85+
"simple-git-hooks": "^2.8.1",
8686
"tslib": "^2.4.0",
87-
"tsx": "^3.10.1",
87+
"tsx": "^3.10.4",
8888
"typescript": "^4.6.4",
89-
"unbuild": "^0.8.11",
89+
"unbuild": "^0.9.4",
9090
"vite": "workspace:*",
91-
"vitepress": "^1.0.0-alpha.19",
92-
"vitest": "^0.24.0",
93-
"vue": "^3.2.40"
91+
"vitepress": "^1.0.0-alpha.21",
92+
"vitest": "^0.24.3",
93+
"vue": "^3.2.41"
9494
},
9595
"simple-git-hooks": {
9696
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -110,7 +110,7 @@
110110
"eslint --cache --fix"
111111
]
112112
},
113-
"packageManager": "[email protected].3",
113+
"packageManager": "[email protected].5",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
},
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.2",
43-
"@jridgewell/trace-mapping": "^0.3.16",
43+
"@jridgewell/trace-mapping": "^0.3.17",
4444
"debug": "^4.3.4",
4545
"rollup": "^2.79.1",
4646
"slash": "^5.0.0",
4747
"source-map": "^0.6.1",
4848
"vite": "workspace:*",
49-
"vue": "^3.2.40"
49+
"vue": "^3.2.41"
5050
}
5151
}

playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"devDependencies": {
6-
"convert-source-map": "^1.8.0",
6+
"convert-source-map": "^1.9.0",
77
"css-color-names": "^1.0.1",
88
"kill-port": "^1.6.1",
99
"node-fetch": "^3.2.10",

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"example-external-component": "file:example-external-component",
1919
"pinia": "^2.0.23",
20-
"vue": "^3.2.40",
20+
"vue": "^3.2.41",
2121
"vue-router": "^4.1.5"
2222
},
2323
"devDependencies": {

playground/vue-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.40"
12+
"vue": "^3.2.41"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-legacy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.40"
12+
"vue": "^3.2.41"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build-consumer": "vite build --config ./vite.config.consumer.ts"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.40"
12+
"vue": "^3.2.41"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

playground/vue-server-origin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.40"
12+
"vue": "^3.2.41"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

playground/vue-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"sass": "^1.55.0"
1616
},
1717
"dependencies": {
18-
"vue": "^3.2.40"
18+
"vue": "^3.2.41"
1919
}
2020
}

playground/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"lodash-es": "^4.17.21",
13-
"vue": "^3.2.40"
13+
"vue": "^3.2.41"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",

scripts/patchCJS.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
It converts
44
55
```ts
6-
exports["default"] = vuePlugin;
6+
exports.default = vuePlugin;
77
exports.parseVueRequest = parseVueRequest;
88
```
99
1010
to
1111
1212
```ts
1313
module.exports = vuePlugin;
14-
module.exports["default"] = vuePlugin;
14+
module.exports.default = vuePlugin;
1515
module.exports.parseVueRequest = parseVueRequest;
1616
```
1717
*/
@@ -22,7 +22,7 @@ import colors from 'picocolors'
2222
const indexPath = 'dist/index.cjs'
2323
let code = readFileSync(indexPath, 'utf-8')
2424

25-
const matchMixed = code.match(/\nexports\["default"\] = (\w+);/)
25+
const matchMixed = code.match(/\nexports.default = (\w+);/)
2626
if (matchMixed) {
2727
const name = matchMixed[1]
2828

@@ -47,7 +47,7 @@ if (matchMixed) {
4747
const matchDefault = code.match(/\nmodule.exports = (\w+);/)
4848

4949
if (matchDefault) {
50-
code += `module.exports["default"] = ${matchDefault[1]};\n`
50+
code += `module.exports.default = ${matchDefault[1]};\n`
5151
writeFileSync(indexPath, code)
5252
console.log(colors.bold(`${indexPath} CJS patched`))
5353
process.exit(0)

0 commit comments

Comments
 (0)