angular-pusher
angular-pusher copied to clipboard
Bump semver from 2.3.2 to 7.1.1
Bumps semver from 2.3.2 to 7.1.1.
Changelog
Sourced from semver's changelog.
changes log
7.1.0
- Add
require('semver/preload')to load the entire module without using lazy getter methods.7.0.0
- Refactor module into separate files for better tree-shaking
- Drop support for very old node versions, use const/let,
=>functions, and classes.6.3.0
- Expose the token enum on the exports
6.2.0
- Coerce numbers to strings when passed to semver.coerce()
- Add
rtloption to coerce from right to left6.1.3
- Handle X-ranges properly in includePrerelease mode
6.1.2
- Do not throw when testing invalid version strings
6.1.1
- Add options support for semver.coerce()
- Handle undefined version passed to Range.test
6.1.0
- Add semver.compareBuild function
- Support
*in semver.intersects6.0
Fix
intersectslogic.This is technically a bug fix, but since it is also a change to behavior that may require users updating their code, it is marked as a major version increment.
5.7
... (truncated)
Commits
-
bb36c987.1.1 -
6648df1Add preload.js into npm package -
5a4ce3dchangelog for 7.1 -
e663d387.1.0 -
945d53cAdd semver/preload module to just load the whole thing like it used to be -
d61f828update changelog, travis, and engines versions -
533ed12update tap -
f56505b7.0.0 -
7d834eddocument exported modules -
bbb1d02Add default npm OSS GitHub settings - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.