Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update types #6269

Merged
merged 4 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly"],
"extends": ["config:recommended", "schedule:weekly", ":disableDependencyDashboard"],
"ignorePaths": ["**/tests/**", "**/node_modules/**"],
packageRules: [
// ignore all major update
Expand All @@ -21,6 +21,7 @@
],
"groupName": "rsbuild monorepo",
"groupSlug": "rsbuild",
"schedule": ["at any time"]
},
{
"matchPackageNames": [
Expand All @@ -43,6 +44,7 @@
],
"groupName": "codesmith monorepo",
"groupSlug": "codesmith",
"schedule": ["at any time"]
},
{
"matchPackageNames": [
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
lts/hydrogen
pnpm-version=8.9.0
2 changes: 1 addition & 1 deletion packages/runtime/plugin-garfish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@modern-js/runtime-utils": "workspace:*",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.13",
"@types/debug": "4.1.7",
"@types/debug": "4.1.12",
"@types/react-loadable": "^5.5.6",
"debug": "4.3.4",
"garfish": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/plugin-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@testing-library/react": "^13.4.0",
"@types/cookie": "0.5.1",
"@types/cookie": "0.6.0",
"@types/invariant": "^2.2.30",
"@types/jest": "^29",
"@types/loadable__server": "5.12.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/plugin-koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/jest": "^29",
"@types/koa": "2.13.4",
"@types/koa": "2.15.0",
"@types/koa-router": "^7.4.4",
"@types/node": "^14",
"@types/supertest": "^2.0.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"@rsbuild/plugin-webpack-swc": "1.0.2",
"@scripts/build": "workspace:*",
"@scripts/jest-config": "workspace:*",
"@types/babel__traverse": "7.18.5",
"@types/babel__traverse": "7.20.6",
"@types/jest": "^29",
"@types/node": "^16",
"jest": "^29",
Expand Down
Loading
Loading