Split audioWorklet environment from browser#320
Merged
sindresorhus merged 2 commits intosindresorhus:mainfrom Dec 24, 2025
Merged
Split audioWorklet environment from browser#320sindresorhus merged 2 commits intosindresorhus:mainfrom
audioWorklet environment from browser#320sindresorhus merged 2 commits intosindresorhus:mainfrom
Conversation
1 task
Thiladev
pushed a commit
to Thiladev/effect-fc
that referenced
this pull request
Jan 16, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [globals](https://github.com/sindresorhus/globals) | [`^16.5.0` → `^17.0.0`](https://renovatebot.com/diffs/npm/globals/16.5.0/17.0.0) |  |  | --- ### Release Notes <details> <summary>sindresorhus/globals (globals)</summary> ### [`v17.0.0`](https://github.com/sindresorhus/globals/releases/tag/v17.0.0) [Compare Source](sindresorhus/globals@v16.5.0...v17.0.0) ##### Breaking - Split `audioWorklet` environment from `browser` ([#​320](sindresorhus/globals#320)) [`7bc293e`](sindresorhus/globals@7bc293e) ##### Improvements - Update globals ([#​329](sindresorhus/globals#329)) [`ebe1063`](sindresorhus/globals@ebe1063) - Get all browser globals from both `chrome` and `firefox` ([#​321](sindresorhus/globals#321)) [`59ceff8`](sindresorhus/globals@59ceff8) - Add `bunBuiltin` environment ([#​324](sindresorhus/globals#324)) [`1bc6e3b`](sindresorhus/globals@1bc6e3b) - Add `denoBuiltin` environment ([#​324](sindresorhus/globals#324)) [`1bc6e3b`](sindresorhus/globals@1bc6e3b) - Add `paintWorklet` environment ([#​323](sindresorhus/globals#323)) [`4b78f56`](sindresorhus/globals@4b78f56) - Add `sharedWorker` environment ([#​322](sindresorhus/globals#322)) [`4a02a85`](sindresorhus/globals@4a02a85) *** </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im5leHQiLCJsYWJlbHMiOltdfQ==--> Reviewed-on: https://git.valverde.cloud/Thilawyn/effect-fc/pulls/30 Co-authored-by: Renovate Bot <renovate-bot@valverde.cloud> Co-committed-by: Renovate Bot <renovate-bot@valverde.cloud>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some of these properties in
audioWorkletare confusing to say they are available in browser.Especially when I saw
portin #319, it took me a while to figure out where it come from.I generated the globals for
audioWorkletand removed them inbrowserthen regeneratebrowserglobals.