Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.5.4 (#10994)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [typescript](https://www.typescriptlang.org/)
([source](https://togithub.com/Microsoft/TypeScript)) | [`5.5.3` ->
`5.5.4`](https://renovatebot.com/diffs/npm/typescript/5.5.3/5.5.4) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.5.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.5.3/5.5.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>Microsoft/TypeScript (typescript)</summary>

###
[`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb)

[Compare
Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 23, 2024
1 parent ed23f9f commit d8bf259
Show file tree
Hide file tree
Showing 71 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "3.4.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"packageManager": "[email protected]"
}
18 changes: 9 additions & 9 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4958,7 +4958,7 @@ __metadata:
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react-player: "npm:2.16.0"
typescript: "npm:5.5.3"
typescript: "npm:5.5.4"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11030,23 +11030,23 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:5.5.3":
version: 5.5.3
resolution: "typescript@npm:5.5.3"
"typescript@npm:5.5.4":
version: 5.5.4
resolution: "typescript@npm:5.5.4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/f52c71ccbc7080b034b9d3b72051d563601a4815bf3e39ded188e6ce60813f75dbedf11ad15dd4d32a12996a9ed8c7155b46c93a9b9c9bad1049766fe614bbdd
checksum: 10c0/422be60f89e661eab29ac488c974b6cc0a660fb2228003b297c3d10c32c90f3bcffc1009b43876a082515a3c376b1eefcce823d6e78982e6878408b9a923199c
languageName: node
linkType: hard

"typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>":
version: 5.5.3
resolution: "typescript@patch:typescript@npm%3A5.5.3#optional!builtin<compat/typescript>::version=5.5.3&hash=379a07"
"typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>":
version: 5.5.4
resolution: "typescript@patch:typescript@npm%3A5.5.4#optional!builtin<compat/typescript>::version=5.5.4&hash=379a07"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 10c0/911c7811d61f57f07df79c4a35f56a0f426a65426a020e5fcd792f66559f399017205f5f10255329ab5a3d8c2d1f1d19530aeceffda70758a521fae1d469432e
checksum: 10c0/73409d7b9196a5a1217b3aaad929bf76294d3ce7d6e9766dd880ece296ee91cf7d7db6b16c6c6c630ee5096eccde726c0ef17c7dfa52b01a243e57ae1f09ef07
languageName: node
linkType: hard

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"rimraf": "6.0.1",
"tstyche": "2.1.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3",
"yargs": "17.7.2",
"zx": "8.1.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"fastify": "4.28.1",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/yargs": "17.0.32",
"pino-abstract-transport": "1.2.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"redis": "4.6.15",
"split2": "4.2.0",
"ts-toolbelt": "9.6.0",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/auth0/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.22.20",
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/netlify-identity-widget": "1.9.6",
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/clerk/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@clerk/types": "3.65.2",
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/custom/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@simplewebauthn/server": "7.4.0",
"@types/md5": "2.3.5",
"@types/uuid": "10.0.0",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"publint": "0.2.9",
"ts-toolbelt": "9.6.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/yargs": "17.0.32",
"jest": "29.7.0",
"jest-environment-node": "29.7.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/firebase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"peerDependencies": {
"firebase": "10.12.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@redwoodjs/api": "workspace:*",
"@types/aws-lambda": "8.10.141",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/netlify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/netlify-identity-widget": "1.9.6",
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/core": "^7.22.20",
"@types/aws-lambda": "8.10.141",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"publint": "0.2.9",
"ts-toolbelt": "9.6.0",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/cli": "7.24.8",
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@supabase/supabase-js": "2.44.4",
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "^7.22.20",
"@redwoodjs/api": "workspace:*",
"@types/jsonwebtoken": "9.0.6",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.22.20",
"@types/yargs": "17.0.32",
"memfs": "4.9.3",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supertokens/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/react": "^18.2.55",
"react": "19.0.0-beta-04b058868c-20240508",
"supertokens-auth-react": "0.39.1",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"publint": "0.2.9",
"tsx": "4.16.2",
"type-fest": "4.23.0",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"core-js": "3.37.1",
"fast-glob": "3.3.2",
"graphql": "16.9.0",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/semver": "^7",
"@types/yargs": "17.0.32",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"jest": "29.7.0",
"memfs": "4.9.3",
"tsx": "4.16.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"@types/yargs": "17.0.32",
"tsx": "4.16.2",
"typescript": "5.5.3"
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@types/archiver": "^6",
"memfs": "4.9.3",
"tsx": "4.16.2",
"typescript": "5.5.3",
"typescript": "5.5.4",
"vitest": "2.0.3"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"pascalcase": "1.0.0",
"prettier": "3.3.3",
"tasuku": "2.0.1",
"typescript": "5.5.3",
"typescript": "5.5.4",
"yargs": "17.7.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d8bf259

Please sign in to comment.