Skip to content

build(deps): bump wonka from 4.0.15 to 6.2.3#453

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/wonka-6.2.3
Open

build(deps): bump wonka from 4.0.15 to 6.2.3#453
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/wonka-6.2.3

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Feb 13, 2023

Bumps wonka from 4.0.15 to 6.2.3.

Release notes

Sourced from wonka's releases.

v6.2.3

Patch Changes

  • ⚠️ Fix overload of pipe type not being applied in bundled d.ts file, by @​kitten (See #144)

v6.2.2

Patch Changes

  • ⚠️ Fix missing Symbol.observable typings and remove const enum exports, which aren't usable in isolated modules, by @​kitten (See #141)

v6.2.1

Patch Changes

  • ⚠️ Fix accidental addition of postinstall script rather than prepare script, by @​kitten (See #138)

v6.2.0

Minor Changes

  • Implement toAsyncIterable, converting a Wonka source to a JS Async Iterable, by @​kitten (See #133)
  • Implement d.ts bundling. Only a single wonka.d.ts typings file will now be available to TypeScript, by @​kitten (See #135)
  • Add extensive TSDoc documentation for all wonka internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by @​kitten (See #136)

Patch Changes

  • ⚠️ Fix promise timing by adding missing Promise.resolve() tick to toPromise sink function, by @​kitten (See #131)
  • ⚠️ Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid, by @​kitten (See #132)

v6.1.2

  • Fix takeUntil missing a Close signal to the notifier source emitting a Push signal (See #128)

v6.1.1

  • Remove active polyfilling of Symbol.observable with defacto standard string constant (See #121)
  • Remove deprecated Node.js package.json root folder mapping (See #127)

v6.1.0

Some minor fixes and goodies 🎉

  • Reduce size by deriving multiple sources from make
  • Introduce fromIterable (which takes over functionality from fromArray)
    • This also adds support for async iterables!
  • Reimplement combine as a variadic function and zip for any length of an array of sources
  • Fix sourcemaps

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.

... (truncated)

Changelog

Sourced from wonka's changelog.

6.2.3

Patch Changes

  • ⚠️ Fix overload of pipe type not being applied in bundled d.ts file, by @​kitten (See #144)

6.2.2

Patch Changes

  • ⚠️ Fix missing Symbol.observable typings and remove const enum exports, which aren't usable in isolated modules, by @​kitten (See #141)

6.2.1

Patch Changes

  • ⚠️ Fix accidental addition of postinstall script rather than prepare script, by @​kitten (See #138)

6.2.0

Minor Changes

  • Implement toAsyncIterable, converting a Wonka source to a JS Async Iterable, by @​kitten (See #133)
  • Implement d.ts bundling. Only a single wonka.d.ts typings file will now be available to TypeScript, by @​kitten (See #135)
  • Add extensive TSDoc documentation for all wonka internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by @​kitten (See #136)

Patch Changes

  • ⚠️ Fix promise timing by adding missing Promise.resolve() tick to toPromise sink function, by @​kitten (See #131)
  • ⚠️ Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid, by @​kitten (See #132)
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Feb 13, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 13, 2023

Dependabot tried to add @liyasthomas as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/javascript-indonesias/postwoman/pulls/453/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the javascript-indonesias/postwoman repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

Bumps [wonka](https://github.com/0no-co/wonka) from 4.0.15 to 6.2.3.
- [Release notes](https://github.com/0no-co/wonka/releases)
- [Changelog](https://github.com/0no-co/wonka/blob/main/CHANGELOG.md)
- [Commits](0no-co/wonka@v4.0.15...v6.2.3)

---
updated-dependencies:
- dependency-name: wonka
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wonka-6.2.3 branch from 39bef37 to c675e32 Compare March 2, 2023 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants