Skip to content
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 from 7.6.1 to 7.7.4 #3331

Merged
merged 1 commit into from
Mar 25, 2021
Merged

Update npm from 7.6.1 to 7.7.4 #3331

merged 1 commit into from
Mar 25, 2021

Conversation

feelepxyz
Copy link
Contributor

@feelepxyz feelepxyz commented Mar 23, 2021

v7.7.4 (2021-03-24)

BUG FIXES
200bee74b #2951 fix(config): accept explicit production=false (@wraithgar)
7b45e9df6 #2950 warn if using workspaces config options in npm config (@ruyadorno)

v7.7.3 (2021-03-24)

BUG FIXES
c76f04ac2 #2925 fix(set-script): add completion (@Yash-Singh1)
0379eab69 #2929 fix(install): ignore auditLevel (@wraithgar)
98efadeb4 #2923 fix(audit-level): add info audit level (@wraithgar)
e8d2adcf4 #2945 config should not error when workspaces are configured (@nlf)
aba2bc623 #2944 fix(progress): re-add progress bar to reify (@wraithgar)
877b4ed29 #2946 fix(flatOptions): re-add _auth (@wraithgar)

v7.7.2 (2021-03-24)

BUG FIXES
a4df2b98d #2942 Restore --dev flag, unify --omit flatteners (@isaacs)
DEPENDENCIES
2cbfaac0e hosted-git-info@4.0.2
#83 Do not parse urls for gitlab (@nlf)

v7.7.0 (2021-03-23)

FEATURES
33c4189f9 #2864 add npm run-script workspaces support (@ruyadorno)
e1b3b318f #2886 add npm exec workspaces support (@ruyadorno)
41facf643 #2859 expanded "Did you mean?" suggestions for missing cmds and scripts (@wraithgar)

BUG FIXES
8cce4282f #2865 npm publish: handle case where multiple config list is present (@kenrick95)
6598bfe86 mark deprecated configs (@isaacs)
8a38afe77 #2881 docs(package-json): document default main behavior (@klausbayrhammer)
93a061d73 #2917 add action items to npm run error output (@wraithgar)

DOCUMENTATION
ad65bd910 #2860 fix link in configuring-npm (@varmakarthik12)
b419bfb02 #2876 fix test-coverage command in contributing guide (@chowkapow)

DEPENDENCIES
7b5606b93 @npmcli/arborist@2.2.9
#254 Honor explicit prefix when saving dependencies (@jameschensmith)
#255 Never save to bundleDependencies when saving a peer or peerOptional dependency. (@isaacs)
f76e7c21f pacote@11.3.1
increases tarball compression level
4928512bc semver@7.3.5
fix handling prereleases/ANY ranges in subset
1924eb457 libnpmversion@1.0.12
fix removing undescored-prefixed package.json properties in npm version
916623056 @npmcli/run-script@1.8.4
fix expanding windows-style environment variables
a8d0751e4 npm-pick-manifest@6.1.1
fix running packages with a single executable binary with npm exec
af7eaac50 hosted-git-info@4.0.1
f52c51db1 @npmcli/config@2.0.0

v7.7.0 (2021-03-23)

FEATURES
33c4189f9 #2864 add npm run-script workspaces support (@ruyadorno)
e1b3b318f #2886 add npm exec workspaces support (@ruyadorno)
41facf643 #2859 expanded "Did you mean?" suggestions for missing cmds and scripts (@wraithgar)

BUG FIXES
8cce4282f #2865 npm publish: handle case where multiple config list is present (@kenrick95)
6598bfe86 mark deprecated configs (@isaacs)
8a38afe77 #2881 docs(package-json): document default main behavior (@klausbayrhammer)
93a061d73 #2917 add action items to npm run error output (@wraithgar)

DOCUMENTATION
ad65bd910 #2860 fix link in configuring-npm (@varmakarthik12)
b419bfb02 #2876 fix test-coverage command in contributing guide (@chowkapow)

DEPENDENCIES
7b5606b93 @npmcli/arborist@2.2.9

  • Fix commit message to meet AngularJS commit conventions #254 Honor explicit prefix when saving dependencies (@jameschensmith)
  • Bump jest from 22.1.4 to 22.2.2 in /helpers/yarn #255 Never save to bundleDependencies when saving a peer or peerOptional dependency. (@isaacs)
    f76e7c21f pacote@11.3.1
    increases tarball compression level
    4928512bc semver@7.3.5
    fix handling prereleases/ANY ranges in subset
    1924eb457 libnpmversion@1.0.12
    fix removing undescored-prefixed package.json properties in npm version
    916623056 @npmcli/run-script@1.8.4
    fix expanding windows-style environment variables
    a8d0751e4 npm-pick-manifest@6.1.1
    fix running packages with a single executable binary with npm exec
    af7eaac50 hosted-git-info@4.0.1
    f52c51db1 @npmcli/config@2.0.0

v7.6.3 (2021-03-11)

DOCUMENTATION
8c44e999b #2855 Correct "npm COMMAND help" to "npm help COMMAND" (@dwardu)

DEPENDENCIES
57ed390d6 @npmcli/arborist@2.2.8
Respect link deps when calculating peerDep sets

v7.6.2 (2021-03-09)

BUG FIXES
e0a3a5218 #2831 Fix cb() never called in search with --json option (@fraqe)
85a8694dd #2795 fix(npm.output): make output go through npm.output (@wraithgar)
9fe0df5b5 #2821 fix(usage): clean up usage declarations (@wraithgar)

DEPENDENCIES
7f470b5c2 @npmcli/arborist@2.2.7
fix(install): Do not revert a file: dep to version on bare name re-install
e9b7fc275 libnpmdiff@2.0.4
fix(diff): Gracefully handle packages with prepare script
c7314aa62 byte-size@7.0.1
864f48d43 pacote@11.3.0

@feelepxyz feelepxyz requested a review from a team as a code owner March 23, 2021 17:51
@feelepxyz
Copy link
Contributor Author

I think there's a regression in npm, raised here npm/cli#2939

@ruyadorno
Copy link

Thanks for reaching out @feelepxyz. We shipped npm 7.7.1 to 7.7.4 today that should contain the appropriate fix, please let us know if you still have any problem!

v7.7.0 (2021-03-23)
FEATURES
33c4189f9 #2864 add npm run-script workspaces support (@ruyadorno)
e1b3b318f #2886 add npm exec workspaces support (@ruyadorno)
41facf643 #2859 expanded "Did you mean?" suggestions for missing cmds and scripts (@wraithgar)
BUG FIXES
8cce4282f #2865 npm publish: handle case where multiple config list is present (@kenrick95)
6598bfe86 mark deprecated configs (@isaacs)
8a38afe77 #2881 docs(package-json): document default main behavior (@klausbayrhammer)
93a061d73 #2917 add action items to npm run error output (@wraithgar)
DOCUMENTATION
ad65bd910 #2860 fix link in configuring-npm (@varmakarthik12)
b419bfb02 #2876 fix test-coverage command in contributing guide (@chowkapow)
DEPENDENCIES
7b5606b93 @npmcli/arborist@2.2.9
- #254 Honor explicit prefix when saving dependencies (@jameschensmith)
- #255 Never save to bundleDependencies when saving a peer or peerOptional dependency. (@isaacs)
f76e7c21f pacote@11.3.1
increases tarball compression level
4928512bc semver@7.3.5
fix handling prereleases/ANY ranges in subset
1924eb457 libnpmversion@1.0.12
fix removing undescored-prefixed package.json properties in npm version
916623056 @npmcli/run-script@1.8.4
fix expanding windows-style environment variables
a8d0751e4 npm-pick-manifest@6.1.1
fix running packages with a single executable binary with npm exec
af7eaac50 hosted-git-info@4.0.1
f52c51db1 @npmcli/config@2.0.0

v7.6.3 (2021-03-11)
DOCUMENTATION
8c44e999b #2855 Correct "npm COMMAND help" to "npm help COMMAND" (@dwardu)
DEPENDENCIES
57ed390d6 @npmcli/arborist@2.2.8
Respect link deps when calculating peerDep sets

v7.6.2 (2021-03-09)
BUG FIXES
e0a3a5218 #2831 Fix cb() never called in search with --json option (@fraqe)
85a8694dd #2795 fix(npm.output): make output go through npm.output (@wraithgar)
9fe0df5b5 #2821 fix(usage): clean up usage declarations (@wraithgar)
DEPENDENCIES
7f470b5c2 @npmcli/arborist@2.2.7
fix(install): Do not revert a file: dep to version on bare name re-install
e9b7fc275 libnpmdiff@2.0.4
fix(diff): Gracefully handle packages with prepare script
c7314aa62 byte-size@7.0.1
864f48d43 pacote@11.3.0
@feelepxyz feelepxyz force-pushed the feelepxy/update-npm-7.7.0 branch from 01a7a73 to 2f73976 Compare March 25, 2021 11:43
@feelepxyz feelepxyz changed the title Update npm from 7.6.1 to 7.7.0 Update npm from 7.6.1 to 7.7.4 Mar 25, 2021
@feelepxyz
Copy link
Contributor Author

@ruyadorno thanks! Looks like specs are green 🎉

@feelepxyz feelepxyz merged commit a0fd16e into main Mar 25, 2021
@feelepxyz feelepxyz deleted the feelepxy/update-npm-7.7.0 branch March 25, 2021 15:07
@thepwagner thepwagner mentioned this pull request Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants