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

Bump rescript from 9.1.4 to 10.1.4 #77

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2023

Bumps rescript from 9.1.4 to 10.1.4.

Release notes

Sourced from rescript's releases.

10.1.4

🐛 Bug Fix

🚀 New Feature

💅 Polish

10.1.3

🚀 New Feature

  • Add experimental suppport for directives. An annotation such as @@directive("use client;") emits use client; verbatim before imports rescript-lang/rescript-compiler#5999
  • genType: add Core standard library support for the following builtin types: Null.t, Nullable.t, Undefined.t, Dict.t<_>, Promise.t<_>, Date.t, BigInt.t, RegExp.t, Map.t<_, _>, WeakMap.t<_, _>, Set<_>, WeakSet<_> rescript-lang/rescript-compiler#6024

💥 Breaking Change

  • genType: streamline the treatment of optionals as undefined rescript-lang/rescript-compiler#6024
    • Represent option<t> as undefined | t instead of null | undefined | t. This is more permissive when importing functions taking optional values (allows to use option types), but stricter when e.g. exporting ReScript functions taking arguments of option type. Fallback: use Js.undefined<_> instead.
    • Represent {x:option<string>} as {x:(undefined | string)} instead of {x?: string}. This is more in line with TS's behaviour. Fallback: use {x?:string}.

💅 Polish

🐛 Bug Fix

... (truncated)

Changelog

Sourced from rescript's changelog.

10.1.4

🐛 Bug Fix

🚀 New Feature

💅 Polish

10.1.3

🚀 New Feature

  • Add experimental suppport for directives. An annotation such as @@directive("use client;") emits use client; verbatim before imports rescript-lang/rescript-compiler#5999
  • genType: add Core standard library support for the following builtin types: Null.t, Nullable.t, Undefined.t, Dict.t<_>, Promise.t<_>, Date.t, BigInt.t, RegExp.t, Map.t<_, _>, WeakMap.t<_, _>, Set<_>, WeakSet<_> rescript-lang/rescript-compiler#6024

💥 Breaking Change

  • genType: streamline the treatment of optionals as undefined rescript-lang/rescript-compiler#6024
    • Represent option<t> as undefined | t instead of null | undefined | t. This is more permissive when importing functions taking optional values (allows to use option types), but stricter when e.g. exporting ReScript functions taking arguments of option type. Fallback: use Js.undefined<_> instead.
    • Represent {x:option<string>} as {x:(undefined | string)} instead of {x?: string}. This is more in line with TS's behaviour. Fallback: use {x?:string}.

💅 Polish

🐛 Bug Fix

... (truncated)

Commits
  • 3ac19a5 Deprecate unsafe j`$(a)$(b)` interpolation
  • 6178dce Fix issue with comparison of string constants
  • aea9227 polish(format): improv format check help (v10.1) (#6056)
  • 96fdd85 Fix issue with pattern match escape. (#6062)
  • a8e7876 snapshot
  • f4a47e0 add error if the lib dir is included in the sources (v10.1) (#6055)
  • d2427e8 Better error message extension (v10.1) (#6057)
  • 4e78a3d Add support for toplevel await.
  • b77be05 Fix implementation of directives.
  • 37e105f Fix implementation of directives.
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by cknittel, a new releaser for rescript since your current version.


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)

Bumps [rescript](https://github.com/rescript-lang/rescript-compiler) from 9.1.4 to 10.1.4.
- [Release notes](https://github.com/rescript-lang/rescript-compiler/releases)
- [Changelog](https://github.com/rescript-lang/rescript-compiler/blob/master/CHANGELOG.md)
- [Commits](rescript-lang/rescript@9.1.4...10.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 3, 2023
@dependabot dependabot bot requested a review from rpominov April 3, 2023 04:01
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