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/undici
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b20405e
Choose a base ref
...
head repository: nodejs/undici
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6870d5b
Choose a head ref
  • 18 commits
  • 180 files changed
  • 3 contributors

Commits on Apr 9, 2023

  1. build(deps-dev): bump tsd from 0.27.0 to 0.28.1 (#2042)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.27.0 to 0.28.1.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.27.0...v0.28.1)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    31884e6 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump ossf/scorecard-action from 2.1.2 to 2.1.3 (#2040)

    Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.1.2 to 2.1.3.
    - [Release notes](https://github.com/ossf/scorecard-action/releases)
    - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
    - [Commits](ossf/scorecard-action@e38b190...80e868c)
    
    ---
    updated-dependencies:
    - dependency-name: ossf/scorecard-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    8c07892 View commit details
    Browse the repository at this point in the history
  3. fix: handle opaque origin in sameOrigin (#2053)

    * fix: handle opaque origin in sameOrigin
    
    * fix: skip tsd on node 12
    KhafraDev authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    fa4ba00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfaec78 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    ded60f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8349d26 View commit details
    Browse the repository at this point in the history
  3. fix: rename .wasm to -wasm to appease jest (#2064)

    * fix: rename .wasm to -wasm to appease jest
    
    * fix: use local server for redirect node-fetch test
    KhafraDev authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    25c3230 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. fix: set content-length when using FormData body w/ request (#2066)

    * fix: set content-length when using FormData body w/ request
    
    * import FormData
    KhafraDev authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9aa639b View commit details
    Browse the repository at this point in the history
  2. refactor: unify error body handling (#2060)

    * refactor: unify error body handling
    
    * fixup
    
    * fixup
    
    * fixup
    ronag authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6eb954c View commit details
    Browse the repository at this point in the history
  3. fix: close and destroy overlap (#2068)

    * fix: close and destroy overlap
    
    * fixup
    ronag authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    2ff2e1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    852bf6e View commit details
    Browse the repository at this point in the history
  5. fix: don't leak socket if client is destroyed while connecting (#2058)

    * fix: don't leak socket if client is destroyed will connecting
    
    * Update types/connector.d.ts
    ronag authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3e91915 View commit details
    Browse the repository at this point in the history
  6. fix: flaky leak test (#2070)

    * fix: flaky leak test
    
    * fixuP
    
    * fixup
    ronag authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    97154f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. test: update wpts (#2073)

    KhafraDev authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    3b3ee20 View commit details
    Browse the repository at this point in the history
  2. perf: latin1 (#2075)

    ronag authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    472c40e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

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

Commits on Apr 20, 2023

  1. 5.22.0

    ronag committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6870d5b View commit details
    Browse the repository at this point in the history
Loading