Skip to content

Commit 1cc1f4a

Browse files
authored
Merge branch 'main' into jsdoc-definitions
2 parents 0d17b53 + ca7cde5 commit 1cc1f4a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2924
-2062
lines changed

.eslintrc.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ module.exports = defineConfig({
7272
'jsdoc/require-returns-type': 'off',
7373
'jsdoc/require-returns': 'off',
7474
'jsdoc/tag-lines': 'off',
75-
76-
// We want to explicitly set this rule to error in the future
77-
'jsdoc/sort-tags': 'warn',
75+
'jsdoc/sort-tags': 'error',
7876
},
7977
settings: {
8078
jsdoc: {

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
]
9494
},
9595
"devDependencies": {
96-
"@algolia/client-search": "~4.14.0",
96+
"@algolia/client-search": "~4.14.1",
9797
"@types/markdown-it": "~12.2.3",
9898
"@types/node": "~18.0.6",
9999
"@types/prettier": "~2.6.3",
@@ -102,11 +102,11 @@
102102
"@types/validator": "~13.7.4",
103103
"@typescript-eslint/eslint-plugin": "~5.30.7",
104104
"@typescript-eslint/parser": "~5.30.7",
105-
"@vitest/ui": "~0.18.1",
105+
"@vitest/ui": "~0.19.1",
106106
"c8": "~7.12.0",
107107
"conventional-changelog-cli": "~2.2.2",
108108
"cypress": "~10.3.1",
109-
"esbuild": "~0.14.49",
109+
"esbuild": "~0.14.50",
110110
"eslint": "~8.20.0",
111111
"eslint-config-prettier": "~8.5.0",
112112
"eslint-define-config": "~1.5.1",
@@ -123,19 +123,19 @@
123123
"react": "~18.2.0",
124124
"react-dom": "~18.2.0",
125125
"rimraf": "~3.0.2",
126-
"sanitize-html": "~2.7.0",
126+
"sanitize-html": "~2.7.1",
127127
"simple-git-hooks": "~2.8.0",
128128
"standard-version": "~9.5.0",
129129
"tsx": "~3.8.0",
130-
"typedoc": "~0.23.8",
130+
"typedoc": "~0.23.9",
131131
"typedoc-plugin-missing-exports": "~0.23.0",
132132
"typescript": "~4.7.4",
133133
"validator": "~13.7.0",
134-
"vite": "~3.0.2",
134+
"vite": "~3.0.3",
135135
"vitepress": "~0.22.4",
136-
"vitest": "~0.18.1"
136+
"vitest": "~0.19.1"
137137
},
138-
"packageManager": "pnpm@7.5.2",
138+
"packageManager": "pnpm@7.6.0",
139139
"engines": {
140140
"node": ">=14.0.0",
141141
"npm": ">=6.0.0"

0 commit comments

Comments
 (0)