Skip to content

Update dependency eslint-plugin-import to v1.16.0 - abandoned#13

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-import-1.x
Open

Update dependency eslint-plugin-import to v1.16.0 - abandoned#13
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/eslint-plugin-import-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Aug 28, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-import 1.6.1 -> 1.16.0 age adoption passing confidence

Release Notes

import-js/eslint-plugin-import

v1.16.0

Compare Source

Added
  • Added [no-dynamic-require] rule: forbid require() calls with expressions. ([#​567], [#​568])
  • Added [no-internal-modules] rule: restrict deep package imports to specific folders. ([#​485], thanks [@​spalger]!)
  • [extensions]: allow override of a chosen default with options object ([#​555], thanks [@​ljharb]!)
Fixed
  • [no-named-as-default] no longer false-positives on export default from '...' ([#​566], thanks [@​preco21])
  • [default]: allow re-export of values from ignored files as default ([#​545], thanks [@​skyrpex])

v1.15.0

Compare Source

Added
  • Added an allow option to [no-nodejs-modules] to allow exceptions ([#​452], [#​509]).
  • Added [no-absolute-path] rule ([#​530], [#​538])
  • [max-dependencies] for specifying the maximum number of dependencies (both import and require) a module can have. (see [#​489], thanks [@​tizmagik])
  • Added glob option to config for [no-extraneous-dependencies], after much bikeshedding. Thanks, [@​knpwrs]! ([#​527])
Fixed
  • [no-named-as-default-member] Allow default import to have a property named "default" ([#​507], [#​508], thanks [@​jquense] for both!)

v1.14.0

Compare Source

Added
  • [import/parsers setting]: parse some dependencies (i.e. TypeScript!) with a different parser than the ESLint-configured parser. ([#​503])
Fixed
  • [namespace] exception for get property from namespace import, which are re-export from commonjs module ([#​499] fixes [#​416], thanks [@​wKich])

v1.13.0

Compare Source

Added
  • allowComputed option for [namespace] rule. If set to true, won't report
    computed member references to namespaces. (see [#​456])
Changed
  • Modified [no-nodejs-modules] error message to include the module's name ([#​453], [#​461])
Fixed
  • [import/extensions setting] is respected in spite of the appearance of imports
    in an imported file. (fixes [#​478], thanks [@​rhys-vdw])

v1.12.0

Compare Source

Added
  • [import/external-module-folders setting]: a possibility to configure folders for "external" modules ([#​444], thanks [@​zloirock])

v1.11.1

Compare Source

Fixed
  • [newline-after-import] exception for switch branches with requires iff parsed as sourceType:'module'.
    (still [#​441], thanks again [@​ljharb])

v1.11.0

Compare Source

Added
  • Added an peerDependencies option to [no-extraneous-dependencies] to allow/forbid peer dependencies ([#​423], [#​428], thanks [@​jfmengels]!).
Fixed
  • [newline-after-import] exception for multiple requires in an arrow
    function expression (e.g. () => require('a') || require('b')). ([#​441], thanks [@​ljharb])

v1.10.3

Compare Source

Fixed
  • removing Symbol dependencies (i.e. for-of loops) due to Node 0.10 polyfill
    issue (see [#​415]). Should not make any discernible semantic difference.

v1.10.2

Compare Source

Fixed
  • Something horrible happened during npm prepublish of 1.10.1.
    Several rm -rf node_modules && npm i and gulp clean && npm prepublishs later, it is rebuilt and republished as 1.10.2. Thanks [@​rhettlivingston] for noticing and reporting!

v1.10.0

Compare Source

Added
  • Added new rule [no-restricted-paths]. ([#​155]/[#​371], thanks [@​lo1tuma])
  • [import/core-modules setting]: allow configuration of additional module names,
    to be treated as builtin modules (a la path, etc. in Node). ([#​275] + [#​365], thanks [@​sindresorhus] for driving)
  • React Native shared config (based on comment from [#​283])
Fixed
  • Fixed crash with newline-after-import related to the use of switch cases. (fixes [#​386], thanks [@​ljharb] for reporting) ([#​395])

v1.9.2

Compare Source

Fixed
  • Issues with ignored/CJS files in [export] and [no-deprecated] rules. ([#​348], [#​370])

v1.9.1

Compare Source

Fixed
  • Reordered precedence for loading resolvers. ([#​373])

v1.9.0

Compare Source

Added
Fixed

v1.8.1

Compare Source

Fixed
  • export * from 'foo' now properly ignores a default export from foo, if any. ([#​328]/[#​332], thanks [@​jkimbo])
    This impacts all static analysis of imported names. ([default], [named], [namespace], [export])
  • Make [order]'s newline-between option handle multiline import statements ([#​313], thanks [@​singles])
  • Make [order]'s newline-between option handle not assigned import statements ([#​313], thanks [@​singles])
  • Make [order]'s newline-between option ignore require statements inside object literals ([#​313], thanks [@​singles])
  • [prefer-default-export] properly handles deep destructuring, export * from ..., and files with no exports. ([#​342]+[#​343], thanks [@​scottnonnenberg])

v1.8.0

Compare Source

Added
Fixed

v1.7.0

Compare Source

Added
  • [newline-after-import], new rule. ([#​245], thanks [@​singles])
  • Added an optionalDependencies option to [no-extraneous-dependencies] to allow/forbid optional dependencies ([#​266], thanks [@​jfmengels]).
  • Added newlines-between option to [order] rule ([#​298], thanks [@​singles])
  • add [no-mutable-exports] rule ([#​290], thanks [@​josh])
  • [import/extensions setting]: a list of file extensions to parse as modules
    and search for exports. If unspecified, all extensions are considered valid (for now).
    In v2, this will likely default to ['.js', MODULE_EXT]. ([#​297], to fix [#​267])
Fixed
  • [extensions]: fallback to source path for extension enforcement if imported
    module is not resolved. Also, never report for builtins (i.e. path). ([#​296])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Copy Markdown
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency eslint-plugin-import to v1.16.0 Update dependency eslint-plugin-import to v1.16.0 - abandoned Dec 8, 2024
@renovate
Copy link
Copy Markdown
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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