Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/storybookjs/browser-semver
The semver parser for browsers
https://github.com/storybookjs/browser-semver
This also enforces our strict 1:1 mapping from tests to the system under test.
60880700d6cee8450e37f5ac31430d84587620f5 authored over 4 years ago
There are a few cases that lead to Range's Comparator sets being longer
than strictly necessary....
PR-URL: https://github.com/npm/node-semver/pull/315
Credit: @raphaelzulliger
Close: #315
Reviewe...
ce978f9a58b71d22a7c303432c9a5135510e01be authored almost 5 years ago
This one didn't cause any bugs, but it's more for consistency and
future-proofing.
When a range...
9fb2c19b159602b5544944b610fca69fd6ad5c77 authored almost 5 years agob97044b0de1a771bff151c40695fd7e340b3a09c authored almost 5 years ago
In semver v4, the ranges were simplified in 2331a9e "to remove -0
everywhere". This had the unin...
PR-URL: https://github.com/npm/node-semver/pull/316
Credit: @raphaelzulliger
Close: #316
Reviewe...
92bccf1d0950c9bd136f58886036e8c1921cd9a1 authored almost 5 years ago
This also removes `>=0.0.0` (or `>=0.0.0-0` in `includePrerelease` mode)
from the comparators in...
33daffef8139c675a361aac8cc242175772f79d2 authored almost 5 years ago
45b14954eac049a1d2824fb5543753e53192216a authored almost 5 years ago
0365d6f6363b14aadba747c51e589de53b2fd54d authored almost 5 years ago
If includePrerelease is set, then you'd expect 1.0.0-pre and 2.0.0-pre
to be included in the ran...
5d0dcdac5daeef368b73b9b67d1aa6f554315e2b authored almost 5 years ago
044c54cc7c10cacc2c87a7e0fd57c0166c6c6c62 authored almost 5 years ago
77c95e3dcfafad310c03285586c1ee883007717d authored almost 5 years ago
dfe658fd611ccbf6703b1c9315f9ad8cb29db1bb authored almost 5 years ago
6eab8c2e7d24dfb59c9c20e5f176ba9cd1bcf8bd authored almost 5 years ago
c6581a8b6bf6dac430a30eb6be60ed0e06c22f74 authored almost 5 years ago
Need this for a case where we programmatically generate a list of all
the versions subject to a ...
6e7982f23a0f2a378dad80de6a9acb435154e652 authored almost 5 years ago
ebcf4df7533e48a47eb60341066cf53d676de908 authored almost 5 years ago
PR-URL: https://github.com/npm/node-semver/pull/302
Credit: @jamesgeorge007
Close: #302
Reviewed...
8f4d96d7816c296d311eef101588a3809170ea2b authored about 5 years ago
This is causing some friction for webpack users, and doesn't seem to be
worth the trouble from ...
70d9fb3f1c128227a3cd911867edb07a54260cad authored about 5 years ago
bb36c98d71d5760d730abba71c68bc324035dd36 authored about 5 years ago
PR-URL: https://github.com/npm/node-semver/pull/301
Credit: @Flarna
Close: #301
Reviewed-by: @is...
5a4ce3df0c9d71900313ae165b3d31abb38dc85f authored about 5 years ago
e663d38c2d3f77bfe8c9cae9770c409aa434c713 authored about 5 years ago
945d53c0979d9894343d07ffb615f7ce66cc1cbe authored about 5 years ago
d61f828e64260a0a097f26210f5500e91a621828 authored about 5 years ago
533ed1266b44d7672ad5015202c0e571da15b8c1 authored about 5 years ago
f56505b1c08856a7e6139f6ee5d4580f5f2feed8 authored about 5 years ago
7d834ed5dcd3ded832f8cd4e51f64261cb3cbb24 authored about 5 years ago
PR-URL: https://github.com/npm/node-semver/pull/296
Credit: @isaacs
Close: #296
Reviewed-by: @is...
6ca09494c96d1febd543e5d0e6dd9ddc738bb1f4 authored about 5 years ago
166acc81b2488bf55d8e3c2a7b0e39c5971b36b8 authored about 5 years ago
b4b40cd3de836dddb168122944d494d929efed0f authored about 5 years ago
d19d51eea1687981648af026b8605beb5478ba93 authored about 5 years ago
d31381d4e227e63542977b995d1e35be1d2bd81f authored about 5 years ago
18c21b242d0b4e54c4bdd677fbadbade18187d95 authored about 5 years ago
fe9240696182ecbb57367f11b9cde78847c00b68 authored about 5 years ago
Fix #291
PR-URL: https://github.com/npm/node-semver/pull/295
Credit: @stabbylambda
Close: #295
...
Prompted by https://github.com/npm/cli/pull/229
0701e1c3afe0479ac8079052a446272da821eb46 authored over 5 years ago0eeceecfba490d136eb3ccae3a8dc118a28565a0 authored over 5 years ago
The next major version bump should change the opaque arrays into actual
objects with keys. But ...
9f5f615165b3a0b906467f1edeebb0f5de379a9e authored over 5 years ago
ce6190e2b681700dcc5d7309fe8eda99941f712d authored over 5 years ago
NYC doesn't like to cover things that don't have file extensions
24af46159b3fddb56be22d845a190d79a4133761 authored over 5 years agoClose: #248
388ec1cad414402d589b03c2ef7c4eb707ca1557 authored over 5 years agod06259383cddb24b85e9b9501eee27ca6c117361 authored over 5 years ago
3dc88f3b3d1563aa92bca3b60d739b214937ca27 authored over 5 years ago
Append a `-0` prerelease tag on the parsed comparators when in
includePrerelease mode. Otherwis...
In includePrerelease mode, there are in fact versions less than 0.0.0
which will satisfy the ran...
7ba4563de94e473817c7b8606f564359e78fa8ea authored over 5 years ago
Range.test() and Comparator.test() would throw if passed an invalid
SemVer string. It's better ...
0e3bcedfb19e2f7ef64b9eb0a0f1554ed7d94be0 authored over 5 years ago
Fix #278
Regression in 6.1.0
9d8d3f4d6b26587eab709b7b83057be09dd864bc authored over 5 years agoClose #265
0c9dbd01c967f980bc0bb54b2b85463740f74f9d authored over 5 years ago0aea9ca2d3c4bc879f5a0f582d16026ee51b4495 authored over 5 years ago
- Added undefined check for range operator, wildcards defaults to empty.
- Comparator and Range ...
78ea02ad2af47f9e3ec3ffee3db844a9b0172c66 authored over 5 years ago
62b21ed4a2adeae0f7ff1e12e2cefad32105ec73 authored over 5 years ago
93c2f2da87cef050e791e7ac1162e51c05140fc3 authored over 5 years ago
e09ecf8abeaa40ad1fab4a452798c9a3026ab828 authored over 5 years ago
Fixes #276
a3bcc39f8f72d9b71e4c1aa91040eff51510d01b authored almost 6 years ago5fb517b2906a0763518e1941a3f4a163956a81d3 authored almost 6 years ago
3e1d0161b2438294aac32286dd236ea54bf9cc89 authored almost 6 years ago
673e820718acdcf466c5555fa2d75874622da243 authored almost 6 years ago
9b8e961c0cf3efd71a83c4658cc32a64f9bbf9a4 authored almost 6 years ago
8473d6534e1db6a030eaf9dd9633301d78fd1f58 authored almost 6 years ago
8055dda0aee91372e3bfc47754a62f40e8a63b98 authored almost 6 years ago
604e73dea1f19a05314d6c66e0a52b47b1b7b340 authored almost 6 years ago
bed01e2316b85271f6ffff89bf19e22f41475c97 authored almost 6 years ago
9cb68f1db72d297183233f4d8d287e935f2b6ddd authored almost 6 years ago
38d42ca87a9d891fba9b2a044f914f1919fd769c authored almost 6 years ago
da8a77157f96bba581193b666586ad87733cb924 authored almost 6 years ago
This isn't really a cross-platform lib, so there isn't much value in it,
and it's pretty flaky r...
1af213fff9ba1a0cf32b217de540f254c1572bd0 authored almost 6 years ago
b99ae3b8f87bab828494f25987303ae569ee0327 authored about 6 years ago
Tap doesn't work well on node 4 windows, and it's past LTS.
6086e5ae8e8e253b915b3885a809cfa7532d28f7 authored over 6 years ago
Include it in the section on Prerelease Tags in the range description
section.
c529221aa9b06c9ccd0803719d6673367c0606ce authored over 6 years ago
a1b6cb8db04a9c9865ca6475005da873255fd63b authored over 6 years ago
Close #258
347d4a0d2175b0116d3a6512daa5d681211a2983 authored over 6 years agoa4ff4ff1b27f195f94e197caee7c46980d8cda29 authored over 6 years ago
a34ca82cf60d774d628a66d7a2f6e2b72e230d8d authored over 6 years ago
b30f2ce1f6adfe5c4f14eb69b034bc8a4c05b82a authored over 6 years ago
824e08a2ef011b2ccd17724930ad71c82343abfe authored over 6 years ago
42e765bbd545a2a90645302a0e9abaf6103b07a3 authored over 6 years ago
8bcd20784c070b3ececbe2a3b54248a9b1717901 authored over 6 years ago
7c2638f55cc26e91b54e7dd8d9fd56d4fba8bb97 authored over 6 years ago
via @iarna
b925b4fb1ef2e20e7c6e06069c7c128f31100de8 authored over 6 years agocb71dbbdd7d5418f0cbe6bef193d1e1fcc8f6dab authored over 6 years ago
94804675b007b6b39daf571bbf8ca9294663194b authored over 6 years ago
ad1c3d2d1b850cc642dab41815cabef529a05258 authored over 6 years ago