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: bump npmlog from 6.0.2 to 7.0.0 #36

Merged
merged 1 commit into from
Oct 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps npmlog from 6.0.2 to 7.0.0.

Release notes

Sourced from npmlog's releases.

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

Changelog

Sourced from npmlog's changelog.

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

Commits
  • 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
  • d4820b9 chore: postinstall for dependabot template-oss PR
  • ed07d95 chore: bump @​npmcli/template-oss from 4.3.2 to 4.4.4
  • b7d204d feat!: postinstall for dependabot template-oss PR
  • bd3c67b chore: bump @​npmcli/template-oss from 3.6.0 to 4.3.2
  • 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 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 [npmlog](https://github.com/npm/npmlog) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/npm/npmlog/releases)
- [Changelog](https://github.com/npm/npmlog/blob/main/CHANGELOG.md)
- [Commits](npm/npmlog@v6.0.2...v7.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 17, 2022 12:47
@lukekarrys lukekarrys merged commit ed3e179 into main Oct 17, 2022
@lukekarrys lukekarrys deleted the dependabot/npm_and_yarn/npmlog-7.0.0 branch October 17, 2022 17:18
@github-actions github-actions bot mentioned this pull request Dec 4, 2023
@github-actions github-actions bot mentioned this pull request Sep 3, 2024
hashtagchris pushed a commit that referenced this pull request Sep 24, 2024
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.0.0...v3.0.0)
(2024-09-24)
### ⚠️ BREAKING CHANGES
* `proggy` now supports node `^18.17.0 || >=20.5.0`
### Bug Fixes
*
[`9bff3e8`](9bff3e8)
[#89](#89) align to npm 10 node engine
range (@hashtagchris)
### Chores
*
[`91e9939`](91e9939)
[#91](#91) enable auto publish (#91)
(@reggi)
*
[`c601919`](c601919)
[#89](#89) run template-oss-apply
(@hashtagchris)
*
[`8d9ae26`](8d9ae26)
[#87](#87) bump @npmcli/eslint-config
from 4.0.5 to 5.0.0 (@dependabot[bot])
*
[`9795e99`](9795e99)
[#76](#76) linting: no-unused-vars
(@lukekarrys)
*
[`36b6935`](36b6935)
[#76](#76) bump @npmcli/template-oss
to 4.22.0 (@lukekarrys)
*
[`ed3e179`](ed3e179)
[#36](#36) bump npmlog from 6.0.2 to
7.0.0 (@dependabot[bot])
*
[`5b40616`](5b40616)
[#35](#35) bump @npmcli/eslint-config
from 3.1.0 to 4.0.0 (@dependabot[bot])
*
[`253f9d4`](253f9d4)
[#88](#88) postinstall for dependabot
template-oss PR (@hashtagchris)
*
[`beaba03`](beaba03)
[#88](#88) bump @npmcli/template-oss
from 4.23.1 to 4.23.3 (@dependabot[bot])

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant