Skip to content

Commit cdb638a

Browse files
chore(deps): update linters (#978)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [@eslint/js](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint/tree/HEAD/packages/js)) | devDependencies | minor | [`9.23.0` -> `9.24.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.23.0/9.24.0) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/eslint/eslint/badge)](https://securityscorecards.dev/viewer/?uri=github.com/eslint/eslint) | | [eslint-plugin-prettier](https://redirect.github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.6`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.3/5.2.6) | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/prettier/eslint-plugin-prettier/badge)](https://securityscorecards.dev/viewer/?uri=github.com/prettier/eslint-plugin-prettier) | --- ### Release Notes <details> <summary>eslint/eslint (@&#8203;eslint/js)</summary> ### [`v9.24.0`](https://redirect.github.com/eslint/eslint/compare/v9.23.0...4946847bb675ee26c3a52bfe3bca63a0dc5e5c61) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.23.0...v9.24.0) </details> <details> <summary>prettier/eslint-plugin-prettier (eslint-plugin-prettier)</summary> ### [`v5.2.6`](https://redirect.github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#526) [Compare Source](https://redirect.github.com/prettier/eslint-plugin-prettier/compare/v5.2.5...v5.2.6) ##### Patch Changes - [#&#8203;723](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/723) [`1451176`](https://redirect.github.com/prettier/eslint-plugin-prettier/commit/1451176a82fae991c0f4f74adf80af283c3a01c3) Thanks [@&#8203;renovate](https://redirect.github.com/apps/renovate)! - fix(deps): bump `synckit` to `v0.11.0` ### [`v5.2.5`](https://redirect.github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#525) [Compare Source](https://redirect.github.com/prettier/eslint-plugin-prettier/compare/v5.2.4...v5.2.5) ##### Patch Changes - [#&#8203;721](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/721) [`4f5513d`](https://redirect.github.com/prettier/eslint-plugin-prettier/commit/4f5513de4ce919c607773fd35d833117a8d8b676) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - fix: clarify correct `eslint-config-prettier` peer range ### [`v5.2.4`](https://redirect.github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#524) [Compare Source](https://redirect.github.com/prettier/eslint-plugin-prettier/compare/v5.2.3...v5.2.4) ##### Patch Changes - [#&#8203;715](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/715) [`b8cfe56`](https://redirect.github.com/prettier/eslint-plugin-prettier/commit/b8cfe56e345a9cd0f0160da91d99b8ee9e37c67e) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - chore: hourcekeeping, bump all (dev) deps </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * 10,25 * *" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/kelektiv/node-cron). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJsaW50ZXJzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ac25eff commit cdb638a

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@commitlint/cli": "19.8.0",
32-
"@eslint/js": "9.23.0",
32+
"@eslint/js": "9.24.0",
3333
"@fast-check/jest": "2.1.1",
3434
"@insurgent/commitlint-config": "20.0.0",
3535
"@insurgent/conventional-changelog-preset": "10.0.0",
@@ -49,7 +49,7 @@
4949
"eslint": "8.57.1",
5050
"eslint-config-prettier": "9.1.0",
5151
"eslint-plugin-jest": "27.9.0",
52-
"eslint-plugin-prettier": "5.2.3",
52+
"eslint-plugin-prettier": "5.2.6",
5353
"husky": "9.1.7",
5454
"jest": "29.7.0",
5555
"lint-staged": "15.5.0",

0 commit comments

Comments
 (0)