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

chore(deps): update gauge requirement from ^v3.0.1 to ^v4.0.0 #147

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2021

Updates the requirements on gauge to permit the latest version.

Changelog

Sourced from gauge's changelog.

v4.0.0

  • BREAKING CHANGE: Drops support for Node v10 and non-LTS versions of v12 and v14
  • feat: install template-oss
  • fix: repository metadata
  • fix: Typo in package.json
  • fix: Remove remaining uses of object-assign
  • fix: remove object-assign

v3.0.1

v3.0.0

  • BREAKING CHANGE: Drops support for Node v4, v6, v7 and v8

v2.7.4

  • Reset colors prior to ending a line, to eliminate flicker when a line is trucated between start and end color sequences.

v2.7.3

  • Only create our onExit handler when we're enabled and remove it when we're disabled. This stops us from creating multiple onExit handlers when multiple gauge objects are being used.
  • Fix bug where if a theme name were given instead of a theme object, it would crash.
  • Remove supports-color because it's not actually used. Uhm. Yes, I just updated it. >.>

v2.7.2

  • Use supports-color instead of has-color (as the module has been renamed)

v2.7.1

  • Bug fix: Calls to show/pulse while the progress bar is disabled should still update our internal representation of what would be shown should it be enabled.

v2.7.0

  • New feature: Add new isEnabled method to allow introspection of the gauge's "enabledness" as controlled by .enable() and .disable().

v2.6.0

  • Bug fix: Don't run the code associated with enable/disable if the gauge is already enabled or disabled respectively. This prevents leaking event listeners, amongst other weirdness.

... (truncated)

Commits

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)

Updates the requirements on [gauge](https://github.com/npm/gauge) to permit the latest version.
- [Release notes](https://github.com/npm/gauge/releases)
- [Changelog](https://github.com/npm/gauge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/gauge/commits/v4.0.0)

---
updated-dependencies:
- dependency-name: gauge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 16, 2021
@bcomnes
Copy link
Collaborator

bcomnes commented Nov 18, 2021

Yay my fix is in.

@bcomnes bcomnes merged commit 249952b into master Nov 18, 2021
@bcomnes bcomnes deleted the dependabot/npm_and_yarn/gauge-tw-v4.0.0 branch November 18, 2021 00:37
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