henriquecarv / gulp-bump-beta

Gulp plugin to bump beta version property in versioning files
MIT License
0 stars 0 forks source link

Bump eslint-plugin-import from 2.14.0 to 2.15.0 #5

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint-plugin-import from 2.14.0 to 2.15.0.

Release notes *Sourced from [eslint-plugin-import's releases](https://github.com/benmosher/eslint-plugin-import/releases).* > ## es6-only > - Removed `no-common` in favor of enforcing that all imports have ES6 modules behind them. ([#20](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/20)) > - `resolve.root` setting allows module resolution to start from some arbitrary path within your package, instead of just relative paths and `node_modules`. ([#18](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/18))
Changelog *Sourced from [eslint-plugin-import's changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md).* > ## [2.15.0] - 2019-01-22 > ### Added > - new rule: [`no-named-export`] ([#1157], thanks [[**fsmaia**](https://github.com/fsmaia)]) > > ### Fixed > - [`no-extraneous-dependencies`]: `packageDir` option with array value was clobbering package deps instead of merging them ([#1175]/[#1176], thanks [[**aravindet**](https://github.com/aravindet)] & [[**pzhine**](https://github.com/pzhine)]) > - [`dynamic-import-chunkname`]: Add proper webpack comment parsing ([#1163], thanks [[**st-sloth**](https://github.com/st-sloth)]) > - [`named`]: fix destructuring assignment ([#1232], thanks [[**ljqx**](https://github.com/ljqx)])
Commits - [`767f01a`](https://github.com/benmosher/eslint-plugin-import/commit/767f01a2f34b77d118edf762809c2f2046abe1b7) bump to v2.15.0 - [`038d668`](https://github.com/benmosher/eslint-plugin-import/commit/038d668b0b03e3ea06091bc744f082397cff200c) bump webpack resolver to v0.11.0 - [`20a8f3b`](https://github.com/benmosher/eslint-plugin-import/commit/20a8f3b178377bb92e3310b21b3d91b8753fe3a3) bump utils to v2.3.0 - [`1e4100d`](https://github.com/benmosher/eslint-plugin-import/commit/1e4100d8c8e16045933c361c15a7ab1fbad31148) changelog note for [#1261](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1261) - [`548ea02`](https://github.com/benmosher/eslint-plugin-import/commit/548ea0244b8717567975fa5d8325c83340521a15) added support for argv parameter of webpack`s config-as-a-function ([#1261](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1261)) - [`fcf2ce7`](https://github.com/benmosher/eslint-plugin-import/commit/fcf2ce7a2502892871137a54184c1727b612b3dc) Merge pull request [#1254](https://github-redirect.dependabot.com/benmosher/eslint-plugin-import/issues/1254) from ljharb/travis - [`64d9be7`](https://github.com/benmosher/eslint-plugin-import/commit/64d9be7d76aa7a901d846f08a3342b98b0c3d809) allow_failures for dicey Node/ESLint intersection - [`73080d0`](https://github.com/benmosher/eslint-plugin-import/commit/73080d0ba88b55b0794d288f8ef4f476873c3367) dep-time-travel: use older versions of dependencies - [`05c3935`](https://github.com/benmosher/eslint-plugin-import/commit/05c3935048577bd7b025d6b833d8503807f02189) repair `no-deprecated` for ESLint* 5 - [`10c9811`](https://github.com/benmosher/eslint-plugin-import/commit/10c981163c3970b5633c1fd4d812b8f65790f6d8) node 4 fix for test util - Additional commits viewable in [compare view](https://github.com/benmosher/eslint-plugin-import/compare/v2.14.0...v2.15.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #6.