From b080507deecd84df64f38f52ff006be737e72fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Jun 2025 08:43:52 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 8 directories with 4 updates Bumps the npm_and_yarn group with 1 update in the /examples/with-typeorm/apps/docs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/with-typeorm/apps/web directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/with-yarn/apps/docs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/with-yarn/apps/web directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/create-turbo directory: [tsup](https://github.com/egoist/tsup). Bumps the npm_and_yarn group with 1 update in the /packages/eslint-plugin-turbo directory: [tsup](https://github.com/egoist/tsup). Bumps the npm_and_yarn group with 1 update in the /packages/turbo-benchmark directory: [esbuild](https://github.com/evanw/esbuild). Bumps the npm_and_yarn group with 2 updates in the /packages/turbo-codemod directory: [tsup](https://github.com/egoist/tsup) and [axios](https://github.com/axios/axios). Updates `next` from 14.2.29 to 15.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.29...v15.3.3) Updates `next` from 14.2.29 to 15.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.29...v15.3.3) Updates `next` from 14.2.29 to 15.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.29...v15.3.3) Updates `next` from 14.2.29 to 15.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.29...v15.3.3) Updates `tsup` from 6.7.0 to 8.5.0 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](https://github.com/egoist/tsup/compare/v6.7.0...v8.5.0) Updates `tsup` from 6.7.0 to 8.5.0 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](https://github.com/egoist/tsup/compare/v6.7.0...v8.5.0) Updates `esbuild` from 0.15.18 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2022.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.15.18...v0.25.5) Updates `tsup` from 6.7.0 to 8.5.0 - [Release notes](https://github.com/egoist/tsup/releases) - [Commits](https://github.com/egoist/tsup/compare/v6.7.0...v8.5.0) Updates `axios` from 0.27.2 to 0.30.0 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v0.30.0) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tsup dependency-version: 8.5.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: tsup dependency-version: 8.5.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: tsup dependency-version: 8.5.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/with-typeorm/apps/docs/package.json | 2 +- examples/with-typeorm/apps/web/package.json | 2 +- examples/with-yarn/apps/docs/package.json | 2 +- examples/with-yarn/apps/web/package.json | 2 +- packages/create-turbo/package.json | 2 +- packages/eslint-plugin-turbo/package.json | 2 +- packages/turbo-benchmark/package.json | 2 +- packages/turbo-codemod/package.json | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/with-typeorm/apps/docs/package.json b/examples/with-typeorm/apps/docs/package.json index 66444e07a5bc2..3ff169aa0e10b 100644 --- a/examples/with-typeorm/apps/docs/package.json +++ b/examples/with-typeorm/apps/docs/package.json @@ -9,7 +9,7 @@ "lint": "eslint . --max-warnings 0" }, "dependencies": { - "next": "^14.1.1", + "next": "^15.3.3", "react": "^18.2.0", "react-dom": "^18.2.0", "@repo/ui": "workspace:*", diff --git a/examples/with-typeorm/apps/web/package.json b/examples/with-typeorm/apps/web/package.json index d55d546d76f79..2e302551bc3fa 100644 --- a/examples/with-typeorm/apps/web/package.json +++ b/examples/with-typeorm/apps/web/package.json @@ -12,7 +12,7 @@ "@repo/ui": "0.0.1", "@repo/typeorm-service": "0.0.1", "typeorm": "^0.3.20", - "next": "^14.1.1", + "next": "^15.3.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/with-yarn/apps/docs/package.json b/examples/with-yarn/apps/docs/package.json index 7405043a42d9e..06157e38e017d 100644 --- a/examples/with-yarn/apps/docs/package.json +++ b/examples/with-yarn/apps/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@repo/ui": "*", - "next": "^14.1.1", + "next": "^15.3.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/examples/with-yarn/apps/web/package.json b/examples/with-yarn/apps/web/package.json index bd304a2d27d85..9c19c50decedd 100644 --- a/examples/with-yarn/apps/web/package.json +++ b/examples/with-yarn/apps/web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@repo/ui": "*", - "next": "^14.1.1", + "next": "^15.3.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/create-turbo/package.json b/packages/create-turbo/package.json index bfcc87609ee54..90a464cdcfbd9 100644 --- a/packages/create-turbo/package.json +++ b/packages/create-turbo/package.json @@ -45,7 +45,7 @@ "@types/semver": "^7.3.9", "jest": "^29.7.0", "ts-jest": "^29.2.5", - "tsup": "^6.7.0", + "tsup": "^8.5.0", "typescript": "5.5.4" }, "files": [ diff --git a/packages/eslint-plugin-turbo/package.json b/packages/eslint-plugin-turbo/package.json index 9183ced1ac1f2..b3c577b89df40 100644 --- a/packages/eslint-plugin-turbo/package.json +++ b/packages/eslint-plugin-turbo/package.json @@ -46,7 +46,7 @@ "jest": "^29.7.0", "json5": "^2.2.1", "ts-jest": "^29.2.5", - "tsup": "^6.2.0", + "tsup": "^8.5.0", "typescript": "5.5.4" }, "peerDependencies": { diff --git a/packages/turbo-benchmark/package.json b/packages/turbo-benchmark/package.json index c4895c1e49947..a028688198223 100644 --- a/packages/turbo-benchmark/package.json +++ b/packages/turbo-benchmark/package.json @@ -22,7 +22,7 @@ "dependencies": { "@vercel/blob": "^0.22.1", "copy-template-dir": "^1.4.0", - "esbuild": "^0.15.0", + "esbuild": "^0.25.5", "esbuild-register": "^3.3.2", "faker": "^5.1.0", "fs-extra": "^10.0.0", diff --git a/packages/turbo-codemod/package.json b/packages/turbo-codemod/package.json index 6f1e37caffe11..4f7a5a5d90be8 100644 --- a/packages/turbo-codemod/package.json +++ b/packages/turbo-codemod/package.json @@ -22,7 +22,7 @@ "lint:prettier": "prettier -c . --cache --ignore-path=../../.prettierignore" }, "dependencies": { - "axios": "0.27.2", + "axios": "0.30.0", "commander": "^9.5.0", "diff": "^5.1.0", "find-up": "4.1.0", @@ -58,7 +58,7 @@ "plop": "^3.1.1", "semver": "^7.3.5", "ts-jest": "^29.2.5", - "tsup": "^6.7.0", + "tsup": "^8.5.0", "typescript": "5.5.4" }, "files": [