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

Remove HeaderExt and AbortSignalExt #621

Merged
merged 3 commits into from
Aug 19, 2024
Merged

Remove HeaderExt and AbortSignalExt #621

merged 3 commits into from
Aug 19, 2024

Conversation

kflansburg
Copy link
Member

@kflansburg kflansburg commented Aug 19, 2024

web-sys introduced methods which render these extensions unneeded
Closes #617

Thanks to @omarabid for finding this!

@@ -13,7 +13,7 @@ wasm-bindgen.workspace = true
cfg-if = "1.0.0"

[dependencies.web-sys]
version = "0.3.63"
version = ">=0.3.70"
Copy link
Member Author

Choose a reason for hiding this comment

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

Hopefully this prevents folks with an older version in their Cargo.lock from running into the reverse issue.

@@ -1,42 +0,0 @@
use wasm_bindgen::prelude::*;
Copy link
Member Author

Choose a reason for hiding this comment

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

Looks like they also added the methods implemented by AbortSignalExt

@kflansburg kflansburg changed the title Remove HeaderExt Remove HeaderExt and AbortSignalExt Aug 19, 2024
@kflansburg kflansburg merged commit c7e966c into main Aug 19, 2024
3 checks passed
@kflansburg kflansburg deleted the kflansburg/617 branch August 19, 2024 15:15
renovate bot added a commit to spiraldb/vortex that referenced this pull request Aug 19, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [worker](https://togithub.com/cloudflare/workers-rs) |
workspace.dependencies | patch | `0.3.3` -> `0.3.4` |

---

### Release Notes

<details>
<summary>cloudflare/workers-rs (worker)</summary>

###
[`v0.3.4`](https://togithub.com/cloudflare/workers-rs/releases/tag/v0.3.4)

[Compare
Source](https://togithub.com/cloudflare/workers-rs/compare/v0.3.3...v0.3.4)

#### What's Changed

- Fix breaking change in `js-sys` / `web-sys`. Remove HeaderExt and
AbortSignalExt by [@&#8203;kflansburg](https://togithub.com/kflansburg)
in
[cloudflare/workers-rs#621

**Full Changelog**:
cloudflare/workers-rs@v0.3.3...v0.3.4

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
kanarus added a commit to ohkami-rs/ohkami that referenced this pull request Aug 20, 2024
kanarus added a commit to ohkami-rs/ohkami that referenced this pull request Aug 20, 2024
* @2024-08-13 18:25+9:00

* next: add `format::{Query, builtin::〜}`

* next: update examples

* next: in-place validation with `Schema` specialization in nightly

* @2024-08-14 03:11+9:00

* next: docs

* next: pass CI

* wait cloudflare/workers-rs#619 to be merged

* fix doc of `format::File`

* thanks to cloudflare/workers-rs#621 & fix benches/src/bin
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.

[BUG] js-sys 0.3.70 breaking change
1 participant