Skip to content

Commit

Permalink
chore(deps): bump typescript to 5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Sep 11, 2024
1 parent e4afd03 commit 7a3aedf
Show file tree
Hide file tree
Showing 6 changed files with 805 additions and 363 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@
"description": "ESBuild 0.23 drops support for Windows 7 and 8, for now we don't want renovate to open PRs to bump them",
"allowedVersions": "<=0.21",
"matchPackageNames": ["esbuild"]
},
{
"description": "Group TypeScript related deps in a single PR, as they often have to update together",
"groupName": "typescript-tooling",
"matchPackageNames": [
"@sanity/pkg-utils",
"@sanity/tsdoc",
"typescript"
]
}
],
"ignorePaths": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@
"@sanity/eslint-config-i18n": "1.0.0",
"@sanity/eslint-config-studio": "^4.0.0",
"@sanity/mutate": "^0.10.0",
"@sanity/pkg-utils": "6.11.0",
"@sanity/pkg-utils": "6.11.1",
"@sanity/prettier-config": "^1.0.2",
"@sanity/test": "0.0.1-alpha.1",
"@sanity/tsdoc": "1.0.101",
"@sanity/tsdoc": "1.0.103",
"@sanity/ui": "^2.8.9",
"@sanity/uuid": "^3.0.2",
"@types/glob": "^7.2.0",
Expand Down Expand Up @@ -166,7 +166,7 @@
"sanity": "workspace:*",
"semver": "^7.3.5",
"turbo": "^2.1.1",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^4.5.3",
"vite-tsconfig-paths": "^4.3.2",
"yargs": "^17.3.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
"@repo/package.config": "workspace:*",
"@sanity/codegen": "3.57.2",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/pkg-utils": "6.11.0",
"@sanity/tsdoc": "1.0.101",
"@sanity/pkg-utils": "6.11.1",
"@sanity/tsdoc": "1.0.103",
"@sanity/ui-workshop": "^1.2.11",
"@sentry/types": "^8.12.0",
"@testing-library/jest-dom": "^6.4.8",
Expand Down
1 change: 0 additions & 1 deletion packages/sanity/src/core/studio/copyPaste/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const MIMETYPE_PLAINTEXT = 'text/plain'
const SUPPORTS_SANITY_CLIPBOARD_MIMETYPE =
typeof ClipboardItem !== 'undefined' &&
'supports' in ClipboardItem &&
// @ts-expect-error `ClipboardItem.supports` does not have types yet
ClipboardItem.supports(MIMETYPE_SANITY_CLIPBOARD)

/**
Expand Down
2 changes: 1 addition & 1 deletion perf/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"@types/node": "^18.15.3",
"esbuild": "0.21.5",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
"typescript": "5.6.2"
}
}
Loading

0 comments on commit 7a3aedf

Please sign in to comment.