Skip to content

Update dependency eslint-plugin-import to v2.19.1#3902

Merged
swissspidy merged 1 commit intoampproject:developfrom
renovate-bot:renovate/eslint-plugin-import-2.x
Dec 11, 2019
Merged

Update dependency eslint-plugin-import to v2.19.1#3902
swissspidy merged 1 commit intoampproject:developfrom
renovate-bot:renovate/eslint-plugin-import-2.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Dec 9, 2019

This PR contains the following updates:

Package Type Update Change
eslint-plugin-import devDependencies minor 2.18.2 -> 2.19.1

Release Notes

benmosher/eslint-plugin-import

v2.19.1

Compare Source

Fixed
  • [no-extraneous-dependencies]: ensure node.source exists

v2.19.0

Compare Source

Added
  • [internal-regex setting]: regex pattern for marking packages "internal" ([#​1491], thanks [@​Librazy])
  • [group-exports]: make aggregate module exports valid ([#​1472], thanks [@​atikenny])
  • [no-namespace]: Make rule fixable ([#​1401], thanks [@​TrevorBurnham])
  • support parseForESLint from custom parser ([#​1435], thanks [@​JounQin])
  • [no-extraneous-dependencies]: Implement support for bundledDependencies ([#​1436], thanks [@​schmidsi]))
  • [no-unused-modules]: add flow type support ([#​1542], thanks [@​rfermann])
  • [order]: Adds support for pathGroups to allow ordering by defined patterns ([#​795], [#​1386], thanks [@​Mairu])
  • [no-duplicates]: Add considerQueryString option : allow duplicate imports with different query strings ([#​1107], thanks [@​pcorpet]).
  • [order]: Add support for alphabetical sorting of import paths within import groups ([#​1360], [#​1105], [#​629], thanks [@​duncanbeevers], [@​stropho], [@​luczsoma], [@​randallreedjr])
  • [no-commonjs]: add allowConditionalRequire option ([#​1439], thanks [@​Pessimistress])
Fixed
  • [default]: make error message less confusing ([#​1470], thanks [@​golopot])
  • Improve performance of ExportMap.for by only loading paths when necessary. ([#​1519], thanks [@​brendo])
  • Support export of a merged TypeScript namespace declaration ([#​1495], thanks [@​benmunro])
  • [order]: fix autofix to not move imports across fn calls ([#​1253], thanks [@​tihonove])
  • [prefer-default-export]: fix false positive with type export ([#​1506], thanks [@​golopot])
  • [extensions]: Fix ignorePackages to produce errors ([#​1521], thanks [@​saschanaz])
  • [no-unused-modules]: fix crash due to export * ([#​1496], thanks [@​Taranys])
  • [no-cycle]: should not warn for Flow imports ([#​1494], thanks [@​maxmalov])
  • [order]: fix @someModule considered as unknown instead of internal ([#​1493], thanks [@​aamulumi])
  • [no-extraneous-dependencies]: Check export from ([#​1049], thanks [@​marcusdarmstrong])
Docs
  • [no-useless-path-segments]: add docs for option commonjs ([#​1507], thanks [@​golopot])
Changed
  • [no-unused-modules]/eslint-module-utils: Avoid superfluous calls and code ([#​1551], thanks [@​brettz9])

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@googlebot googlebot added the cla: yes Signed the Google CLA label Dec 9, 2019
@swissspidy swissspidy added the Infrastructure Changes impacting testing infrastructure or build tooling label Dec 11, 2019
@swissspidy swissspidy merged commit bb0c668 into ampproject:develop Dec 11, 2019
@renovate-bot renovate-bot deleted the renovate/eslint-plugin-import-2.x branch December 11, 2019 01:07
westonruter added a commit that referenced this pull request Dec 12, 2019
…p-validate-requests

* 'develop' of github.com:ampproject/amp-wp: (50 commits)
  Update dependency terser-webpack-plugin to v2.2.3 (#3913)
  Update dependency core-js to v3.5.0 (#3922)
  Add missing src directory to build
  Update dependency css-loader to v3.3.0 (#3903)
  Update dependency core-js to v3.4.8 (#3901)
  Update dependency eslint-plugin-import to v2.19.1 (#3902)
  Update dependency @babel/core to v7.7.5 (#3889)
  Update dependency browserslist to v4.8.2 (#3883)
  Update dependency terser-webpack-plugin to v2.2.2 (#3890)
  Update dependency @babel/cli to v7.7.5 (#3888)
  Update dependency postcss to v7.0.24 (#3892)
  Use SORT_REGULAR flag for array_unique() instead of serializing arrays as strings
  Harmonize logic for getting stylesheet by URL
  Fix typos in comments and code style
  Bring sanity to the code
  Remove redundant validation error data; test for non-redundant data
  Add test for INCORRECT_NUM_CHILD_TAGS
  Add tests for MANDATORY_TAG_ANCESTOR, DISALLOWED_TAG_ANCESTOR, and (new) DISALLOWED_TAG_MULTIPLE_CHOICES
  Add test for MANDATORY_CDATA_MISSING_OR_INCORRECT
  Add tests for INVALID_CDATA_CONTENTS and DISALLOWED_RELATIVE_URL
  ...
@westonruter westonruter added this to the v1.5 milestone Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Signed the Google CLA Infrastructure Changes impacting testing infrastructure or build tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants