next-routes
next-routes copied to clipboard
Update path-to-regexp to the latest version π
The dependency path-to-regexp was updated from 2.4.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.
Find out more about this release.
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Coverage decreased (-0.4%) to 94.468% when pulling 671bfcda742de225bdc376891b3ef5b7c377ec1d on greenkeeper/path-to-regexp-3.0.0 into 08e8bbeaa76c5ec194abea388a193bedac7f35fc on master.
Hi @fridays & @elliottsj,
Since the path-to-regexp
library was updated to 3.0.0, coverage has decreased a 0,4%, but it seems that the reason of this is due to the babel's class
transpilation code. "The red lines of the image"
I see that the tests are running using the dist
file. When running using the src
file, coverage is still :100:%
Can I do anything to move forward with this PR? And is there any reason to run that tests against the transpiled file, maybe we can use the source?
Thanks for your time guys! :smile:
- The
dependency
path-to-regexp was updated from2.4.0
to3.1.0
.
Update to this version instead π
Release Notes for Validate and sensitive options
Commits
The new version differs by 9 commits.
f232e6d
3.1.0
cb331c6
Update dev dependencies
36344dc
Rename
noValidate
option tovalidate
bef800d
Add
sensitive
option fortokensToFunction
(#191)d1ec03a
Fix typo in README (#182)
1fbc2f3
Add
noValidate
support to path function (#178)b5156c8
chore(readme): Update readme for correctness (#179)
fa00e6b
Fix README variable name (#180)
4eee1e1
Add
3.0.0
to history log
See the full diff
any updates on this PR?