-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
deps: upgrade npm to 10.7.0 #52767
Merged
Merged
deps: upgrade npm to 10.7.0 #52767
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Review requested:
|
nodejs-github-bot
added
fast-track
PRs that do not need to wait for 48 hours to land.
needs-ci
PRs that need a full CI run.
npm
Issues and PRs related to the npm client dependency or the npm registry.
labels
Apr 30, 2024
Fast-track has been requested by @nodejs-github-bot. Please 👍 to approve. |
richardlau
approved these changes
Apr 30, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Apr 30, 2024
trivikr
approved these changes
May 1, 2024
lpinca
approved these changes
May 1, 2024
targos
approved these changes
May 1, 2024
targos
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
May 1, 2024
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
May 1, 2024
Landed in c923ce7 |
aduh95
pushed a commit
that referenced
this pull request
May 1, 2024
PR-URL: #52767 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Ch3nYuY
pushed a commit
to Ch3nYuY/node
that referenced
this pull request
May 8, 2024
PR-URL: nodejs#52767 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
richardlau
pushed a commit
that referenced
this pull request
May 16, 2024
PR-URL: #52767 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Merged
targos
pushed a commit
that referenced
this pull request
May 21, 2024
PR-URL: #52767 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Merged
eliphazbouye
pushed a commit
to eliphazbouye/node
that referenced
this pull request
Jun 20, 2024
PR-URL: nodejs#52767 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
bmeck
pushed a commit
to bmeck/node
that referenced
this pull request
Jun 22, 2024
PR-URL: nodejs#52767 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
fast-track
PRs that do not need to wait for 48 hours to land.
needs-ci
PRs that need a full CI run.
npm
Issues and PRs related to the npm client dependency or the npm registry.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains changes from:
npm@10.6.0
npm@10.7.0
This PR replaces: nodejs/node#52691
10.6.0
10.6.0 (2024-04-25)
Features
9123de4
#7373 do all ouput over proc-log events (@lukekarrys)9622597
#7339 refactor terminal display (#7339) (@lukekarrys)Bug Fixes
0e74ee4
#7416 clean up npm object (#7416) (@wraithgar)c060e60
#7415 return command and argv from load (@lukekarrys)180b919
#7415 remove unused npm.setCmd method (@lukekarrys)0708b3b
#7414 use name of level instead of label for logging prefixes (#7414) (@lukekarrys)7f4e667
#7403 redact when displaying non-ascii arguments (@lukekarrys)06202f0
#7403 store unref promises for awaiting in tests (@lukekarrys)e5f1948
#7403 run update notifier after exec but before waiting (@lukekarrys)f309c1c
#7403 refactor: move timer and error logfile messages to lib/npm (@lukekarrys)43e6194
#7403 dont show run script banners in silent (@lukekarrys)694dba9
#7403 dont expose as many public properties of timers (@lukekarrys)7ca6d84
#7403 use proc-log META for flush and force (@lukekarrys)2538438
#7403 dont write timing logs to file unless requested (@lukekarrys)7e04417
#7403 rename base-cmd to match other commands (@lukekarrys)fc68547
#7403 remove some npm.load timers and exit earlier for --versions (@lukekarrys)28019d5
#7403 cleanup: move cli specific files to separate dir (@lukekarrys)469f788
#7403 cleanup: newlines and whitespace (@lukekarrys)4ab6401
#7403 cleanup: dont nest files utils dir (@lukekarrys)78447d7
#7399 prefer fs/promises over promisify (#7399) (@lukekarrys)d531f8b
#7407 Remove table output from search and tar summary (@wraithgar)c209e98
#7401 Remove table output from many commands (@wraithgar)ad7ab8c
#7388 perf: lazy loading optimizations (#7388) (@wraithgar)8eae4b3
#7385 token: properly await registry request (#7385) (@wraithgar)9216d59
#7377 better output colors (#7377) (@wraithgar)6512112
#7378 use proc-log for all timers (@lukekarrys)2a80dab
#7370 typo innpm access
usage (#7370) (@mbtools)Documentation
dfa4cab
#7401 update output examples (@wraithgar)140b9c9
#7382 package-json: note that line endings are inferred (#7382) (@ertw)c16dd4e
#7367 Document that overrides only work in the rootpackage.json
(#7367) (@s100)Dependencies
36adff3
#7408pacote@18.0.2
486d46c
#7408@npmcli/installed-package-contents@2.1.0
157d0ae
#7408@npmcli/package-json@5.1.0
b0ca163
#7409 remove @npmcli/disparity-colorsc77f035
#7407 remove columnify2ec690d
#7401 move cli-table3 to devDependenciesfc6e291
#7392proc-log@4.2.0
(#7392)38ed048
#7378@npmcli/metavuln-calculator@7.1.0
7678a3d
#7378proc-log@4.1.0
87f6c09
#7373@npmcli/metavuln-calculator@7.0.1
b8f8b41
#7373@npmcli/run-script@8.0.0
79f79c7
#7373proc-log@4.0.0
9027266
#7373pacote@18.0.0
ee4b3e0
#7373npm-registry-fetch@16.2.1
0e7789b
#7373npm-profile@9.0.1
ac98fd3
#7373npm-package-arg@11.0.2
9351570
#7373@npmcli/package-json@5.0.3
d3a0cfa
#7373@npmcli/git@5.0.6
@npmcli/arborist@7.5.0
@npmcli/config@8.3.0
libnpmaccess@8.0.4
libnpmdiff@6.1.0
libnpmexec@8.0.0
libnpmfund@5.0.8
libnpmhook@10.0.3
libnpmorg@6.0.4
libnpmpack@7.0.0
libnpmpublish@9.0.6
libnpmsearch@7.0.3
libnpmteam@6.0.3
libnpmversion@6.0.0
Chores
3cbc258
#7403 test for early version exit (@lukekarrys)08e0c0e
#7403 move sigstore json files to fixtures dir (@lukekarrys)ea66e95
#7380 remove licensee as a devDependency (#7380) (@lukekarrys, @wraithgar)9333e9d
#7386 reduce windows shim test flakes (#7386) (@lukekarrys)10.7.0
10.7.0 (2024-04-30)
Features
7e349f4
#7432 add spinner (#7432) (@lukekarrys)Bug Fixes
d679ce8
#7449 linting: no-unused-vars (@wraithgar)2558283
#7450 powershell: fallback to script root if globalPrefix does not exist (#7450) (@lukekarrys)bc4c342
#7448 account for registries with no publisher in search (#7448) (@wraithgar)bcc781a
#7439 move run-script banners to stderr when in json mode (#7439) (@lukekarrys)104fcb5
#7438 remove doctor log for each file permission check (#7438) (@lukekarrys)5230647
#7422 rewrite powershell scripts to use PSScriptRoot (#7422) (@lukekarrys)71cbd91
#7421 hide banner for exec and explore (#7421) (@lukekarrys)57ebebf
#7418 update repository.url in package.json (#7418) (@wraithgar)Documentation
1674136
#7441 correct search help output (#7441) (@wraithgar)Dependencies
80eec03
#7453@npmcli/redact@2.0.0
a7145d4
#7453npm-registry-fetch@17.0.0
a785766
#7453pacote@18.0.3
65d76db
#7453npm-profile@9.0.2
cadc0f0
#7449 hoist production copy of sprintf-js2cffdfe
#7449lru-cache@10.2.2
432efb5
#7449make-fetch-happen@13.0.1
9da5738
#7437@npmcli/run-script@8.1.0
(#7437)762888a
#7429 update dependencies for workspaces (#7429)@npmcli/arborist@7.5.1
@npmcli/config@8.3.1
libnpmaccess@8.0.5
libnpmdiff@6.1.1
libnpmexec@8.1.0
libnpmfund@5.0.9
libnpmhook@10.0.4
libnpmorg@6.0.5
libnpmpack@7.0.1
libnpmpublish@9.0.7
libnpmsearch@7.0.4
libnpmteam@6.0.4
libnpmversion@6.0.1
Chores
356c374
#7453 fix test fixture for new redact behavior (@wraithgar)2fba4b7
#7449 update devDependencies in lockfile (@wraithgar)