Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jan 16, 2020

This PR contains the following updates:

Package Change Age Confidence
eslint-config-airbnb-base 14.0.0 -> 14.2.1 age confidence
eslint-config-prettier 6.9.0 -> 6.15.0 age confidence
eslint-plugin-import 2.19.1 -> 2.32.0 age confidence
eslint-plugin-prettier 3.1.2 -> 3.4.1 age confidence

Release Notes

airbnb/javascript (eslint-config-airbnb-base)

v14.2.1

Compare Source

v14.2.0

Compare Source

v14.1.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v6.15.0

Compare Source

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

v6.11.0

Compare Source

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

import-js/eslint-plugin-import (eslint-plugin-import)

v2.32.0

Compare Source

Added
Fixed
Changed

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​2735], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed

v2.26.0

Compare Source

Added
  • [no-named-default], [no-default-export], [prefer-default-export], [no-named-export], [export], [named], [namespace], [no-unused-modules]: support arbitrary module namespace names ([#​2358], thanks [@​sosukesuzuki])
  • [no-dynamic-require]: support dynamic import with espree ([#​2371], thanks [@​sosukesuzuki])
  • [no-relative-packages]: add fixer ([#​2381], thanks [@​forivall])
Fixed
  • [default]: typescript-eslint-parser: avoid a crash on exporting as namespace (thanks [@​ljharb])
  • [export]/TypeScript: false positive for typescript namespace merging ([#​1964], thanks [@​magarcia])
  • [no-duplicates]: ignore duplicate modules in different TypeScript module declarations ([#​2378], thanks [@​remcohaszing])
  • [no-unused-modules]: avoid a crash when processing re-exports ([#​2388], thanks [@​ljharb])
Changed

v2.25.4

Compare Source

Fixed
Changed
  • [no-default-import]: report on the token "default" instead of the entire node ([#​2299], thanks [@​pmcelhaney])
  • [Docs] [order]: Remove duplicate mention of default ([#​2280], thanks [@​johnthagen])
  • [Deps] update eslint-module-utils

v2.25.3

Compare Source

Fixed
Changed

v2.25.2

Compare Source

Fixed

v2.25.1

Compare Source

Fixed
  • [Deps] update eslint-module-utils

v2.25.0

Compare Source

Added
Fixed
Changed
  • [Refactor] switch to an internal replacement for pkg-up and read-pkg-up ([#​2047], thanks [@​mgwalker])
  • [patch] TypeScript config: remove .d.ts from [import/parsers setting] and [import/extensions setting] ([#​2220], thanks [@​jablko])
  • [Refactor] [no-unresolved], [no-extraneous-dependencies]: moduleVisitor usage ([#​2233], thanks [@​jablko])

v2.24.2

Compare Source

Fixed
  • [named], [namespace]: properly handle ExportAllDeclarations ([#​2199], thanks [@​ljharb])

v2.24.1

Compare Source

Fixed
Changed

v2.24.0

Compare Source

Added
Fixed
  • [no-duplicates]: ensure autofix avoids excessive newlines ([#​2028], thanks [@​ertrzyiks])
  • [extensions]: avoid crashing on partially typed import/export statements ([#​2118], thanks [@​ljharb])
  • [no-extraneous-dependencies]: add ESM intermediate package.json support ([#​2121], thanks [@​paztis])
  • Use context.getPhysicalFilename() when available (ESLint 7.28+) ([#​2160], thanks [@​pmcelhaney])
  • [extensions]/importType: fix isScoped treating @​/abc as scoped module ([#​2146], thanks [@​rperello])
Changed

v2.23.4

Compare Source

Fixed
  • [no-import-module-exports]: Don't crash if packages have no entrypoint ([#​2099], thanks [@​eps1lon])
  • [no-extraneous-dependencies]: fix package name algorithm ([#​2097], thanks [@​paztis])

v2.23.3

Compare Source

Fixed
Changed
  • [Docs] Add [no-relative-packages] to list of to the list of rules ([#​2075], thanks [@​arvigeus])

v2.23.2

Compare Source

Changed
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+

v2.23.1

Compare Source

Fixed
  • [newline-after-import]: fix crash with export {} syntax ([[#​2063](https://redirect.

Configuration

📅 Schedule: Branch creation - "before 4am on thursday" (UTC), Automerge - 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/linters branch from 12f0cb1 to 101acde Compare January 28, 2020 07:41
@renovate renovate bot changed the title Dev dependency update: eslint-plugin-import Dev dependency update: eslint-config-prettier Jan 28, 2020
@renovate renovate bot force-pushed the renovate/linters branch from 101acde to 6e26b01 Compare February 2, 2020 08:19
@renovate renovate bot force-pushed the renovate/linters branch from 6e26b01 to d5c423c Compare March 14, 2020 23:54
@renovate renovate bot changed the title Dev dependency update: eslint-config-prettier Dev dependency update: eslint-config-airbnb-base Mar 14, 2020
@renovate renovate bot force-pushed the renovate/linters branch from d5c423c to e68e75b Compare May 2, 2020 23:58
@renovate renovate bot force-pushed the renovate/linters branch from e68e75b to f3bb756 Compare June 30, 2020 19:59
@renovate renovate bot force-pushed the renovate/linters branch from f3bb756 to 967ef3c Compare October 26, 2020 09:55
@renovate renovate bot force-pushed the renovate/linters branch 3 times, most recently from 6139e99 to 03f384d Compare December 3, 2020 07:12
@renovate renovate bot force-pushed the renovate/linters branch from 03f384d to 143d040 Compare December 13, 2020 23:57
@renovate renovate bot force-pushed the renovate/linters branch from 143d040 to 9c3a202 Compare January 4, 2021 20:33
@renovate renovate bot force-pushed the renovate/linters branch 2 times, most recently from d52accd to 158885f Compare February 13, 2021 07:42
@renovate renovate bot force-pushed the renovate/linters branch from 158885f to 3e52a9e Compare April 26, 2021 17:43
@renovate renovate bot force-pushed the renovate/linters branch from 3e52a9e to 3b4eeeb Compare May 15, 2021 19:11
@renovate renovate bot force-pushed the renovate/linters branch from 3b4eeeb to 287148b Compare June 6, 2021 22:35
@renovate renovate bot force-pushed the renovate/linters branch from 287148b to 887ee17 Compare October 18, 2021 17:27
@renovate renovate bot force-pushed the renovate/linters branch from 887ee17 to 0603fb7 Compare March 7, 2022 17:58
@renovate renovate bot force-pushed the renovate/linters branch from 0603fb7 to e152874 Compare April 25, 2022 02:52
@renovate renovate bot force-pushed the renovate/linters branch from e152874 to f584fdd Compare March 18, 2023 00:05
@renovate renovate bot force-pushed the renovate/linters branch from f584fdd to 4ca2e59 Compare July 28, 2023 06:05
@renovate renovate bot force-pushed the renovate/linters branch from 4ca2e59 to cc96ba0 Compare August 18, 2023 21:09
@renovate renovate bot force-pushed the renovate/linters branch from cc96ba0 to 5bf6a05 Compare October 23, 2023 07:15
@renovate renovate bot force-pushed the renovate/linters branch from 5bf6a05 to ce557ad Compare December 14, 2023 19:09
@renovate renovate bot force-pushed the renovate/linters branch from ce557ad to 59b0509 Compare September 3, 2024 09:55
@renovate renovate bot force-pushed the renovate/linters branch from 59b0509 to b1d946d Compare October 3, 2024 12:52
@renovate renovate bot force-pushed the renovate/linters branch from b1d946d to f5a42bb Compare June 21, 2025 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant