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
9 changes: 9 additions & 0 deletions .changeset/deps-upgrade-v1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@uppy/companion": patch
"@uppy/angular": patch
---

Upgrade runtime dependencies. Companion moves to `ws` 8.21.1, `morgan` 1.11.0,
`helmet` 8.3.0, `ioredis` 5.11.1, `serialize-javascript` 7.0.7,
`content-disposition` 2.0.1 and `p-map` 7.0.5. `@uppy/angular` moves to
`zone.js` ~0.16.2, matching its Angular 21 peer range.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ tsconfig.build.tsbuildinfo
.svelte-kit
.turbo
__screenshots__
.vitest-attachments

dist/
lib/
Expand Down
2 changes: 1 addition & 1 deletion examples/aws-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@aws-sdk/client-sts": "^3.338.0",
"@aws-sdk/s3-request-presigner": "^3.338.0",
"body-parser": "^1.20.4",
"dotenv": "^16.0.0",
"dotenv": "^17.4.2",
"express": "^5.2.1"
}
}
2 changes: 1 addition & 1 deletion examples/aws-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"uppy": "workspace:*"
},
"devDependencies": {
"esbuild": "^0.25.0"
"esbuild": "^0.28.1"
},
"private": true,
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@uppy/transloadit": "workspace:*",
"@uppy/tus": "workspace:*",
"@uppy/xhr-upload": "workspace:*",
"next": "16.1.5",
"react": "19.1.0",
"react-dom": "19.1.0"
"next": "16.2.10",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@vitest/browser": "^4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"msw": "^2.10.4",
"playwright": "1.60.0",
"playwright": "1.61.1",
"typescript": "^5.7.3",
"vite": "^8.0.14",
"vitest": "^4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@vitest/browser": "^4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"msw": "^2.10.4",
"playwright": "1.60.0",
"playwright": "1.61.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@vitest/browser": "^4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"msw": "^2.10.4",
"playwright": "1.60.0",
"playwright": "1.61.1",
"tailwindcss": "^4.0.0",
"vite": "^7.1.11",
"vitest": "^4.1.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@changesets/changelog-github": "^0.5.1",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "patch:@changesets/cli@npm%3A2.29.5#~/.yarn/patches/@changesets-cli-npm-2.29.5-68d8030bf3.patch",
"npm-run-all": "^4.1.5",
"turbo": "^2.5.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/@uppy/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"@angular/router": "^21.2.10",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.8",
"@angular/cli": "^21.2.8",
"@angular/compiler-cli": "^21.2.10",
"@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0",
"@types/jasmine": "~6.0.0",
"jasmine-core": "~6.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"ng-packagr": "^21.2.3",
"typescript": "~5.9.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/@uppy/aws-s3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
"@types/node": "^20.19.0",
"@uppy/core": "workspace:^",
"@vitest/browser-playwright": "^4.1.6",
"jsdom": "^26.1.0",
"jsdom": "^29.1.1",
"nock": "^13.1.0",
"playwright": "1.60.0",
"playwright": "1.61.1",
"typescript": "^5.8.3",
"vitest": "^4.1.6",
"whatwg-fetch": "3.6.2"
"whatwg-fetch": "3.6.20"
},
"peerDependencies": {
"@uppy/core": "workspace:^"
Expand Down
18 changes: 9 additions & 9 deletions packages/@uppy/companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"body-parser": "2.2.2",
"common-tags": "1.8.2",
"connect-redis": "7.1.1",
"content-disposition": "2.0.0",
"content-disposition": "2.0.1",
"cookie-parser": "1.4.7",
"cors": "2.8.6",
"escape-goat": "4.0.0",
Expand All @@ -55,26 +55,26 @@
"formdata-node": "^6.0.3",
"got": "^13.0.0",
"grant": "^5.4.24",
"helmet": "8.1.0",
"ioredis": "5.10.1",
"helmet": "8.3.0",
"ioredis": "5.11.1",
"ipaddr.js": "2.4.0",
"jsonwebtoken": "9.0.3",
"lodash": "4.18.1",
"mime-types": "3.0.2",
"moment": "2.30.1",
"moment-timezone": "0.6.2",
"morgan": "1.10.1",
"morgan": "1.11.0",
"ms": "2.1.3",
"node-schedule": "2.1.1",
"p-map": "7.0.4",
"p-map": "7.0.5",
"prom-client": "15.1.3",
"serialize-error": "13.0.1",
"serialize-javascript": "7.0.5",
"serialize-javascript": "7.0.7",
"supports-color": "10.2.2",
"tus-js-client": "4.3.1",
"validator": "13.15.35",
"webdav": "5.10.0",
"ws": "8.20.1",
"ws": "8.21.1",
"zod": "4.4.3"
},
"devDependencies": {
Expand All @@ -95,11 +95,11 @@
"@types/node-schedule": "2.1.8",
"@types/request": "2.48.13",
"@types/serialize-javascript": "5.0.4",
"@types/supertest": "7.2.0",
"@types/supertest": "7.2.1",
"@types/validator": "13.15.10",
"@types/webpack": "5.28.5",
"@types/ws": "8.18.1",
"execa": "9.6.1",
"execa": "10.0.0",
"http-proxy": "1.18.1",
"nock": "^14.0.15",
"supertest": "7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@vitest/browser-playwright": "^4.1.6",
"cssnano": "^8.0.1",
"jsdom": "^29.1.1",
"playwright": "1.60.0",
"playwright": "1.61.1",
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"resize-observer-polyfill": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/golden-retriever/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@uppy/xhr-upload": "workspace:^",
"@vitest/browser": "^4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"playwright": "1.60.0",
"playwright": "1.61.1",
"typescript": "^5.8.3",
"vitest": "^4.1.6"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/url/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@vitest/browser": "^4.1.6",
"@vitest/browser-playwright": "^4.1.6",
"cssnano": "^8.0.1",
"playwright": "1.60.0",
"playwright": "1.61.1",
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/xhr-upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vitest/browser-playwright": "^4.1.6",
"jsdom": "^29.1.1",
"msw": "^2.10.4",
"playwright": "1.60.0",
"playwright": "1.61.1",
"typescript": "^5.8.3",
"vitest": "^4.1.6"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/uppy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.338.0",
"@npmcli/arborist": "^9.6.0",
"adm-zip": "^0.5.5",
"@npmcli/arborist": "^10.0.1",
"adm-zip": "^0.6.0",
"chalk": "^5.0.0",
"concat-stream": "^2.0.0",
"cssnano": "^8.0.1",
"esbuild": "^0.27.0",
"esbuild": "^0.28.1",
"mime-types": "^3.0.2",
"npm-packlist": "^11.1.0",
"pacote": "^21.5.0",
"pacote": "^22.0.0",
"postcss": "^8.5.15",
"postcss-cli": "^11.0.1",
"sass": "^1.89.2",
Expand Down
Loading