Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update linting tools #692

Merged
merged 1 commit into from
Jan 7, 2021
Merged

Update linting tools #692

merged 1 commit into from
Jan 7, 2021

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 28, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-template-lint 2.14.0 -> 2.16.0 age adoption passing confidence
eslint (source) 7.15.0 -> 7.17.0 age adoption passing confidence
eslint-plugin-ember 10.0.2 -> 10.1.1 age adoption passing confidence
eslint-plugin-prettier 3.1.4 -> 3.3.1 age adoption passing confidence

Release Notes

ember-template-lint/ember-template-lint

v2.16.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
  • #​1670 Remove lerna-changelog dependency since it is provided and handled by release-it-lerna-changelog (@​bmish)
Committers: 6

v2.15.0

Compare Source

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
  • #​1606 Fix false positive with content within {{#if}}/{{else}} blocks in no-duplicate-id rule (@​MelSumner)
  • #​1605 Fix false positive in no-invalid-link-title when using a dynamic value surrounded by whitespace. (@​josephdsumner)
  • #​1137 Prevent no-unused-block-params from flagging locals that are used within {{template-lint-disable}}ed content (@​lifeart)
📝 Documentation
Committers: 7
eslint/eslint

v7.17.0

Compare Source

  • e128e77 Update: check logical assignment in no-constant-condition (#​13946) (Milos Djermanovic)
  • cc48713 Chore: refactor calculating range and loc in no-useless-escape (#​13964) (Milos Djermanovic)
  • 535fe47 Update: use regexpp's default ecmaVersion in no-control-regex (#​13969) (Milos Djermanovic)
  • 83e98cd Fix: use regexpp's default ecmaVersion in no-invalid-regexp (#​13968) (Milos Djermanovic)
  • 7297363 Docs: fix examples for no-multi-str (#​13966) (Milos Djermanovic)
  • 0649871 Update: add autofix to rule multiline-ternary (#​13958) (薛定谔的猫)
  • f6e7e32 Fix: no-useless-escape wrong loc and fix with CRLF in template elements (#​13953) (Milos Djermanovic)
  • 19c69c0 Fix: one-var shouldn't split declaration if it isn't in a statement list (#​13959) (Milos Djermanovic)
  • e451b96 Docs: update build tool for webpack (#​13962) (Sam Chen)
  • c3e9acc Chore: fix typos (#​13960) (YeonJuan)
  • 7289ecf Sponsors: Sync README with website (ESLint Jenkins)

v7.16.0

Compare Source

  • a62ad6f Update: fix false negative of no-extra-parens with NewExpression (#​13930) (Milos Djermanovic)
  • f85b4c7 Fix: require-atomic-updates false positive across await (fixes #​11954) (#​13915) (buhi)
  • 301d0c0 Fix: no-constant-condition false positives with unary expressions (#​13927) (Milos Djermanovic)
  • 555c128 Fix: false positive with await and ** in no-extra-parens (fixes #​12739) (#​13923) (Milos Djermanovic)
  • d93c935 Docs: update JSON Schema links (#​13936) (Milos Djermanovic)
  • 8d0c93a Upgrade: table@6.0.4 (#​13920) (Rouven Weßling)
  • 9247683 Docs: Remove for deleted npm run profile script (#​13931) (Brandon Mills)
  • ab240d4 Fix: prefer-exponentiation-operator invalid autofix with await (#​13924) (Milos Djermanovic)
  • dc76911 Chore: Add .pre-commit-hooks.yaml file (#​13628) (Álvaro Mondéjar)
  • 2124e1b Docs: Fix wrong rule name (#​13913) (noisyboy25)
  • 06b5809 Sponsors: Sync README with website (ESLint Jenkins)
  • 26fc12f Docs: Update README team and sponsors (ESLint Jenkins)
ember-cli/eslint-plugin-ember

v10.1.1

Compare Source

🐛 Bug Fix
  • #​1059 Do not warn about Glimmer lifecycle hooks on classic components in no-component-lifecycle-hooks rule (@​Turbo87)
🏠 Internal
Committers: 2

v10.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 4
prettier/eslint-plugin-prettier

v3.3.1

Compare Source

  • fix: add eslint-config-prettier as an optional peer dependency (#​374) (d59df27)
  • build(deps-dev): bump eslint from 7.16.0 to 7.17.0 (b87985d)
  • build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (11e427e)

v3.3.0

Compare Source

  • Minor: Perf improvement: Do not clear the config cache on each run (#​368) (1b90ea7)
  • Add peerDependenciesMeta block (#​367) (86608d5)
  • build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (885f484)
  • build(deps-dev): bump eslint from 7.3.1 to 7.14.0 (cebc80b)

v3.2.0

Compare Source

  • Skip CI for eslint 6 + node 8 (#​364) (f8f08e4)
  • Turn off problematic rules in recommended config (prepare for next eslint-config-prettier version) (#​360) (a1e5591)
  • Create dependabot.yml (f58b6c7)
  • docs(README): fix prettier getFileInfo link (#​335) (5a690f1)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.2 to 2.3.0 (8614c45)
  • build(deps-dev): bump eslint from 7.3.0 to 7.3.1 (12d9ed8)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.0 (5a6f42e)
  • chore: update CI badge in readme (5012b66)
  • Use Github Actions for CI (#​305) (41eb64f)

Renovate 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 Dec 28, 2020
@renovate renovate bot requested review from a team and andrewpye and removed request for a team December 28, 2020 02:34
@renovate renovate bot force-pushed the renovate/linting branch 6 times, most recently from 11b3a65 to aad7c03 Compare January 4, 2021 19:33
@andrewpye andrewpye merged commit beac312 into master Jan 7, 2021
@andrewpye andrewpye deleted the renovate/linting branch January 7, 2021 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants