Skip to content

Commit 9395484

Browse files
chore(deps): update linters (#995)
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.27.0` -> `9.29.0`](https://renovatebot.com/diffs/npm/@eslint%2fjs/9.27.0/9.29.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 | minor | [`5.4.0` -> `5.5.0`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.4.0/5.5.0) | [![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.29.0`](https://redirect.github.com/eslint/eslint/compare/v9.28.0...acf2201a067d062e007b1b7b164b8e96fa1af50f) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.28.0...v9.29.0) ### [`v9.28.0`](https://redirect.github.com/eslint/eslint/compare/v9.27.0...844f5a69dc78ca38f856c137e061e8facc9d00ba) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.27.0...v9.28.0) </details> <details> <summary>prettier/eslint-plugin-prettier (eslint-plugin-prettier)</summary> ### [`v5.5.0`](https://redirect.github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#550) [Compare Source](https://redirect.github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0) ##### Minor Changes - [#&#8203;743](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/743) [`92f2c9c`](https://redirect.github.com/prettier/eslint-plugin-prettier/commit/92f2c9c8f0b083a0208b4236cf5c8e4af5612a8b) Thanks [@&#8203;dotcarmen](https://redirect.github.com/dotcarmen)! - feat: support non-js languages like `css` for `@eslint/css` and `json` for `@eslint/json` ### [`v5.4.1`](https://redirect.github.com/prettier/eslint-plugin-prettier/blob/HEAD/CHANGELOG.md#541) [Compare Source](https://redirect.github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1) ##### Patch Changes - [#&#8203;740](https://redirect.github.com/prettier/eslint-plugin-prettier/pull/740) [`c21521f`](https://redirect.github.com/prettier/eslint-plugin-prettier/commit/c21521ffbe7bfb60bdca8cbf6349fba4de774d21) Thanks [@&#8203;JounQin](https://redirect.github.com/JounQin)! - fix(deps): bump `synckit` to v0.11.7 to fix potential `TypeError: Cannot read properties of undefined (reading 'message')` error </details> --- ### Configuration 📅 **Schedule**: Branch creation - On day 10 and 25 of the month ( * * 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:eyJjcmVhdGVkSW5WZXIiOiI0MC40OC41IiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwibGludGVycyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5d3bd3 commit 9395484

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 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.1",
32-
"@eslint/js": "9.27.0",
32+
"@eslint/js": "9.29.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.4.0",
52+
"eslint-plugin-prettier": "5.5.0",
5353
"husky": "9.1.7",
5454
"jest": "29.7.0",
5555
"lint-staged": "15.5.2",

0 commit comments

Comments
 (0)