Skip to content
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

chore(deps): update dependency eslint-watch to v8 #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-watch ^4.0.2 -> ^8.0.0 age adoption passing confidence

Release Notes

rizowski/eslint-watch

v8.0.0: - Drop Node 10 and eslint < 8 support

Compare Source

Breaking

  • Dropping support for eslint 7 and below
  • Dropping support for node 10

Misc

  • Updated dependencies to their latest versions

v7.0.0: - Drop Node 8 and eslint < 7 support

Compare Source

Breaking

  • Dropping support for previous versions of Eslint before 7
  • Dropping support for node 8 since Eslint 7 dropped it

Misc

  • Current ESW version will support current Eslint version
  • Updated dependencies

v6.0.1: - Fix coloring and debounce

Compare Source

Fixes

  • Fix coloring output by default to reflect what eslint does ( #​164 )
  • Fix debounce to actually respect value ( #​164 )
  • Add .eslintcache to default ignore to avoid double lint in watch mode ( #​163 )

Misc

v6.0.0: - Support Eslint 6

Compare Source

Breaking

  • Remove support for node 6 (#​157)

Fixes

Misc

  • Add support for eslint 6 (peer dependency bump) (#​157)

v5.1.2: - Fix dependencies

Compare Source

Fix

  • move lodash.debounce to dependencies list

Misc

  • Upgraded babel dependencies
  • Changed prepublish command to prepare

v5.1.1

Compare Source

Bad build do not use.

v5.1.0: - new flag and small fixes

Compare Source

Feature

  • Added --watch-delay flag for use cases where multiple files are changed at once. Defaulted to 300 ms (#​156 #​150)

Fixes

Misc

v5.0.1: - Execution Issues

Compare Source

Fixes

  • Fixed issues with trying to run esw due to polyfill not being at the beginning
  • Fixed issues with printing out the watch object

v5.0.0: - Rewrite

Compare Source

Features
  • watch-ignore flag now available to add additional ignore directories for situations ESW doesn't already cover. (build, dist)
  • Help text now includes a section of ESW options.
Breaking
  • Help format will now follow eslint's header help format.
  • --esw-version is removed in favor of --version and --versions
  • --version is now overridden by ESW. It will return the ESW version.
  • --format is no longer overridden or defaulted to simple-detail
  • ESW formaters are pulled out of ESW and will be published as separate packages sometime in the future.
  • --quiet will now mute the clean message on successful relints
Fixes
  • CTRL + C X2 should no longer be an issue. (#​80)
Misc
  • Formatters for ESW are going to be moved out into a separate package. Adds too much complexity and I don't know how many people actually care about them.
  • Moved away from trying to guess where eslint lives or trying to use Eslint's API which is inconsistent with its CLI options. Now ESW utilizes child_process through execa in favor of PATH executables.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant