-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update npm to v9 - autoclosed #146
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
fe978ac
to
687d939
Compare
687d939
to
f52795d
Compare
f52795d
to
9ec3969
Compare
Needs an update to
|
Dec 7th it will be available in node 19 so we just need to sit on this until then. https://github.blog/changelog/2022-10-24-npm-v9-0-0-released/ |
804cd47
to
04f2d54
Compare
c31b947
to
a706e43
Compare
3b09222
to
63c12da
Compare
fc0e148
to
8872d53
Compare
npm 9 was merged into nodejs main, we're just waiting for a new nodejs release now I believe nodejs/node#45780 |
73daa73
to
a1bbc34
Compare
Node 19.3.0 has been released containing npm v9 https://github.com/nodejs/node/releases/tag/v19.3.0. This should be good to merge now, though I'm not sure why the |
It still seems to be getting an npm constraint of 8 from somewhere: Logs
|
Main CI broke anyway, due to npm/node being upgraded by GitHub? 🤔 |
a1bbc34
to
f9903d5
Compare
I'm not sure why the artifacts job is still failing, this should be good to merge now. |
| datasource | package | from | to | | ---------- | ------- | ------ | ----- | | npm | npm | 8.19.3 | 9.2.0 | Signed-off-by: Renovate Bot <[email protected]>
f9903d5
to
eec138f
Compare
The logs say that the error is with the lock file and its the same one listed here, installing npm 8 when 9 is required.
So the issue it's reporting is that it's unable to also update the lockfile in this PR. So we could:
|
Handled in #166 |
This PR contains the following updates:
^8
->^9.0.0
Release Notes
npm/cli
v9.2.0
Compare Source
Features
cf57ffa
#5888 discrete npm doctor commands (#5888) (@wraithgar)Bug Fixes
dfd5d46
#5932 ignore implicit workspaces for completion (#5932) (@wraithgar)Dependencies
2f2b146
#5936[email protected]
(#5936)372d158
#5935[email protected]
(#5935)0e6c28b
#5934[email protected]
(#5934)0a3fe00
#5933[email protected]
6b77340
[email protected]
cf0a174
[email protected]
3da9a1a
[email protected]
fee9b66
[email protected]
e940917
[email protected]
875bd56
[email protected]
280b7a4
#5927[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.3
Compare Source
Bug Fixes
ffbdea2
#5894 npm pack filename on scoped packages (#5894) (@HenryNguyen5)c26d708
#5884 validate username at get-identity (#5884) (@sosoba, @nlf)Documentation
ea948dc
#5881 update description of npm exec (#5881) (@styfle, @wraithgar)40f2c21
#5865 ci-info url (#5865) (@wraithgar)681a45b
#5875 run the comand for directory workspaces (#5875) (@1aron)681a45b
#5875 add workspace directory example (#5875) (@1aron)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.2
Compare Source
Bug Fixes
d9654cf
#5861 remove unwanted package.json entries (#5861) (@wraithgar)Dependencies
a351685
#5858 move from @npmcli/ci-detect to ci-info (#5858)@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.1
Compare Source
Documentation
1bff064
#5819 config: documentnpm config fix
(#5819) (@wraithgar)Dependencies
335c7e4
#5813[email protected]
878ddfb
@npmcli/[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.0
Compare Source
Features
706b3d3
#5779 set --no-audit when installing outside of a project (like --global) (@fritzy)Bug Fixes
1f5382d
#5789 don't setstdioString
for any spawn/run-script calls (@lukekarrys)8fd614a
use promiseSpawn.open instead of opener (@nlf)41843ad
use an absolute path to notepad.exe by default, correct docs (@nlf)0c5834e
#5758 use hosted-git-info to parse registry urls (#5758) (@lukekarrys)Documentation
ce6745c
#5763 fixed some typos (#5763) (@AndrewDawes)Dependencies
b89c19e
#5795cli-table3@​0.6.3
6b6dfca
[email protected]
9972ed1
@npmcli/[email protected]
024e612
[email protected]
66f9bcd
[email protected]
5730d17
[email protected]
2fef570
[email protected]
abfb28b
@npmcli/[email protected]
205e2fd
[email protected]
ac25863
remove opener,@npmcli/[email protected]
,@npmcli/[email protected]
,@npmcli/[email protected]
,[email protected]
,[email protected]
@npmcli/[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.0.1
Compare Source
Documentation
b5fadd0
#5742 Better npx link (#5742) (@mrienstra)Dependencies
de6618e
#5757@npmcli/[email protected]
(#5757)5625274
#5755[email protected]
(#5755)32bdd68
#5754[email protected]
(#5754)@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.0.0
Compare Source
Features
e3b004c
#5727 move cli and all workspaces out of prerelease mode (@lukekarrys)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 this update again.
Read more information about the use of Renovate Bot within Laminas.