Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Update linting packages#346

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/linting-packages
Open

Update linting packages#346
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/linting-packages

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2020

This PR contains the following updates:

Package Type Update Change
eslint-config-airbnb-base devDependencies minor 14.0.0 -> 14.2.0
eslint-config-prettier devDependencies minor 6.10.0 -> 6.14.0
eslint-plugin-import devDependencies minor 2.20.1 -> 2.22.1
eslint-plugin-prettier devDependencies patch 3.1.2 -> 3.1.4

Release Notes

airbnb/javascript

v14.2.0

Compare Source

v14.1.0

Compare Source

prettier/eslint-config-prettier

v6.14.0

Compare Source

  • Added: New [eslint-plugin-vue] rules: [vue/array-bracket-newline] and [vue/block-tag-newline]. Thanks to @​xcatliu!

v6.13.0

Compare Source

  • Added: New rules in [eslint-plugin-vue] 7.0 (which supports Vue 3.0). Thanks to @​xcatliu!

v6.12.0

Compare Source

  • Added: [@​typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@​ybiquitous)!!

v6.11.0

Compare Source

  • Added: [@​typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@​hbergren)!

v6.10.1

Compare Source

  • Improved: Recommend using npx when running the CLI helper tool.
  • Updated: Mention that eslint-config-prettier has been tested with Prettier 2.0 and the latest versions of plugins.
benmosher/eslint-plugin-import

v2.22.1

Compare Source

Fixed
  • [default]/TypeScript: avoid crash on export = with a MemberExpression ([#​1841], thanks [@​ljharb])
  • [extensions]/importType: Fix @​/abc being treated as scoped module ([#​1854], thanks [@​3nuc])
  • allow using rest operator in named export ([#​1878], thanks [@​foray1010])
  • [dynamic-import-chunkname]: allow single quotes to match Webpack support ([#​1848], thanks [@​straub])
Changed
  • [export]: add tests for a name collision with export * from ([#​1704], thanks @​tomprats)

v2.22.0

Compare Source

Added
  • [no-unused-modules]: consider exported TypeScript interfaces, types and enums ([#​1819], thanks [@​nicolashenry])
  • [no-cycle]: allow maxDepth option to be "∞" (thanks [@​ljharb])
Fixed
  • [order]/TypeScript: properly support import = object expressions ([#​1823], thanks [@​manuth])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing type from dev dependencies ([#​1820], thanks [@​fernandopasik])
  • [default]: avoid crash with export = ([#​1822], thanks [@​AndrewLeedham])
  • [order]/[newline-after-import]: ignore TypeScript's "export import object" ([#​1830], thanks [@​be5invis])
  • [dynamic-import-chunkname]/TypeScript: supports @typescript-eslint/parser ([#​1833], thanks [@​noelebrun])
  • [order]/TypeScript: ignore ordering of object imports ([#​1831], thanks [@​manuth])
  • [namespace]: do not report on shadowed import names ([#​518], thanks [@​ljharb])
  • [export]: avoid warning on export * as non-conflicts ([#​1834], thanks [@​ljharb])
Changed
  • [no-extraneous-dependencies]: add tests for importing types ([#​1824], thanks [@​taye])
  • [docs][no-default-export]: Fix docs url ([#​1836], thanks [@​beatrizrezener])
  • [docs][imports-first]: deprecation info and link to first docs ([#​1835], thanks [@​beatrizrezener])

v2.21.2

Compare Source

Fixed
  • [order]: avoid a crash on TypeScript’s export import syntax ([#​1808], thanks [@​ljharb])
  • [newline-after-import]: consider TypeScript import = syntax' ([#​1811], thanks [@​ljharb])
  • [no-internal-modules]: avoid a crash on a named export declaration ([#​1814], thanks [@​ljharb])

v2.21.1

Compare Source

Fixed
  • TypeScript: [import/named]: avoid requiring typescript when not using TS ([#​1805], thanks [@​ljharb])

v2.21.0

Compare Source

Added
  • [import/default]: support default export in TSExportAssignment ([#​1528], thanks [@​joaovieira])
  • [no-cycle]: add ignoreExternal option ([#​1681], thanks [@​sveyret])
  • [order]: Add support for TypeScript's "import equals"-expressions ([#​1785], thanks [@​manuth])
  • [import/default]: support default export in TSExportAssignment ([#​1689], thanks [@​Maxim-Mazurok])
  • [no-restricted-paths]: add custom message support ([#​1802], thanks [@​malykhinvi])
Fixed
  • [group-exports]: Flow type export awareness ([#​1702], thanks [@​ernestostifano])
  • [order]: Recognize pathGroup config for first group ([#​1719], [#​1724], thanks [@​forivall], [@​xpl])
  • [no-unused-modules]: Fix re-export not counting as usage when used in combination with import ([#​1722], thanks [@​Ephem])
  • [no-duplicates]: Handle TS import type ([#​1676], thanks [@​kmui2])
  • [newline-after-import]: recognize decorators ([#​1139], thanks [@​atos1990])
  • [no-unused-modules]: Revert "[flow] no-unused-modules: add flow type support" ([#​1770], thanks [@​Hypnosphi])
  • TypeScript: Add nested namespace handling ([#​1763], thanks [@​julien1619])
  • [namespace]/ExportMap: Fix interface declarations for TypeScript ([#​1764], thanks [@​julien1619])
  • [no-unused-modules]: avoid order-dependence ([#​1744], thanks [@​darkartur])
  • [no-internal-modules]: also check export from syntax ([#​1691], thanks [@​adjerbetian])
  • TypeScript: [export]: avoid a crash with export = ([#​1801], thanks [@​ljharb])
Changed
  • [Refactor] no-extraneous-dependencies: use moduleVisitor ([#​1735], thanks [@​adamborowski])
  • TypeScript config: Disable [named][] ([#​1726], thanks [@​astorije])
  • [readme] Remove duplicate no-unused-modules from docs ([#​1690], thanks [@​arvigeus])
  • [Docs] order: fix bad inline config ([#​1788], thanks [@​nickofthyme])
  • [Tests] Add fix for Windows Subsystem for Linux ([#​1786], thanks [@​manuth])
  • [Docs] no-unused-rules: Fix docs for unused exports ([#​1776], thanks [@​barbogast])
  • [eslint] bump minimum v7 version to v7.2.0

v2.20.2

Compare Source

Fixed
  • [order]: fix isExternalModule detect on windows ([#​1651], thanks [@​fisker])
  • [order]: recognize ".." as a "parent" path ([#​1658], thanks [@​golopot])
  • [no-duplicates]: fix fixer on cases with default import ([#​1666], thanks [@​golopot])
  • [no-unused-modules]: Handle export { default } from syntax ([#​1631], thanks [@​richardxia])
  • [first]: Add a way to disable absolute-first explicitly ([#​1664], thanks [@​TheCrueltySage])
  • [Docs] no-webpack-loader-syntax: Updates webpack URLs ([#​1751], thanks [@​MikeyBeLike])
prettier/eslint-plugin-prettier

v3.1.4

Compare Source

  • Avoid clearing Prettier cache when not using prettierrc (#​303) (3c8e2d9)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
  • build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
  • build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
  • build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
  • Chore: Add CI tests for ESLint 7 (#​291) (cc2979b)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)

v3.1.3

Compare Source

  • Fix: Set meta.type to "layout" (#​283) (97152e2)
  • build(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (185b106)
  • build(deps): [security] bump acorn from 6.1.0 to 6.4.1 (bba5881)
  • build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (9a47a6f)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.0 to 2.2.1 (aad671d)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.1.0 to 2.2.0 (e2458c2)
  • build(deps-dev): bump eslint-config-prettier from 6.8.0 to 6.9.0 (05ef06f)
  • build(deps-dev): bump eslint-config-prettier from 6.7.0 to 6.8.0 (ab80b3c)
  • build(deps-dev): bump eslint from 6.7.2 to 6.8.0 (dea1b30)

Renovate configuration

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

🚦 Automerge: Enabled.

♻️ 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 force-pushed the renovate/linting-packages branch from e156415 to 190d870 Compare March 22, 2020 10:21
@renovate renovate bot changed the title Update dependency eslint-config-airbnb-base to v14.1.0 Update linting packages Mar 22, 2020
@codecov-io
Copy link

codecov-io commented Mar 22, 2020

Codecov Report

Merging #346 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #346   +/-   ##
=======================================
  Coverage   10.44%   10.44%           
=======================================
  Files         117      117           
  Lines        1532     1532           
  Branches      138      138           
=======================================
  Hits          160      160           
  Misses       1262     1262           
  Partials      110      110           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d2f4e22...05c7c5e. Read the comment docs.

@renovate renovate bot force-pushed the renovate/linting-packages branch 4 times, most recently from 99faeb1 to 8527e51 Compare April 3, 2020 10:47
@renovate renovate bot force-pushed the renovate/linting-packages branch 13 times, most recently from 18aee42 to b771e63 Compare April 13, 2020 01:22
@renovate renovate bot force-pushed the renovate/linting-packages branch 6 times, most recently from d514155 to 34c8816 Compare April 19, 2020 23:31
@renovate renovate bot force-pushed the renovate/linting-packages branch 2 times, most recently from 960ff86 to 337f5f7 Compare April 28, 2020 15:55
@renovate renovate bot force-pushed the renovate/linting-packages branch 2 times, most recently from d7cbb44 to fe33075 Compare April 29, 2020 12:44
@renovate renovate bot force-pushed the renovate/linting-packages branch 7 times, most recently from 665d611 to 173a82f Compare May 20, 2020 17:28
@codecov-commenter
Copy link

codecov-commenter commented May 20, 2020

Codecov Report

Merging #346 into master will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #346   +/-   ##
======================================
  Coverage    9.07%   9.07%           
======================================
  Files         135     135           
  Lines        1962    1961    -1     
  Branches      179     179           
======================================
  Hits          178     178           
+ Misses       1631    1630    -1     
  Partials      153     153           
Impacted Files Coverage Δ
src/model/fill.js 0.00% <0.00%> (ø)
src/app/routes/v1/fills.js 0.00% <0.00%> (ø)
src/model/address-metadata.js 0.00% <0.00%> (ø)
src/app/routes/v1/util/transform-fill.js 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 661fef2...61ef24d. Read the comment docs.

@renovate renovate bot force-pushed the renovate/linting-packages branch 11 times, most recently from 4dd7f58 to ad29682 Compare May 27, 2020 21:48
@renovate renovate bot force-pushed the renovate/linting-packages branch 3 times, most recently from d9c1309 to 9be6a3f Compare June 1, 2020 03:29
@renovate renovate bot force-pushed the renovate/linting-packages branch 6 times, most recently from 615237c to d169f76 Compare June 14, 2020 23:44
@renovate renovate bot force-pushed the renovate/linting-packages branch from d169f76 to 8a374b7 Compare June 21, 2020 20:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants