Skip to content

Commit 16643dc

Browse files
fix(deps): update all non-major dependencies (#7231)
* fix(deps): update all non-major dependencies * Try Node 22 * fetch depth * Test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent eea8d50 commit 16643dc

File tree

5 files changed

+145
-146
lines changed

5 files changed

+145
-146
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ jobs:
1919
steps:
2020
- name: checkout
2121
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
22-
with:
23-
fetch-depth: 0
2422

2523
- uses: the-guild-org/shared-config/setup@main
2624
name: setup env
2725
with:
28-
nodeVersion: 22
26+
nodeVersion: 20
2927
packageManager: yarn
3028

3129
- uses: the-guild-org/shared-config/website-cf@main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,17 @@
4646
},
4747
"devDependencies": {
4848
"@apollo/client": "3.13.8",
49-
"@babel/core": "7.27.3",
49+
"@babel/core": "7.27.4",
5050
"@babel/plugin-proposal-class-properties": "7.18.6",
51-
"@babel/plugin-proposal-explicit-resource-management": "7.27.3",
51+
"@babel/plugin-proposal-explicit-resource-management": "7.27.4",
5252
"@babel/preset-env": "7.27.2",
5353
"@babel/preset-typescript": "7.27.1",
5454
"@changesets/changelog-github": "0.5.1",
5555
"@changesets/cli": "2.29.4",
5656
"@envelop/core": "5.2.3",
5757
"@theguild/prettier-config": "3.0.1",
5858
"@types/jest": "29.5.14",
59-
"@types/node": "22.15.24",
59+
"@types/node": "22.15.29",
6060
"@typescript-eslint/eslint-plugin": "8.32.1",
6161
"@typescript-eslint/parser": "8.32.1",
6262
"@urql/core": "5.1.1",
@@ -66,7 +66,7 @@
6666
"chalk": "5.4.1",
6767
"concurrently": "9.1.2",
6868
"cross-env": "7.0.3",
69-
"eslint": "9.27.0",
69+
"eslint": "9.28.0",
7070
"eslint-config-prettier": "10.1.5",
7171
"eslint-config-standard": "17.1.0",
7272
"eslint-plugin-import": "2.31.0",
@@ -81,7 +81,7 @@
8181
"lint-staged": "16.1.0",
8282
"patch-package": "8.0.0",
8383
"prettier": "3.5.3",
84-
"prettier-plugin-tailwindcss": "0.6.11",
84+
"prettier-plugin-tailwindcss": "0.6.12",
8585
"ts-jest": "29.3.4",
8686
"tsx": "4.19.4",
8787
"typedoc": "0.25.13",

packages/graphql-tag-pluck/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
"devDependencies": {
6262
"@astrojs/compiler": "2.12.0",
6363
"@types/babel__traverse": "7.20.7",
64-
"@vue/compiler-sfc": "3.5.15",
64+
"@vue/compiler-sfc": "3.5.16",
6565
"astrojs-compiler-sync": "1.1.1",
6666
"content-tag": "4.0.0",
67-
"svelte": "5.33.4",
67+
"svelte": "5.33.10",
6868
"svelte2tsx": "0.7.39"
6969
},
7070
"publishConfig": {

website/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,16 @@
1818
"react-dom": "19.1.0"
1919
},
2020
"devDependencies": {
21+
"@img/sharp-libvips-linux-x64": "1.1.0",
2122
"@theguild/tailwind-config": "0.6.3",
22-
"@types/node": "22.15.24",
23+
"@types/node": "22.15.29",
2324
"@types/react": "19.1.6",
2425
"pagefind": "^1.3.0",
25-
"postcss": "8.5.3",
26+
"postcss": "8.5.4",
2627
"postcss-import": "16.1.0",
2728
"postcss-lightningcss": "1.0.1",
2829
"tailwindcss": "3.4.17",
2930
"typescript": "5.8.3",
30-
"wrangler": "4.17.0"
31+
"wrangler": "4.18.0"
3132
}
3233
}

0 commit comments

Comments
 (0)