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: forwardemail/superagent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e38f4eb
Choose a base ref
...
head repository: forwardemail/superagent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ac678ef
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 23, 2025

  1. fix: Bump formidable version to ^3.5.4

    Although it doesn't explicitly state it, fomidable@3.5.3 uses os.machine
    (https://nodejs.org/api/os.html#osmachine) that was introduced in Node.js 18.9.0
    (and then backported to 16.18.0).
    
    Since superagent should support Node.js 14.18.0 and above, it cannot use this
    new version of formidable. Bumping the requirement to ^3.5.4 solves this issue.
    
    Fixes #1831
    mureinik authored and bd-allon committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5feb4c9 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Merge pull request #1832 from mureinik/formidble-3.5.2

    Bump formidable version to ^3.5.4
    titanism authored May 5, 2025
    Configuration menu
    Copy the full SHA
    5425b28 View commit details
    Browse the repository at this point in the history
  2. 10.2.1

    titanism committed May 5, 2025
    Configuration menu
    Copy the full SHA
    ac678ef View commit details
    Browse the repository at this point in the history
Loading