Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Update linting tools #746

Merged
merged 1 commit into from
Jul 12, 2021
Merged

Update linting tools #746

merged 1 commit into from
Jul 12, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-template-lint 3.2.0 -> 3.5.0 age adoption passing confidence
eslint (source) 7.20.0 -> 7.30.0 age adoption passing confidence
eslint-config-prettier 8.1.0 -> 8.3.0 age adoption passing confidence
eslint-plugin-ember 10.2.0 -> 10.5.1 age adoption passing confidence
eslint-plugin-prettier 3.3.1 -> 3.4.0 age adoption passing confidence

Release Notes

ember-template-lint/ember-template-lint

v3.5.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6

v3.4.2

Compare Source

🐛 Bug Fix
Committers: 1

v3.4.1

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 2

v3.4.0

Compare Source

🚀 Enhancement
  • #​1933 Adds --clean-todo option to provide separate functionality to cleanup stale and expired todos (@​MelSumner)
🐛 Bug Fix
  • #​1933 Adds --clean-todo option to provide separate functionality to cleanup stale and expired todos (@​MelSumner)
📝 Documentation
Committers: 1

v3.3.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 2

v3.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Committers: 6
eslint/eslint

v7.30.0

Compare Source

v7.29.0

Compare Source

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #​14315) (#​14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#​14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#​14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#​14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#​14193) (Federico Brigante)

v7.25.0

Compare Source

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #​14324) (#​14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#​14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#​14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#​14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#​14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#​14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#​14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#​14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#​14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#​14313) (Nitin Kumar)

v7.24.0

Compare Source

v7.23.0

Compare Source

  • 687ccae Update: add option "allowInParentheses" to no-sequences (fixes #​14197) (#​14199) (Daniel Rentz)
  • dbf2529 Sponsors: Sync README with website (ESLint Jenkins)
  • 4bdf2c1 Sponsors: Sync README with website (ESLint Jenkins)
  • 49d1697 Chore: Upgrade eslint-plugin-jsdoc to v25 and remove --legacy-peer-deps (#​14244) (Brandon Mills)
  • 43f1685 Update: --quiet should not supress --max-warnings (fixes #​14202) (#​14242) (Milos Djermanovic)
  • 909c727 Docs: Add valid example that shows vars in a block scope (#​14230) (Ed S)
  • 28583eb Fix: no-mixed-operators false positives with ? : (fixes #​14223) (#​14226) (Milos Djermanovic)
  • a99eb2d Fix: Clarify line breaks in object-curly-newline (fixes #​14024) (#​14063) (armin yahya)
  • 8984c91 Update: eslint --env-info output os info (#​14059) (薛定谔的猫)
  • 2a79306 Sponsors: Sync README with website (ESLint Jenkins)
  • ebd7026 Docs: Fix typo (#​14225) (Greg Finley)
  • a2013fc Sponsors: Sync README with website (ESLint Jenkins)

v7.22.0

Compare Source

  • 3a432d8 Docs: Improve documentation for indent rule (#​14168) (Serkan Özel)
  • f62ec8d Update: throw error when fix range is invalid (#​14142) (Jacob Bandes-Storch)
  • 0eecad2 Upgrade: Update lodash in package.json to V 4.17.21 (#​14159) (Basem Al-Nabulsi)
  • 5ad91aa Update: report es2021 globals in no-extend-native (refs #​13602) (#​14177) (Milos Djermanovic)
  • c295581 Chore: remove leftover JSDoc from lint-result-cache (#​14176) (Milos Djermanovic)
  • 0d541f9 Chore: Reduce lodash usage (#​14178) (Stephen Wade)
  • 27a67d7 Sponsors: Sync README with website (ESLint Jenkins)
  • 459d821 Chore: upgrade dependencies of browser test (#​14127) (Pig Fang)
  • ebfb63a Sponsors: Sync README with website (ESLint Jenkins)
  • 3ba029f Docs: Remove Extraneous Dash (#​14164) (Danny Hurlburt)
  • 6f4540e Sponsors: Sync README with website (ESLint Jenkins)
  • ddf361c Docs: Fix Formatting (#​14154) (Danny Hurlburt)
  • c0d2ac1 Sponsors: Sync README with website (ESLint Jenkins)
  • a8df03e Docs: Clarify triage process (#​14117) (Nicholas C. Zakas)

v7.21.0

Compare Source

prettier/eslint-config-prettier

v8.3.0

Compare Source

v8.2.0

Compare Source

  • Added: [flowtype/quotes]. Thanks to Martin Zlámal (@​mrtnzlml)!
ember-cli/eslint-plugin-ember

v10.5.1

Compare Source

🐛 Bug Fix
📝 Documentation
  • #​1241 Indicate which rules provide automated suggestions in README rules table (@​bmish)
🏠 Internal
Committers: 1

v10.5.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​1212 Improve detection of property names (check string literals in addition to identifiers) in several rules (@​bmish)
  • #​1211 Fix false positive with non-components in require-tagless-components rule (@​bmish)
  • #​1210 Avoid some false positives with lodash usage when recognizing extended Ember objects (@​bmish)
  • #​1197 Check import when detecting controller usage in order-in-* rules (@​lin-ll)
  • #​1196 Check import when detecting observer usage in order-in-* rules (@​lin-ll)
📝 Documentation
Committers: 2

v10.4.2

Compare Source

🐛 Bug Fix
  • #​1195 Fix false positives with service/controller/observer detection in some rules (@​lin-ll)
  • #​1187 Fix optional chaining support to handle newer ChainExpression implementation (@​bmish)
  • #​1179 Handle spread syntax with both babel-eslint and @babel/eslint-parser parsers in order-in-* rules (@​bmish)
🏠 Internal
Committers: 2

v10.4.1

Compare Source

🐛 Bug Fix
  • #​1160 Account for observer dependent keys in no-unused-services rule (@​lin-ll)
  • #​1164 Account for observes decorator in no-unused-services rule (@​lin-ll)
  • #​1162 Update several rules to check imports when checking for Ember service injections (@​lin-ll)
  • #​1167 Update route rules to handle route path option passed as object variable (@​bmish)
  • #​1165 Improve robustness of classic class body detection in several rules using getModuleProperties util (@​bmish)
  • #​1159 Improve robustness of classic class component body detection in require-tagless-components rule (@​bmish)
  • #​1158 Improve robustness of classic class controller body detection in no-controllers rule (@​bmish)
  • #​1168 Avoid some false positives with jQuery usage when recognizing extended objects (@​bmish)
📝 Documentation
  • #​1161 Tweak messaging around false positives in no-unused-services rule (@​bmish)
Committers: 2

v10.4.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​1150 no-get rule should ignore proxy classes that look like ObjectProxy.extend(SomeMixin) (@​bmish)
  • #​1149 Detect classic classes which have object variables passed to them in no-classic-classes rule (@​bmish)
  • #​1135 Fix false positive in same level routes but nested paths in no-shadow-route-definition rule (@​raido)
  • #​1132 Fix crash with dynamic/variable route name in no-shadow-route-definition rule (again) (@​raido)
Committers: 3

v10.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​1115 Fix crash with dynamic/variable route name in no-shadow-route-definition rule (@​bmish)
  • #​1102 Fix crash with this.extend() in no-classic-classes rule (@​bmish)
  • #​1114 Ensure rules validate arrays in options to have at least one item and unique items (@​bmish)
  • #​1103 Only calculate source module name once in import util function for slight optimization (@​bmish)
  • #​1081 Update avoid-leaking-state-in-ember-objects rule to apply to mixins (@​jaydgruber)
Committers: 3
prettier/eslint-plugin-prettier

v3.4.0

Compare Source

  • feat: support processor virtual filename (#​401) (ee0ccc6)
  • Simplify report logic (#​380) (d993f24)
  • Update: README.md (#​375) (3ea4242)

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

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 if that's undesired.


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

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

@renovate renovate bot added the internal label Jul 12, 2021
@renovate renovate bot requested review from a team and andrewpye and removed request for a team July 12, 2021 01:57
@andrewpye andrewpye merged commit 041b9a1 into master Jul 12, 2021
@andrewpye andrewpye deleted the renovate/linting branch July 12, 2021 08:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants