Skip to content

Update eslint related packages#53078

Merged
spalger merged 1 commit into
masterfrom
renovate/eslint
Dec 15, 2019
Merged

Update eslint related packages#53078
spalger merged 1 commit into
masterfrom
renovate/eslint

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 15, 2019

This PR contains the following updates:

Package Type Update Change
@types/eslint devDependencies patch ^6.1.2 -> ^6.1.3
eslint (source) peerDependencies minor 6.5.1 -> 6.7.2
eslint (source) devDependencies minor ^6.5.1 -> ^6.7.2
eslint-config-prettier devDependencies minor ^6.4.0 -> ^6.7.0
eslint-module-utils dependencies minor 2.4.1 -> 2.5.0
eslint-plugin-cypress devDependencies minor ^2.7.0 -> ^2.8.0
eslint-plugin-import peerDependencies minor ^2.18.2 -> ^2.19.1
eslint-plugin-import devDependencies minor ^2.18.2 -> ^2.19.1
eslint-plugin-prettier devDependencies patch ^3.1.1 -> ^3.1.2

Release Notes

eslint/eslint

v6.7.2

Compare Source

  • bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #​12614) (#​12616) (Toru Nagashima)
  • 4928d51 Fix: don't ignore the entry directory (fixes #​12604) (#​12607) (Toru Nagashima)
  • b41677a Docs: Clarify suggestion's data in Working with Rules (refs #​12606) (#​12617) (Milos Djermanovic)
  • ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#​11698) (Brad Zacher)
  • fa6415d Sponsors: Sync README with website (ESLint Jenkins)
  • e1e158b Sponsors: Sync README with website (ESLint Jenkins)

v6.7.1

Compare Source

  • dd1e9f4 Fix: revert changes to key-spacing due to regression (#​12598) (Kai Cataldo)
  • c644b54 Docs: Update README team and sponsors (ESLint Jenkins)

v6.7.0

Compare Source

v6.6.0

Compare Source

prettier/eslint-config-prettier

v6.7.0

Compare Source

  • Added: [@​typescript-eslint/space-before-function-paren]. Thanks to Masafumi
    Koba (@​ybiquitous)!

v6.6.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/dot-location] and
    [vue/keyword-spacing]. Thanks to @​xcatliu!

v6.5.0

Compare Source

  • Added: Support for [excluding deprecated rules]. Thanks to Alex Ilyaev
    (@​alexilyaev)!
benmosher/eslint-plugin-import

v2.5.0

Re-releasing v[2.4.0] after discovering that the memory leak is isolated to the [memo-parser],
which is more or less experimental anyway.

Added
  • Autofixer for newline-after-import. ([#​686] + [#​696], thanks [@​eelyafi])
cypress-io/eslint-plugin-cypress

v2.8.0

Compare Source

Features
  • Add handling for when the wait method is given an Identifier which has a number value (e66bdfd)
prettier/eslint-plugin-prettier

v3.1.2

Compare Source

  • Resolve config when getting list of inferred parsers (1ad45be)
  • Fix tests now they to stop them inheriting from base prettierrc file (14840fa)
  • Move prettier config into dedicated file, so vscode plugins pick it up (c49334a)
  • build(deps-dev): bump eslint from 6.7.1 to 6.7.2 (15e6cf9)
  • build(deps-dev): bump eslint from 6.6.0 to 6.7.1 (e8ad019)
  • build(deps-dev): bump eslint-config-prettier from 6.6.0 to 6.7.0 (44f4bfe)
  • build(deps-dev): bump eslint-config-prettier from 6.5.0 to 6.6.0 (46580c5)
  • build(deps-dev): bump prettier from 1.18.2 to 1.19.1 (10b4676)
  • build(deps-dev): bump eslint from 6.5.1 to 6.6.0 (53eaeae)
  • build(deps-dev): bump eslint-config-prettier from 6.4.0 to 6.5.0 (ad3321c)
  • build(deps-dev): bump mocha from 6.2.1 to 6.2.2 (b7280b6)
  • build(deps-dev): bump eslint-config-prettier from 6.3.0 to 6.4.0 (4c1d69a)
  • build(deps-dev): bump eslint from 6.5.0 to 6.5.1 (c109a7a)
  • build(deps-dev): bump mocha from 6.2.0 to 6.2.1 (3134bea)
  • build(deps-dev): bump eslint from 6.4.0 to 6.5.0 (7c290d7)

Renovate configuration

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

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

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate Bot requested a review from a team as a code owner December 15, 2019 03:29
@renovate renovate Bot added release_note:skip Skip the PR/issue when compiling release notes renovate Renovate dependency update with major version updates Team:Operations Kibana-Operations Team v7.6.0 v8.0.0 labels Dec 15, 2019
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@renovate renovate Bot force-pushed the renovate/eslint branch from 5238a5c to 1d2d815 Compare December 15, 2019 04:15
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

History

  • 💚 Build #15621 succeeded 5238a5ce7f510cd0333fdda22a1aba2741e310ba

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@spalger spalger merged commit 9e50a10 into master Dec 15, 2019
spalger added a commit to spalger/kibana that referenced this pull request Dec 15, 2019
@renovate renovate Bot deleted the renovate/eslint branch December 15, 2019 17:27
@spalger
Copy link
Copy Markdown
Contributor

spalger commented Dec 16, 2019

7.x/7.6: 94c580d

spalger added a commit that referenced this pull request Dec 17, 2019
spalger added a commit that referenced this pull request Dec 17, 2019
patrykkopycinski pushed a commit to patrykkopycinski/kibana that referenced this pull request May 6, 2026
patrykkopycinski pushed a commit to patrykkopycinski/kibana that referenced this pull request May 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes renovate Renovate dependency update with major version updates reverted Team:Operations Kibana-Operations Team v7.6.0 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants