Skip to content

deps: Update dependencies#90

Open
github-actions[bot] wants to merge 1 commit intomainfrom
deps/update-20241130-145627
Open

deps: Update dependencies#90
github-actions[bot] wants to merge 1 commit intomainfrom
deps/update-20241130-145627

Conversation

@github-actions
Copy link
Contributor

Dependency Updates

Updated Packages

Upgrading /home/runner/work/gamex/gamex/package.json

No dependencies.
Upgrading /home/runner/work/gamex/gamex/packages/ui/package.json

No dependencies.

Using pnpm
Upgrading /home/runner/work/gamex/gamex/apps/web/package.json

 @clerk/clerk-sdk-node                       ^5.0.65  →   ^5.0.69
 @clerk/nextjs                                ^6.3.4  →    ^6.5.1
 @prisma/client                              ^5.22.0  →    ^6.0.0
 @prisma/nextjs-monorepo-workaround-plugin   ^5.22.0  →    ^6.0.0
 class-variance-authority                     ^0.7.0  →    ^0.7.1
 hono                                        ^4.6.10  →   ^4.6.12
 lucide-react                               ^0.460.0  →  ^0.462.0
 prettier                                     ^3.3.3  →    ^3.4.1
 prisma                                      ^5.22.0  →    ^6.0.0
 svix                                        ^1.40.0  →   ^1.42.0
 tailwind-merge                               ^2.5.4  →    ^2.5.5
 turbo                                        ^2.3.0  →    ^2.3.3
 typescript                                    5.6.3  →     5.7.2

Run pnpm install to install new versions.

Installation Logs

Scope: all 7 workspace projects
Progress: resolved 0, reused 0, downloaded 1, added 0
Progress: resolved 67, reused 0, downloaded 59, added 0
Progress: resolved 73, reused 0, downloaded 72, added 0
Progress: resolved 73, reused 0, downloaded 73, added 0
Progress: resolved 259, reused 0, downloaded 246, added 0
Progress: resolved 398, reused 0, downloaded 385, added 0
Progress: resolved 492, reused 0, downloaded 438, added 0
Progress: resolved 642, reused 0, downloaded 528, added 0
Progress: resolved 841, reused 0, downloaded 720, added 0
 WARN  4 deprecated subdependencies found: eslint@5.16.0, glob@7.2.3, inflight@1.0.6, rimraf@2.6.3
Packages: +771
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Progress: resolved 845, reused 0, downloaded 724, added 637
Progress: resolved 845, reused 0, downloaded 724, added 771, done
.../node_modules/@prisma/engines postinstall$ node scripts/postinstall.js
.../node_modules/@clerk/shared postinstall$ node ./scripts/postinstall.mjs
.../node_modules/@clerk/shared postinstall$ node ./scripts/postinstall.mjs
.../esbuild@0.23.1/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.17.19/node_modules/esbuild postinstall$ node install.js
.../node_modules/@clerk/shared postinstall: Done
.../node_modules/@clerk/shared postinstall: Done
.../esbuild@0.23.1/node_modules/esbuild postinstall: Done
.../esbuild@0.24.0/node_modules/esbuild postinstall$ node install.js
.../esbuild@0.17.19/node_modules/esbuild postinstall: Done
.../node_modules/@prisma/engines postinstall$ node scripts/postinstall.js
.../node_modules/@clerk/shared postinstall$ node ./scripts/postinstall.mjs
.../esbuild@0.24.0/node_modules/esbuild postinstall: Done
.../sharp@0.33.5/node_modules/sharp install$ node install/check
.../node_modules/@clerk/shared postinstall: Done
.../sharp@0.33.5/node_modules/sharp install: Done
.../node_modules/@prisma/engines postinstall: Done
.../node_modules/@prisma/engines postinstall: Done
.../prisma@5.21.1/node_modules/prisma preinstall$ node scripts/preinstall-entry.js
.../prisma@6.0.0/node_modules/prisma preinstall$ node scripts/preinstall-entry.js
.../prisma@5.21.1/node_modules/prisma preinstall: Done
.../prisma@6.0.0/node_modules/prisma preinstall: Done
.../node_modules/@prisma/client postinstall$ node scripts/postinstall.js
.../node_modules/@prisma/client postinstall$ node scripts/postinstall.js
.../node_modules/@prisma/client postinstall: prisma:warn We could not find your Prisma schema in the default locations (see: https://pris.ly/d/prisma-schema-location).
.../node_modules/@prisma/client postinstall: If you have a Prisma schema file in a custom path, you will need to run
.../node_modules/@prisma/client postinstall: `prisma generate --schema=./path/to/your/schema.prisma` to generate Prisma Client.
.../node_modules/@prisma/client postinstall: If you do not have a Prisma schema file yet, you can ignore this message.
.../node_modules/@prisma/client postinstall: prisma:warn We could not find your Prisma schema in the default locations (see: https://pris.ly/d/prisma-schema-location).
.../node_modules/@prisma/client postinstall: If you have a Prisma schema file in a custom path, you will need to run
.../node_modules/@prisma/client postinstall: `prisma generate --schema=./path/to/your/schema.prisma` to generate Prisma Client.
.../node_modules/@prisma/client postinstall: If you do not have a Prisma schema file yet, you can ignore this message.
.../node_modules/@prisma/client postinstall: Done
.../node_modules/@prisma/client postinstall: Done
packages/database postinstall$ pnpx prisma generate
packages/database postinstall: Progress: resolved 1, reused 0, downloaded 0, added 0
packages/database postinstall: Packages: +6
packages/database postinstall: ++++++
packages/database postinstall: Progress: resolved 7, reused 6, downloaded 0, added 4
packages/database postinstall: Progress: resolved 7, reused 6, downloaded 0, added 6, done
packages/database postinstall: .../prisma@6.0.0/node_modules/prisma preinstall$ node scripts/preinstall-entry.js
packages/database postinstall: .../prisma@6.0.0/node_modules/prisma preinstall: Done
packages/database postinstall: Prisma schema loaded from prisma/schema.prisma
packages/database postinstall: ✔ Generated Prisma Client (v6.0.0) to ./../../node_modules/.pnpm/@prisma+client@6.0.0_prisma@6.0.0/node_modules/@prisma/client in 63ms
packages/database postinstall: Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
packages/database postinstall: Tip: Curious about the SQL queries Prisma ORM generates? Optimize helps you enhance your visibility: https://pris.ly/tip-2-optimize
packages/database postinstall: Done

dependencies:
+ turbo 2.3.0

devDependencies:
+ @eslint/eslintrc 3.2.0
+ @eslint/js 9.15.0
+ eslint 9.14.0
+ eslint-config-turbo 2.3.0

 WARN  Issues with peer dependencies found
apps/web
├─┬ next 15.0.3
│ ├── ✕ unmet peer react@"^18.2.0 || 19.0.0-rc-66855b96-20241106": found 19.0.0-rc-69d4b800-20241021
│ └── ✕ unmet peer react-dom@"^18.2.0 || 19.0.0-rc-66855b96-20241106": found 19.0.0-rc-69d4b800-20241021
├─┬ @clerk/clerk-sdk-node 5.0.69
│ └─┬ @clerk/shared 2.17.0
│   └─┬ swr 2.2.5
│     ├── ✕ unmet peer react@"^16.11.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
│     └─┬ use-sync-external-store 1.2.2
│       └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
├─┬ @radix-ui/react-dialog 1.1.2
│ └─┬ react-remove-scroll 2.6.0
│   ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
│   ├─┬ react-remove-scroll-bar 2.3.6
│   │ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
│   │ └─┬ react-style-singleton 2.2.1
│   │   └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
│   ├─┬ use-callback-ref 1.3.2
│   │ └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
│   └─┬ use-sidecar 1.1.2
│     └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
└─┬ recharts 2.13.3
  ├── ✕ unmet peer react@"^16.0.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
  ├── ✕ unmet peer react-dom@"^16.0.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
  └─┬ react-smooth 4.0.1
    ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021
    └── ✕ unmet peer react-dom@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-69d4b800-20241021

packages/api
├─┬ react-dom 19.0.0-rc-69d4b800-20241021
│ └── ✕ unmet peer react@19.0.0-rc-69d4b800-20241021: found 19.0.0-rc-b01722d5-20241114
└─┬ @clerk/backend 1.16.0
  └─┬ @clerk/shared 2.12.0
    └─┬ swr 2.2.5
      ├── ✕ unmet peer react@"^16.11.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-b01722d5-20241114
      └─┬ use-sync-external-store 1.2.2
        └── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc-b01722d5-20241114

packages/clerk-hono-middleware
└─┬ react-dom 19.0.0-rc-69d4b800-20241021
  └── ✕ unmet peer react@19.0.0-rc-69d4b800-20241021: found 18.3.1

packages/ui
├─┬ next 15.0.1
│ └── ✕ unmet peer react@"^18.2.0 || 19.0.0-rc-69d4b800-20241021": found 19.0.0-rc.1
├─┬ react-dom 19.0.0-rc-69d4b800-20241021
│ └── ✕ unmet peer react@19.0.0-rc-69d4b800-20241021: found 19.0.0-rc.1
├─┬ @radix-ui/react-dialog 1.1.2
│ └─┬ react-remove-scroll 2.6.0
│   ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc.1
│   ├── ✕ unmet peer @types/react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-alpha.3
│   ├─┬ react-remove-scroll-bar 2.3.6
│   │ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc.1
│   │ ├── ✕ unmet peer @types/react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-alpha.3
│   │ └─┬ react-style-singleton 2.2.1
│   │   ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc.1
│   │   └── ✕ unmet peer @types/react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-alpha.3
│   ├─┬ use-callback-ref 1.3.2
│   │ ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc.1
│   │ └── ✕ unmet peer @types/react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-alpha.3
│   └─┬ use-sidecar 1.1.2
│     ├── ✕ unmet peer react@"^16.8.0 || ^17.0.0 || ^18.0.0": found 19.0.0-rc.1
│     └── ✕ unmet peer @types/react@"^16.9.0 || ^17.0.0 || ^18.0.0": found 19.0.0-alpha.3
├─┬ framer-motion 11.11.13
│ ├── ✕ unmet peer react@^18.0.0: found 19.0.0-rc.1
│ └── ✕ unmet peer react-dom@^18.0.0: found 19.0.0-rc-69d4b800-20241021
├─┬ next-themes 0.3.0
│ ├── ✕ unmet peer react@"^16.8 || ^17 || ^18": found 19.0.0-rc.1
│ └── ✕ unmet peer react-dom@"^16.8 || ^17 || ^18": found 19.0.0-rc-69d4b800-20241021
└─┬ eslint-plugin-tailwind 0.2.1
  └── ✕ unmet peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0": found 9.14.0

Done in 16.8s

Verification Install Logs

Scope: all 7 workspace projects
Lockfile is up to date, resolution step is skipped
Already up to date

packages/database postinstall$ pnpx prisma generate
packages/database postinstall: Prisma schema loaded from prisma/schema.prisma
packages/database postinstall: ✔ Generated Prisma Client (v6.0.0) to ./../../node_modules/.pnpm/@prisma+client@6.0.0_prisma@6.0.0/node_modules/@prisma/client in 66ms
packages/database postinstall: Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)
packages/database postinstall: Tip: Easily identify and fix slow SQL queries in your app. Optimize helps you enhance your visibility: https://pris.ly/--optimize
packages/database postinstall: Done
Done in 2.9s

Build Logs


> gamex@1.0.0 build /home/runner/work/gamex/gamex
> turbo build


Attention:
Turborepo now collects completely anonymous telemetry regarding usage.
This information is used to shape the Turborepo roadmap and prioritize features.
You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
https://turbo.build/repo/docs/telemetry

• Packages in scope: @gamex-official/gamex-node-sdk, api, clerk-auth-middleware, database, gamex, ui
• Running build in 6 packages
• Remote caching disabled
�[;31mui:build�[;0m
cache bypass, force executing 37a15cd4276fd5f0

> ui@1.0.0 build /home/runner/work/gamex/gamex/packages/ui
> tsup

CLI Building entry: index.ts
CLI Using tsconfig: tsconfig.json
CLI tsup v6.7.0
CLI Using tsup config: /home/runner/work/gamex/gamex/packages/ui/tsup.config.ts
CLI Target: es6
CLI Cleaning output folder
CJS Build start
ESM Build start
✘ [ERROR] Could not resolve "@/hooks/use-toast"

    components/ui/toaster.tsx:3:25:
      3 │ import { useToast } from "@/hooks/use-toast";
        ╵                          ~~~~~~~~~~~~~~~~~~~

  You can mark the path "@/hooks/use-toast" as external to exclude it from the bundle, which will remove this error.

✘ [ERROR] Could not resolve "@/hooks/use-toast"

    components/ui/toaster.tsx:3:25:
      3 │ import { useToast } from "@/hooks/use-toast";
        ╵                          ~~~~~~~~~~~~~~~~~~~

  You can mark the path "@/hooks/use-toast" as external to exclude it from the bundle, which will remove this error.

CJS Build failed
Error: Build failed with 1 error:
components/ui/toaster.tsx:3:25: ERROR: Could not resolve "@/hooks/use-toast"
    at failureErrorWithLog (/home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1636:15)
    at /home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1048:25
    at runOnEndCallbacks (/home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1471:45)
    at buildResponseToResult (/home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1046:7)
    at /home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:1075:16
    at responseCallbacks.<computed> (/home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:697:9)
    at handleIncomingPacket (/home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:752:9)
    at Socket.readFromStdout (/home/runner/work/gamex/gamex/node_modules/.pnpm/esbuild@0.17.19/node_modules/esbuild/lib/main.js:673:7)
    at Socket.emit (node:events:518:28)
    at addChunk (node:internal/streams/readable:561:12)
ESM Build failed
 ELIFECYCLE  Command failed with exit code 1.
[ERROR] command finished with error: command (/home/runner/work/gamex/gamex/packages/ui) /opt/hostedtoolcache/node/20.18.1/x64/bin/pnpm run build exited (1)
::group::clerk-auth-middleware:build
cache miss, executing 652b22566500df66

> clerk-auth-middleware@2.0.0 build /home/runner/work/gamex/gamex/packages/clerk-hono-middleware
> tsup ./src/index.ts --format esm,cjs --dts

::endgroup::
::group::gamex:build
cache miss, executing 01f45c28430a63f6

> gamex@0.1.0 build /home/runner/work/gamex/gamex/apps/web
> next build

::endgroup::
::group::@gamex-official/gamex-node-sdk:build
cache miss, executing 42b2ae3bc56365cb

> @gamex-official/gamex-node-sdk@1.1.0 build /home/runner/work/gamex/gamex/packages/dev-node-sdk
> tsup 

CLI Building entry: src/index.ts
CLI tsup v6.7.0
CLI Using tsup config: /home/runner/work/gamex/gamex/packages/dev-node-sdk/tsup.config.ts
CLI Target: node14
CLI Cleaning output folder
CJS Build start
ESM Build start
CJS dist/index.js 8.50 KB
CJS ⚡️ Build success in 33ms
ESM dist/index.mjs 7.46 KB
ESM ⚡️ Build success in 33ms
::endgroup::
::error::ui#build: command (/home/runner/work/gamex/gamex/packages/ui) /opt/hostedtoolcache/node/20.18.1/x64/bin/pnpm run build exited (1)

 Tasks:    0 successful, 4 total
Cached:    0 cached, 4 total
  Time:    1.131s 
Failed:    ui#build

 ERROR  run failed: command  exited (1)
 ELIFECYCLE  Command failed with exit code 1.

@vercel
Copy link

vercel bot commented Nov 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
gamex ❌ Failed (Inspect) Nov 30, 2024 2:57pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants