Skip to content

Commit

Permalink
Merge branch 'next' into refactor/locale/normalize-vehicle-data
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored May 8, 2024
2 parents 24ac72d + 6e6fa4c commit e702dcf
Show file tree
Hide file tree
Showing 6 changed files with 1,354 additions and 669 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
run: pnpm vitest run --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
uses: codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,15 @@
"@eslint-types/prettier": "5.1.3",
"@eslint-types/typescript-eslint": "7.5.0",
"@eslint-types/unicorn": "52.0.0",
"@types/node": "20.12.7",
"@types/node": "20.12.8",
"@types/sanitize-html": "2.11.0",
"@types/semver": "7.5.8",
"@types/validator": "13.11.9",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitest/coverage-v8": "1.5.2",
"@vitest/ui": "1.5.2",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"@vueuse/core": "10.9.0",
"conventional-changelog-cli": "4.1.0",
"cypress": "13.8.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand All @@ -127,13 +126,13 @@
"standard-version": "9.5.0",
"ts-morph": "22.0.0",
"tsup": "8.0.2",
"tsx": "4.7.3",
"tsx": "4.9.3",
"typescript": "5.4.5",
"validator": "13.11.0",
"vite": "5.2.10",
"vite": "5.2.11",
"vitepress": "1.1.4",
"vitest": "1.5.2",
"vue": "3.4.25"
"vitest": "1.6.0",
"vue": "3.4.26"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

0 comments on commit e702dcf

Please sign in to comment.