Update ESLint and related
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
Added
- [no-commonjs] rule
- [no-amd] rule
Removed
- Removed vestigial no-requirerule. [no-commonjs] is more complete.
v0.12.2
Unpublished from npm and re-released as 0.13.0. See [#170].
wikimedia/eslint-plugin-no-jquery
v2.5.0
- New config: recommendedjust includesvariable-patternrule (Ed Sanders)
- New config: allcovers all usages of jQuery methods and utils (Ed Sanders)
- New config: Create a deprecated-X.Xconfig for every minor release (Ed Sanders)
- Configs: Use 'warn' instead of 'error' in deprecated-Xandallconfigs (Ed Sanders)
- New rule: no-jquery-constructor(Ed Sanders)
—
- Code: Add reporthtmlcoverage script (Ed Sanders)
- Code: Remove unnecessary constants (Ed Sanders)
- Code: Replace Array#indexOfwithArray#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 slimconfig (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
- Config fix: Fix override of no-event-shorthandindeprecated-3.5(Ed Sanders)
—
- Code: Add real test coverage for index.js (Ed Sanders)
- Code: gitignore coverage.lcov (Ed Sanders)
v2.4.0
- New feature: Add specification of plugin return types to settings (Ed Sanders)
—
- New config: Add new deprecated-3.5config (Ed Sanders)
—
- New rule: no-find-collection, split out ofno-find(Ed Sanders)
- New rule: no-find-util, split out ofno-find(Ed Sanders)
—
- Rule fix: Set all rules to type: suggestion(Ed Sanders)
- Rule fix: no-global-selector; addallowIdsoption to allow global selector by ID (Adam Roses Wight)
- Rule fix: no-event-shorthand; addallowAjaxEventsoption and use indeprecated-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 .methodOrPropwith 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 #oddand#evento 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
- Rule fix: Add fixer for no-is-function(Ed Sanders)
- Rule fix: Follow-up #186: Actually merge no-undelegateintono-delegate(Ed Sanders)
—
- Docs: Soften and make clearer the language for no-class-state(James D. Forrester)
- Docs: Explain no-global-selectorrestriction more clearly (James D. Forrester)
—
- Release: Update devDependencies (Ed Sanders)
—
- Code: Remove non-existent $.fn.parse from tests (Ed Sanders)
Renovate configuration
- 
If you want to rebase/retry this MR, check this box 
This MR has been generated by Renovate Bot.