Skip to content

Commit

Permalink
fix(deps): update eslint monorepo to v9.20.0 (#796)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@eslint/js](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js))
| [`9.19.0` ->
`9.20.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.19.0/9.20.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@eslint%2fjs/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@eslint%2fjs/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@eslint%2fjs/9.19.0/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@eslint%2fjs/9.19.0/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.19.0` ->
`9.20.0`](https://renovatebot.com/diffs/npm/eslint/9.19.0/9.20.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/9.19.0/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/9.19.0/9.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>eslint/eslint (@&#8203;eslint/js)</summary>

###
[`v9.20.0`](https://redirect.github.com/eslint/eslint/compare/v9.19.0...031734efcb27e0d800da7ec32f5d5dae55f80564)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.19.0...v9.20.0)

</details>

<details>
<summary>eslint/eslint (eslint)</summary>

###
[`v9.20.0`](https://redirect.github.com/eslint/eslint/compare/v9.19.0...7e78b50dacc3faeacfb8c8dc6ad3359971395d1d)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.19.0...v9.20.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/gnosisguild/zodiac-pilot).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent cdb4224 commit 9504279
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 87 deletions.
4 changes: 2 additions & 2 deletions configs/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"dependencies": {
"@eslint/compat": "1.2.6",
"@eslint/js": "9.19.0",
"@eslint/js": "9.20.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"typescript-eslint": "8.23.0"
},
"peerDependencies": {
"eslint": "9.19.0"
"eslint": "9.20.0"
}
}
2 changes: 1 addition & 1 deletion deployables/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"dotenv": "16.4.7",
"eslint": "9.19.0",
"eslint": "9.20.0",
"globals": "15.14.0",
"jsdom": "26.0.0",
"postcss": "8.5.1",
Expand Down
2 changes: 1 addition & 1 deletion deployables/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dotenv": "16.4.7",
"esbuild": "0.24.2",
"esbuild-style-plugin": "1.6.3",
"eslint": "9.19.0",
"eslint": "9.20.0",
"ethers": "6.13.5",
"events": "3.3.0",
"globals": "15.14.0",
Expand Down
2 changes: 1 addition & 1 deletion deployables/landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"autoprefixer": "10.4.20",
"eslint": "9.19.0",
"eslint": "9.20.0",
"postcss": "8.5.1",
"tailwindcss": "4.0.4",
"typescript": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion deployables/vnet-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"env-cmd": "10.1.0",
"eslint": "9.19.0",
"eslint": "9.20.0",
"typescript": "5.7.3",
"wrangler": "3.107.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0",
"eslint": "9.20.0",
"ser-kit": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"@types/node": "22.13.1",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0"
"eslint": "9.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/form-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0"
"eslint": "9.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"devDependencies": {
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0"
"eslint": "9.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@zodiac/eslint-config": "workspace:*",
"@zodiac/test-utils": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0",
"eslint": "9.20.0",
"vitest": "3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/safe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"devDependencies": {
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0"
"eslint": "9.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"devDependencies": {
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0"
"eslint": "9.20.0"
}
}
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/react-dom": "19.0.3",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0",
"eslint": "9.20.0",
"ser-kit": "2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@vitest/coverage-v8": "3.0.5",
"@zodiac/eslint-config": "workspace:*",
"@zodiac/typescript-config": "workspace:*",
"eslint": "9.19.0",
"eslint": "9.20.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.1.5",
Expand Down
Loading

0 comments on commit 9504279

Please sign in to comment.