[PR #2586] [CLOSED] chore(deps): bump wonka from 4.0.15 to 6.0.0 #3917

Closed
opened 2026-03-17 01:29:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2586
Author: @dependabot[bot]
Created: 8/15/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/wonka-6.0.0


📝 Commits (1)

  • 6860fd1 chore(deps): bump wonka from 4.0.15 to 6.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

Bumps wonka from 4.0.15 to 6.0.0.

Release notes

Sourced from wonka's releases.

v6.0.0

In v6.0.0 of Wonka, we've migrated fully to TypeScript. If you're using this project with Reason or OCaml before, we're sorry for the inconvenience. However, v4 and v5-rc will remain usable for these platforms and languages.

The move of Wonka to a TypeScript-first codebase allows us to focus on the goals of the project that have been most relevant for the urql project. These goals ultimately don't surround being cross-platform and supporting Reason but being a low-overhead, low-size streaming utility library that remains bug free. However, the previous codebase didn't allow us to always guarantee the latter (low-size) as best as we'd like and caused problems for keeping the library bug-free, as a Reason codebase simply isn't as accessible as a TypeScript codebase.

The internal API and data structures of Wonka haven't changed in v6.0.0 compared to the prior releases and are based on v4.0.14. This means that from a TypeScript, Flow, and JS perspective, v6.0.0 is backwards compatible and continues to function as before.

However, the fromList API has been removed so far, and we reserve ourselves room to make more breaking changes were behaviour before was broken.

We're also dropping IE11 support and are now bundling against an ES2015 target.

v5.0.0-rc.1

  • Add package.json:exports entry for raw file access, by @​Austaras (See #96)
  • Fix spec-compliance of toObservable operator (See #94)

v5.0.0-rc.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2586 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/15/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/wonka-6.0.0` --- ### 📝 Commits (1) - [`6860fd1`](https://github.com/hoppscotch/hoppscotch/commit/6860fd1f651ac0e19656bfa331400ec68a7fbc48) chore(deps): bump wonka from 4.0.15 to 6.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [wonka](https://github.com/0no-co/wonka) from 4.0.15 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/0no-co/wonka/releases">wonka's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <p>In <code>v6.0.0</code> of Wonka, we've migrated fully to TypeScript. If you're using this project with Reason or OCaml before, we're sorry for the inconvenience. However, v4 and v5-rc will remain usable for these platforms and languages.</p> <p>The move of Wonka to a TypeScript-first codebase allows us to focus on the goals of the project that have been most relevant for the <a href="https://github.com/FormidableLabs/urql">urql project</a>. These goals ultimately don't surround being cross-platform and supporting Reason but being a low-overhead, low-size streaming utility library that remains bug free. However, the previous codebase didn't allow us to always guarantee the latter (low-size) as best as we'd like and caused problems for keeping the library bug-free, as a Reason codebase simply isn't as accessible as a TypeScript codebase.</p> <p>The internal API and data structures of Wonka haven't changed in <code>v6.0.0</code> compared to the prior releases and are based on <code>v4.0.14</code>. This means that from a TypeScript, Flow, and JS perspective, <code>v6.0.0</code> is backwards compatible and continues to function as before.</p> <p>However, the <code>fromList</code> API has been removed so far, and we reserve ourselves room to make more breaking changes were behaviour before was broken.</p> <p>We're also dropping IE11 support and are now bundling against an ES2015 target.</p> <h2>v5.0.0-rc.1</h2> <ul> <li>Add <code>package.json:exports</code> entry for raw file access, by <a href="https://github.com/Austaras"><code>@​Austaras</code></a> (See <a href="https://github-redirect.dependabot.com/kitten/wonka/pull/96">#96</a>)</li> <li>Fix spec-compliance of <code>toObservable</code> operator (See <a href="https://github-redirect.dependabot.com/kitten/wonka/pull/94">#94</a>)</li> </ul> <h2>v5.0.0-rc.0</h2> <ul> <li>Upgrade to BuckleScript 8, by <a href="https://github.com/Austaras"><code>@​Austaras</code></a> (See <a href="https://github-redirect.dependabot.com/kitten/wonka/pull/88">#88</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/0no-co/wonka/commit/c4373916127cf8985d27051c1df5c1f437d38557"><code>c437391</code></a> Update readme and licence</li> <li><a href="https://github.com/0no-co/wonka/commit/2ac81120d25c574936c0c923d3f519e160722e6c"><code>2ac8112</code></a> Merge branch 'next'</li> <li><a href="https://github.com/0no-co/wonka/commit/63055ff5ff9a895195bf86e180b4330d7dac368f"><code>63055ff</code></a> Add doc comments to types.ts</li> <li><a href="https://github.com/0no-co/wonka/commit/fd694e4daee2d3788a2f61ce6172b00cfbf355db"><code>fd694e4</code></a> Fix looping behaviour to be identical as to before</li> <li><a href="https://github.com/0no-co/wonka/commit/7c2ab5f06d4171ca634f6ced368fe59789d00b9b"><code>7c2ab5f</code></a> Fix discrepancies to v4</li> <li><a href="https://github.com/0no-co/wonka/commit/9fc3fb76544e59036acb0b111bd28b1e81dad313"><code>9fc3fb7</code></a> Remove redundant condition in share</li> <li><a href="https://github.com/0no-co/wonka/commit/0694210c95488b5c9aa937b242a27f33a00b8cf6"><code>0694210</code></a> Add missing tasks</li> <li><a href="https://github.com/0no-co/wonka/commit/cf273ef9cfdbc92659f27cc15d24f84e2a7c8c8a"><code>cf273ef</code></a> Update docs for TS-only</li> <li><a href="https://github.com/0no-co/wonka/commit/a4e79fe36095ec9aef034057f0b9d933ee4f35de"><code>a4e79fe</code></a> Apply eslint/prettier fixes</li> <li><a href="https://github.com/0no-co/wonka/commit/0c08fc08f1fdcfd2a94d02e257cc2376e05a1566"><code>0c08fc0</code></a> Add eslint/prettier setup</li> <li>Additional commits viewable in <a href="https://github.com/0no-co/wonka/compare/v4.0.15...v6.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wonka&package-manager=npm_and_yarn&previous-version=4.0.15&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:29:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3917
No description provided.