postcss-australian-stylesheets
postcss-australian-stylesheets copied to clipboard
Update dependency gulp-eslint to v6
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
gulp-eslint | devDependencies | major | 0.9.0 -> 6.0.0 |
Release Notes
adametry/gulp-eslint
v6.0.0
- Bump
eslint
dependency to ^6.0.0 https://eslint.org/blog/2019/06/eslint-v6.0.0-released - Drop support for Node 6 and 7
v5.0.0
- Bump
eslint
dependency to ^5.0.0 https://eslint.org/blog/2018/06/eslint-v5.0.0-released - Use destructuring assignment to simplify the code
v4.0.2
- Update
plugin-error
to ^1.0.0
v4.0.1
- Make
fix
option work even ifquiet
option is also enabled - Remove deprecated
gulp-util
dependency and use individual modules instead
v4.0.0
- Drop support for linting
Stream
contents- Because almost all, at least widely used tools to handle JavaScript files don't support
Streams
. They only support eitherString
orBuffer
.
- Because almost all, at least widely used tools to handle JavaScript files don't support
- Use
Buffer.from(<string>)
instead of the deprecatednew Buffer(<string>)
- Note that
Buffer.from
is only available on Node.js >= 4.5.0.
- Note that
- Bump
eslint
dependency to^4.0.0
- Emit a
PluginError
when it fails to load an ESLint plugin
v3.0.1
- Remove unnecessary
object-assign
dependency
v3.0.0
- Bump eslint dependency to ^3.0.0 https://eslint.org/blog/2016/07/eslint-v3.0.0-released
- Use ES2015 syntax
- Remove these deprecated option aliases:
-
global
-
env
-
config
-
rulesdir
-
eslintrc
-
- Drop support for non-array
globals
option
v2.1.0
- Remove now obsolete error handling for formatter loading
- It's gracefully done in ESLint >=v2.10.0. eslint/eslint#5978
v2.0.0
- Update to ESLint 2.0.0, along with other dependency updates
- Replace JSCS with ESLint equivalent rules
v1.1.1
- Fix config migration of "extends" and "ecmaFeatures" options
v1.1.0
- Bump eslint dependency to ^1.4.0, when "fix" option was added
- Apply eslint-fixed source to gulp file contents
- Add "quiet" option to filter eslint messages
- Update .eslintignore resolution to match eslint
- Add file ignore warnings behind "warnFileIgnored" option
- Migrate "ecmaFeatures" and "extends" option to "baseConfig" option
- Add "result" and "results" methods and tests
- Refactor "failOnError", "failAfterError", "format", and "formatEach" to use "result" or "results" methods
v1.0.0
- Bump eslint dependency to ^1.0.0
- Update dev-dependencies and js-doc formats
v0.15.0
- Update dependencies
- Bump eslint dependency to ^0.24.0
v0.14.0
- Bump eslint dependency to ^0.23.0
- Remove no-longer-needed code
- Fix project eslintrc syntax
v0.13.2
- Remove dependency on through2 to address highWatermark overflow issue (#36)
v0.13.1
- Update dependencies
v0.13.0
- Bump eslint dependency to ^0.22.1
v0.12.0
- Bump eslint dependency to 0.21.x
v0.11.1
- tidying-up dependencies
v0.11.0
- Improve code coverage
- Remove support for deprecated/legacy formatters
v0.10.0
- Bump eslint dependency to 0.20.x
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!
".
:no_bell: 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 Renovate Bot. View repository job log here.