dependabot-npm_and_yarn-eslint-plugin-import-2.25.2
master
Bumps eslint-plugin-import from 2.22.1 to 2.25.2.
Sourced from eslint-plugin-import's releases.
v2.25.2 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2 v2.25.1 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1 v2.25.0 What's Changed [Tests] use ESLint class in cli test by @ota-meshi in import-js/eslint-plugin-import#2208 [New] no-unused-modules: add eslint v8 support by @coderaiser in import-js/eslint-plugin-import#2194 no-restricted-paths support glob patterns by @stropho in import-js/eslint-plugin-import#2219 [New] no-unresolved: add caseSensitiveStrict option by @sergei-startsev in import-js/eslint-plugin-import#1262 [New] no-unused-modules: support dynamic imports [2] by @Hypnosphi in import-js/eslint-plugin-import#2212 [New] no-unused-modules: support dynamic imports by @maxkomarychev in import-js/eslint-plugin-import#1660 [Refactor] switch to an internal replacement for pkg-up and read-pkg-up by @mgwalker in import-js/eslint-plugin-import#2047 [Fix] no-unresolved: ignore type-only imports by @jablko in import-js/eslint-plugin-import#2220 [Fix] order: Fix import ordering in TypeScript module declarations by @remcohaszing in import-js/eslint-plugin-import#2226 [Tests] fix skip usage by @jablko in import-js/eslint-plugin-import#2232 [Refactor] no-unresolved, no-extraneous-dependencies: moduleVisitor usage by @jablko in import-js/eslint-plugin-import#2233 Resolve extended TypeScript configuration files by @mrmckeb in import-js/eslint-plugin-import#2240 [New] Support for ESLint v8 by @ota-meshi in import-js/eslint-plugin-import#2191 Release 2.25.0 by @ljharb in import-js/eslint-plugin-import#2253 New Contributors @coderaiser made their first contribution in import-js/eslint-plugin-import#2194 @sergei-startsev made their first contribution in import-js/eslint-plugin-import#1262 @maxkomarychev made their first contribution in import-js/eslint-plugin-import#1660 @mgwalker made their first contribution in import-js/eslint-plugin-import#2047 @jablko made their first contribution in import-js/eslint-plugin-import#2220 @remcohaszing made their first contribution in import-js/eslint-plugin-import#2226 @mrmckeb made their first contribution in import-js/eslint-plugin-import#2240 Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0 v2.24.2 No release notes provided. v2.24.1 https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19 v2.24.0 https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08 v2.23.4 https://github.com/import-js/eslint-plugin-import/blob/v2.23.4/CHANGELOG.md#2234---2021-05-29 v2.23.3 https://github.com/import-js/eslint-plugin-import/blob/v2.23.3/CHANGELOG.md#2233---2021-05-21 v2.23.2
Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.1...v2.25.2
Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.25.0...v2.25.1
cli
@ota-meshi
no-unused-modules
@coderaiser
no-restricted-paths
@stropho
no-unresolved
caseSensitiveStrict
@sergei-startsev
@Hypnosphi
@maxkomarychev
pkg-up
read-pkg-up
@mgwalker
@jablko
order
@remcohaszing
no-extraneous-dependencies
@mrmckeb
@ljharb
Full Changelog: https://github.com/import-js/eslint-plugin-import/compare/v2.24.2...v2.25.0
No release notes provided.
https://github.com/import-js/eslint-plugin-import/blob/v2.24.1/CHANGELOG.md#2241---2021-08-19
https://github.com/import-js/eslint-plugin-import/blob/v2.24.0/CHANGELOG.md#2240---2021-08-08
https://github.com/import-js/eslint-plugin-import/blob/v2.23.4/CHANGELOG.md#2234---2021-05-29
https://github.com/import-js/eslint-plugin-import/blob/v2.23.3/CHANGELOG.md#2233---2021-05-21
... (truncated)
Sourced from eslint-plugin-import's changelog.
[2.25.2] - 2021-10-12 Fixed [Deps] update eslint-module-utils for real this time (#2255) [2.25.1] - 2021-10-11 Fixed [Deps] update eslint-module-utils [2.25.0] - 2021-10-11 Added Support eslint v8 (#2191, thanks [@ota-meshi]) [no-unresolved]: add caseSensitiveStrict option (#1262, thanks [@sergei-startsev]) [no-unused-modules]: add eslint v8 support (#2194, thanks [@coderaiser]) [no-restricted-paths]: add/restore glob pattern support (#2219, thanks [@stropho]) [no-unused-modules]: support dynamic imports (#1660, #2212, thanks [@maxkomarychev], [@aladdin-add], [@Hypnosphi]) Fixed [no-unresolved]: ignore type-only imports (#2220, thanks [@jablko]) [order]: fix sorting imports inside TypeScript module declarations (#2226, thanks [@remcohaszing]) [default], ExportMap: Resolve extended TypeScript configuration files (#2240, thanks [@mrmckeb]) 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]) [2.24.2] - 2021-08-24 Fixed [named], [namespace]: properly handle ExportAllDeclarations (#2199, thanks [@ljharb]) [2.24.1] - 2021-08-19 Fixed ExportMap: Add default export when esModuleInterop is true and anything is exported (#2184, thanks [@Maxim-Mazurok]) [named], [namespace]: properly set reexports on export * as … from (#1998, #2161, thanks [@ljharb]) [no-duplicates]: correctly handle case of mixed default/named type imports (#2149, thanks [@GoodForOneFare], [@nwalters512]) [no-duplicates]: avoid crash with empty import type {} (#2201, thanks [@ljharb]) Changed [Docs] max-dependencies: 📖 Document ignoreTypeImports option (#2196, thanks [@himynameisdave]) [2.24.0] - 2021-08-08 Added [no-dynamic-require]: add option esmodule (#1223, thanks [@vikr01]) [named]: add commonjs option (#1222, thanks [@vikr01])
eslint-module-utils
eslint
@aladdin-add
default
ExportMap
.d.ts
import/parsers
import/extensions
named
namespace
@Maxim-Mazurok
export * as … from
no-duplicates
@GoodForOneFare
@nwalters512
import type {}
max-dependencies
ignoreTypeImports
@himynameisdave
no-dynamic-require
esmodule
@vikr01
commonjs
67103e6
85739db
9cc1654
6bdab31
b0131d2
7463de2
900ac9a
is-core-module
c117be5
array.prototype.flatmap
glob
0e857b6
array-includes
array.prototype.flat
62e2d88
$dependabot rebase
$dependabot recreate
⚠️ dependabot is recreating merge request. All changes will be overwritten! ⚠️
dependabot
✅ dependabot successfuly recreated merge request!
added 5 commits
Compare with previous version
✅ dependabot successfully triggered merge request rebase!
resolved all threads
added 13 commits
533da6f4
mentioned in commit b4b1c1d0fb
b4b1c1d0fb
❌ dependabot failed recreating merge request.
Nothing to update! Make sure dependencies are not up to date already!
No dependencies set.
The note is not visible to the blocked user.
Bumps eslint-plugin-import from 2.22.1 to 2.25.2.
Release notes
Sourced from eslint-plugin-import's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
... (truncated)
Commits
67103e6Bump to v2.25.285739db[Deps] updateeslint-module-utils9cc1654Bump to v2.25.16bdab31[Deps] updateeslint-module-utilsb0131d2Bump to v2.25.07463de2utils: v2.7.0900ac9a[resolvers/webpack] [deps] updateis-core-modulec117be5[Dev Deps] updatearray.prototype.flatmap,glob; remove `babel-preset-es2...0e857b6[Deps] updatearray-includes,array.prototype.flat,is-core-module, `is...62e2d88[New] Supporteslintv8Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️✅
dependabotsuccessfuly recreated merge request!added 5 commits
masterCompare with previous version
$dependabot recreate
$dependabot rebase
✅
dependabotsuccessfully triggered merge request rebase!$dependabot recreate
resolved all threads
added 13 commits
master533da6f4- Chore(deps-dev): bump eslint-plugin-import from 2.22.1 to 2.25.2Compare with previous version
mentioned in commit
b4b1c1d0fb⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️❌
dependabotfailed recreating merge request.⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️