Skip to content

Commit e702dcf

Browse files
Merge branch 'next' into refactor/locale/normalize-vehicle-data
2 parents 24ac72d + 6e6fa4c commit e702dcf

6 files changed

Lines changed: 1354 additions & 669 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@84508663e988701840491b86de86b666e8a86bed # v4.3.0
213+
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
214214
with:
215215
token: ${{ secrets.CODECOV_TOKEN }}
216216
fail_ci_if_error: true

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,15 @@
9797
"@eslint-types/prettier": "5.1.3",
9898
"@eslint-types/typescript-eslint": "7.5.0",
9999
"@eslint-types/unicorn": "52.0.0",
100-
"@types/node": "20.12.7",
100+
"@types/node": "20.12.8",
101101
"@types/sanitize-html": "2.11.0",
102102
"@types/semver": "7.5.8",
103103
"@types/validator": "13.11.9",
104104
"@typescript-eslint/eslint-plugin": "7.8.0",
105105
"@typescript-eslint/parser": "7.8.0",
106-
"@vitest/coverage-v8": "1.5.2",
107-
"@vitest/ui": "1.5.2",
106+
"@vitest/coverage-v8": "1.6.0",
107+
"@vitest/ui": "1.6.0",
108108
"@vueuse/core": "10.9.0",
109-
"conventional-changelog-cli": "4.1.0",
110109
"cypress": "13.8.1",
111110
"eslint": "8.57.0",
112111
"eslint-config-prettier": "9.1.0",
@@ -127,13 +126,13 @@
127126
"standard-version": "9.5.0",
128127
"ts-morph": "22.0.0",
129128
"tsup": "8.0.2",
130-
"tsx": "4.7.3",
129+
"tsx": "4.9.3",
131130
"typescript": "5.4.5",
132131
"validator": "13.11.0",
133-
"vite": "5.2.10",
132+
"vite": "5.2.11",
134133
"vitepress": "1.1.4",
135-
"vitest": "1.5.2",
136-
"vue": "3.4.25"
134+
"vitest": "1.6.0",
135+
"vue": "3.4.26"
137136
},
138137
"packageManager": "pnpm@9.0.6",
139138
"engines": {

0 commit comments

Comments
 (0)