Skip to content
Merged

v8.1.1 #3929

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -804,3 +804,4 @@ gfyoung <gfyoung17@gmail.com>
Edward Thomson <ethomson@github.com>
Behnam Mohammadi <itten@live.com>
gfyoung <gfyoung17+GitHub@gmail.com>
Luke Karrys <lukekarrys@gmail.com>
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v8.1.1 (2021-10-21)

### DEPENDENCIES

* [`51fb83ce9`](https://github.com/npm/cli/commit/51fb83ce93fdd7e289da7b2aabc95b0518f0aa31)
[#3921](https://github.com/npm/cli/issues/3921)
`@npmcli/arborist@4.0.2`:
* fix: skip peer conflict check if there is a current node
* [`1d07f2187`](https://github.com/npm/cli/commit/1d07f21876994c6d4d69559203cfdac6022536b6)
[#3913](https://github.com/npm/cli/issues/3913)
`node-gyp@8.3.0`:
* feat(gyp): update gyp to v0.10.0

## v8.1.0 (2021-10-14)

### FEATURES
Expand Down
15 changes: 10 additions & 5 deletions node_modules/@npmcli/arborist/lib/can-place-dep.js

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

2 changes: 1 addition & 1 deletion node_modules/@npmcli/arborist/package.json

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

17 changes: 16 additions & 1 deletion node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py

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

2 changes: 1 addition & 1 deletion node_modules/node-gyp/gyp/setup.py

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

102 changes: 5 additions & 97 deletions node_modules/node-gyp/lib/configure.js

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

119 changes: 119 additions & 0 deletions node_modules/node-gyp/lib/create-config-gypi.js

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

16 changes: 0 additions & 16 deletions node_modules/node-gyp/node_modules/make-fetch-happen/LICENSE

This file was deleted.

Loading