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 npmlog from 5.0.1 to 7.0.1 #321

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2022

Bumps npmlog from 5.0.1 to 7.0.1.

Release notes

Sourced from npmlog's releases.

v7.0.1

7.0.1 (2022-10-19)

Bug Fixes

v7.0.0

7.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • npmlog is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

v6.0.2

6.0.2 (2022-04-20)

Dependencies

  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#101) (929686c)

npmlog v6.0.1

Bug Fixes

  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)

Dependencies

v5.0.1

  • update are-we-there-yet to v2.0.0.

... (truncated)

Changelog

Sourced from npmlog's changelog.

7.0.1 (2022-10-19)

Bug Fixes

7.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • npmlog is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

6.0.2 (2022-04-20)

Dependencies

  • update gauge requirement from ^4.0.0 to ^4.0.1 (cf52b06)
  • update gauge requirement from ^4.0.1 to ^4.0.2 (#96) (53063a9)
  • update gauge requirement from ^4.0.2 to ^4.0.3 (#101) (929686c)

v6.0.0

  • Drop support for node 10 and non-lts versions of 12 and 14

6.0.1 (2022-02-09)

Bug Fixes

  • evaluate this.heading only once (3633d33)
  • notice: change blue foreground to cyan (eba1a41)

Dependencies

Commits
  • ae1f107 chore: release 7.0.1 (#134)
  • add709d fix: do not enable progress while paused
  • 35651cf chore: postinstall for dependabot template-oss PR
  • 40ea375 chore: bump @​npmcli/template-oss from 4.5.1 to 4.6.1
  • 040c663 chore: release 7.0.0 (#123)
  • 47f4fb1 chore: bump @​npmcli/eslint-config from 3.1.0 to 4.0.0
  • 01dd16e deps: bump gauge from 4.0.4 to 5.0.0
  • f896c8e deps: bump are-we-there-yet from 3.0.1 to 4.0.0
  • 92546b8 chore: postinstall for dependabot template-oss PR
  • 33b83ef chore: bump @​npmcli/template-oss from 4.4.4 to 4.5.1
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lukekarrys, a new releaser for npmlog since your current version.


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)

@dependabot dependabot bot added dependencies javascript Pull requests that update Javascript code labels Oct 23, 2022
@dependabot dependabot bot requested review from matz3 and RandomByte October 23, 2022 10:01
@coveralls
Copy link

coveralls commented Oct 23, 2022

Coverage Status

Coverage remained the same at 100.0% when pulling 45826bd on dependabot/npm_and_yarn/npmlog-7.0.1 into 578e8fb on main.

@dependabot dependabot bot changed the base branch from master to main October 24, 2022 13:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npmlog-7.0.1 branch 2 times, most recently from 7d94cb5 to 6b8f8f1 Compare October 24, 2022 14:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npmlog-7.0.1 branch from 6b8f8f1 to 494262d Compare November 3, 2022 11:29
@matz3
Copy link
Member

matz3 commented Nov 3, 2022

@RandomByte this version requires Node.js ^14.17.0 || ^16.13.0 || >=18.0.0.

I'd suggest that we align to that and define ^16.18.0 || >=18.0.0 (or even a higher v18 version) as our version requirement. What do you think?

@RandomByte
Copy link
Member

Yes, that makes sense 👍

@flovogt
Copy link
Member

flovogt commented Nov 7, 2022

@RandomByte @matz3 is this PR fine for you?

@RandomByte
Copy link
Member

Yes, but I guess we should align the Node requirement as proposed by Matthias

@flovogt
Copy link
Member

flovogt commented Nov 8, 2022

Blocked until we have aligned on a general node version support strategy for UI5 Tooling V3.

@flovogt
Copy link
Member

flovogt commented Nov 9, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@flovogt
Copy link
Member

flovogt commented Nov 9, 2022

@dependabot recreate

Bumps [npmlog](https://github.com/npm/npmlog) from 5.0.1 to 7.0.1.
- [Release notes](https://github.com/npm/npmlog/releases)
- [Changelog](https://github.com/npm/npmlog/blob/main/CHANGELOG.md)
- [Commits](npm/npmlog@v5.0.1...v7.0.1)

---
updated-dependencies:
- dependency-name: npmlog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/npmlog-7.0.1 branch from b0fa149 to 45826bd Compare November 9, 2022 12:11
@flovogt flovogt merged commit 327a1c3 into main Nov 9, 2022
@flovogt flovogt deleted the dependabot/npm_and_yarn/npmlog-7.0.1 branch November 9, 2022 12:15
RandomByte pushed a commit that referenced this pull request Nov 11, 2022
Bumps [npmlog](https://github.com/npm/npmlog) from 5.0.1 to 7.0.1.
- [Release notes](https://github.com/npm/npmlog/releases)
- [Changelog](https://github.com/npm/npmlog/blob/main/CHANGELOG.md)
- [Commits](npm/npmlog@v5.0.1...v7.0.1)

---
updated-dependencies:
- dependency-name: npmlog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants