Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump genversion from 3.0.2 to 3.1.1 #178

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2022

Bumps genversion from 3.0.2 to 3.1.1.

Release notes

Sourced from genversion's releases.

v3.1.1

Changes:

  • Corrected signature and general improvements in documentation
  • Updated dev dependencies
  • Set up Travis CI
  • Tested to support Node v10 and later

v3.1.0

An almost-breaking change that is solved by running genversion at least once after the upgrade:

  • The genversion signature in the generated code has been changed from generated by genversion to Generated by genversion. to better meet comment-styling requirements of some style guides.
  • Because of the signature change, the version module will be modified upon the first genversion run after the upgrade. This might cause you to commit a change to your version module in spite of your package version and your genversion formatting options have stayed the same. In other words, just run genversion, commit the change, and everything is okay.
  • If you use --check-only flag then you will see the flagged command to exit with code 2 until you run genversion without the flag. Just run genversion without the flag at least once after the upgrade to make --check-only behave as expected.
  • The change will break setups that rely on the signature being in all lower case and without trailing dot. We assume there are no such setups and thus chose MINOR version increment instead of MAJOR. Let us know if your setup was broken cuz of this.

New features:

  • support xo style guide where the first letter of the first word in a comment must be in upper case. Thanks @​ctranstrum
  • support style guides where the comment must end with . dot. Thanks @​Mourula

Minor changes:

  • corrected docs for --check-only flag
  • improved test suite
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.


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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @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)

Bumps [genversion](https://github.com/axelpale/genversion) from 3.0.2 to 3.1.1.
- [Release notes](https://github.com/axelpale/genversion/releases)
- [Commits](axelpale/genversion@v3.0.2...v3.1.1)

---
updated-dependencies:
- dependency-name: genversion
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 7, 2022
@ashneilson ashneilson merged commit 7682859 into master Apr 13, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/genversion-3.1.1 branch April 13, 2022 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant