Skip to content

Update ESLint and related

🤖 GitLab Bot 🤖 requested to merge renovate/eslint-and-related into master

This MR contains the following updates:

Package Type Update Change
eslint-import-resolver-webpack devDependencies minor 0.12.1 -> 0.13.0
eslint-plugin-jasmine devDependencies patch 4.1.0 -> 4.1.2
eslint-plugin-no-jquery devDependencies minor 2.3.1 -> 2.5.0

MR created with the help of gitlab-org/frontend/renovate-gitlab-bot


Release Notes

benmosher/eslint-plugin-import

v0.13.0

Compare Source

Added
  • [no-commonjs] rule
  • [no-amd] rule
Removed
  • Removed vestigial no-require rule. [no-commonjs] is more complete.

v0.12.2

Compare Source

Unpublished from npm and re-released as 0.13.0. See [#​170].

tlvince/eslint-plugin-jasmine

v4.1.2

Compare Source

Bug Fixes
  • Definition for rule 'jasmine/prefer-toBeUndefined' was not found (6e2b913), closes #​300

v4.1.1

Compare Source

Bug Fixes
  • no-focused-test: Only report focused test keyword, not test (796dddf), closes #​230
wikimedia/eslint-plugin-no-jquery

v2.5.0

Compare Source

  • New config: recommended just includes variable-pattern rule (Ed Sanders)
  • New config: all covers all usages of jQuery methods and utils (Ed Sanders)
  • New config: Create a deprecated-X.X config for every minor release (Ed Sanders)
  • Configs: Use 'warn' instead of 'error' in deprecated-X and all configs (Ed Sanders)
  • New rule: no-jquery-constructor (Ed Sanders)

  • Code: Add reporthtml coverage script (Ed Sanders)
  • Code: Remove unnecessary constants (Ed Sanders)
  • Code: Replace Array#indexOf with Array#includes (Ed Sanders)
  • Code: Only assert error message strings (Ed Sanders)
  • Code: Introduce eslint-plugin-eslint-plugin (Ed Sanders)
  • Code: Add ESLint 7.0.0 support (Ed Sanders)
  • Code: Prefer $("div") in test cases (Ed Sanders)
  • Code: Fix ESLint 2.3.0 support (Ed Sanders)

  • Docs: Document and test the slim config (Ed Sanders)
  • Docs: Move docs to docs/rules (Ed Sanders)
  • Docs: Suppress more examples with noDoc (no-parse-html-literal) (Ed Sanders)
  • Docs: Update to eslint-docgen 0.3.1 (Ed Sanders)
  • Docs: Suppress some examples with noDoc in long documentation files (Ed Sanders)
  • Docs: Use eslint-docgen (Ed Sanders)
  • Docs: Remove noDoc arg from RuleTesterAndDocs, just use RuleTester (Ed Sanders)
  • Docs: Fetch 'main' path from package.json (Ed Sanders)
  • Docs: Remove extra linebreak from no-parse-html-literal.md (Ed Sanders)
  • Docs: Add missing linebreak before rule source section (Ed Sanders)
  • Docs: Improvements to doc builder (Ed Sanders)

  • Release: Update devDependencies (Ed Sanders)

v2.4.1

Compare Source

  • Config fix: Fix override of no-event-shorthand in deprecated-3.5 (Ed Sanders)

  • Code: Add real test coverage for index.js (Ed Sanders)
  • Code: gitignore coverage.lcov (Ed Sanders)

v2.4.0

Compare Source

  • New feature: Add specification of plugin return types to settings (Ed Sanders)

  • New config: Add new deprecated-3.5 config (Ed Sanders)

  • New rule: no-find-collection, split out of no-find (Ed Sanders)
  • New rule: no-find-util, split out of no-find (Ed Sanders)

  • Rule fix: Set all rules to type: suggestion (Ed Sanders)
  • Rule fix: no-global-selector; add allowIds option to allow global selector by ID (Adam Roses Wight)
  • Rule fix: no-event-shorthand; add allowAjaxEvents option and use in deprecated-3.3 (Ed Sanders)

  • Docs: Avoid duplicating name in "Prefer..." sentence (Ed Sanders)
  • Docs: Build lists in README.md automatically (Ed Sanders)
  • Docs: Consistently use .methodOrProp with collections, not $.methodOrProp (Ed Sanders)
  • Docs: Link to jQuery documentation for each method/util/property (Ed Sanders)
  • Docs: Show ruleset information in README (Ed Sanders)

  • Release: State "MIT license" in LICENSE header (Ed Sanders)
  • Release: Update devDependencies (Ed Sanders)

  • Code: Add #odd and #even to all methods lists, new in jQuery 3.5 (Ed Sanders)
  • Code: Add code coverage checks using Istanbul (Ed Sanders)
  • Code: Move index.js to src/ (Ed Sanders)
  • Code: Restructure files and folders (Ed Sanders)
  • Code: Setup codecov GitHub Action integration (Ed Sanders)

v2.3.2

Compare Source

  • Rule fix: Add fixer for no-is-function (Ed Sanders)
  • Rule fix: Follow-up #​186: Actually merge no-undelegate into no-delegate (Ed Sanders)

  • Docs: Soften and make clearer the language for no-class-state (James D. Forrester)
  • Docs: Explain no-global-selector restriction more clearly (James D. Forrester)

  • Release: Update devDependencies (Ed Sanders)

  • Code: Remove non-existent $.fn.parse from tests (Ed Sanders)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

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

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading