Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
908c4df
test: mark test-crypto-key-objects flaky on Linux
richardlau Feb 16, 2023
1913b67
deps: update corepack to 0.15.2
nodejs-github-bot Nov 27, 2022
a467782
deps: update corepack to 0.15.3
nodejs-github-bot Jan 2, 2023
748bc96
deps: update corepack to 0.16.0
nodejs-github-bot Feb 18, 2023
962a747
deps: update corepack to 0.17.0
nodejs-github-bot Feb 26, 2023
6a01d39
src: add support for externally shared js builtins
mhdawson Aug 24, 2022
7af9bdb
deps: upgrade npm to 8.19.4
npm-cli-bot Feb 15, 2023
088e9cd
test: add WPTRunner support for variants and generating WPT reports
panva Feb 3, 2023
0d1485b
test: fix default WPT titles
panva Feb 22, 2023
cf76d07
test: fix WPT title when no META title is present
panva Feb 25, 2023
fc47d58
test: remove cjs loader from stack traces
GeoffreyBooth Aug 14, 2022
56cbc7f
deps: V8: cherry-pick c2792e58035f
gengjiawen Oct 14, 2022
768e562
tools: make `utils.SearchFiles` deterministic
brjsp Oct 4, 2022
efe1be4
test: skip test depending on `overlapped-checker` when not available
aduh95 Oct 15, 2022
809371a
module: require.resolve.paths returns null with node schema
fossamagna Nov 20, 2022
4617512
crypto: ensure auth tag set for chacha20-poly1305
bnoordhuis Jan 14, 2023
de6dd67
crypto: avoid hang when no algorithm available
richardlau Jan 19, 2023
b4ebe6d
deps: update c-ares to 1.19.0
targos Feb 1, 2023
85f88c6
deps: V8: cherry-pick 90be99fab31c
targos Feb 20, 2023
2497216
deps: update undici to 5.20.0
nodejs-github-bot Feb 18, 2023
086bb2f
Revert "src: let http2 streams end after session close"
Trott Feb 21, 2023
d081032
test: fix test-net-connect-reset-until-connected
batrla Feb 25, 2023
6fd13be
2023-03-29, Version 16.20.0 'Gallium' (LTS)
BethGriggs Mar 27, 2023
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
Prev Previous commit
Next Next commit
deps: update corepack to 0.17.0
PR-URL: #46842
Backport-PR-URL: #45644
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Moshe Atlow <[email protected]>
  • Loading branch information
nodejs-github-bot authored and BethGriggs committed Mar 23, 2023
commit 962a7471b56a8e629a095f8741428db520e3007d
16 changes: 16 additions & 0 deletions deps/corepack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.17.0](https://github.com/nodejs/corepack/compare/v0.16.0...v0.17.0) (2023-02-24)


### ⚠ BREAKING CHANGES

* add `"exports"` to the `package.json` ([#239](https://github.com/nodejs/corepack/issues/239))

### Features

* update package manager versions ([#242](https://github.com/nodejs/corepack/issues/242)) ([5141639](https://github.com/nodejs/corepack/commit/5141639af8198a343105be1e98a74f7c9e152472))


### Bug Fixes

* add `"exports"` to the `package.json` ([#239](https://github.com/nodejs/corepack/issues/239)) ([8e12d08](https://github.com/nodejs/corepack/commit/8e12d088dec171c03e90f623895a1fbf867130e6))

## [0.16.0](https://github.com/nodejs/corepack/compare/v0.15.3...v0.16.0) (2023-02-17)


Expand Down
6 changes: 3 additions & 3 deletions deps/corepack/dist/corepack.js
Original file line number Diff line number Diff line change
Expand Up @@ -43737,7 +43737,7 @@ function String2(descriptor, ...args) {
}

// package.json
var version = "0.16.0";
var version = "0.17.0";

// sources/Engine.ts
var import_fs3 = __toESM(require("fs"));
Expand All @@ -43749,7 +43749,7 @@ var import_semver3 = __toESM(require_semver2());
var config_default = {
definitions: {
npm: {
default: "9.5.0+sha1.75f0d6d27c0a4cc403cd9e1e68ac574555e3b43d",
default: "9.5.1+sha1.dc74eb85d07d78e24fadc674968a1ea16b18108c",
fetchLatestFrom: {
type: "npm",
package: "npm"
Expand Down Expand Up @@ -43780,7 +43780,7 @@ var config_default = {
}
},
pnpm: {
default: "7.27.0+sha1.572d3b6d6b0ff64f11edd1c4e8774cc7351f1089",
default: "7.27.1+sha1.75c15a7a16389531192dab282e45aacdac1ed4c0",
fetchLatestFrom: {
type: "npm",
package: "pnpm"
Expand Down
5 changes: 4 additions & 1 deletion deps/corepack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corepack",
"version": "0.16.0",
"version": "0.17.0",
"homepage": "https://github.com/nodejs/corepack#readme",
"bugs": {
"url": "https://github.com/nodejs/corepack/issues"
Expand All @@ -12,6 +12,9 @@
"engines": {
"node": ">=14.14.0"
},
"exports": {
"./package.json": "./package.json"
},
"license": "MIT",
"packageManager": "[email protected]+sha224.7fa5c1d1875b041cea8fcbf9a364667e398825364bf5c5c8cd5f6601",
"devDependencies": {
Expand Down