Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Bump semver from 6.0.0 to 6.3.0 #2231

Merged
merged 1 commit into from
Jul 24, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps semver from 6.0.0 to 6.3.0.

Changelog

Sourced from semver's changelog.

changes log

6.2.0

  • Coerce numbers to strings when passed to semver.coerce()
  • Add rtl option to coerce from right to left

6.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.intersects

6.0

  • Fix intersects logic.

    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

  • Add minVersion method

5.6

  • Move boolean loose param to an options object, with
    backwards-compatibility protection.
  • Add ability to opt out of special prerelease version handling with
    the includePrerelease option flag.

5.5

  • Add version coercion capabilities

5.4

... (truncated)
Commits

Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 24, 2019
@codecov
Copy link

codecov bot commented Jul 24, 2019

Codecov Report

Merging #2231 into master will decrease coverage by 0.36%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2231      +/-   ##
==========================================
- Coverage   92.96%   92.59%   -0.37%     
==========================================
  Files         219      219              
  Lines       12565    12565              
  Branches     1796     1796              
==========================================
- Hits        11681    11635      -46     
- Misses        884      930      +46
Impacted Files Coverage Δ
lib/shared/keytar-strategy.js 38.75% <0%> (-19.38%) ⬇️
lib/git-temp-dir.js 90.9% <0%> (-9.1%) ⬇️
lib/models/file-system-change-observer.js 88% <0%> (-8%) ⬇️
lib/helpers.js 84.36% <0%> (-4.12%) ⬇️
lib/atom/gutter.js 90.47% <0%> (-2.39%) ⬇️
lib/git-shell-out-strategy.js 99.23% <0%> (-0.58%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f999c5c...47d0cc9. Read the comment docs.

@dependabot-preview dependabot-preview bot merged commit e470513 into master Jul 24, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/semver-6.3.0 branch July 24, 2019 17:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants