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

fix(deps): update dependency chokidar to version .x 🌟 #4487

Merged
merged 1 commit into from
Jun 18, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2019

This PR contains the following updates:

Package Type Update Change
chokidar dependencies major 1.7.0 -> 3.0.1

Release Notes

paulmillr/chokidar

v3.0.1

Compare Source

  • Fixes "Assertion failed" errors when a watcher is closed
  • General optimizations

v3.0.0

Compare Source

Massive CPU & RAM consumption improvements. 17x package & deps size reduction. Node 8+-only

v2.1.6

Compare Source

v2.1.5

Compare Source

v2.1.4

Compare Source

v2.1.3

Compare Source

v2.1.2

Compare Source

v2.1.1

Compare Source

v2.1.0

Compare Source

v2.0.4

Compare Source

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source


Renovate configuration

📅 Schedule: "before 3am on the first day of the month" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 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.

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Jun 18, 2019
@jennifer-shehane jennifer-shehane self-requested a review June 18, 2019 06:06
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download size goes down quite a bit

  • 1.7.0: 251.3kB MINIFIED and 68.1kB MINIFIED + GZIPPED
  • 3.0.1: 59.2kB MINIFIED and 20.5kB MINIFIED + GZIPPED

Changes

  • Requires Node 8+, which is fine in server package
  • Upgrade globbing dependencies which require globs to be more strict and always use POSIX-style slashes because Windows-style slashes are used as escape sequences. in POSIX path names, a forward slash "/" is used as a separator.

I think this should be fine. We are using chokidar against ignoreTestFiles which our docs advice to use minimatch to test which uses POSIX style slashes.

@jennifer-shehane jennifer-shehane merged commit e81fbae into develop Jun 18, 2019
@renovate renovate bot deleted the renovate/chokidar-3.x branch June 18, 2019 08:08
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jun 27, 2019

Released in 3.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants