Skip to content

Commit cc22e9e

Browse files
authored
chore: fixes renovate and fixes security deps (#53)
1 parent c7834a2 commit cc22e9e

File tree

3 files changed

+34
-39
lines changed

3 files changed

+34
-39
lines changed

.github/renovate.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,20 @@
66
"prConcurrentLimit": 5,
77
"automerge": true,
88
"dependencyDashboardApproval": false,
9-
"hostRules": [
10-
{
11-
"matchHost": "registry.npmjs.org",
12-
"token": "{{ secrets.SANITY_NPM_TOKEN }}"
13-
}
14-
],
159
"packageRules": [
1610
{
1711
"matchDepTypes": ["devDependencies"],
1812
"matchUpdateTypes": ["patch", "minor"],
19-
"groupName": "devDependencies (non-major)"
20-
},
21-
{
22-
"description": "Group TypeScript related deps in a single PR, as they often have to update together",
23-
"groupName": "typescript-tooling",
24-
"matchPackageNames": ["@sanity/pkg-utils", "@sanity/tsdoc", "typescript"]
13+
"groupName": "devDependencies (non-major)",
14+
"group": {"semanticCommitType": "chore"},
15+
"semanticCommitType": "chore"
2516
},
2617
{
2718
"description": "Group sdk related deps in a single PR, as they often have to update together",
2819
"groupName": "sdk-tooling",
29-
"matchPackageNames": ["@sanity/sdk", "@sanity/sdk-*"]
20+
"matchPackageNames": ["@sanity/sdk", "@sanity/sdk-*"],
21+
"group": {"semanticCommitType": "fix"},
22+
"semanticCommitType": "fix"
3023
},
3124
{
3225
"description": "Group eslint related deps in a single PR, as they often have to update together",
@@ -38,6 +31,11 @@
3831
"eslint-config-*",
3932
"typescript-eslint"
4033
]
34+
},
35+
{
36+
"matchDepTypes": ["dependencies", "peerDependencies"],
37+
"rangeStrategy": "bump",
38+
"semanticCommitType": "fix"
4139
}
4240
]
4341
}

apps/sdk-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tailwindcss/vite": "^4.0.0",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0",
24-
"react-router": "^7.1.3",
24+
"react-router": "^7.5.3",
2525
"styled-components": "^6.1.14",
2626
"tailwindcss": "^4.0.0"
2727
},
@@ -36,6 +36,6 @@
3636
"globals": "^15.15.0",
3737
"typescript": "~5.8.3",
3838
"typescript-eslint": "^8.31.1",
39-
"vite": "^6.2.5"
39+
"vite": "^6.3.5"
4040
}
4141
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)