Skip to content

Commit

Permalink
Update @openverse/eslint-plugin (major) (#5348)
Browse files Browse the repository at this point in the history
* Update @openverse/eslint-plugin

* Update vitest to trigger all checks in CI

Signed-off-by: Olga Bulat <[email protected]>

---------

Signed-off-by: Olga Bulat <[email protected]>
Co-authored-by: Olga Bulat <[email protected]>
  • Loading branch information
openverse-bot and obulat authored Feb 3, 2025
1 parent 774d9d6 commit f269da4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 185 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@vitest/coverage-v8": "^3.0.0",
"@vitest/ui": "^3.0.0",
"@vitest/ui": "^3.0.4",
"@vue/test-utils": "^2.4.6",
"adm-zip": "^0.5.14",
"chokidar": "^4.0.0",
Expand All @@ -109,7 +109,7 @@
"storybook": "8.4.7",
"talkback": "^4.2.0",
"typescript": "5.7.3",
"vitest": "^3.0.0",
"vitest": "^3.0.4",
"vitest-dom": "^0.1.1",
"vue": "^3.5.13",
"vue-i18n": "^11.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/js/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"rollup": "^4.22.4",
"typescript": "^5.5.4",
"vite": "^6.0.11",
"vitest": "^3.0.0"
"vitest": "^3.0.4"
},
"dependencies": {
"openapi-fetch": "^0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/js/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@typescript-eslint/utils": "^8.19.0",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.31.0",
Expand All @@ -41,6 +41,6 @@
"@swc/core": "^1.7.35",
"@typescript-eslint/rule-tester": "^8.19.0",
"babel-plugin-add-module-exports": "^1.0.4",
"vitest": "^2.1.4"
"vitest": "^3.0.4"
}
}
Loading

0 comments on commit f269da4

Please sign in to comment.