apis-is / apis

Making data readily available to anyone interested
https://apis.is
MIT License
162 stars 64 forks source link

Update xregexp to the latest version 🚀 #426

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 4.0.0 of xregexp was just published.

Dependency xregexp
Current Version 3.2.0
Type dependency

The version 4.0.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of xregexp.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 52 commits.

  • dea5b38 Add 4.0.0 to supported versions for perf tests
  • f9ad0fd Update version to 4.0.0
  • 9dc86a7 Remove now-useless XRegExp.exec tests
  • 8e6244c Remove support for XRegExp.install('natives')
  • c2568af Add documentation for XRegExp.tag (#206)
  • a661cd3 Use ES6 syntax in README examples
  • e00e56f Use ES6 fat arrow functions in examples #108
  • e445550 Add variable to reduce template string complexity
  • 2909bc3 Convert string concatenation to template strings
  • d83c5d2 Merge pull request #170 from josephfrazier/zuul-jasmine
  • 0806f0e Change str.charAt(n) to str[n] #108
  • da0aa0a Remove custom indexOf
  • b3133fc Convert CommonJS module definition to ES6 modules
  • 53060d8 Convert array.indexOf(foo) !== -1 to array.includes(foo)
  • 26f96a0 Convert function expressions to arrow functions

There are 52 commits in total.

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 6 years ago

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 24 commits.

  • fc7378d Add 4.1.0 to supported versions for perf tests
  • e8f38f7 Update version to 4.1.0
  • 05fb7e8 Upgrade to Unicode 10 (#221)
  • b14e937 Fix typo of intentionally
  • d6484cd Add comment about level 1 Unicode properties
  • 23cd568 Simplify Unicode build scripts and add Cased_Letter (#220)
  • d2e7319 Import data from tools/output/*js instead of copy/pasting (#219)
  • 1eac0d5 Readme: Credits section updates
  • 823bbdf Adjust namespacing tests and avoid duplicating some syntax tests in exec tests
  • f3839eb Readme: Add collaborators section
  • bf92e98 Add more namespacing tests for exec and replace
  • 6439765 Add XRegExp.replace tests for syntax extensions and named backrefs (adapted from deleted s-xregexp-natives.js)
  • a953552 Add namespacing support for matchChain (closes #214)
  • f4fb95f Casing for matchRecursive
  • 263ad8c Update version to 4.0.0-next

There are 24 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 416a367 Replace v4.1.0 with v4.1.1 in perf tests
  • 56f39da Update version to 4.1.1
  • 73ee75d Add tools to package.json and remove license since it's auto-included

See the full diff