[Snyk] Upgrade typescript from 5.7.2 to 5.9.3#7
Conversation
Snyk has created this PR to upgrade typescript from 5.7.2 to 5.9.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/arthrod/project/02e7da93-7165-4546-bd93-8abf98c9df36?utm_source=github&utm_medium=referral&page=upgrade-pr
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Summary of ChangesHello @arthrod, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the project's TypeScript dependency to version 5.9.3. This upgrade ensures the codebase benefits from the latest language features, performance improvements, and bug fixes provided by the TypeScript team. It also helps maintain the project's overall health and security by keeping its core development dependencies current. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request, automatically generated by Snyk, upgrades TypeScript from version 5.7.2 to 5.9.3. This is a minor version bump, but it's always good practice to keep dependencies up-to-date. While the main change is the TypeScript upgrade, I noticed that running npm install also added @tanstack/query-core, @tanstack/react-query, and use-sync-external-store to your package-lock.json. These are peer dependencies of your @trpc/* packages. Their addition suggests that they might have been implicitly used but not locked before. This change makes your dependency tree more explicit and correct, which is a positive side-effect. Given the TypeScript upgrade with strict: true enabled in your tsconfig.json, I recommend carefully checking the CI build results for any new type errors. It would also be prudent to perform some manual testing on key application features to ensure there are no runtime regressions introduced by the new TypeScript version or the newly added dependencies.
| "node_modules/@tanstack/query-core": { | ||
| "version": "4.41.0", | ||
| "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-4.41.0.tgz", | ||
| "integrity": "sha512-193R4Jp9hjvlij6LryxrB5Mpbffd2L9PeWh3KlIy/hJV4SkBOfiQZ+jc5qAZLDCrdbkA5FjGj+UoDYw6TcNnyA==", | ||
| "license": "MIT", | ||
| "peer": true, | ||
| "funding": { | ||
| "type": "github", | ||
| "url": "https://github.com/sponsors/tannerlinsley" | ||
| } | ||
| }, | ||
| "node_modules/@tanstack/react-query": { | ||
| "version": "4.42.0", | ||
| "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-4.42.0.tgz", | ||
| "integrity": "sha512-j0tiofkzE3CSrYKmVRaKuwGgvCE+P2OOEDlhmfjeZf5ufcuFHwYwwgw3j08n4WYPVZ+OpsHblcFYezhKA3jDwg==", | ||
| "license": "MIT", | ||
| "peer": true, | ||
| "dependencies": { | ||
| "@tanstack/query-core": "4.41.0", | ||
| "use-sync-external-store": "^1.2.0" | ||
| }, | ||
| "funding": { | ||
| "type": "github", | ||
| "url": "https://github.com/sponsors/tannerlinsley" | ||
| }, | ||
| "peerDependencies": { | ||
| "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", | ||
| "react-native": "*" | ||
| }, | ||
| "peerDependenciesMeta": { | ||
| "react-dom": { | ||
| "optional": true | ||
| }, | ||
| "react-native": { | ||
| "optional": true | ||
| } | ||
| } | ||
| }, |
There was a problem hiding this comment.
These @tanstack packages and use-sync-external-store were added as part of the npm install process. They are peer dependencies of @trpc/react-query and @trpc/next, and it seems they were not explicitly listed in the lockfile before. This is a positive change as it makes your project's dependencies more explicit and should lead to more consistent builds.
Snyk has created this PR to upgrade typescript from 5.7.2 to 5.9.3.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 275 versions ahead of your current version.
The recommended version was released 3 months ago.
Release notes
Package name: typescript
-
5.9.3 - 2025-09-30
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- fixed issues query for Typescript 5.9.3 (Stable).
- npm
-
5.9.2 - 2025-07-31
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
- npm
-
5.9.1-rc - 2025-07-24
-
5.9.0-dev.20250731 - 2025-07-31
-
5.9.0-dev.20250730 - 2025-07-30
-
5.9.0-dev.20250729 - 2025-07-29
-
5.9.0-dev.20250728 - 2025-07-28
-
5.9.0-dev.20250727 - 2025-07-27
-
5.9.0-dev.20250726 - 2025-07-26
-
5.9.0-dev.20250725 - 2025-07-25
-
5.9.0-dev.20250724 - 2025-07-24
-
5.9.0-dev.20250723 - 2025-07-23
-
5.9.0-dev.20250722 - 2025-07-22
-
5.9.0-dev.20250721 - 2025-07-21
-
5.9.0-dev.20250720 - 2025-07-20
-
5.9.0-dev.20250719 - 2025-07-19
-
5.9.0-dev.20250718 - 2025-07-18
-
5.9.0-dev.20250717 - 2025-07-17
-
5.9.0-dev.20250716 - 2025-07-16
-
5.9.0-dev.20250715 - 2025-07-15
-
5.9.0-dev.20250714 - 2025-07-14
-
5.9.0-dev.20250713 - 2025-07-13
-
5.9.0-dev.20250712 - 2025-07-12
-
5.9.0-dev.20250711 - 2025-07-11
-
5.9.0-dev.20250710 - 2025-07-10
-
5.9.0-dev.20250709 - 2025-07-09
-
5.9.0-dev.20250708 - 2025-07-08
-
5.9.0-dev.20250707 - 2025-07-07
-
5.9.0-dev.20250706 - 2025-07-06
-
5.9.0-dev.20250705 - 2025-07-05
-
5.9.0-dev.20250704 - 2025-07-04
-
5.9.0-dev.20250703 - 2025-07-03
-
5.9.0-dev.20250702 - 2025-07-02
-
5.9.0-dev.20250701 - 2025-07-01
-
5.9.0-dev.20250630 - 2025-06-30
-
5.9.0-dev.20250629 - 2025-06-29
-
5.9.0-dev.20250628 - 2025-06-28
-
5.9.0-dev.20250627 - 2025-06-27
-
5.9.0-dev.20250626 - 2025-06-26
-
5.9.0-dev.20250625 - 2025-06-25
-
5.9.0-dev.20250624 - 2025-06-24
-
5.9.0-dev.20250623 - 2025-06-23
-
5.9.0-dev.20250622 - 2025-06-22
-
5.9.0-dev.20250621 - 2025-06-21
-
5.9.0-dev.20250620 - 2025-06-20
-
5.9.0-dev.20250619 - 2025-06-19
-
5.9.0-dev.20250618 - 2025-06-18
-
5.9.0-dev.20250617 - 2025-06-17
-
5.9.0-dev.20250616 - 2025-06-16
-
5.9.0-dev.20250615 - 2025-06-15
-
5.9.0-dev.20250614 - 2025-06-14
-
5.9.0-dev.20250613 - 2025-06-13
-
5.9.0-dev.20250612 - 2025-06-12
-
5.9.0-dev.20250611 - 2025-06-11
-
5.9.0-dev.20250610 - 2025-06-10
-
5.9.0-dev.20250609 - 2025-06-09
-
5.9.0-dev.20250608 - 2025-06-08
-
5.9.0-dev.20250607 - 2025-06-07
-
5.9.0-dev.20250606 - 2025-06-06
-
5.9.0-dev.20250605 - 2025-06-05
-
5.9.0-dev.20250604 - 2025-06-04
-
5.9.0-dev.20250603 - 2025-06-03
-
5.9.0-dev.20250602 - 2025-06-02
-
5.9.0-dev.20250601 - 2025-06-01
-
5.9.0-dev.20250531 - 2025-05-31
-
5.9.0-dev.20250530 - 2025-05-30
-
5.9.0-dev.20250529 - 2025-05-29
-
5.9.0-dev.20250528 - 2025-05-28
-
5.9.0-dev.20250527 - 2025-05-27
-
5.9.0-dev.20250525 - 2025-05-25
-
5.9.0-dev.20250524 - 2025-05-24
-
5.9.0-dev.20250523 - 2025-05-23
-
5.9.0-dev.20250522 - 2025-05-22
-
5.9.0-dev.20250521 - 2025-05-21
-
5.9.0-dev.20250520 - 2025-05-20
-
5.9.0-dev.20250519 - 2025-05-19
-
5.9.0-dev.20250518 - 2025-05-18
-
5.9.0-dev.20250517 - 2025-05-17
-
5.9.0-dev.20250516 - 2025-05-16
-
5.9.0-dev.20250515 - 2025-05-15
-
5.9.0-dev.20250514 - 2025-05-14
-
5.9.0-dev.20250513 - 2025-05-13
-
5.9.0-dev.20250512 - 2025-05-12
-
5.9.0-dev.20250511 - 2025-05-11
-
5.9.0-dev.20250510 - 2025-05-10
-
5.9.0-dev.20250509 - 2025-05-09
-
5.9.0-dev.20250508 - 2025-05-08
-
5.9.0-dev.20250507 - 2025-05-07
-
5.9.0-dev.20250506 - 2025-05-06
-
5.9.0-dev.20250505 - 2025-05-05
-
5.9.0-dev.20250504 - 2025-05-04
-
5.9.0-dev.20250503 - 2025-05-03
-
5.9.0-dev.20250502 - 2025-05-02
-
5.9.0-dev.20250501 - 2025-05-01
-
5.9.0-dev.20250430 - 2025-04-30
-
5.9.0-dev.20250429 - 2025-04-29
-
5.9.0-dev.20250428 - 2025-04-28
-
5.9.0-dev.20250427 - 2025-04-27
-
5.9.0-dev.20250426 - 2025-04-26
-
5.9.0-dev.20250425 - 2025-04-25
-
5.9.0-dev.20250424 - 2025-04-24
-
5.9.0-dev.20250423 - 2025-04-23
-
5.9.0-dev.20250422 - 2025-04-22
-
5.9.0-dev.20250421 - 2025-04-21
-
5.9.0-dev.20250420 - 2025-04-20
-
5.9.0-dev.20250419 - 2025-04-19
-
5.9.0-dev.20250418 - 2025-04-18
-
5.9.0-dev.20250417 - 2025-04-17
-
5.9.0-dev.20250416 - 2025-04-16
-
5.9.0-dev.20250415 - 2025-04-15
-
5.9.0-dev.20250414 - 2025-04-14
-
5.9.0-dev.20250413 - 2025-04-13
-
5.9.0-dev.20250412 - 2025-04-12
-
5.9.0-dev.20250410 - 2025-04-10
-
5.9.0-dev.20250409 - 2025-04-09
-
5.9.0-dev.20250408 - 2025-04-08
-
5.9.0-dev.20250407 - 2025-04-07
-
5.9.0-dev.20250406 - 2025-04-06
-
5.9.0-dev.20250405 - 2025-04-05
-
5.9.0-dev.20250404 - 2025-04-04
-
5.9.0-dev.20250403 - 2025-04-03
-
5.9.0-dev.20250402 - 2025-04-02
-
5.9.0-dev.20250401 - 2025-04-01
-
5.9.0-dev.20250331 - 2025-03-31
-
5.9.0-dev.20250330 - 2025-03-30
-
5.9.0-dev.20250329 - 2025-03-29
-
5.9.0-dev.20250328 - 2025-03-28
-
5.9.0-dev.20250327 - 2025-03-27
-
5.9.0-dev.20250326 - 2025-03-26
-
5.9.0-dev.20250325 - 2025-03-25
-
5.9.0-dev.20250324 - 2025-03-24
-
5.9.0-dev.20250323 - 2025-03-23
-
5.9.0-dev.20250322 - 2025-03-22
-
5.9.0-dev.20250321 - 2025-03-21
-
5.9.0-dev.20250320 - 2025-03-20
-
5.9.0-dev.20250319 - 2025-03-19
-
5.9.0-dev.20250318 - 2025-03-18
-
5.9.0-dev.20250317 - 2025-03-17
-
5.9.0-dev.20250316 - 2025-03-16
-
5.9.0-dev.20250315 - 2025-03-15
-
5.9.0-dev.20250314 - 2025-03-14
-
5.9.0-dev.20250313 - 2025-03-13
-
5.9.0-dev.20250312 - 2025-03-12
-
5.9.0-dev.20250311 - 2025-03-11
-
5.9.0-dev.20250310 - 2025-03-10
-
5.9.0-dev.20250309 - 2025-03-09
-
5.9.0-dev.20250308 - 2025-03-08
-
5.9.0-dev.20250307 - 2025-03-07
-
5.9.0-dev.20250306 - 2025-03-06
-
5.9.0-dev.20250305 - 2025-03-05
-
5.9.0-dev.20250304 - 2025-03-04
-
5.9.0-dev.20250303 - 2025-03-03
-
5.9.0-dev.20250302 - 2025-03-02
-
5.9.0-dev.20250301 - 2025-03-01
-
5.9.0-dev.20250228 - 2025-02-28
-
5.9.0-dev.20250227 - 2025-02-27
-
5.9.0-dev.20250226 - 2025-02-26
-
5.9.0-dev.20250225 - 2025-02-25
-
5.9.0-dev.20250224 - 2025-02-24
-
5.9.0-dev.20250223 - 2025-02-23
-
5.9.0-dev.20250222 - 2025-02-22
-
5.9.0-dev.20250221 - 2025-02-21
-
5.9.0-dev.20250220 - 2025-02-20
-
5.9.0-dev.20250219 - 2025-02-19
-
5.9.0-beta - 2025-07-08
-
5.8.3 - 2025-04-05
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- fixed issues query for Typescript 5.8.3 (Stable).
- npm
-
5.8.2 - 2025-02-28
- fixed issues query for Typescript 5.8.0 (Beta).
- fixed issues query for Typescript 5.8.1 (RC).
- fixed issues query for Typescript 5.8.2 (Stable).
- npm
-
5.8.1-rc - 2025-02-13
-
5.8.0-dev.20250218 - 2025-02-18
-
5.8.0-dev.20250217 - 2025-02-17
-
5.8.0-dev.20250216 - 2025-02-16
-
5.8.0-dev.20250215 - 2025-02-15
-
5.8.0-dev.20250214 - 2025-02-14
-
5.8.0-dev.20250213 - 2025-02-13
-
5.8.0-dev.20250212 - 2025-02-12
-
5.8.0-dev.20250211 - 2025-02-11
-
5.8.0-dev.20250210 - 2025-02-10
-
5.8.0-dev.20250209 - 2025-02-09
-
5.8.0-dev.20250208 - 2025-02-08
-
5.8.0-dev.20250207 - 2025-02-07
-
5.8.0-dev.20250206 - 2025-02-06
-
5.8.0-dev.20250205 - 2025-02-05
-
5.8.0-dev.20250204 - 2025-02-04
-
5.8.0-dev.20250203 - 2025-02-03
-
5.8.0-dev.20250202 - 2025-02-02
-
5.8.0-dev.20250201 - 2025-02-01
-
5.8.0-dev.20250131 - 2025-01-31
-
5.8.0-dev.20250130 - 2025-01-30
-
5.8.0-dev.20250129 - 2025-01-29
-
5.8.0-dev.20250128 - 2025-01-28
-
5.8.0-dev.20250127 - 2025-01-27
-
5.8.0-dev.20250126 - 2025-01-26
-
5.8.0-dev.20250125 - 2025-01-25
-
5.8.0-dev.20250124 - 2025-01-24
-
5.8.0-dev.20250123 - 2025-01-23
-
5.8.0-dev.20250122 - 2025-01-22
-
5.8.0-dev.20250121 - 2025-01-21
-
5.8.0-dev.20250120 - 2025-01-20
-
5.8.0-dev.20250119 - 2025-01-19
-
5.8.0-dev.20250118 - 2025-01-18
-
5.8.0-dev.20250117 - 2025-01-17
-
5.8.0-dev.20250116 - 2025-01-16
-
5.8.0-dev.20250115 - 2025-01-15
-
5.8.0-dev.20250114 - 2025-01-14
-
5.8.0-dev.20250113 - 2025-01-13
-
5.8.0-dev.20250112 - 2025-01-12
-
5.8.0-dev.20250111 - 2025-01-11
-
5.8.0-dev.20250110 - 2025-01-10
-
5.8.0-dev.20250109 - 2025-01-09
-
5.8.0-dev.20250108 - 2025-01-08
-
5.8.0-dev.20250107 - 2025-01-07
-
5.8.0-dev.20250106 - 2025-01-06
-
5.8.0-dev.20250105 - 2025-01-05
-
5.8.0-dev.20250104 - 2025-01-04
-
5.8.0-dev.20250103 - 2025-01-03
-
5.8.0-dev.20250102 - 2025-01-02
-
5.8.0-dev.20250101 - 2025-01-01
-
5.8.0-dev.20241231 - 2024-12-31
-
5.8.0-dev.20241230 - 2024-12-30
-
5.8.0-dev.20241229 - 2024-12-29
-
5.8.0-dev.20241228 - 2024-12-28
-
5.8.0-dev.20241227 - 2024-12-27
-
5.8.0-dev.20241226 - 2024-12-26
-
5.8.0-dev.20241225 - 2024-12-25
-
5.8.0-dev.20241224 - 2024-12-24
-
5.8.0-dev.20241223 - 2024-12-23
-
5.8.0-dev.20241222 - 2024-12-22
-
5.8.0-dev.20241221 - 2024-12-21
-
5.8.0-dev.20241220 - 2024-12-20
-
5.8.0-dev.20241219 - 2024-12-19
-
5.8.0-dev.20241218 - 2024-12-18
-
5.8.0-dev.20241217 - 2024-12-17
-
5.8.0-dev.20241216 - 2024-12-16
-
5.8.0-dev.20241215 - 2024-12-15
-
5.8.0-dev.20241214 - 2024-12-14
-
5.8.0-dev.20241213 - 2024-12-13
-
5.8.0-dev.20241212 - 2024-12-12
-
5.8.0-dev.20241211 - 2024-12-11
-
5.8.0-dev.20241210 - 2024-12-10
-
5.8.0-dev.20241209 - 2024-12-09
-
5.8.0-dev.20241208 - 2024-12-08
-
5.8.0-dev.20241207 - 2024-12-07
-
5.8.0-dev.20241206 - 2024-12-06
-
5.8.0-dev.20241205 - 2024-12-05
-
5.8.0-dev.20241204 - 2024-12-04
-
5.8.0-dev.20241203 - 2024-12-03
-
5.8.0-dev.20241202 - 2024-12-02
-
5.8.0-dev.20241201 - 2024-12-01
-
5.8.0-dev.20241130 - 2024-11-30
-
5.8.0-dev.20241129 - 2024-11-29
-
5.8.0-dev.20241128 - 2024-11-28
-
5.8.0-dev.20241127 - 2024-11-27
-
5.8.0-dev.20241126 - 2024-11-26
-
5.8.0-dev.20241125 - 2024-11-25
-
5.8.0-dev.20241124 - 2024-11-24
-
5.8.0-dev.20241123 - 2024-11-23
-
5.8.0-dev.20241122 - 2024-11-22
-
5.8.0-dev.20241121 - 2024-11-21
-
5.8.0-dev.20241120 - 2024-11-20
-
5.8.0-dev.20241119 - 2024-11-19
-
5.8.0-dev.20241118 - 2024-11-18
-
5.8.0-dev.20241117 - 2024-11-17
-
5.8.0-dev.20241116 - 2024-11-16
-
5.8.0-dev.20241115 - 2024-11-15
-
5.8.0-dev.20241114 - 2024-11-14
-
5.8.0-dev.20241113 - 2024-11-13
-
5.8.0-dev.20241112 - 2024-11-12
-
5.8.0-dev.20241111 - 2024-11-11
-
5.8.0-dev.20241110 - 2024-11-10
-
5.8.0-dev.20241109 - 2024-11-09
-
5.8.0-dev.20241108 - 2024-11-08
-
5.8.0-dev.20241107 - 2024-11-07
-
5.8.0-dev.20241106 - 2024-11-06
-
5.8.0-beta - 2025-01-29
-
5.7.3 - 2025-01-08
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- fixed issues query for Typescript 5.7.3 (Stable).
-
5.7.2 - 2024-11-22
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
- npm
from typescript GitHub release notesNote: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement
Downloads are available on:
Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.
For release notes, check out the release announcement.
Downloads are available on:
For release notes, check out the release announcement.
Downloads are available on:
For release notes, check out the release announcement.
Downloads are available on npm
For release notes, check out the release announcement.
Downloads are available on:
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: