Skip to content

Commit d481b9a

Browse files
authored
Merge branch 'main' into chore/strong-types-3
2 parents 0321ede + 895cd0d commit d481b9a

File tree

4 files changed

+303
-181
lines changed

4 files changed

+303
-181
lines changed

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"groupName": "typescript-eslint",
1010
"matchPackagePrefixes": ["@typescript-eslint/"]
1111
},
12+
{
13+
"groupName": "doc-dependencies",
14+
"matchPackagePrefixes": [
15+
"typedoc",
16+
"typedoc-plugin-missing-exports",
17+
"vitepress"
18+
]
19+
},
1220
{
1321
"groupName": "vitest",
1422
"matchPackagePrefixes": ["@vitest/ui", "vitest"]

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@vitest/ui": "~0.3.4",
9797
"c8": "~7.11.0",
9898
"conventional-changelog-cli": "~2.2.2",
99-
"cypress": "~9.4.1",
99+
"cypress": "~9.5.0",
100100
"esbuild": "~0.14.21",
101101
"eslint": "~8.9.0",
102102
"eslint-config-prettier": "~8.3.0",
@@ -116,11 +116,11 @@
116116
"typedoc-plugin-missing-exports": "~0.22.6",
117117
"typescript": "~4.5.5",
118118
"validator": "~13.7.0",
119-
"vite": "~2.8.1",
120-
"vitepress": "~0.22.0",
119+
"vite": "~2.8.3",
120+
"vitepress": "~0.22.2",
121121
"vitest": "~0.3.4"
122122
},
123-
"packageManager": "pnpm@6.30.1",
123+
"packageManager": "pnpm@6.31.0",
124124
"engines": {
125125
"node": ">=14.0.0",
126126
"npm": ">=7.0.0"

pnpm-lock.yaml

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)