Bump read-pkg from 5.2.0 to 9.0.1 #46

Closed
dependabot[bot] wants to merge 2 commits from dependabot/npm_and_yarn/dev/read-pkg-9.0.1 into dev
dependabot[bot] commented 2024-02-14 13:34:33 +00:00 (Migrated from github.com)

Bumps read-pkg from 5.2.0 to 9.0.1.

Release notes

Sourced from read-pkg's releases.

v9.0.1

  • Internal changes dadadd1

https://github.com/sindresorhus/read-pkg/compare/v9.0.0...v9.0.1

v9.0.0

Breaking

  • Require Node.js 18 c7aa6cd

https://github.com/sindresorhus/read-pkg/compare/v8.1.0...v9.0.0

v8.1.0

  • Update dependencies c0cd420

https://github.com/sindresorhus/read-pkg/compare/v8.0.0...v8.1.0

v8.0.0

Breaking

  • Require Node.js 16 (#29) 5f28de5

Improvements

https://github.com/sindresorhus/read-pkg/compare/v7.1.0...v8.0.0

v7.1.0

  • Accept URL as cwd (#27) b496fe7

https://github.com/sindresorhus/read-pkg/compare/v7.0.0...v7.1.0

v7.0.0

Breaking

  • Rename the readPackageAsync export to readPackage cd1bccf
  • Require Node.js 12.20

https://github.com/sindresorhus/read-pkg/compare/v6.0.0...v7.0.0

v6.0.0

Breaking

  • Require Node.js 12 2088095
  • This package now exports two named exports instead of a default export 2088095
  • This package is now pure ESM. Please read this.

https://github.com/sindresorhus/read-pkg/compare/v5.2.0...v6.0.0

Commits

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 [read-pkg](https://github.com/sindresorhus/read-pkg) from 5.2.0 to 9.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/read-pkg/releases">read-pkg's releases</a>.</em></p> <blockquote> <h2>v9.0.1</h2> <ul> <li>Internal changes dadadd1</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v9.0.0...v9.0.1">https://github.com/sindresorhus/read-pkg/compare/v9.0.0...v9.0.1</a></p> <h2>v9.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 18 c7aa6cd</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v8.1.0...v9.0.0">https://github.com/sindresorhus/read-pkg/compare/v8.1.0...v9.0.0</a></p> <h2>v8.1.0</h2> <ul> <li>Update dependencies c0cd420</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v8.0.0...v8.1.0">https://github.com/sindresorhus/read-pkg/compare/v8.0.0...v8.1.0</a></p> <h2>v8.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 16 (<a href="https://redirect.github.com/sindresorhus/read-pkg/issues/29">#29</a>) 5f28de5</li> </ul> <h3>Improvements</h3> <ul> <li>Add <a href="https://github.com/sindresorhus/read-pkg#parsepackagepackagefile-options"><code>parsePackage</code></a> method (<a href="https://redirect.github.com/sindresorhus/read-pkg/issues/29">#29</a>) 5f28de5</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v7.1.0...v8.0.0">https://github.com/sindresorhus/read-pkg/compare/v7.1.0...v8.0.0</a></p> <h2>v7.1.0</h2> <ul> <li>Accept <code>URL</code> as <code>cwd</code> (<a href="https://redirect.github.com/sindresorhus/read-pkg/issues/27">#27</a>) b496fe7</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v7.0.0...v7.1.0">https://github.com/sindresorhus/read-pkg/compare/v7.0.0...v7.1.0</a></p> <h2>v7.0.0</h2> <h3>Breaking</h3> <ul> <li>Rename the <code>readPackageAsync</code> export to <code>readPackage</code> cd1bccf</li> <li>Require Node.js 12.20</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v6.0.0...v7.0.0">https://github.com/sindresorhus/read-pkg/compare/v6.0.0...v7.0.0</a></p> <h2>v6.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 12 2088095</li> <li>This package now exports two named exports instead of a default export 2088095</li> <li>This package is now pure ESM. Please <a href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">read this</a>.</li> </ul> <p><a href="https://github.com/sindresorhus/read-pkg/compare/v5.2.0...v6.0.0">https://github.com/sindresorhus/read-pkg/compare/v5.2.0...v6.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/read-pkg/commit/a3732e2307e6a47d22600fa769debfa557b3690a"><code>a3732e2</code></a> 9.0.1</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/dadadd1305f842e90e02a9b071526f62dcaa4bc5"><code>dadadd1</code></a> Minor tweaks</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/896b075b66bc3d410edb9ba52caa5e81569f24b6"><code>896b075</code></a> 9.0.0</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/c7aa6cd6c0620a8bfa82affaea4f3f039216f128"><code>c7aa6cd</code></a> Require Node.js 18</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/9ac0a0ff801b2552aa76ddcbb54ad81fd9c2e577"><code>9ac0a0f</code></a> 8.1.0</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/c0cd420fc97d82d1d85513ffb42486dcbca81580"><code>c0cd420</code></a> Update dependencies</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/797f1031f6507d7a0fa7b03464e0ca051592f9ed"><code>797f103</code></a> Fix readme</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/ecfd46f22436765061d94552b4ab33945672276f"><code>ecfd46f</code></a> 8.0.0</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/05af3134b424526cdbced09f825798def8a6bb7c"><code>05af313</code></a> Minor tweaks</li> <li><a href="https://github.com/sindresorhus/read-pkg/commit/5f28de5d80555cfe1226ed0a4b1f1fa10df50b66"><code>5f28de5</code></a> Add <code>parsePackage</code> method, bump dependencies, target Node.js 16 (<a href="https://redirect.github.com/sindresorhus/read-pkg/issues/29">#29</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/read-pkg/compare/v5.2.0...v9.0.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=read-pkg&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=9.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
changeset-bot[bot] commented 2024-02-14 13:34:36 +00:00 (Migrated from github.com)

⚠️ No Changeset found

Latest commit: 5692b11f49

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

### ⚠️ No Changeset found Latest commit: 5692b11f491fb4060801e5655272ba662db90f83 Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. **If these changes should result in a version bump, you need to add a changeset.** <details><summary>This PR includes no changesets</summary> When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types </details> [Click here to learn what changesets are, and how to add one](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md). [Click here if you're a maintainer who wants to add a changeset to this PR](https://github.com/MatthiesenXYZ/astro-ghostcms/new/dependabot/npm_and_yarn/dev/read-pkg-9.0.1?filename=.changeset/early-dryers-arrive.md&value=---%0A%22%40matthiesenxyz%2Fcreate-astro-ghostcms%22%3A%20patch%0A---%0A%0ABump%20read-pkg%20from%205.2.0%20to%209.0.1%0A)
dependabot[bot] commented 2024-02-14 14:01:41 +00:00 (Migrated from github.com)

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.

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](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore) 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.

Pull request closed

Sign in to join this conversation.
No description provided.