Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions .changeset/perfect-rats-type.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@tus/azure-store": major
"@tus/file-store": major
"@tus/gcs-store": major
"@tus/s3-store": major
"@tus/server": major
"@tus/utils": minor
---

Change required Node.js version from 16 to 20.19.0
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency: ${{ github.workflow }}--${{ github.ref }}

jobs:
main:
name: Node.js LTS
name: Node.js 20
runs-on: ubuntu-latest

steps:
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
node-version: 20.19

- name: Install dependencies
run: npm ci --no-fund --no-audit
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ All packages are fully typed with TypeScript.

## Compatibility

All packages require Node.js 16.0+.
All packages require Node.js >=20.19.0.

## Contribute

Expand Down
32 changes: 7 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/azure-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Azure Store based on the Append Blob Client [Azure Blob AppendBlobClient](https:

## Install

In Node.js (16.0+), install with npm:
In Node.js >=20.19.0, install with npm:

```bash
npm install @tus/azure-store
Expand Down Expand Up @@ -84,7 +84,7 @@ This package is fully typed with TypeScript.

## Compatibility

This package requires Node.js 16.0+.
This package requires Node.js >=20.19.0.

## Contribute

Expand Down
4 changes: 2 additions & 2 deletions packages/azure-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/azure-store",
"version": "0.1.3",
"version": "1.0.0",
"description": "Azure blob storage for @tus/server",
"main": "dist/index.js",
"homepage": "https://github.com/tus/tus-node-server#readme",
Expand Down Expand Up @@ -31,6 +31,6 @@
"should": "^13.2.3"
},
"engines": {
"node": ">=16"
"node": ">=20.19.0"
}
}
4 changes: 2 additions & 2 deletions packages/file-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## Install

In Node.js (16.0+), install with npm:
In Node.js >=20.19.0, install with npm:

```bash
npm install @tus/file-store
Expand Down Expand Up @@ -124,7 +124,7 @@ This package is fully typed with TypeScript.

## Compatibility

This package requires Node.js 16.0+.
This package requires Node.js >=20.19.0.

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion packages/file-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@redis/client": "^1.6.0"
},
"engines": {
"node": ">=16"
"node": ">=20.19.0"
}
}
4 changes: 2 additions & 2 deletions packages/gcs-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Install

In Node.js (16.0+), install with npm:
In Node.js >=20.19.0, install with npm:

```bash
npm install @tus/gcs-store
Expand Down Expand Up @@ -74,7 +74,7 @@ This package is fully typed with TypeScript.

## Compatibility

This package requires Node.js 16.0+.
This package requires Node.js >=20.19.0.

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion packages/gcs-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"@google-cloud/storage": "^7.15.2"
},
"engines": {
"node": ">=16"
"node": ">=20.19.0"
}
}
4 changes: 2 additions & 2 deletions packages/s3-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

## Install

In Node.js (16.0+), install with npm:
In Node.js >=20.19.0, install with npm:

```bash
npm install @tus/s3-store
Expand Down Expand Up @@ -251,7 +251,7 @@ This package is fully typed with TypeScript.

## Compatibility

This package requires Node.js 16.0+.
This package requires Node.js >=20.19.0.

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion packages/s3-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"should": "^13.2.3"
},
"engines": {
"node": ">=16"
"node": ">=20.19.0"
}
}
4 changes: 2 additions & 2 deletions packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

## Install

In Node.js (16.0+), install with npm:
In Node.js >=20.19.0, install with npm:

```bash
npm install @tus/server
Expand Down Expand Up @@ -647,7 +647,7 @@ This package is fully typed with TypeScript.

## Compatibility

This package requires Node.js 16.0+.
This package requires Node.js >=20.19.0.

## Contribute

Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"ioredis": "^5.4.1"
},
"engines": {
"node": ">=16"
"node": ">=20.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"ts-node": "^10.9.2"
},
"engines": {
"node": ">=16"
"node": ">=20.19.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"composite": true,
"lib": ["es2020"],
"module": "node16",
"module": "NodeNext",
"target": "es2020",
"strict": true,
"declaration": true,
Expand Down