Skip to content

Commit 6b8a4ff

Browse files
authored
fix(deps): cleanup some noisy cves, latest pnpm, update deps, fix rust build (#6993)
1 parent 07a99f0 commit 6b8a4ff

File tree

11 files changed

+1992
-975
lines changed

11 files changed

+1992
-975
lines changed

.github/workflows/pr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
npmTag: rc
100100
restoreDeletedChangesets: true
101101
buildScript: build:libraries
102-
nodeVersion: 22.6
103102
packageManager: pnpm
104103
secrets:
105104
githubToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-alpha.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
npmTag: alpha
1414
buildScript: build:libraries
15-
nodeVersion: '22.6'
1615
packageManager: pnpm
1716
secrets:
1817
githubToken: ${{ secrets.GITHUB_TOKEN }}

.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

configs/cargo/Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"license": "MIT",
1414
"private": true,
15-
"packageManager": "pnpm@10.4.0",
15+
"packageManager": "pnpm@10.16.1",
1616
"engines": {
1717
"node": ">=22",
18-
"pnpm": ">=10.4.0"
18+
"pnpm": ">=10.16.0"
1919
},
2020
"scripts": {
2121
"build": "pnpm turbo build --color --filter '!@hive/docs'",
@@ -56,7 +56,7 @@
5656
"@0no-co/graphqlsp": "1.12.16",
5757
"@actions/core": "1.11.1",
5858
"@changesets/changelog-github": "0.5.1",
59-
"@changesets/cli": "2.27.11",
59+
"@changesets/cli": "2.29.7",
6060
"@eddeee888/gcg-typescript-resolver-files": "0.11.0",
6161
"@graphql-codegen/add": "5.0.3",
6262
"@graphql-codegen/cli": "5.0.7",

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@octokit/request-error": "6.1.7",
3737
"@sentry/node": "7.120.2",
3838
"@sentry/types": "7.120.2",
39-
"@slack/web-api": "7.8.0",
39+
"@slack/web-api": "7.10.0",
4040
"@theguild/federation-composition": "0.20.0",
4141
"@trpc/client": "10.45.2",
4242
"@trpc/server": "10.45.2",

packages/web/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"urql": "4.1.0",
134134
"use-debounce": "10.0.4",
135135
"valtio": "1.13.2",
136-
"vite": "6.3.6",
136+
"vite": "7.1.5",
137137
"vite-tsconfig-paths": "5.1.4",
138138
"wonka": "6.3.4",
139139
"yup": "1.6.1",

packages/web/docs/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
/// <reference types="next/navigation-types/compat/navigation" />
3+
/// <reference path="./.next/types/routes.d.ts" />
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

packages/web/docs/next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default withGuildDocs({
1010
treeShaking: true,
1111
},
1212
},
13+
1314
nextraConfig: {
1415
contentDirBasePath: '/docs',
1516
},

packages/web/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clsx": "2.1.1",
2222
"date-fns": "4.1.0",
2323
"lucide-react": "0.542.0",
24-
"next": "15.2.4",
24+
"next": "15.5.3",
2525
"react": "19.0.0",
2626
"react-avatar": "5.0.3",
2727
"react-countup": "6.5.3",

0 commit comments

Comments
 (0)