-
Notifications
You must be signed in to change notification settings - Fork 281
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
Update @shopify/oxygen-workers-types
to v4.1.2
#2252
Conversation
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.
@michenly Thanks! I've made a few changes:
- Updated
hydrogen-codegen
,cli-hydrogen
andhydrogen
to avoid depending on workers types since these packages should be agnostic.- Sometimes we rely on workers types for things like doc examples. For this, we use a local
dev.env.d.ts
with worker type mocks.
- Sometimes we rely on workers types for things like doc examples. For this, we use a local
- Updated the changeset with the things that actually change (e.g. bumping a devDependency shouldn't need a changeset/release).
- I found related type issues and also fixed them.
Oxygen deployed a preview of your
Learn more about Hydrogen's GitHub integration. |
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.
While working on fixing these issues I noticed there's a problem in oxygen-workers-types
. I've opened a PR and we should probably wait for that before releasing this change: https://github.com/Shopify/oxygen-workers-types/pull/228
@shopify/oxygen-workers-types
to v4.1.1@shopify/oxygen-workers-types
to v4.1.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.
I've updated to 4.1.2 and it seems to be working now without the moduleResolution: Bundler
workaround 👍
Changes in this PR:
|
Closes #2126
Update: #2252 (comment)