-
Notifications
You must be signed in to change notification settings - Fork 503
Comparing changes
Open a pull request
base repository: npm/node-semver
base: v7.3.5
head repository: npm/node-semver
compare: v7.3.6
- 10 commits
- 77 files changed
- 7 contributors
Commits on Sep 21, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for f1e4e29 - Browse repository at this point
Copy the full SHA f1e4e29View commit details
Commits on Nov 8, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for cb1ca1d - Browse repository at this point
Copy the full SHA cb1ca1dView commit details
Commits on Mar 25, 2022
-
fix: replace regex used to split ranges (#434)
Found in #433, the regex used to split ranges on `||` was padded by `\s*` on either side causing a decrease in performance when used on range strings with a lot of spaces. Since the result of the split is immediately trimmed, we can just split on the string instead.
Configuration menu - View commit details
-
Copy full SHA for 9ab7b71 - Browse repository at this point
Copy the full SHA 9ab7b71View commit details -
fix: properly escape dots in
GTE0
regexes (#432)Previously the dots were not properly escaped causing them to match any character. This caused ranges like `>=09090` to evaulate to `*` after they were incorrectly matched by the `GTE0` regex. This only happened in strict mode since in loose mode the leading 0 is allowed and parsed into `>=9090.0.0` before the `GTE0` check. After this fix, this range now will throw an error. This also affected prerelease versions in both strict and loose mode.
1Configuration menu - View commit details
-
Copy full SHA for 11494f1 - Browse repository at this point
Copy the full SHA 11494f1View commit details -
deps: [email protected] (#439)
Fix tests and snapshots to work with new tap version
Configuration menu - View commit details
-
Copy full SHA for 60cbb3f - Browse repository at this point
Copy the full SHA 60cbb3fView commit details -
deps: [email protected] (#442)
Co-authored-by: meskill <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a3064c - Browse repository at this point
Copy the full SHA 9a3064cView commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 4907647 - Browse repository at this point
Copy the full SHA 4907647View commit details
Commits on Apr 5, 2022
-
chore: bump @npmcli/template-oss from 3.2.0 to 3.2.2 (#444)
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/npm/template-oss/releases) - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md) - [Commits](npm/template-oss@v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: "@npmcli/template-oss" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c837758 - Browse repository at this point
Copy the full SHA c837758View commit details -
fix: replace deprecated String.prototype.substr() (#445)
.substr() is deprecated so we replace it with .slice() which works similarily but isn"t deprecated Signed-off-by: Tobias Speicher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2d55e7 - Browse repository at this point
Copy the full SHA e2d55e7View commit details
Commits on Apr 6, 2022
-
chore(main): release 7.3.6 (#443)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ea0fe2 - Browse repository at this point
Copy the full SHA 1ea0fe2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.3.5...v7.3.6