stevenvachon / broken-link-checker

Find broken links, missing images, etc within your HTML.
MIT License
1.97k stars 305 forks source link

Update escape-string-regexp to the latest version šŸš€ #188

Closed greenkeeper[bot] closed 3 years ago

greenkeeper[bot] commented 4 years ago

ā˜ļø Important announcement: Greenkeeper will be saying goodbye šŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency escape-string-regexp was updated from 2.0.0 to 3.0.0.

This version is not covered by your current version range.

If you donā€™t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: sindresorhus License: MIT

Release Notes for v3.0.0

Breaking

  • Require Node.js 10 70deac5
  • Escape - in a way thatā€™s compatible with Unicode patterns (#21) 732905d

v2.0.0...v3.0.0

Commits

The new version differs by 6 commits.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donā€™t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 4 years ago

Update to this version instead šŸš€

Release Notes for v4.0.0

Breaking

  • Escape - in a way thatā€™s compatible with PCRE (#23) ec45c70
    Shouldn't be breaking to most users, but if you depend on the exact output, it slightly changed.

v3.0.0...v4.0.0

Commits

The new version differs by 2 commits.

  • 71083e8 4.0.0
  • ec45c70 Escape - in a way thatā€™s compatible with PCRE (#23)

See the full diff