-
Notifications
You must be signed in to change notification settings - Fork 116
Comparing changes
Open a pull request
base repository: nodejs/node-core-utils
base: v2.1.3
head repository: nodejs/node-core-utils
compare: v3.0.0
- 13 commits
- 24 files changed
- 9 contributors
Commits on Feb 22, 2023
-
fix: switch to undici for requests to fix stream close errors (#666)
When updating WPT resources, the `wpt` command would sometimes throw a `ERR_STREAM_PREMATURE_CLOSE` error. Switching to `undici` fixes this issue. The `undici` `fetch` function is only supported on Node.js 16.8+. BREAKING CHANGE: Node.js 14.x is no longer supported.
Configuration menu - View commit details
-
Copy full SHA for f759e7a - Browse repository at this point
Copy the full SHA f759e7aView commit details
Commits on Feb 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62f266f - Browse repository at this point
Copy the full SHA 62f266fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d10df - Browse repository at this point
Copy the full SHA 01d10dfView commit details
Commits on Feb 26, 2023
-
chore(deps): update deps and dev deps (#669)
- Update the dependencies and developer dependencies to their latest versions. - Remove the `rimraf` dependency in favor of the built-in `fs.rmSync()` method. - Remove deprecated `eslint-plugin-standard` developer dependency as it's no longer needed.
Configuration menu - View commit details
-
Copy full SHA for 6926407 - Browse repository at this point
Copy the full SHA 6926407View commit details -
docs: update Jenkins profile access (#668)
The Node.js Jenkins server now only allows you to access your Jenkins profile with your GitHub username rather than your GitHub ID.
Configuration menu - View commit details
-
Copy full SHA for 9757343 - Browse repository at this point
Copy the full SHA 9757343View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2db757 - Browse repository at this point
Copy the full SHA a2db757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f6a1c - Browse repository at this point
Copy the full SHA 64f6a1cView commit details
Commits on Feb 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a832a1b - Browse repository at this point
Copy the full SHA a832a1bView commit details -
fix: use correct V8 tag for major updates (#675)
Sometimes there might be additional tags with suffix such as `-pgo`
Configuration menu - View commit details
-
Copy full SHA for ebcf18e - Browse repository at this point
Copy the full SHA ebcf18eView commit details
Commits on Mar 3, 2023
-
fix: treat
fast-track
with not enough approvals as non-fatal (#676)* fix: treat `fast-track` with not enough approvals as non-fatal * fix: update error messages * fix: error message fixup * fix: error message fixup * test: add test for fast-track with insufficient approvals
Configuration menu - View commit details
-
Copy full SHA for b324c99 - Browse repository at this point
Copy the full SHA b324c99View commit details
Commits on Mar 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b78efc5 - Browse repository at this point
Copy the full SHA b78efc5View commit details
Commits on Mar 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e6f5d3 - Browse repository at this point
Copy the full SHA 1e6f5d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81d53a2 - Browse repository at this point
Copy the full SHA 81d53a2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.3...v3.0.0