This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Update linting packages #346
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/linting-packages
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
March 22, 2020 10:21
e156415
to
190d870
Compare
renovate
bot
changed the title
Update dependency eslint-config-airbnb-base to v14.1.0
Update linting packages
Mar 22, 2020
Codecov Report
@@ 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.
|
renovate
bot
force-pushed
the
renovate/linting-packages
branch
4 times, most recently
from
April 3, 2020 10:47
99faeb1
to
8527e51
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
13 times, most recently
from
April 13, 2020 01:22
18aee42
to
b771e63
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
6 times, most recently
from
April 19, 2020 23:31
d514155
to
34c8816
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
2 times, most recently
from
April 28, 2020 15:55
960ff86
to
337f5f7
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
2 times, most recently
from
April 29, 2020 12:44
d7cbb44
to
fe33075
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
2 times, most recently
from
June 14, 2020 23:44
615237c
to
d169f76
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
3 times, most recently
from
June 27, 2020 19:06
af0abe5
to
0521ac9
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
2 times, most recently
from
July 15, 2020 19:55
61ef24d
to
5810af2
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
2 times, most recently
from
August 2, 2020 15:29
00d4641
to
41f3d63
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
August 10, 2020 13:01
41f3d63
to
b12ec6b
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
August 30, 2020 10:02
b12ec6b
to
7052450
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
September 8, 2020 16:59
7052450
to
1fc9477
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
September 16, 2020 15:29
1fc9477
to
c7706d3
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
3 times, most recently
from
September 28, 2020 01:19
18f2549
to
f0b6d84
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
October 4, 2020 10:27
f0b6d84
to
e4e91c1
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
11 times, most recently
from
October 23, 2020 12:58
eb91529
to
61f2377
Compare
renovate
bot
force-pushed
the
renovate/linting-packages
branch
from
October 23, 2020 13:57
61f2377
to
e267a22
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
14.0.0
->14.2.0
6.10.0
->6.14.0
2.20.1
->2.22.1
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
v6.13.0
Compare Source
v6.12.0
Compare Source
v6.11.0
Compare Source
v6.10.1
Compare Source
npx
when running the CLI helper tool.benmosher/eslint-plugin-import
v2.22.1
Compare Source
Fixed
default
]/TypeScript: avoid crash onexport =
with a MemberExpression ([#1841], thanks [@ljharb])extensions
]/importType: Fix @/abc being treated as scoped module ([#1854], thanks [@3nuc])dynamic-import-chunkname
]: allow single quotes to match Webpack support ([#1848], thanks [@straub])Changed
export
]: add tests for a name collision withexport * 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
]: allowmaxDepth
option to be"∞"
(thanks [@ljharb])Fixed
order
]/TypeScript: properly supportimport = object
expressions ([#1823], thanks [@manuth])no-extraneous-dependencies
]/TypeScript: do not error when importing type from dev dependencies ([#1820], thanks [@fernandopasik])default
]: avoid crash withexport =
([#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 onexport * as
non-conflicts ([#1834], thanks [@ljharb])Changed
no-extraneous-dependencies
]: add tests for importing types ([#1824], thanks [@taye])no-default-export
]: Fix docs url ([#1836], thanks [@beatrizrezener])imports-first
]: deprecation info and link tofirst
docs ([#1835], thanks [@beatrizrezener])v2.21.2
Compare Source
Fixed
order
]: avoid a crash on TypeScript’sexport import
syntax ([#1808], thanks [@ljharb])newline-after-import
]: consider TypeScriptimport =
syntax' ([#1811], thanks [@ljharb])no-internal-modules
]: avoid a crash on a named export declaration ([#1814], thanks [@ljharb])v2.21.1
Compare Source
Fixed
import/named
]: avoid requiringtypescript
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
]: addignoreExternal
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])namespace
]/ExportMap
: Fix interface declarations for TypeScript ([#1764], thanks [@julien1619])no-unused-modules
]: avoid order-dependence ([#1744], thanks [@darkartur])no-internal-modules
]: also checkexport from
syntax ([#1691], thanks [@adjerbetian])export
]: avoid a crash withexport =
([#1801], thanks [@ljharb])Changed
no-extraneous-dependencies
: use moduleVisitor ([#1735], thanks [@adamborowski])named
][] ([#1726], thanks [@astorije])order
: fix bad inline config ([#1788], thanks [@nickofthyme])no-unused-rules
: Fix docs for unused exports ([#1776], thanks [@barbogast])v2.20.2
Compare Source
Fixed
order
]: fixisExternalModule
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
]: Handleexport { default } from
syntax ([#1631], thanks [@richardxia])first
]: Add a way to disableabsolute-first
explicitly ([#1664], thanks [@TheCrueltySage])no-webpack-loader-syntax
: Updates webpack URLs ([#1751], thanks [@MikeyBeLike])prettier/eslint-plugin-prettier
v3.1.4
Compare Source
v3.1.3
Compare Source
meta.type
to "layout" (#283) (97152e2)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.
This PR has been generated by WhiteSource Renovate. View repository job log here.