Skip to content

Commit

Permalink
chore(deps): update dependency npm to v9 (#1412)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [npm](https://docs.npmjs.com/)
([source](https://togithub.com/npm/cli)) | [`8.19.3` ->
`9.1.1`](https://renovatebot.com/diffs/npm/npm/8.19.3/9.1.1) |
[![age](https://badges.renovateapi.com/packages/npm/npm/9.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/npm/9.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/npm/9.1.1/compatibility-slim/8.19.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/npm/9.1.1/confidence-slim/8.19.3)](https://docs.renovatebot.com/merge-confidence/)
|
| [npm](https://docs.npmjs.com/)
([source](https://togithub.com/npm/cli)) | [`8.x` ->
`9.x`](https://renovatebot.com/diffs/npm/npm/8.19.3/9.1.1) |
[![age](https://badges.renovateapi.com/packages/npm/npm/9.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/npm/9.1.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/npm/9.1.1/compatibility-slim/8.19.3)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/npm/9.1.1/confidence-slim/8.19.3)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>npm/cli</summary>

###
[`v9.1.1`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#&#8203;911-httpsgithubcomnpmclicomparev910v911-2022-11-09)

[Compare Source](https://togithub.com/npm/cli/compare/v9.1.0...v9.1.1)

##### Documentation

-
[`1bff064`](https://togithub.com/npm/cli/commit/1bff0640ccb8414e2d416a5cf9d64e9ff03c6403)
[#&#8203;5819](https://togithub.com/npm/cli/pull/5819) config: document
`npm config fix`
([#&#8203;5819](https://togithub.com/npm/cli/issues/5819))
([@&#8203;wraithgar](https://togithub.com/wraithgar))

##### Dependencies

-
[`335c7e4`](https://togithub.com/npm/cli/commit/335c7e4348f5505fad33b8a78348a02a82b91426)
[#&#8203;5813](https://togithub.com/npm/cli/pull/5813) `[email protected]`
-
[`878ddfb`](https://togithub.com/npm/cli/commit/878ddfb5b68c03bdcd7d7da8dae92c4947942801)
`@npmcli/[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/arborist-v6.1.1...arborist-v6.1.2):
`@npmcli/[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmdiff-v5.0.2...libnpmdiff-v5.0.3):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmexec-v5.0.2...libnpmexec-v5.0.3):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmfund-v4.0.2...libnpmfund-v4.0.3):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpack-v5.0.2...libnpmpack-v5.0.3):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpublish-v7.0.2...libnpmpublish-v7.0.3):
`[email protected]`

###
[`v9.1.0`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#&#8203;910-httpsgithubcomnpmclicomparev901v910-2022-11-02)

[Compare Source](https://togithub.com/npm/cli/compare/v9.0.1...v9.1.0)

##### Features

-
[`706b3d3`](https://togithub.com/npm/cli/commit/706b3d3f227de43a095263926d2eef2b4e4cf2a9)
[#&#8203;5779](https://togithub.com/npm/cli/pull/5779) set --no-audit
when installing outside of a project (like --global)
([@&#8203;fritzy](https://togithub.com/fritzy))

##### Bug Fixes

-
[`1f5382d`](https://togithub.com/npm/cli/commit/1f5382dada181cda41f1504974de1e69a6c1ad7f)
[#&#8203;5789](https://togithub.com/npm/cli/pull/5789) don't set
`stdioString` for any spawn/run-script calls
([@&#8203;lukekarrys](https://togithub.com/lukekarrys))
-
[`8fd614a`](https://togithub.com/npm/cli/commit/8fd614af5d6de970a6bbcffc538564d2a809411a)
use promiseSpawn.open instead of opener
([@&#8203;nlf](https://togithub.com/nlf))
-
[`41843ad`](https://togithub.com/npm/cli/commit/41843ad8a20bd20aacad2bb37fe473f2e76d5306)
use an absolute path to notepad.exe by default, correct docs
([@&#8203;nlf](https://togithub.com/nlf))
-
[`0c5834e`](https://togithub.com/npm/cli/commit/0c5834ed635833ef49fe10cc888025a5debebe21)
[#&#8203;5758](https://togithub.com/npm/cli/pull/5758) use
hosted-git-info to parse registry urls
([#&#8203;5758](https://togithub.com/npm/cli/issues/5758))
([@&#8203;lukekarrys](https://togithub.com/lukekarrys))

##### Documentation

-
[`ce6745c`](https://togithub.com/npm/cli/commit/ce6745c806d721f5e3c455a65fd44bfe03e9d2ae)
[#&#8203;5763](https://togithub.com/npm/cli/pull/5763) fixed some typos
([#&#8203;5763](https://togithub.com/npm/cli/issues/5763))
([@&#8203;AndrewDawes](https://togithub.com/AndrewDawes))

##### Dependencies

-
[`b89c19e`](https://togithub.com/npm/cli/commit/b89c19e9a7674b0bd9d336c14dee1bf381843648)
[#&#8203;5795](https://togithub.com/npm/cli/pull/5795)
`cli-table3@&#8203;0.6.3`
-
[`6b6dfca`](https://togithub.com/npm/cli/commit/6b6dfca191cb8f7871f755b926fd5ae223ba697a)
`[email protected]`
-
[`9972ed1`](https://togithub.com/npm/cli/commit/9972ed1423d7a4f7ca03a34f5aa69321b81850fd)
`@npmcli/[email protected]`
-
[`024e612`](https://togithub.com/npm/cli/commit/024e612f55fc9906b49065dbabbee8b8261eb4eb)
`[email protected]`
-
[`66f9bcd`](https://togithub.com/npm/cli/commit/66f9bcd10b8d8cb635593c526727056581c7955d)
`[email protected]`
-
[`5730d17`](https://togithub.com/npm/cli/commit/5730d17198e066077cb3ea6f78753746afc13603)
`[email protected]`
-
[`2fef570`](https://togithub.com/npm/cli/commit/2fef570caf00bd92a3a4cf0b2bc4ce56fd8bd594)
`[email protected]`
-
[`abfb28b`](https://togithub.com/npm/cli/commit/abfb28b249183b8c033f8e7acc1546150cdac137)
`@npmcli/[email protected]`
-
[`205e2fd`](https://togithub.com/npm/cli/commit/205e2fdde91f4f21d92ccf0bf9e1ab9ab3053167)
`[email protected]`
-
[`ac25863`](https://togithub.com/npm/cli/commit/ac25863a33b75620ac9edf4057bfb9409028636a)
remove opener, `@npmcli/[email protected]`,
`@npmcli/[email protected]`, `@npmcli/[email protected]`, `[email protected]`,
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/arborist-v6.1.0...arborist-v6.1.1):
`@npmcli/[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/config-v6.0.1...config-v6.1.0):
`@npmcli/[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmdiff-v5.0.1...libnpmdiff-v5.0.2):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmexec-v5.0.1...libnpmexec-v5.0.2):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmfund-v4.0.1...libnpmfund-v4.0.2):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpack-v5.0.1...libnpmpack-v5.0.2):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpublish-v7.0.1...libnpmpublish-v7.0.2):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmversion-v4.0.0...libnpmversion-v4.0.1):
`[email protected]`

###
[`v9.0.1`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#&#8203;901-httpsgithubcomnpmclicomparev900v901-2022-10-26)

[Compare Source](https://togithub.com/npm/cli/compare/v9.0.0...v9.0.1)

##### Documentation

-
[`b5fadd0`](https://togithub.com/npm/cli/commit/b5fadd0cec392f4bf6d60fa1358f96400be94667)
[#&#8203;5742](https://togithub.com/npm/cli/pull/5742) Better npx link
([#&#8203;5742](https://togithub.com/npm/cli/issues/5742))
([@&#8203;mrienstra](https://togithub.com/mrienstra))

##### Dependencies

-
[`de6618e`](https://togithub.com/npm/cli/commit/de6618e93182ba00b4be516db1efb3c51efa17ba)
[#&#8203;5757](https://togithub.com/npm/cli/pull/5757)
`@npmcli/[email protected]`
([#&#8203;5757](https://togithub.com/npm/cli/issues/5757))
-
[`5625274`](https://togithub.com/npm/cli/commit/562527456d3862d871d042fa4ff6e38354e320ea)
[#&#8203;5755](https://togithub.com/npm/cli/pull/5755)
`[email protected]`
([#&#8203;5755](https://togithub.com/npm/cli/issues/5755))
-
[`32bdd68`](https://togithub.com/npm/cli/commit/32bdd686ccf826050075e770ffddf7401efa79c9)
[#&#8203;5754](https://togithub.com/npm/cli/pull/5754)
`[email protected]`
([#&#8203;5754](https://togithub.com/npm/cli/issues/5754))
-
[Workspace](https://togithub.com/npm/cli/compare/arborist-v6.0.0...arborist-v6.1.0):
`@npmcli/[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmdiff-v5.0.0...libnpmdiff-v5.0.1):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmexec-v5.0.0...libnpmexec-v5.0.1):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmfund-v4.0.0...libnpmfund-v4.0.1):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpack-v5.0.0...libnpmpack-v5.0.1):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpublish-v7.0.0...libnpmpublish-v7.0.1):
`[email protected]`

###
[`v9.0.0`](https://togithub.com/npm/cli/blob/HEAD/CHANGELOG.md#&#8203;900-httpsgithubcomnpmclicomparev900-pre6v900-2022-10-19)

[Compare Source](https://togithub.com/npm/cli/compare/v8.19.3...v9.0.0)

##### Features

-
[`e3b004c`](https://togithub.com/npm/cli/commit/e3b004c0d6dfcb153c4734af12afb09897e20932)
[#&#8203;5727](https://togithub.com/npm/cli/pull/5727) move cli and all
workspaces out of prerelease mode
([@&#8203;lukekarrys](https://togithub.com/lukekarrys))

##### Dependencies

-
[Workspace](https://togithub.com/npm/cli/compare/arborist-v6.0.0-pre.5...arborist-v6.0.0):
`@npmcli/[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmaccess-v7.0.0-pre.2...libnpmaccess-v7.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmdiff-v5.0.0-pre.3...libnpmdiff-v5.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmexec-v5.0.0-pre.5...libnpmexec-v5.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmfund-v4.0.0-pre.5...libnpmfund-v4.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmhook-v9.0.0-pre.1...libnpmhook-v9.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmorg-v5.0.0-pre.1...libnpmorg-v5.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpack-v5.0.0-pre.4...libnpmpack-v5.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmpublish-v7.0.0-pre.4...libnpmpublish-v7.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmsearch-v6.0.0-pre.1...libnpmsearch-v6.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmteam-v5.0.0-pre.1...libnpmteam-v5.0.0):
`[email protected]`
-
[Workspace](https://togithub.com/npm/cli/compare/libnpmversion-v4.0.0-pre.1...libnpmversion-v4.0.0):
`[email protected]`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/apollographql/rover).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yMS42IiwidXBkYXRlZEluVmVyIjoiMzQuMjEuNiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent 71acf33 commit 0585044
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/rover-client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/rover-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"engines": {
"node": "<19",
"npm": "8.x"
"npm": "9.x"
},
"volta": {
"node": "18.12.1",
"npm": "8.19.3"
"npm": "9.1.1"
}
}
2 changes: 1 addition & 1 deletion installers/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"volta": {
"node": "18.12.1",
"npm": "8.19.3"
"npm": "9.1.1"
},
"homepage": "https://github.com/apollographql/rover#readme",
"dependencies": {
Expand Down

0 comments on commit 0585044

Please sign in to comment.