Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@uppy/companion: bump Node.js version support matrix #5035

Merged
merged 32 commits into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
31aeefe
@uppy/companion: bump Node.js version support matrix
aduh95 Mar 27, 2024
b611a50
Merge branch '4.x' of https://github.com/transloadit/uppy
aduh95 Mar 28, 2024
4178e47
upgrade got to 12
aduh95 Mar 28, 2024
dd6757f
Upgrade to Got 13 and bump various packages
aduh95 Mar 28, 2024
178730b
w
aduh95 Mar 28, 2024
da3b63f
w
aduh95 Mar 28, 2024
97ba076
Merge branch '4.x' into companion-supported-versions
mifi Apr 12, 2024
5820c43
fix form data
mifi Apr 12, 2024
4724571
fix esm import
mifi Apr 13, 2024
7d33b9c
fix test flakiness
mifi Apr 13, 2024
8988847
fix test flakiness
mifi Apr 13, 2024
a6bf417
remove into-stream
mifi Apr 14, 2024
9a66c5f
fix node versions
mifi Apr 14, 2024
dd151bf
Update .github/workflows/companion.yml
mifi Apr 16, 2024
94f6457
patch Nock to workaround bug with Node.js
aduh95 Apr 17, 2024
5d472dd
Merge branch '4.x' of https://github.com/transloadit/uppy
aduh95 Apr 17, 2024
fb656eb
order patches
aduh95 Apr 17, 2024
6bb7125
Revert "fix form data"
aduh95 Apr 17, 2024
5140f07
nits
aduh95 Apr 17, 2024
5b7f3c0
add `Proxy` for got
aduh95 Apr 17, 2024
9b1d202
Update packages/@uppy/companion/src/server/got.js
aduh95 Apr 17, 2024
498a442
Revert "Update packages/@uppy/companion/src/server/got.js"
aduh95 Apr 17, 2024
6e94908
Revert "add `Proxy` for got"
aduh95 Apr 17, 2024
232920f
fix incomplete bodies reported by Nock
aduh95 Apr 18, 2024
bf1754c
remove unrelated changes
aduh95 Apr 18, 2024
afb687f
edit comment
aduh95 Apr 18, 2024
e22e885
avoid storing the full stream in memory
aduh95 Apr 22, 2024
43ba672
Update packages/@uppy/companion/test/__tests__/uploader.js
aduh95 Apr 22, 2024
88d8388
remove patch, try with a HTTP server
aduh95 Apr 22, 2024
773edee
prettier
aduh95 Apr 22, 2024
a45aafa
prettier again
aduh95 Apr 22, 2024
06a4bc8
Update packages/@uppy/companion/test/__tests__/uploader.js
aduh95 Apr 22, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x, latest]
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"test": "jest"
},
"engines": {
"node": "^14.19.0 || ^16.15.0 || >=18.0.0"
"node": "^18.20.0 || ^20.10.0 || >=22.0.0"
},
"installConfig": {
"hoistingLimits": "workspaces"
Expand Down
Loading