Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 20, 2024
1 parent 533c3e3 commit 8f057fc
Show file tree
Hide file tree
Showing 9 changed files with 1,436 additions and 2,528 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"env-cmd": "~10.1.0",
"eslint": "^8.56.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "~9.1.0",
"husky": "^9.0.10",
"is-ci": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
Expand Down
15 changes: 1 addition & 14 deletions packages/backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3993,20 +3993,7 @@ pg-types@^2.1.0:
postgres-date "~1.0.4"
postgres-interval "^1.1.0"

pg@^8.11.2:
version "8.11.5"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.5.tgz#e722b0a5f1ed92931c31758ebec3ddf878dd4128"
integrity sha512-jqgNHSKL5cbDjFlHyYsCXmQDrfIX/3RsNwYqpd4N0Kt8niLuNoRNH+aazv6cOd43gPh9Y4DjQCtb+X0MH0Hvnw==
dependencies:
pg-connection-string "^2.6.4"
pg-pool "^3.6.2"
pg-protocol "^1.6.1"
pg-types "^2.1.0"
pgpass "1.x"
optionalDependencies:
pg-cloudflare "^1.1.1"

pg@~8.12.0:
pg@^8.11.2, pg@~8.12.0:
version "8.12.0"
resolved "https://registry.yarnpkg.com/pg/-/pg-8.12.0.tgz#9341724db571022490b657908f65aee8db91df79"
integrity sha512-A+LHUSnwnxrnL/tZ+OLfqR1SxLN3c/pgDztZ47Rpbsd4jUytsTtwQo/TLPRzPJMp/1pbhYVhH9cuSZLAajNfjQ==
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend-bo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@nuxt/eslint-config": "^0.3.6",
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
Expand Down
524 changes: 58 additions & 466 deletions packages/frontend-bo/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/frontend-usagers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@nuxt/devtools": "^1.1.5",
"@nuxt/eslint-config": "^0.3.6",
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
Expand Down
472 changes: 41 additions & 431 deletions packages/frontend-usagers/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/migrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^1.131.0",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "29.7.0",
"lint-staged": "^15.2.2",
Expand Down
2,943 changes: 1,331 additions & 1,612 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 8f057fc

Please sign in to comment.