-
Notifications
You must be signed in to change notification settings - Fork 36
chore(deps): update upstream wasm deps to *.227.1 #204
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
base: main
Are you sure you want to change the base?
chore(deps): update upstream wasm deps to *.227.1 #204
Conversation
235057c
to
6c9cc04
Compare
165da2f
to
99f172d
Compare
[EDIT] Spoke too soon here, I'm seeing failures in Note Jco is waiting on a componentize-js release, but not because of these deps -- it's waiting for the other fixes, so this doesn't need to delay a release cycle! |
11b369a
to
2118800
Compare
dd17e00
to
14e2332
Compare
1c4fdef
to
f26359a
Compare
Signed-off-by: Victor Adossi <[email protected]>
f26359a
to
f6fc0d6
Compare
Note -- given the change to parser code underneath the updating of the upstream dependencies, the commits in this PR should likely trigger a breaking change for downstream consumers (existing WITs that were written against older versions of the upstream crates will no longer work) In fitting with conventional commits, this recommendation is reflected in the commit title:
|
Signed-off-by: Victor Adossi <[email protected]>
f6fc0d6
to
22d6d58
Compare
This commit increases the budget for tests in weval -- while this represents a regression, this test is way outside it's parameters and requires upstream changes to weval to fix. Performance improvements/maintenance work for weval is out of scope for componentize-js. Signed-off-by: Victor Adossi <[email protected]>
This PR is blocked on merge of upstreamorca
PR:thesuhas/orca#241This PR is blocked on a newer release ofjs-component-bindgen
This PR updates the upstream ecosystem dependencies to *.227.1.
In addition to requiring an update to the co-dependent
js-component-bindgen
crate, some tests that previously shouldn't have worked (?) needed to be updated.