Skip to content
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

Dependency bump #245

Merged
merged 1 commit into from
Oct 3, 2022
Merged

Dependency bump #245

merged 1 commit into from
Oct 3, 2022

Conversation

paul-sachs
Copy link
Member

Dependabot batched updates

@paul-sachs paul-sachs merged commit 5ae3246 into main Oct 3, 2022
@paul-sachs paul-sachs deleted the psachs/dependency-bump-oct-3 branch October 3, 2022 15:59
Copy link
Member

@timostamm timostamm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The recently added feature in @bufbuild/protoplugin means we have to retain some pins.

"@typescript/vfs": "1.0.0",
"@types/jest": "^29.0.3",
"jest": "^29.0.3"
"@typescript/vfs": "1.4.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to keep this at 1.0.0. We use this pin to avoid npm from hoisting this dependency in packages/protoplugin. It's a terrible hack.

@@ -37,7 +37,7 @@
"dependencies": {
"@bufbuild/protobuf": "0.1.1",
"@typescript/vfs": "^1.4.0",
"typescript": "4.5.2"
"typescript": "4.8.4"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep this pinned at the older version. We deliberately don't want to keep this up to date, because updating the TypeScript compiler can change to transpiled code, and we want the generated code to be stable.

* Note: this library intentionally transpiles with a pinned older version of
* TypeScript for stability. This version is denoted in this workspace's
* package.json. For the default set of compiler options, we use a lenient

smaye81 pushed a commit that referenced this pull request Oct 6, 2022
smaye81 pushed a commit that referenced this pull request Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants