From f055f71f3477f5ce234a42f559e53239cd1dd949 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 27 Sep 2024 10:58:40 -0400
Subject: [PATCH] deps: bump npm-pick-manifest from 9.1.0 to 10.0.0 (#395)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [npm-pick-manifest](https://github.com/npm/npm-pick-manifest) from
9.1.0 to 10.0.0.
Release notes
Sourced from npm-pick-manifest's
releases.
v10.0.0
10.0.0
(2024-09-26)
⚠️ BREAKING CHANGES
npm-pick-manifest
now supports node ^18.17.0 ||
>=20.5.0
Bug Fixes
Dependencies
Chores
Changelog
Sourced from npm-pick-manifest's
changelog.
10.0.0
(2024-09-26)
⚠️ BREAKING CHANGES
npm-pick-manifest
now supports node ^18.17.0 ||
>=20.5.0
Bug Fixes
Dependencies
Chores
Commits
f68698d
chore: release 10.0.0 (#146)
6b4df8d
deps: npm-package-arg@12.0.0
c2ae5b7
deps: npm-normalize-package-bin@4.0.0
e948cef
deps: npm-install-checks@7.1.0
2e1fdb4
chore: run template-oss-apply
dd83a53
fix!: align to npm 10 node engine range
7891f6b
chore: bump @npmcli/eslint-config
from 4.0.5 to 5.0.0
ae2ffc5
chore: postinstall for dependabot template-oss PR
7744312
chore: bump @npmcli/template-oss
from 4.22.0 to
4.23.3
- See full diff in compare
view
[](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)
---
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 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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 564b0e27..b27d2898 100644
--- a/package.json
+++ b/package.json
@@ -55,7 +55,7 @@
"minipass": "^7.0.2",
"npm-package-arg": "^12.0.0",
"npm-packlist": "^9.0.0",
- "npm-pick-manifest": "^9.0.0",
+ "npm-pick-manifest": "^10.0.0",
"npm-registry-fetch": "^18.0.0",
"proc-log": "^5.0.0",
"promise-retry": "^2.0.1",