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

Update linting packages #438

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 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.9.0 -> 6.14.0
eslint-plugin-import devDependencies minor 2.19.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.

v6.10.0

Compare Source

  • Added: [@​typescript-eslint/comma-spacing]. Thanks to Masafumi Koba (@​ybiquitous)!!
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])

v2.20.1

Compare Source

Fixed
  • [export]: Handle function overloading in *.d.ts ([#​1619], thanks [@​IvanGoncharov])
  • [no-absolute-path]: fix a crash with invalid import syntax ([#​1616], thanks [@​ljharb])
  • [import/external-module-folders setting] now correctly works with directories containing modules symlinked from node_modules ([#​1605], thanks [@​skozin])
  • [extensions]: for invalid code where name does not exist, do not crash ([#​1613], thanks [@​ljharb])
  • [extensions]: Fix scope regex ([#​1611], thanks [@​yordis])
  • [no-duplicates]: allow duplicate imports if one is a namespace and the other not ([#​1612], thanks [@​sveyret])
  • Add some missing rule meta schemas and types ([#​1620], thanks [@​bmish])
  • [named]: for importing from a module which re-exports named exports from a node_modules module ([#​1569], [#​1447], thanks [@​redbugz], [@​kentcdodds])
  • [order]: Fix alphabetize for mixed requires and imports ([#​5625], thanks [@​wschurman])
Changed
  • [import/external-module-folders setting] behavior is more strict now: it will only match complete path segments ([#​1605], thanks [@​skozin])
  • [meta] fix "files" field to include/exclude the proper files ([#​1635], thanks [@​ljharb])
  • [Tests] order: Add TS import type tests ([#​1736], thanks [@​kmui2])

v2.20.0

Compare Source

Added
  • [order]: added caseInsensitive as an additional option to alphabetize ([#​1586], thanks [@​dbrewer5])
  • [no-restricted-paths]: New except option per zone, allowing exceptions to be defined for a restricted zone ([#​1238], thanks [@​rsolomon])
  • [order]: add option pathGroupsExcludedImportTypes to allow ordering of external import types ([#​1565], thanks [@​Mairu])
Fixed
  • [no-unused-modules]: fix usage of import/extensions settings ([#​1560], thanks [@​stekycz])
  • [extensions]: ignore non-main modules ([#​1563], thanks [@​saschanaz])
  • TypeScript config: lookup for external modules in @​types folder ([#​1526], thanks [@​joaovieira])
  • [no-extraneous-dependencies]: ensure node.source is truthy ([#​1589], thanks [@​ljharb])
  • [extensions]: Ignore query strings when checking for extensions ([#​1572], thanks [@​pcorpet])
Docs
  • [extensions]: improve ignorePackages docs ([#​1248], thanks [@​ivo-stefchev])
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: Disabled due to failing status checks.

♻️ 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 6 times, most recently from 9a1b381 to ffc64f5 Compare August 12, 2020 17:56
@renovate renovate bot force-pushed the renovate/linting-packages branch 8 times, most recently from 3262f4f to b94eb70 Compare August 16, 2020 16:57
@renovate renovate bot force-pushed the renovate/linting-packages branch from b94eb70 to 3cfe4b3 Compare August 23, 2020 09:05
@renovate renovate bot force-pushed the renovate/linting-packages branch from 3cfe4b3 to dd5a385 Compare September 5, 2020 17:32
@renovate renovate bot force-pushed the renovate/linting-packages branch 5 times, most recently from a628996 to 0300a09 Compare September 19, 2020 17:50
@renovate renovate bot force-pushed the renovate/linting-packages branch 5 times, most recently from 24bddce to dae58f4 Compare September 28, 2020 01:40
@renovate renovate bot force-pushed the renovate/linting-packages branch 4 times, most recently from e4cd596 to 273cb34 Compare October 2, 2020 14:39
@renovate renovate bot force-pushed the renovate/linting-packages branch 5 times, most recently from 84e24e3 to 805b9d9 Compare October 6, 2020 18:48
@renovate renovate bot force-pushed the renovate/linting-packages branch 10 times, most recently from 536d032 to 58d66c9 Compare October 21, 2020 16:12
@renovate renovate bot force-pushed the renovate/linting-packages branch from 58d66c9 to 256d91f Compare October 22, 2020 19:12
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.

1 participant