hexojs / hexo-html-minifier

Minify HTML files with HTMLMinifier.
MIT License
26 stars 16 forks source link

Update gulp-eslint requirement from ^5.0.0 to ^6.0.0 #20

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on gulp-eslint to permit the latest version.

Release notes *Sourced from [gulp-eslint's releases](https://github.com/adametry/gulp-eslint/releases).* > ## v6.0.0 > - Upgrade to ESLint 6 ([#235](https://github-redirect.dependabot.com/adametry/gulp-eslint/issues/235)) a35a203 > > https://github.com/adametry/gulp-eslint/compare/v5.0.0...v6.0.0
Changelog *Sourced from [gulp-eslint's changelog](https://github.com/adametry/gulp-eslint/blob/master/CHANGELOG.md).* > ## 6.0.0 > > * Bump `eslint` dependency to ^6.0.0 > * Drop support for Node 6 and 7 > > ## 5.0.0 > > * Bump `eslint` dependency to ^5.0.0 > * Use destructuring assignment to simplify the code > > ## 4.0.2 > > * Update `plugin-error` to ^1.0.0 > > ## 4.0.1 > > * Make `fix` option work even if `quiet` option is also enabled > * Remove deprecated [`gulp-util`](https://github.com/gulpjs/gulp-util) dependency and use individual modules instead > > ## 4.0.0 > > * Drop support for linting [`Stream`](https://nodejs.org/api/stream.html#stream_stream) [contents](https://github.com/gulpjs/vinyl#optionscontents) > * Because almost all, at least widely used tools to handle JavaScript files don't support `Streams`. They only support either `String` or `Buffer`. > * Use [`Buffer.from()`](https://nodejs.org/api/buffer.html#buffer_class_method_buffer_from_string_encoding) instead of the deprecated [`new Buffer()`](https://nodejs.org/dist/latest-v8.x/docs/api/buffer.html#buffer_new_buffer_string_encoding) > * Note that `Buffer.from` is only available on Node.js >= [4.5.0](https://nodejs.org/en/blog/release/v4.5.0/). > * Bump [`eslint`](https://github.com/eslint/eslint) dependency to [`^4.0.0`](https://eslint.org/blog/2017/06/eslint-v4.0.0-released) > * Emit a [`PluginError`](https://github.com/gulpjs/gulp-util#new-pluginerrorpluginname-message-options) when it fails to load an [ESLint plugin](https://eslint.org/docs/user-guide/configuring#configuring-plugins) > > ## 3.0.1 > > * Remove unnecessary `object-assign` dependency > > ## 3.0.0 > > * Bump eslint dependency to ^3.0.0 > * Use ES2015 syntax > * Remove these deprecated option aliases: > * `global` > * `env` > * `config` > * `rulesdir` > * `eslintrc` > * Drop support for non-array `globals` option > > ## 2.1.0 > > * Remove now obsolete error handling for formatter loading > * It's gracefully done in ESLint >=v2.10.0. > > ## 2.0.0 > ... (truncated)
Commits - [`5dd78fa`](https://github.com/adametry/gulp-eslint/commit/5dd78fad617d78f671ed5426ecda315316ad26e7) 6.0.0 - [`a35a203`](https://github.com/adametry/gulp-eslint/commit/a35a203fffd95cea9a7dc2a937b92f5de2414b22) Upgrade to ESLint 6 ([#235](https://github-redirect.dependabot.com/adametry/gulp-eslint/issues/235)) - See full diff in [compare view](https://github.com/adametry/gulp-eslint/compare/v5.0.0...v6.0.0)


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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.