Skip to content

Commit 3cd809c

Browse files
authored
Merge branch 'next' into refactor/locale/normalize-animal-data
2 parents 8a4514c + cbbe218 commit 3cd809c

3 files changed

Lines changed: 275 additions & 269 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
run: pnpm vitest run --coverage
211211

212212
- name: Upload coverage to Codecov
213-
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
213+
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
214214
with:
215215
token: ${{ secrets.CODECOV_TOKEN }}
216216
fail_ci_if_error: true

package.json

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -92,30 +92,29 @@
9292
"@actions/github": "6.0.0",
9393
"@algolia/client-search": "4.23.2",
9494
"@eslint-types/deprecation": "2.0.0-1",
95-
"@eslint-types/jsdoc": "48.2.1",
95+
"@eslint-types/jsdoc": "48.2.2",
9696
"@eslint-types/prettier": "5.1.3",
97-
"@eslint-types/typescript-eslint": "7.2.0",
98-
"@eslint-types/unicorn": "51.0.1",
99-
"@types/markdown-it": "13.0.7",
100-
"@types/node": "20.12.2",
97+
"@eslint-types/typescript-eslint": "7.5.0",
98+
"@eslint-types/unicorn": "52.0.0",
99+
"@types/node": "20.12.5",
101100
"@types/sanitize-html": "2.11.0",
102101
"@types/semver": "7.5.8",
103102
"@types/validator": "13.11.9",
104-
"@typescript-eslint/eslint-plugin": "7.4.0",
105-
"@typescript-eslint/parser": "7.4.0",
103+
"@typescript-eslint/eslint-plugin": "7.5.0",
104+
"@typescript-eslint/parser": "7.5.0",
106105
"@vitest/coverage-v8": "1.4.0",
107106
"@vitest/ui": "1.4.0",
108107
"@vueuse/core": "10.9.0",
109108
"conventional-changelog-cli": "4.1.0",
110-
"cypress": "13.7.1",
109+
"cypress": "13.7.2",
111110
"eslint": "8.57.0",
112111
"eslint-config-prettier": "9.1.0",
113112
"eslint-define-config": "2.1.0",
114113
"eslint-gitignore": "0.1.0",
115114
"eslint-plugin-deprecation": "2.0.0",
116-
"eslint-plugin-jsdoc": "48.2.2",
115+
"eslint-plugin-jsdoc": "48.2.3",
117116
"eslint-plugin-prettier": "5.1.3",
118-
"eslint-plugin-unicorn": "51.0.1",
117+
"eslint-plugin-unicorn": "52.0.0",
119118
"eslint-plugin-vitest": "0.4.1",
120119
"glob": "10.3.12",
121120
"npm-run-all2": "6.1.2",
@@ -127,15 +126,15 @@
127126
"standard-version": "9.5.0",
128127
"ts-morph": "22.0.0",
129128
"tsup": "8.0.2",
130-
"tsx": "4.7.1",
131-
"typescript": "5.4.3",
129+
"tsx": "4.7.2",
130+
"typescript": "5.4.4",
132131
"validator": "13.11.0",
133-
"vite": "5.2.7",
134-
"vitepress": "1.0.1",
132+
"vite": "5.2.8",
133+
"vitepress": "1.0.2",
135134
"vitest": "1.4.0",
136135
"vue": "3.4.21"
137136
},
138-
"packageManager": "pnpm@8.15.5",
137+
"packageManager": "pnpm@8.15.6",
139138
"engines": {
140139
"node": ">=18.0.0",
141140
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)