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 read-package-json from 6.0.4 to 7.0.0 #56

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 16, 2023

Bumps read-package-json from 6.0.4 to 7.0.0.

Release notes

Sourced from read-package-json's releases.

v7.0.0

7.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 3c10858 #186 bump normalize-package-data from 5.0.0 to 6.0.0
Changelog

Sourced from read-package-json's changelog.

7.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 3c10858 #186 bump normalize-package-data from 5.0.0 to 6.0.0
Commits
  • eca41e5 chore: release 7.0.0
  • 3c10858 deps: bump normalize-package-data from 5.0.0 to 6.0.0
  • 2845aa5 fix: drop node14 support
  • beb1b31 chore: postinstall for dependabot template-oss PR
  • 04c63d8 chore: bump @​npmcli/template-oss from 4.17.0 to 4.18.0
  • 8f64487 chore: postinstall for dependabot template-oss PR
  • 7a1f544 chore: bump @​npmcli/template-oss from 4.15.1 to 4.17.0
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner August 16, 2023 10:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/read-package-json-7.0.0 branch from f0bbb03 to c3e1061 Compare September 13, 2023 15:55
@lukekarrys
Copy link
Contributor

@dependabot recreate

Bumps [read-package-json](https://github.com/npm/read-package-json) from 6.0.4 to 7.0.0.
- [Release notes](https://github.com/npm/read-package-json/releases)
- [Changelog](https://github.com/npm/read-package-json/blob/main/CHANGELOG.md)
- [Commits](npm/read-package-json@v6.0.4...v7.0.0)

---
updated-dependencies:
- dependency-name: read-package-json
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/read-package-json-7.0.0 branch from d4a2c68 to e21c8c2 Compare September 19, 2023 00:09
@lukekarrys lukekarrys closed this Sep 19, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 19, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/read-package-json-7.0.0 branch September 19, 2023 04:05
@lukekarrys
Copy link
Contributor

@dependabot reopen

@dependabot dependabot bot reopened this Sep 19, 2023
@dependabot dependabot bot restored the dependabot/npm_and_yarn/main/read-package-json-7.0.0 branch September 19, 2023 04:05
@lukekarrys lukekarrys merged commit a4df4cf into main Sep 19, 2023
39 checks passed
@lukekarrys lukekarrys deleted the dependabot/npm_and_yarn/main/read-package-json-7.0.0 branch September 19, 2023 04:07
@github-actions github-actions bot mentioned this pull request Dec 4, 2023
wraithgar pushed a commit that referenced this pull request Apr 9, 2024
🤖 I have created a release *beep* *boop*
---


## [5.0.1](v5.0.0...v5.0.1)
(2024-04-07)

### Bug Fixes

*
[`fda5722`](fda5722)
[#87](#87) perf: lazy load
un-common dependencies for npm run (#87) (@H4ad)
*
[`71f09d6`](71f09d6)
[#88](#88) perf: only import
necessary functions from semver (#88) (@H4ad)

### Documentation

*
[`6ebb3c9`](6ebb3c9)
[#85](#85) readme: fix broken
badge URL (#85) (@10xLaCroixDrinker)

### Chores

*
[`66e0c23`](66e0c23)
[#80](#80) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`00e4bbb`](00e4bbb)
[#80](#80) bump
@npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
*
[`d784aa8`](d784aa8)
[#77](#77) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`efeee22`](efeee22)
[#77](#77) bump
@npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
*
[`a4df4cf`](a4df4cf)
[#56](#56) bump
read-package-json from 6.0.4 to 7.0.0 (@dependabot[bot])
*
[`f7c048a`](f7c048a)
[#58](#58) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`6240313`](6240313)
[#58](#58) bump
@npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
*
[`5ab117c`](5ab117c)
[#57](#57) postinstall for
dependabot template-oss PR (@lukekarrys)
*
[`f56390e`](f56390e)
[#57](#57) bump
@npmcli/template-oss from 4.18.0 to 4.18.1 (@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