From 69d05d7599868dac28dfdde3309ca17225bfd453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:51:06 +0000 Subject: [PATCH] chore(deps-dev): bump the basic group in /examples/basic with 4 updates Bumps the basic group in /examples/basic with 4 updates: [turbo](https://github.com/vercel/turborepo), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-plugin-turbo) and [@turbo/gen](https://github.com/vercel/turborepo/tree/HEAD/packages/turbo-gen). Updates `turbo` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/compare/v2.3.4...v2.4.0) Updates `@types/node` from 22.12.0 to 22.13.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-plugin-turbo` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.4.0/packages/eslint-plugin-turbo) Updates `@turbo/gen` from 2.3.4 to 2.4.0 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/release.md) - [Commits](https://github.com/vercel/turborepo/commits/v2.4.0/packages/turbo-gen) --- updated-dependencies: - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: basic - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: basic - dependency-name: eslint-plugin-turbo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: basic - dependency-name: "@turbo/gen" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: basic ... Signed-off-by: dependabot[bot] --- examples/basic/package.json | 2 +- .../basic/packages/eslint-config/package.json | 2 +- examples/basic/packages/ui/package.json | 4 +- examples/basic/pnpm-lock.yaml | 112 +++++++++--------- 4 files changed, 60 insertions(+), 60 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 0adaea9f1af7f..61bc632d74c75 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "prettier": "^3.4.2", - "turbo": "^2.3.4", + "turbo": "^2.4.0", "typescript": "5.7.3" }, "packageManager": "pnpm@9.0.0", diff --git a/examples/basic/packages/eslint-config/package.json b/examples/basic/packages/eslint-config/package.json index 5edd31533287d..3e5d9cb69388c 100644 --- a/examples/basic/packages/eslint-config/package.json +++ b/examples/basic/packages/eslint-config/package.json @@ -16,7 +16,7 @@ "eslint-plugin-only-warn": "^1.1.0", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", - "eslint-plugin-turbo": "^2.3.4", + "eslint-plugin-turbo": "^2.4.0", "globals": "^15.14.0", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0" diff --git a/examples/basic/packages/ui/package.json b/examples/basic/packages/ui/package.json index dd9fa91128ecc..d78e61281fd72 100644 --- a/examples/basic/packages/ui/package.json +++ b/examples/basic/packages/ui/package.json @@ -15,8 +15,8 @@ "devDependencies": { "@repo/eslint-config": "workspace:*", "@repo/typescript-config": "workspace:*", - "@turbo/gen": "^2.3.4", - "@types/node": "^22.12.0", + "@turbo/gen": "^2.4.0", + "@types/node": "^22.13.0", "@types/react": "19.0.8", "@types/react-dom": "19.0.3", "typescript": "5.7.3" diff --git a/examples/basic/pnpm-lock.yaml b/examples/basic/pnpm-lock.yaml index e9b2aab6ee8c2..d015c02811fa0 100644 --- a/examples/basic/pnpm-lock.yaml +++ b/examples/basic/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^3.4.2 version: 3.4.2 turbo: - specifier: ^2.3.4 - version: 2.3.4 + specifier: ^2.4.0 + version: 2.4.0 typescript: specifier: 5.7.3 version: 5.7.3 @@ -41,7 +41,7 @@ importers: version: link:../../packages/typescript-config '@types/node': specifier: ^22 - version: 22.12.0 + version: 22.13.0 '@types/react': specifier: 19.0.8 version: 19.0.8 @@ -75,7 +75,7 @@ importers: version: link:../../packages/typescript-config '@types/node': specifier: ^22 - version: 22.12.0 + version: 22.13.0 '@types/react': specifier: 19.0.8 version: 19.0.8 @@ -110,8 +110,8 @@ importers: specifier: ^5.1.0 version: 5.1.0(eslint@9.19.0) eslint-plugin-turbo: - specifier: ^2.3.4 - version: 2.3.4(eslint@9.19.0)(turbo@2.3.4) + specifier: ^2.4.0 + version: 2.4.0(eslint@9.19.0)(turbo@2.4.0) globals: specifier: ^15.14.0 version: 15.14.0 @@ -140,11 +140,11 @@ importers: specifier: workspace:* version: link:../typescript-config '@turbo/gen': - specifier: ^2.3.4 - version: 2.3.4(@types/node@22.12.0)(typescript@5.7.3) + specifier: ^2.4.0 + version: 2.4.0(@types/node@22.13.0)(typescript@5.7.3) '@types/node': - specifier: ^22.12.0 - version: 22.12.0 + specifier: ^22.13.0 + version: 22.13.0 '@types/react': specifier: 19.0.8 version: 19.0.8 @@ -424,12 +424,12 @@ packages: '@tsconfig/node16@1.0.4': resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} - '@turbo/gen@2.3.4': - resolution: {integrity: sha512-HXBa2SW8LFFduVIFgHpz/M7U1670AJncQD3TC+Bt/xS3pyzp2KLebxq8EKNjbNZ8J86vhdqIg+AhXg5MfeMFZQ==} + '@turbo/gen@2.4.0': + resolution: {integrity: sha512-MR3uInO+5bozTEPyd+0QLepfGwrE14QOa3eohPb5Vg6pLdw0/G9ZfAodE+b7uiJev0zPPG2Md5jVZhWLEreptA==} hasBin: true - '@turbo/workspaces@2.3.4': - resolution: {integrity: sha512-ffoap9R2AT29ZT9jFwBiOWHcd65Aio2L42P9DseESDOdC6Eke9nxUYrvSe+4AVjMqO3OXYyftIo5dX8F3jDRuw==} + '@turbo/workspaces@2.4.0': + resolution: {integrity: sha512-WHKtnPoT9fVqS0oWG9P3JeQvNCloz2oZWEsEn2LbGyMSU89isCJ6dKlHxqjfGSNdm8+b1fwT5JuE1AW6uYp1TQ==} hasBin: true '@types/estree@1.0.6': @@ -447,8 +447,8 @@ packages: '@types/minimatch@5.1.2': resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/node@22.12.0': - resolution: {integrity: sha512-Fll2FZ1riMjNmlmJOdAyY5pUbkftXslB5DgEzlIuNaiWhXd00FhWxVC/r4yV/4wBb9JfImTu+jiSvXTkJ7F/gA==} + '@types/node@22.13.0': + resolution: {integrity: sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==} '@types/react-dom@19.0.3': resolution: {integrity: sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==} @@ -885,8 +885,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7 - eslint-plugin-turbo@2.3.4: - resolution: {integrity: sha512-9ncoUJkQGkC28NmlQiS17oB9mrE8XaSulRZiB5pv9vmRbYjOfUwyGhY3EIcoBRdww81igxOzXmAmvNNd6GFBPg==} + eslint-plugin-turbo@2.4.0: + resolution: {integrity: sha512-qCgoRi/OTc1VMxab7+sdKiV1xlkY4qjK9sM+kS7+WogrB1DxLguJSQXvk4HA13SD5VmJsq+8FYOw5q4EUk6Ixg==} peerDependencies: eslint: '>6.6.0' turbo: '>2.0.0' @@ -1940,38 +1940,38 @@ packages: tslib@2.8.1: resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} - turbo-darwin-64@2.3.4: - resolution: {integrity: sha512-uOi/cUIGQI7uakZygH+cZQ5D4w+aMLlVCN2KTGot+cmefatps2ZmRRufuHrEM0Rl63opdKD8/JIu+54s25qkfg==} + turbo-darwin-64@2.4.0: + resolution: {integrity: sha512-kVMScnPUa3R4n7woNmkR15kOY0aUwCLJcUyH5UC59ggKqr5HIHwweKYK8N1pwBQso0LQF4I9i93hIzfJguCcwQ==} cpu: [x64] os: [darwin] - turbo-darwin-arm64@2.3.4: - resolution: {integrity: sha512-IIM1Lq5R+EGMtM1YFGl4x8Xkr0MWb4HvyU8N4LNoQ1Be5aycrOE+VVfH+cDg/Q4csn+8bxCOxhRp5KmUflrVTQ==} + turbo-darwin-arm64@2.4.0: + resolution: {integrity: sha512-8JObIpfun1guA7UlFR5jC/SOVm49lRscxMxfg5jZ5ABft79rhFC+ygN9AwAhGKv6W2DUhIh2xENkSgu4EDmUyg==} cpu: [arm64] os: [darwin] - turbo-linux-64@2.3.4: - resolution: {integrity: sha512-1aD2EfR7NfjFXNH3mYU5gybLJEFi2IGOoKwoPLchAFRQ6OEJQj201/oNo9CDL75IIrQo64/NpEgVyZtoPlfhfA==} + turbo-linux-64@2.4.0: + resolution: {integrity: sha512-xWDGGcRlBuGV7HXWAVuTY6vsQi4aZxGMAnuiuNDg8Ij1aHGohOM0RUsWMXjxz4vuJmjk9+/D6NQqHH3AJEXezg==} cpu: [x64] os: [linux] - turbo-linux-arm64@2.3.4: - resolution: {integrity: sha512-MxTpdKwxCaA5IlybPxgGLu54fT2svdqTIxRd0TQmpRJIjM0s4kbM+7YiLk0mOh6dGqlWPUsxz/A0Mkn8Xr5o7Q==} + turbo-linux-arm64@2.4.0: + resolution: {integrity: sha512-c3En99xMguc/Pdtk/rZP53LnDdw0W6lgUc04he8r8F+UHYSNvgzHh0WGXXmCC6lGbBH72kPhhGx4bAwyvi7dug==} cpu: [arm64] os: [linux] - turbo-windows-64@2.3.4: - resolution: {integrity: sha512-yyCrWqcRGu1AOOlrYzRnizEtdkqi+qKP0MW9dbk9OsMDXaOI5jlWtTY/AtWMkLw/czVJ7yS9Ex1vi9DB6YsFvw==} + turbo-windows-64@2.4.0: + resolution: {integrity: sha512-/gOORuOlyA8JDPzyA16CD3wvyRcuBFePa1URAnFUof9hXQmKxK0VvSDO79cYZFsJSchCKNJpckUS0gYxGsWwoA==} cpu: [x64] os: [win32] - turbo-windows-arm64@2.3.4: - resolution: {integrity: sha512-PggC3qH+njPfn1PDVwKrQvvQby8X09ufbqZ2Ha4uSu+5TvPorHHkAbZVHKYj2Y+tvVzxRzi4Sv6NdHXBS9Be5w==} + turbo-windows-arm64@2.4.0: + resolution: {integrity: sha512-/DJIdTFijEMM5LSiEpSfarDOMOlYqJV+EzmppqWtHqDsOLF4hbbIBH9sJR6OOp5dURAu5eURBYdmvBRz9Lo6TA==} cpu: [arm64] os: [win32] - turbo@2.3.4: - resolution: {integrity: sha512-1kiLO5C0Okh5ay1DbHsxkPsw9Sjsbjzm6cF85CpWjR0BIyBFNDbKqtUyqGADRS1dbbZoQanJZVj4MS5kk8J42Q==} + turbo@2.4.0: + resolution: {integrity: sha512-ah/yQp2oMif1X0u7fBJ4MLMygnkbKnW5O8SG6pJvloPCpHfFoZctkSVQiJ3VnvNTq71V2JJIdwmOeu1i34OQyg==} hasBin: true type-check@0.4.0: @@ -2307,9 +2307,9 @@ snapshots: '@tsconfig/node16@1.0.4': {} - '@turbo/gen@2.3.4(@types/node@22.12.0)(typescript@5.7.3)': + '@turbo/gen@2.4.0(@types/node@22.13.0)(typescript@5.7.3)': dependencies: - '@turbo/workspaces': 2.3.4 + '@turbo/workspaces': 2.4.0 commander: 10.0.1 fs-extra: 10.1.0 inquirer: 8.2.6 @@ -2317,7 +2317,7 @@ snapshots: node-plop: 0.26.3 picocolors: 1.0.1 proxy-agent: 6.5.0 - ts-node: 10.9.2(@types/node@22.12.0)(typescript@5.7.3) + ts-node: 10.9.2(@types/node@22.13.0)(typescript@5.7.3) update-check: 1.5.4 validate-npm-package-name: 5.0.1 transitivePeerDependencies: @@ -2327,7 +2327,7 @@ snapshots: - supports-color - typescript - '@turbo/workspaces@2.3.4': + '@turbo/workspaces@2.4.0': dependencies: commander: 10.0.1 execa: 5.1.1 @@ -2346,7 +2346,7 @@ snapshots: '@types/glob@7.2.0': dependencies: '@types/minimatch': 5.1.2 - '@types/node': 22.12.0 + '@types/node': 22.13.0 '@types/inquirer@6.5.0': dependencies: @@ -2357,7 +2357,7 @@ snapshots: '@types/minimatch@5.1.2': {} - '@types/node@22.12.0': + '@types/node@22.13.0': dependencies: undici-types: 6.20.0 @@ -2371,7 +2371,7 @@ snapshots: '@types/through@0.0.33': dependencies: - '@types/node': 22.12.0 + '@types/node': 22.13.0 '@types/tinycolor2@1.4.6': {} @@ -2949,11 +2949,11 @@ snapshots: string.prototype.matchall: 4.0.12 string.prototype.repeat: 1.0.0 - eslint-plugin-turbo@2.3.4(eslint@9.19.0)(turbo@2.3.4): + eslint-plugin-turbo@2.4.0(eslint@9.19.0)(turbo@2.4.0): dependencies: dotenv: 16.0.3 eslint: 9.19.0 - turbo: 2.3.4 + turbo: 2.4.0 eslint-scope@8.2.0: dependencies: @@ -4164,14 +4164,14 @@ snapshots: dependencies: typescript: 5.7.3 - ts-node@10.9.2(@types/node@22.12.0)(typescript@5.7.3): + ts-node@10.9.2(@types/node@22.13.0)(typescript@5.7.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.11 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 22.12.0 + '@types/node': 22.13.0 acorn: 8.14.0 acorn-walk: 8.3.4 arg: 4.1.3 @@ -4186,32 +4186,32 @@ snapshots: tslib@2.8.1: {} - turbo-darwin-64@2.3.4: + turbo-darwin-64@2.4.0: optional: true - turbo-darwin-arm64@2.3.4: + turbo-darwin-arm64@2.4.0: optional: true - turbo-linux-64@2.3.4: + turbo-linux-64@2.4.0: optional: true - turbo-linux-arm64@2.3.4: + turbo-linux-arm64@2.4.0: optional: true - turbo-windows-64@2.3.4: + turbo-windows-64@2.4.0: optional: true - turbo-windows-arm64@2.3.4: + turbo-windows-arm64@2.4.0: optional: true - turbo@2.3.4: + turbo@2.4.0: optionalDependencies: - turbo-darwin-64: 2.3.4 - turbo-darwin-arm64: 2.3.4 - turbo-linux-64: 2.3.4 - turbo-linux-arm64: 2.3.4 - turbo-windows-64: 2.3.4 - turbo-windows-arm64: 2.3.4 + turbo-darwin-64: 2.4.0 + turbo-darwin-arm64: 2.4.0 + turbo-linux-64: 2.4.0 + turbo-linux-arm64: 2.4.0 + turbo-windows-64: 2.4.0 + turbo-windows-arm64: 2.4.0 type-check@0.4.0: dependencies: