-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency eslint-import-resolver-webpack to v0.13.2 #61
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/eslint-import-resolver-webpack-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
March 30, 2018 10:43
e9264ad
to
361f298
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.8.4
Update dependency eslint-import-resolver-webpack to v0.9.0
Mar 30, 2018
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
May 17, 2018 11:07
361f298
to
3face49
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.9.0
Update dependency eslint-import-resolver-webpack to v0.10.0
May 17, 2018
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
June 24, 2018 16:46
3face49
to
fdfa2b8
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.10.0
Update dependency eslint-import-resolver-webpack to v0.10.1
Jun 24, 2018
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
January 22, 2019 12:07
fdfa2b8
to
e760785
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.10.1
Update dependency eslint-import-resolver-webpack to v0.11.0
Jan 22, 2019
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
April 24, 2019 01:56
e760785
to
1f9a50f
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.11.0
Update dependency eslint-import-resolver-webpack to v0.11.1
Apr 24, 2019
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
December 14, 2019 17:56
1f9a50f
to
4e673b1
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.11.1
Update dependency eslint-import-resolver-webpack to v0.12.0
Dec 14, 2019
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
January 18, 2020 19:45
4e673b1
to
eb85f2c
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.12.0
Update dependency eslint-import-resolver-webpack to v0.12.1
Jan 18, 2020
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
July 1, 2020 16:58
eb85f2c
to
37f08f3
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.12.1
Update dependency eslint-import-resolver-webpack to v0.12.2
Jul 1, 2020
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
October 25, 2020 22:00
37f08f3
to
adedee3
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.12.2
Update dependency eslint-import-resolver-webpack to v0.13.0
Oct 25, 2020
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
May 15, 2021 19:34
adedee3
to
7aa45fb
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.13.0
Update dependency eslint-import-resolver-webpack to v0.13.1
May 15, 2021
renovate
bot
force-pushed
the
renovate/eslint-import-resolver-webpack-0.x
branch
from
March 7, 2022 14:47
7aa45fb
to
a0bc229
Compare
renovate
bot
changed the title
Update dependency eslint-import-resolver-webpack to v0.13.1
Update dependency eslint-import-resolver-webpack to v0.13.2
Mar 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.8.3
->0.13.2
Release Notes
import-js/eslint-plugin-import
v0.13.0
Compare Source
Added
no-commonjs
] ruleno-amd
] ruleRemoved
no-require
rule. [no-commonjs
] is more complete.v0.12.2
Compare Source
Unpublished from npm and re-released as 0.13.0. See [#170].
v0.12.1
Compare Source
Changed
v0.12.0
Changed
import/ignore
setting] if exports are actually found in the parsed module. Does this to support use ofjsnext:main
innode_modules
without the pain of managing an allow list or a nuanced deny list.v0.11.0
Compare Source
Added
v0.10.1
Compare Source
See GitHub release notes
for info on changes for earlier releases.
v0.10.0
Breaking: removed
no-errors
rule. Instead, each individual rule will report parse errors in the target imported file, if encountered.#90: Added
{commonjs: [bool], amd: [bool]}
option object tono-unresolved
. If settrue
, will attempt to resolve module paths for CommonJSrequire
and AMDdefine
+require
in a limited set of cases. Not nearly so smart as Webpack, but smart enough to be useful. (hopefully.) Thanks @mctep for changing my mind on this. 😁#94: Dependency parser will infer 'jsx' plugin if using default Babylon and
jsx
is asserted in theecmaFeatures
. Thanks @jameslnewell for bringing this up.#88: un-smarted
no-require
. It will now report on allrequire
statements, everywhere, regardless of target.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 you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.