Skip to content

Commit

Permalink
build(deps): update dependency eslint to v8.57.1 (#4540)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`^8.57.0` ->
`^8.57.1`](https://renovatebot.com/diffs/npm/eslint/8.57.0/8.57.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.57.0/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.57.0/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`~8.57.0` ->
`~8.57.1`](https://renovatebot.com/diffs/npm/eslint/8.57.0/8.57.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/eslint/8.57.0/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint/8.57.0/8.57.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v8.57.1`](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74)

[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v8.57.0...5b9414c501c58bfa85f41f96f821973c41e8ae74)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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/inabagumi/shinju-date).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 16, 2024
1 parent f5f25b5 commit 695935b
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"eslint": "~8.57.0",
"eslint": "~8.57.1",
"postcss-load-config": "^6.0.1",
"typescript": "~5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"eslint": "~8.57.0",
"eslint": "~8.57.1",
"typescript": "~5.6.2"
},
"homepage": "https://shinju.date/",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/node": "^20.16.5",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"eslint": "~8.57.0",
"eslint": "~8.57.1",
"jest": "^29.7.0",
"postcss": "^8.4.47",
"postcss-load-config": "^6.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"@types/cookie": "^0.6.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"next": "^15.0.0-rc.0",
"supabase": "^1.192.5",
"tsup": "^8.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"description": "",
"devDependencies": {
"eslint": "^8.57.0"
"eslint": "^8.57.1"
},
"homepage": "https://shinju.date/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"next": "^15.0.0-rc.0",
"tsup": "^8.2.4",
"typescript": "~5.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"tsup": "^8.2.4",
"typescript": "~5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/retryable-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"tsup": "^8.2.4",
"typescript": "~5.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/temporal-fns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@shinju-date/eslint-config": "workspace:*",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/strictest": "^2.0.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"tsup": "^8.2.4",
"typescript": "~5.6.2"
},
Expand Down
Loading

0 comments on commit 695935b

Please sign in to comment.