-
Notifications
You must be signed in to change notification settings - Fork 43
Centralize and increase TypeScript version and introduce erasableSyntaxOnly #3003
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
Centralize and increase TypeScript version and introduce erasableSyntaxOnly #3003
Conversation
🦋 Changeset detectedLatest commit: a90962b The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…er option erasableSyntaxOnly
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.
There is a changeset.
Changes looks good
No but @johannes-kolbe did 🤓 |
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.
- centralized typescript approach lg, comments discussed
- sonar report available
- changeset provided
- did not test manually
…-middleware/introduce-erasableSyntaxOnly # Conflicts: # pnpm-lock.yaml
…e-erasableSyntaxOnly' into feat/preview-middleware/introduce-erasableSyntaxOnly
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.
Re-approving
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.
Thanks @heimwege, TypeScript update looks good.
|
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.
Changes to annotation related packages looks good.
…-middleware/introduce-erasableSyntaxOnly # Conflicts: # package.json # pnpm-lock.yaml
…e-erasableSyntaxOnly' into feat/preview-middleware/introduce-erasableSyntaxOnly
cccc506
@voicis @Klaus-Keller @johannes-kolbe I had to resolve a merge conflict in |
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.
re-approved
|
Update TypeScript version to
5.8.2
, delete local typescript devDependencies in packages and introduce new compiler optionerasableSyntaxOnly
for preview-middlewareAs SonarCloud does not yet support the new property this PR introduces a sonar specific tsconfig for preview-middleware w/o this property.