ssube / salty-dog

Rule-based JSON/YAML validator using JSON schemas
https://ssube.github.io/salty-dog/
MIT License
12 stars 4 forks source link

update: update eslint-plugins - autoclosed #1364

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 2.27.5 -> 2.29.0 age adoption passing confidence
eslint-plugin-mocha 10.1.0 -> 10.2.0 age adoption passing confidence
eslint-plugin-sonarjs 0.19.0 -> 0.23.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

import-js/eslint-plugin-import (eslint-plugin-import) ### [`v2.29.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2290---2023-10-22) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) ##### Added - TypeScript config: add .cts and .mts extensions (\[[#​2851](https://togithub.com/import-js/eslint-plugin-import/issues/2851)], thanks \[[@​Zamiell](https://togithub.com/Zamiell)]) - \[`newline-after-import`]: new option `exactCount` and docs update (\[[#​1933](https://togithub.com/import-js/eslint-plugin-import/issues/1933)], thanks \[[@​anikethsaha](https://togithub.com/anikethsaha)] and \[[@​reosarevok](https://togithub.com/reosarevok)]) - \[`newline-after-import`]: fix `exactCount` with `considerComments` false positive, when there is a leading comment (\[[#​2884](https://togithub.com/import-js/eslint-plugin-import/issues/2884)], thanks \[[@​kinland](https://togithub.com/kinland)]) ### [`v2.28.1`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2281---2023-08-18) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.0...v2.28.1) ##### Fixed - \[`order`]: revert breaking change to single nested group (\[[#​2854](https://togithub.com/import-js/eslint-plugin-import/issues/2854)], thanks \[[@​yndajas](https://togithub.com/yndajas)]) ##### Changed - \[Docs] remove duplicate fixable notices in docs (\[[#​2850](https://togithub.com/import-js/eslint-plugin-import/issues/2850)], thanks \[[@​bmish](https://togithub.com/bmish)]) ### [`v2.28.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2280---2023-07-27) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.0) ##### Fixed - \[`no-duplicates`]: remove duplicate identifiers in duplicate imports (\[[#​2577](https://togithub.com/import-js/eslint-plugin-import/issues/2577)], thanks \[[@​joe-matsec](https://togithub.com/joe-matsec)]) - \[`consistent-type-specifier-style`]: fix accidental removal of comma in certain cases (\[[#​2754](https://togithub.com/import-js/eslint-plugin-import/issues/2754)], thanks \[[@​bradzacher](https://togithub.com/bradzacher)]) - \[Perf] `ExportMap`: Improve `ExportMap.for` performance on larger codebases (\[[#​2756](https://togithub.com/import-js/eslint-plugin-import/issues/2756)], thanks \[[@​leipert](https://togithub.com/leipert)]) - \[`no-extraneous-dependencies`]/TypeScript: do not error when importing inline type from dev dependencies (\[[#​1820](https://togithub.com/import-js/eslint-plugin-import/issues/1820)], thanks \[[@​andyogo](https://togithub.com/andyogo)]) - \[`newline-after-import`]/TypeScript: do not error when re-exporting a namespaced import (\[[#​2832](https://togithub.com/import-js/eslint-plugin-import/issues/2832)], thanks \[[@​laurens-dg](https://togithub.com/laurens-dg)]) - \[`order`]: partial fix for \[[#​2687](https://togithub.com/import-js/eslint-plugin-import/issues/2687)] (thanks \[[@​ljharb](https://togithub.com/ljharb)]) - \[`no-duplicates`]: Detect across type and regular imports (\[[#​2835](https://togithub.com/import-js/eslint-plugin-import/issues/2835)], thanks \[[@​benkrejci](https://togithub.com/benkrejci)]) - \[`extensions`]: handle `.` and `..` properly (\[[#​2778](https://togithub.com/import-js/eslint-plugin-import/issues/2778)], thanks \[[@​benasher44](https://togithub.com/benasher44)]) - \[`no-unused-modules`]: improve schema (thanks \[[@​ljharb](https://togithub.com/ljharb)]) - \[`no-unused-modules`]: report error on binding instead of parent export (\[[#​2842](https://togithub.com/import-js/eslint-plugin-import/issues/2842)], thanks \[[@​Chamion](https://togithub.com/Chamion)]) ##### Changed - \[Docs] \[`no-duplicates`]: fix example schema (\[[#​2684](https://togithub.com/import-js/eslint-plugin-import/issues/2684)], thanks \[[@​simmo](https://togithub.com/simmo)]) - \[Docs] \[`group-exports`]: fix syntax highlighting (\[[#​2699](https://togithub.com/import-js/eslint-plugin-import/issues/2699)], thanks \[[@​devinrhode2](https://togithub.com/devinrhode2)]) - \[Docs] \[`extensions`]: reference node ESM behavior (\[[#​2748](https://togithub.com/import-js/eslint-plugin-import/issues/2748)], thanks \[[@​xM8WVqaG](https://togithub.com/xM8WVqaG)]) - \[Refactor] \[`exports-last`]: use `array.prototype.findlastindex` (thanks \[[@​ljharb](https://togithub.com/ljharb)]) - \[Refactor] \[`no-anonymous-default-export`]: use `object.fromentries` (thanks \[[@​ljharb](https://togithub.com/ljharb)]) - \[Refactor] \[`no-unused-modules`]: use `array.prototype.flatmap` (thanks \[[@​ljharb](https://togithub.com/ljharb)])
lo1tuma/eslint-plugin-mocha (eslint-plugin-mocha) ### [`v10.2.0`](https://togithub.com/lo1tuma/eslint-plugin-mocha/blob/HEAD/CHANGELOG.md#1020-September-25-2023) [Compare Source](https://togithub.com/lo1tuma/eslint-plugin-mocha/compare/10.1.0...10.2.0) ##### Features - Support function calls as custom names (to stop false warnings) ([#​336](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/336)) ##### Documentation - Automate docs with eslint-doc-generator ([#​330](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/330)) ##### Dependency Upgrades - Update all dependencies ([#​334](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/334)) ##### Build-Related - Include Node.js v20 in continuous integration pipeline ([#​338](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/338)) - Introduce "release-it" to make releases more comfortable ([#​337](https://togithub.com/lo1tuma/eslint-plugin-mocha/pull/337))
SonarSource/eslint-plugin-sonarjs (eslint-plugin-sonarjs) ### [`v0.23.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.23.0) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.22.0...0.23.0) #### What's Changed - Prepare for next iteration by [@​ilia-kebets-sonarsource](https://togithub.com/ilia-kebets-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/425](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/425) - Update own dependency by [@​ilia-kebets-sonarsource](https://togithub.com/ilia-kebets-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/426](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/426) - Fix FP S2428 (`prefer-object-literal`): Ignore circular reference assignments by [@​yassin-kammoun-sonarsource](https://togithub.com/yassin-kammoun-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/427](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/427) - Update license to `LGPL-3.0-only` by [@​ilia-kebets-sonarsource](https://togithub.com/ilia-kebets-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/428](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/428) **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.22.0...0.23.0 ### [`v0.22.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.22.0) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.21.0...0.22.0) #### What's Changed - Update vulnerable dependencies **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.21.0...0.22.0 ### [`v0.21.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.21.0) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.20.0...0.21.0) #### What's Changed - Fix FP S1764 (`no-identical-expressions`): using BigInts in bit shifting - Update vulnerable dependencies **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.20.0...0.21.0 ### [`v0.20.0`](https://togithub.com/SonarSource/eslint-plugin-sonarjs/releases/tag/0.20.0) [Compare Source](https://togithub.com/SonarSource/eslint-plugin-sonarjs/compare/0.19.0...0.20.0) #### What's Changed - Update `no-duplicate-string`: Add `ignoreStrings` option by [@​yassin-kammoun-sonarsource](https://togithub.com/yassin-kammoun-sonarsource) in [https://github.com/SonarSource/eslint-plugin-sonarjs/pull/405](https://togithub.com/SonarSource/eslint-plugin-sonarjs/pull/405) **Full Changelog**: https://github.com/SonarSource/eslint-plugin-sonarjs/compare/0.19.0...0.20.0

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.