-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#10488)
Co-authored-by: sapphi-red <[email protected]>
- Loading branch information
1 parent
64f19b9
commit 15aa827
Showing
44 changed files
with
724 additions
and
647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Set node version to ${{ matrix.node_version }} | ||
uses: actions/setup-node@v3 | ||
|
@@ -106,7 +106,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Set node version to 16 | ||
uses: actions/setup-node@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
uses: actions/checkout@v3 | ||
|
||
- name: Install pnpm | ||
uses: pnpm/[email protected].2 | ||
uses: pnpm/[email protected].4 | ||
|
||
- name: Set node version to 16.x | ||
uses: actions/setup-node@v3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,8 +36,8 @@ | |
"ci-docs": "run-s build docs-build" | ||
}, | ||
"devDependencies": { | ||
"@babel/types": "^7.19.3", | ||
"@microsoft/api-extractor": "^7.32.0", | ||
"@babel/types": "^7.19.4", | ||
"@microsoft/api-extractor": "^7.33.4", | ||
"@rollup/plugin-typescript": "^8.5.0", | ||
"@types/babel__core": "^7.1.19", | ||
"@types/babel__standalone": "^7.1.4", | ||
|
@@ -58,8 +58,8 @@ | |
"@types/semver": "^7.3.12", | ||
"@types/stylus": "^0.48.38", | ||
"@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.39.0", | ||
"@typescript-eslint/parser": "^5.39.0", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"conventional-changelog-cli": "^2.2.2", | ||
"esbuild": "^0.14.47", | ||
"eslint": "^8.25.0", | ||
|
@@ -70,27 +70,27 @@ | |
"fast-glob": "^3.2.12", | ||
"fs-extra": "^10.1.0", | ||
"lint-staged": "^13.0.3", | ||
"minimist": "^1.2.6", | ||
"minimist": "^1.2.7", | ||
"npm-run-all": "^4.1.5", | ||
"picocolors": "^1.0.0", | ||
"playwright-chromium": "^1.27.0", | ||
"pnpm": "^7.13.3", | ||
"playwright-chromium": "^1.27.1", | ||
"pnpm": "^7.13.5", | ||
"prettier": "2.7.1", | ||
"prompts": "^2.4.2", | ||
"resolve": "^1.22.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-license": "^2.8.1", | ||
"rollup-plugin-license": "^2.8.2", | ||
"semver": "^7.3.8", | ||
"simple-git-hooks": "^2.8.0", | ||
"simple-git-hooks": "^2.8.1", | ||
"tslib": "^2.4.0", | ||
"tsx": "^3.10.1", | ||
"tsx": "^3.10.4", | ||
"typescript": "^4.6.4", | ||
"unbuild": "^0.8.11", | ||
"unbuild": "^0.9.4", | ||
"vite": "workspace:*", | ||
"vitepress": "^1.0.0-alpha.19", | ||
"vitest": "^0.24.0", | ||
"vue": "^3.2.40" | ||
"vitepress": "^1.0.0-alpha.21", | ||
"vitest": "^0.24.3", | ||
"vue": "^3.2.41" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "pnpm exec lint-staged --concurrent false", | ||
|
@@ -110,7 +110,7 @@ | |
"eslint --cache --fix" | ||
] | ||
}, | ||
"packageManager": "[email protected].3", | ||
"packageManager": "[email protected].5", | ||
"pnpm": { | ||
"overrides": { | ||
"vite": "workspace:*", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,6 @@ | |
}, | ||
"devDependencies": { | ||
"typescript": "^4.6.4", | ||
"vite": "^3.1.6" | ||
"vite": "^3.1.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,6 @@ | |
"lit": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"vite": "^3.1.6" | ||
"vite": "^3.1.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,6 @@ | |
}, | ||
"devDependencies": { | ||
"typescript": "^4.6.4", | ||
"vite": "^3.1.6" | ||
"vite": "^3.1.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"preview": "vite preview" | ||
}, | ||
"devDependencies": { | ||
"vite": "^3.1.6" | ||
"vite": "^3.1.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,6 @@ | |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.2.40" | ||
"vue": "^3.2.41" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"private": true, | ||
"version": "0.0.0", | ||
"dependencies": { | ||
"vue": "^3.2.40" | ||
"vue": "^3.2.41" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"private": true, | ||
"version": "0.0.0", | ||
"dependencies": { | ||
"vue": "^3.2.40" | ||
"vue": "^3.2.41" | ||
} | ||
} |
Oops, something went wrong.