-
Notifications
You must be signed in to change notification settings - Fork 503
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 dependency typescript to version 5.7.2 🌟 #329
base: master
Are you sure you want to change the base?
Conversation
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
8882949
to
642138f
Compare
642138f
to
aa1c573
Compare
aa1c573
to
7ffd42e
Compare
1271cbc
to
f7f5216
Compare
f7f5216
to
d4fe3bf
Compare
d4fe3bf
to
6d38f5a
Compare
6d38f5a
to
b5a2223
Compare
@@ -47,6 +47,6 @@ | |||
"eslint-plugin-mocha": "5.3.0", | |||
"node-static": "^0.7.11", | |||
"npm-run-all": "4.1.5", | |||
"typescript": "5.5.4" | |||
"typescript": "5.7.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TypeScript version 5.5.4
appears to be invalid - this version number does not exist in TypeScript's release history. The jump from a non-existent version to 5.7.2
raises concerns about version control accuracy. Consider either:
- Correcting to a valid previous version (e.g.
5.4.3
) if this was a typo - Verifying that upgrading directly to
5.7.2
won't introduce breaking changes
This validation will help maintain accurate dependency tracking and prevent potential compatibility issues.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
b5a2223
to
72a31a6
Compare
This PR contains the following updates:
5.5.4
->5.7.2
Release Notes
microsoft/TypeScript (typescript)
v5.7.2
Compare Source
v5.6.3
Compare Source
v5.6.2
Compare Source
Configuration
📅 Schedule: Branch creation - "after 11pm every weekday,every weekend,before 1am every weekday" in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.