Skip to content

Commit a29d2aa

Browse files
authored
Merge branch 'next' into infra/typescript-eslint/prefer-regexp-exec
2 parents 3b2950e + c033044 commit a29d2aa

File tree

18 files changed

+197
-292
lines changed

18 files changed

+197
-292
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ module.exports = defineConfig({
7070
'unicorn/prefer-negative-index': 'off',
7171
'unicorn/prefer-number-properties': 'off',
7272
'unicorn/prefer-optional-catch-binding': 'off',
73-
'unicorn/prefer-spread': 'off',
7473
'unicorn/prefer-string-slice': 'off',
7574
'unicorn/prefer-ternary': 'off',
7675
'unicorn/prefer-top-level-await': 'off',

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,28 @@
8787
"preflight": "pnpm install && run-s generate format lint build test:update-snapshots ts-check"
8888
},
8989
"devDependencies": {
90-
"@actions/github": "~5.1.1",
90+
"@actions/github": "~6.0.0",
9191
"@algolia/client-search": "~4.19.1",
9292
"@types/markdown-it": "~13.0.2",
93-
"@types/node": "~20.8.3",
94-
"@types/sanitize-html": "~2.9.1",
93+
"@types/node": "~20.8.6",
94+
"@types/sanitize-html": "~2.9.2",
9595
"@types/semver": "~7.5.3",
96-
"@types/validator": "~13.11.2",
97-
"@typescript-eslint/eslint-plugin": "~6.7.4",
98-
"@typescript-eslint/parser": "~6.7.4",
96+
"@types/validator": "~13.11.3",
97+
"@typescript-eslint/eslint-plugin": "~6.7.5",
98+
"@typescript-eslint/parser": "~6.7.5",
9999
"@vitest/coverage-v8": "~0.34.6",
100100
"@vitest/ui": "~0.34.7",
101101
"@vueuse/core": "~10.5.0",
102102
"conventional-changelog-cli": "~4.1.0",
103-
"cypress": "~13.3.0",
103+
"cypress": "~13.3.1",
104104
"esbuild": "~0.19.4",
105105
"eslint": "~8.51.0",
106106
"eslint-config-prettier": "~9.0.0",
107107
"eslint-define-config": "~1.24.1",
108108
"eslint-gitignore": "~0.1.0",
109109
"eslint-plugin-deprecation": "~2.0.0",
110110
"eslint-plugin-jsdoc": "~46.8.2",
111-
"eslint-plugin-prettier": "~5.0.0",
111+
"eslint-plugin-prettier": "~5.0.1",
112112
"eslint-plugin-unicorn": "~48.0.1",
113113
"eslint-plugin-vitest": "~0.3.2",
114114
"glob": "~10.3.10",

0 commit comments

Comments
 (0)