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

Update dependency wonka to v6 #508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update dependency wonka to v6 #508

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wonka 4.0.15 -> 6.3.4 age adoption passing confidence

Release Notes

0no-co/wonka (wonka)

v6.3.4

Compare Source

Patch Changes
  • Add missing Symbol.observable global declaration back to typings
    Submitted by @​kitten (See #​168)

v6.3.3

Compare Source

Patch Changes
  • Improve compatibility of fromAsyncIterable and toAsyncIterable. The toAsyncIterable will now output an object that's both an AsyncIterator and an AsyncIterable. Both helpers will now use a polyfill for Symbol.asyncIterator to improve compatibility with the Hermes engine and Babel transpilation
    Submitted by @​kitten (See #​165)

v6.3.2

Compare Source

Patch Changes

v6.3.1

Compare Source

Patch Changes
  • ⚠️ Fix missing declare keyword on internal ambient enums
    Submitted by @​kitten (See #​159)

v6.3.0

Compare Source

Minor Changes
  • Add addOne argument to takeWhile, allowing an additional value to be issued
    Submitted by @​kitten (See #​156)
Patch Changes
  • Convert Push<T> and Start<T> signals to { tag, 0: value } objects, which are sufficiently backwards compatible and result in slightly faster execution in v8
    Submitted by @​kitten (See #​155)

v6.2.6

Compare Source

Patch Changes
  • ⚠️ Fix missing source contents in Wonka sourcemaps
    Submitted by @​kitten (See 56d9708)
  • ⚠️ Fix internal SignalKind and TalkbackKind enums not compiling away
    Submitted by @​kitten (See #​154)

v6.2.5

Compare Source

Patch Changes
  • Make closed: boolean on ObservableSubscriptions a required field to comply with the Observable proposal's type spec
    Submitted by @​naporin0624 (See #​151)

v6.2.4

Compare Source

Patch Changes
  • Add missing overload definition for filter, which allows types to be narrowed, e.g. by specifying a type predicate return type
    Submitted by @​kitten (See #​149)

v6.2.3

Compare Source

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

v6.2.2

Compare Source

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

Compare Source

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

v6.2.0

Compare Source

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

Compare Source

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

v6.1.1

Compare Source

  • 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

Compare Source

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

Compare Source

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.


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/wonka-6.x branch 2 times, most recently from b346eb8 to df6830e Compare September 19, 2022 18:55
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from df6830e to 6b4f008 Compare October 31, 2022 15:19
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from 6b4f008 to 6867eb3 Compare December 2, 2022 00:03
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from 6867eb3 to 515c6a9 Compare January 28, 2023 01:36
@renovate renovate bot force-pushed the renovate/wonka-6.x branch 4 times, most recently from aa9c9ec to c9789fb Compare February 14, 2023 10:20
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from c9789fb to 31516f9 Compare February 19, 2023 15:14
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from 31516f9 to c4f9a19 Compare March 11, 2023 04:42
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from c4f9a19 to 461e2ae Compare March 18, 2023 06:46
@renovate renovate bot force-pushed the renovate/wonka-6.x branch 3 times, most recently from 0a3f723 to 3e1d422 Compare March 28, 2023 23:38
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from 3e1d422 to 61acbe1 Compare April 25, 2023 17:00
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from 61acbe1 to 20a013e Compare July 20, 2023 19:47
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from 20a013e to ff763f0 Compare August 3, 2023 11:49
@renovate renovate bot force-pushed the renovate/wonka-6.x branch from ff763f0 to 78736ef Compare January 19, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants