Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: nodejs/node-core-utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 13 commits
  • 24 files changed
  • 9 contributors

Commits on Feb 22, 2023

  1. 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.
    austinkelleher authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    f759e7a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    62f266f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01d10df View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. 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.
    VoltrexKeyva authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    6926407 View commit details
    Browse the repository at this point in the history
  2. 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.
    VoltrexKeyva authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9757343 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2db757 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64f6a1c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    a832a1b View commit details
    Browse the repository at this point in the history
  2. fix: use correct V8 tag for major updates (#675)

    Sometimes there might be additional tags with suffix such as `-pgo`
    targos authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ebcf18e View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. 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
    LiviaMedeiros authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    b324c99 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    b78efc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    1e6f5d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81d53a2 View commit details
    Browse the repository at this point in the history
Loading