chore(deps): update lint dependencies
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| @commitlint/cli (source) | ^13.1.0 -> ^13.2.1 |
devDependencies | minor | ||
| @commitlint/config-conventional (source) | ^13.1.0 -> ^13.2.0 |
devDependencies | minor | ||
| babel-eslint → @babel/eslint-parser | ^10.1.0 -> ^7.11.0 |
devDependencies | replacement | ||
| ember-template-lint | ^3.2.0 -> ^3.16.0 |
devDependencies | minor | ||
| eslint (source) | ^7.20.0 -> ^7.32.0 |
devDependencies | minor | ||
| eslint-config-prettier | ^8.3.0 -> ^8.10.2 |
devDependencies | minor | ||
| eslint-plugin-ember | ^10.2.0 -> ^10.6.1 |
devDependencies | minor | ||
| eslint-plugin-node → eslint-plugin-n | ^11.1.0 -> ^14.0.0 |
devDependencies | replacement | ||
| eslint-plugin-prettier | ^3.3.1 -> ^3.4.1 |
devDependencies | patch | ||
| prettier (source) | ^2.2.1 -> ^2.8.8 |
devDependencies | minor |
This is a special PR that replaces babel-eslint with the community suggested minimal stable replacement version.
This is a special PR that replaces eslint-plugin-node with the community suggested minimal stable replacement version.
Release Notes
conventional-changelog/commitlint (@commitlint/cli)
v13.2.1
Note: Version bump only for package @commitlint/cli
v13.2.0
Note: Version bump only for package @commitlint/cli
conventional-changelog/commitlint (@commitlint/config-conventional)
v13.2.0
Note: Version bump only for package @commitlint/config-conventional
ember-template-lint/ember-template-lint (ember-template-lint)
v3.16.0
:rocket: Enhancement
- #2281 Add autofixer to
block-indentationrule (@VincentMolinie)
:bug: Bug Fix
- #2318 Fix false negatives with
block-indentationrule (@VincentMolinie)
:memo: Documentation
Committers: 2
- Bryan Mishkin (@bmish)
- Vincent Molinié (@VincentMolinie)
v3.15.0
:rocket: Enhancement
- #2269 Add
requireActionHelperconfig option tono-element-event-actions(@jamescdavis)
:memo: Documentation
- #2280 Remove outdated boolean config in
docs/configuration.md(@rwjblue) - #2253 Update reference links for
no-autofocus-attributerule (@MelSumner) - #2246 Fix link about configuration properties (@courajs)
:house: Internal
Committers: 5
- Aaron Sikes (@courajs)
- Bryan Mishkin (@bmish)
- James C. Davis (@jamescdavis)
- Melanie Sumner (@MelSumner)
- Robert Jackson (@rwjblue)
v3.14.0
:rocket: Enhancement
:bug: Bug Fix
:house: Internal
- #2235 Remove unused helper
remove-configuration-html-comments(@bmish) - #2234 Remove unused helper
calculate-location-display(@bmish) - #2215 Fix Node version on CI (@ddzz)
Committers: 3
- Bryan Mishkin (@bmish)
- Cyrille (@dcyriller)
- Darius D. (@ddzz)
v3.13.0
:rocket: Enhancement
- #2168 Add new rule
no-autofocus-attribute(@judithhinlung)
:bug: Bug Fix
- #2174 Fix false negative with
alwayssetting and template ending with non-text ineol-lastrule (@bmish)
:house: Internal
Committers: 2
- Bryan Mishkin (@bmish)
- Judith Lung (@judithhinlung)
v3.12.0
:rocket: Enhancement
:bug: Bug Fix
- #2167 Slightly loosening requires for log method parameter requirements (@scalvert)
- #2165 Adding ruleId to deprecation message to track its origin (@scalvert)
- #2164 Noops the console when using the SARIF formatter (@scalvert)
:memo: Documentation
- #2156 Move workflow examples out of README into separate doc (@bmish)
- #2157 Ensure rules with options include a
Configurationsection in their rule doc (@bmish)
Committers: 3
- Bryan Mishkin (@bmish)
- Robert Jackson (@rwjblue)
- Steve Calvert (@scalvert)
v3.11.0
:rocket: Enhancement
- #2151 Add
endLine/endColumnto generated rule test results (@scalvert)
:bug: Bug Fix
:house: Internal
- #2155 Fixes incorrect rule test passing fake values (@scalvert)
- #2150 Migrate to using inline snapshots for rule unit tests (@rwjblue)
- #2154 Test under Node 17 (@bmish)
Committers: 4
- Bryan Mishkin (@bmish)
- Glenn Cueto (@glnster)
- Robert Jackson (@rwjblue)
- Steve Calvert (@scalvert)
v3.10.0
:rocket: Enhancement
- #2126 Add new rule
no-empty-headings(@glnster) - #2127 Add
allowEmptyLinksoption (defaulttrue) tono-invalid-link-textrule (@glnster)
:bug: Bug Fix
Committers: 2
v3.9.0
:rocket: Enhancement
- #1982 Add new rule
require-presentational-children(@faith-or) - #636 Add new rule
require-context-role(@lifeart) - #1955 Add new rule
no-valueless-arguments(@Windvis) - #1841 Add new rule
no-with(@bertdeblock) - #2053 Add
labelTagsoption for custom label components torequire-input-labelrule (@lifeart) - #2118 Add autofixer to
no-negated-conditionrule (@bmish) - #1935 Add autofixer to
no-unknown-arguments-for-builtin-componentsrule (@dwickern) - #2013 Add
Textareasupport tobuiltin-component-argumentsrule (@lifeart)
:bug: Bug Fix
- #1934 Fix false positives in
deprecated-inline-view-helperrule (@dwickern) - #1851 Fix false positive with slash symbol in
no-unboundrule (@lifeart) - #1861 Fix false positive with local
loginno-logrule (@bertdeblock) - #1864 Add
has-block-paramsas built-in helper tono-implicit-thisrule (@bertdeblock)
:memo: Documentation
:house: Internal
- #2107 Move helpers located in
_internalfolder to mainhelpersfolder (@bertdeblock)
Committers: 6
- Alex Kanunnikov (@lifeart)
- Bert De Block (@bertdeblock)
- Bryan Mishkin (@bmish)
- Derek Wickern (@dwickern)
- Faith Or (@faith-or)
- Sam Van Campenhout (@Windvis)
v3.8.0
:rocket: Enhancement
- #2115 Converting --clean-todo to a default, providing --no-clean-todo option (@scalvert)
- #2020 Add
--fixsupport foreol-lastrule (@rwjblue)
:bug: Bug Fix
- #2051 Bugfix: resolved issue with incorrect button type in form during template fix (@lifeart)
- #2088 Bugfix: fixes fuzzy messages arguments suggestion (@lifeart)
- #1863 Fix
undefinederror message forno-link-to-positional-paramsrule (@bertdeblock)
:memo: Documentation
- #2116 Slight tweak to explanation in
no-negated-conditiondoc (@bmish) - #2104 Mention package.json keywords for plugin discoverability (@bmish)
- #2099 Add ember/lint keywords to package.json (@bmish)
:house: Internal
- #2073 Ensures all log calls include
node(@scalvert)
Committers: 5
- Alex Kanunnikov (@lifeart)
- Bert De Block (@bertdeblock)
- Bryan Mishkin (@bmish)
- Robert Jackson (@rwjblue)
- Steve Calvert (@scalvert)
v3.7.0
:rocket: Enhancement
- #2080 Add
require-valid-named-block-naming-formatrule (@bertdeblock) - #2079 Adding
--print-configoption to CLI (@scalvert)
:bug: Bug Fix
Committers: 3
- Alex Kanunnikov (@lifeart)
- Bert De Block (@bertdeblock)
- Steve Calvert (@scalvert)
v3.6.0
:rocket: Enhancement
- #2033 Upgrades to latest todo-utils to include new fuzzy matching functionality (@scalvert)
- #2030 Implement
no-route-actionrule (@thiagofesta)
:bug: Bug Fix
- #2064 Removed modifier support for
no-route-actionrule (@thiagofesta) - #2024 Fix no-duplicate-id rule false positive with block param (@faith-or)
:memo: Documentation
- #2063 Update docs with .lint-todorc.js (@tylerbecks)
:house: Internal
Committers: 5
- Bryan Mishkin (@bmish)
- Faith Or (@faith-or)
- Steve Calvert (@scalvert)
- Thiago Festa (@thiagofesta)
- Tyler Becks (@tylerbecks)
v3.5.1
:bug: Bug Fix
- #2032 Fixes the SARIF formatter to correctly filter output by severity (@scalvert)
:memo: Documentation
Committers: 3
- Bryan Mishkin (@bmish)
- Robert Jackson (@rwjblue)
- Steve Calvert (@scalvert)
v3.5.0
:rocket: Enhancement
- #1972 Adding extra tests to no-invalid-role rule (@faith-or)
- #1993 feat(todos): Adds support for configuring todo decay days by rule (@scalvert)
:bug: Bug Fix
- #1994 Fix
require-input-labelto allow inputs within a<label>to have anidattribute (@MelSumner) - #1992 Resolved issue where test was looking for directories incorrectly (@MelSumner)
:memo: Documentation
- #1972 Adding extra tests to no-invalid-role rule (@faith-or)
- #1997 Add
Requirementssection to README (@bmish) - #1874 Document the A11Y preset (@bertdeblock)
- #1985 Fix some broken links on
CONFIGURATION.md(@nwhittaker) - #1954 Improve columns for README rules table (@bmish)
:house: Internal
- #1962 Upgrading yeoman-environment to 3.4.1 (@scalvert)
Committers: 6
- Bert De Block (@bertdeblock)
- Bryan Mishkin (@bmish)
- Faith (@faith-or)
- Melanie Sumner (@MelSumner)
- Nathan Whittaker (@nwhittaker)
- Steve Calvert (@scalvert)
v3.4.2
:bug: Bug Fix
- #1947 Moves expired todo removal under the
--clean-todoflag (@scalvert)
Committers: 1
- Steve Calvert (@scalvert)
v3.4.1
:rocket: Enhancement
- #1972 Adding extra tests to no-invalid-role rule (@faith-or)
- #1993 feat(todos): Adds support for configuring todo decay days by rule (@scalvert)
:bug: Bug Fix
- #1994 Fix
require-input-labelto allow inputs within a<label>to have anidattribute (@MelSumner) - #1992 Resolved issue where test was looking for directories incorrectly (@MelSumner)
:memo: Documentation
- #1972 Adding extra tests to no-invalid-role rule (@faith-or)
- #1997 Add
Requirementssection to README (@bmish) - #1874 Document the A11Y preset (@bertdeblock)
- #1985 Fix some broken links on
CONFIGURATION.md(@nwhittaker) - #1954 Improve columns for README rules table (@bmish)
:house: Internal
- #1962 Upgrading yeoman-environment to 3.4.1 (@scalvert)
Committers: 6
- Bert De Block (@bertdeblock)
- Bryan Mishkin (@bmish)
- Faith (@faith-or)
- Melanie Sumner (@MelSumner)
- Nathan Whittaker (@nwhittaker)
- Steve Calvert (@scalvert)
v3.4.0
:rocket: Enhancement
- #1933 Adds
--clean-todooption to provide separate functionality to cleanup stale and expired todos (@MelSumner)
:bug: Bug Fix
- #1933 Adds
--clean-todooption to provide separate functionality to cleanup stale and expired todos (@MelSumner)
:memo: Documentation
- #1918 Update some wording in README.md (@MelSumner)
Committers: 1
- Melanie Sumner (@MelSumner)
v3.3.1
:bug: Bug Fix
- #1922 Allows SARIF output to always write to a file if outputFile is present (@scalvert)
:house: Internal
- #1919 Adds @microsoft/jest-sarif to validate SARIF file format (@scalvert)
Committers: 2
- Steve Calvert (@scalvert)
- @dependabot-preview[bot]
v3.3.0
:rocket: Enhancement
- #1907 Deprecate
--jsonoption in favor of--format=json. (@rwjblue) - #1895 Updating stale todo message with more targeted --fix instructions (@scalvert)
:bug: Bug Fix
- #1904 Ensures we always emit output file even with empty results (@scalvert)
- #1897 Allow words containing redundant words for
require-valid-alt-textrule (@bertdeblock)
:memo: Documentation
- #1901 Fix invalid link in
docs/configuration.md(@bartocc) - #1906 Fix typo in TODO documentation (@Willibaur)
Committers: 6
- Bert De Block (@bertdeblock)
- Julien Palmas (@bartocc)
- Robert Jackson (@rwjblue)
- Steve Calvert (@scalvert)
- William Bautista (@Willibaur)
- @dependabot-preview[bot]
eslint/eslint (eslint)
v7.32.0
3c78a7bChore: Adopteslint-plugin/prefer-message-idsrule internally (#14841) (Bryan Mishkin)faecf56Update: change reporting location forcurlyrule (refs #12334) (#14766) (Nitin Kumar)d7dc07aFix: ignore lines with empty elements (fixes #12756) (#14837) (Soufiane Boutahlil)1bfbefdNew: Exit on fatal error (fixes #13711) (#14730) (Antonios Katopodis)ed007c8Chore: Simplify internalno-invalid-metarule (#14842) (Bryan Mishkin)d53d906Docs: Prepare data for website to indicate rules with suggestions (#14830) (Bryan Mishkin)d28f2ffDocs: Reference eslint-config-eslint to avoid potential for staleness (#14805) (Brett Zamir)8be8a36Chore: Adopteslint-plugin/require-meta-docs-urlrule internally (#14823) (Bryan Mishkin)f9c164fDocs: New syntax issue template (#14826) (Nicholas C. Zakas)eba0c45Chore: assertions on reporting loc inunicode-bom(refs #12334) (#14809) (Nitin Kumar)ed945bdDocs: fix multiple broken links (#14833) (Sam Chen)60df44cChore: useactions/setup-node@v2(#14816) (Nitin Kumar)6641d88Docs: Update README team and sponsors (ESLint Jenkins)
v7.31.0
efdbb12Upgrade: @eslint/eslintrc to v0.4.3 (#14808) (Brandon Mills)a96b05fUpdate: add end location to report inconsistent-return(refs #12334) (#14798) (Nitin Kumar)e0e8e30Docs: update BUG_REPORT template (#14787) (Nitin Kumar)39115c8Docs: provide more context to no-eq-null (#14801) (gfyoung)9a3c73cDocs: fix a broken link (#14790) (Sam Chen)ddffa8aUpdate: Indicating the operator in question (#14764) (Paul Smith)bba714cUpdate: Clarifying what changes need to be made in no-mixed-operators (#14765) (Paul Smith)b0d22e3Docs: Mention benefit of providingmeta.docs.url(#14774) (Bryan Mishkin)000cc79Sponsors: Sync README with website (ESLint Jenkins)a6a7438Chore: pin [email protected] (#14771) (Milos Djermanovic)
v7.30.0
5f74642Chore: don't check Program.start in SourceCode#getComments (refs #14744) (#14748) (Milos Djermanovic)19a871aDocs: Suggest linting plugins for ESLint plugin developers (#14754) (Bryan Mishkin)aa87329Docs: fix broken links (#14756) (Sam Chen)278813aDocs: fix and add more examples for new-cap rule (fixes #12874) (#14725) (Nitin Kumar)ed1da5dUpdate: ecmaVersion allows "latest" (#14720) (薛定谔的猫)104c0b5Update: improve use-isnan rule to detectNumber.NaN(fixes #14715) (#14718) (Nitin Kumar)b08170bUpdate: Implement FlatConfigArray (refs #13481) (#14321) (Nicholas C. Zakas)f113cddChore: upgrade eslint-plugin-eslint-plugin (#14738) (薛定谔的猫)1b8997aDocs: Fix getRulesMetaForResults link syntax (#14723) (Brandon Mills)aada733Docs: fix two broken links (#14726) (Sam Chen)8972529Docs: Update README team and sponsors (ESLint Jenkins)
v7.29.0
bfbfe5cNew: Add only to RuleTester (refs eslint/rfcs#73) (#14677) (Brandon Mills)c2cd7b4New: Add ESLint#getRulesMetaForResults() (refs #13654) (#14716) (Nicholas C. Zakas)eea7e0dChore: remove duplicate code (#14719) (Nitin Kumar)6a1c7a0Fix: allow fallthrough comment inside block (fixes #14701) (#14702) (Kevin Gibbons)a47e5e3Docs: Add Mega-Linter to the list of integrations (#14707) (Nicolas Vuillamy)353ddf9Chore: enable reportUnusedDisableDirectives in eslint-config-eslint (#14699) (薛定谔的猫)757c495Chore: add some rules to eslint-config-eslint (#14692) (薛定谔的猫)c93a222Docs: fix a broken link (#14697) (Sam Chen)655c118Sponsors: Sync README with website (ESLint Jenkins)e2bed2eSponsors: Sync README with website (ESLint Jenkins)8490fb4Sponsors: Sync README with website (ESLint Jenkins)ddbe877Sponsors: Sync README with website (ESLint Jenkins)
v7.28.0
1237705Upgrade: @eslint/eslintrc to 0.4.2 (#14672) (Milos Djermanovic)123fb86Docs: Add Feedback Needed triage description (#14670) (Nicholas C. Zakas)c545163Update: support multiline /eslint-env/ directives (fixes #14652) (#14660) (薛定谔的猫)8d1e75aUpgrade: glob-parent version in package.json (#14658) (Hamza Najeeb)1f048cbFix: no-implicit-coercion false positive withString()(fixes #14623) (#14641) (Milos Djermanovic)d709abfChore: fix comment location in no-unused-vars (#14648) (Milos Djermanovic)e44ce0aFix: no-duplicate-imports allow unmergeable (fixes #12758, fixes #12760) (#14238) (Soufiane Boutahlil)bb66a3dNew: addgetPhysicalFilename()method to rule context (fixes #11989) (#14616) (Nitin Kumar)2e43dacDocs: fixno-sequencesexample (#14643) (Nitin Kumar)958ff4eDocs: add note for arrow functions in no-seq rule (#14578) (Nitin Kumar)e4f111bFix: arrow-body-style crash with object pattern (fixes #14633) (#14635) (Milos Djermanovic)ec28b5aChore: upgrade eslint-plugin-eslint-plugin (#14590) (薛定谔的猫)85a2725Docs: Update README team and sponsors (ESLint Jenkins)
v7.27.0
2c0868cChore: merge all html formatter files intohtml.js(#14612) (Milos Djermanovic)9e9b5e0Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar)afe9569Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov)c0f418eChore: Remove lodash (#14287) (Stephen Wade)52655ddUpdate: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden)967b1c4Chore: Fix typo in large.js (#14589) (Ikko Ashimine)2466a05Sponsors: Sync README with website (ESLint Jenkins)fe29f18Sponsors: Sync README with website (ESLint Jenkins)086c1d6Chore: add more test cases forno-sequences(#14579) (Nitin Kumar)6a2ced8Docs: Update README team and sponsors (ESLint Jenkins)
v7.26.0
aaf65e6Upgrade: eslintrc for ModuleResolver fix (#14577) (Brandon Mills)ae6dbd1Fix: track variables, not names in require-atomic-updates (fixes #14208) (#14282) (Patrick Ahmetovic)6a86e50Chore: remove loose-parser tests (fixes #14315) (#14569) (Milos Djermanovic)ee3a3eaFix: create.eslintrc.cjsformoduletype ([#14304](https://
Configuration
📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.