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.1.1 to 3.2.0 #506

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps genversion from 3.1.1 to 3.2.0.

Release notes

Sourced from genversion's releases.

v3.2.0

🎁 New features:

  • added option --backtick / useBackticks to generate with backticks instead of single quotes. Thanks @​darylwright
  • added option --force to rewrite target file even when it might be unsafe. Thanks @​alexandercerutti
  • added option --property / properties to pick additional properties from package.json. Thanks @​dattran1999 and @​alexandercerutti
  • added options --template / template and --template-engine / templateEngine to generate with a custom template.
  • added option --esm to alias --es6 flag that might be deprecated in future.
  • added option useEsmSyntax to alias useEs6Syntax that might be deprecated in future.

🐛 Bugfixes:

  • improved CLI exit behaviour to ensure all output is flushed before exit

📃 Documentation changes:

  • added instructions how to integrate with the npm version command. Thanks @​sanjaypojo
  • improved genversion logo to work on dark backgrounds.
  • changed image file names to be more SEO friendly
  • improved documentation in general

⚙️ DevOps changes:

  • uninstalled unused dev dependencies: eslint, command-line-test
  • implemented in-house clitest module to replace command-line-test
  • lots of refactoring under the hood
  • extended test suite
  • switched from broken Travis CI to GitHub Actions
Commits
  • b3d0354 bump 3.2.0
  • 1766dfc Merge pull request #29 from axelpale/feature-actions
  • 46ec337 npmignore github workflows
  • bd2ec88 replace travis badge with github actions badge
  • be79545 downgrade mocha@8 to support node v10
  • 57de824 downgrade to standard v16 to support node v10
  • 7ee15c2 test on node v10 and v12
  • f7aa628 try github actions without npm cache
  • 9b64d75 improve github actions workflow
  • 6fb5c9c use replace instead of replaceAll to support node<=14
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.1.1 to 3.2.0.
- [Release notes](https://github.com/axelpale/genversion/releases)
- [Commits](axelpale/genversion@v3.1.1...v3.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm labels Sep 23, 2024
@gsreynolds gsreynolds merged commit 79f5d65 into develop Sep 24, 2024
12 checks passed
@gsreynolds gsreynolds deleted the dependabot/npm_and_yarn/develop/genversion-3.2.0 branch September 24, 2024 12:57
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 npm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant