meafmira / bs-axios

Bucklescript bindings for axios
71 stars 23 forks source link

Bump bs-platform from 7.1.1 to 7.2.1 #29

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps bs-platform from 7.1.1 to 7.2.1.

Changelog

Sourced from bs-platform's changelog.

* means potential break changes

current

7.2

  • #4211 #4210 optimize int64 performance, Int64.to_string (10x faster), Int64.neg etc

  • #4209 add a space after "acquire lock" in bsb error handling

  • #4208 #4206 let%private support

    let %private  x = 3
    

    x will not be exported

    module N = struct
      let %private x = 3
    end
    

    x will not be exported by N

  • #4196 fix printing indexed operators

  • #4177 #4180 support [@@@bs.config {flags = [| ".." |] }] per file level to allow file level special flags

  • #4158 #4157 #4166 #4168 loading stdlib from memory, no postinstall needed

  • #4152 support copyright style comments preserved in JS

    [%%raw "//copyright ]
    

    copyright will be preserved in output js

  • #4191 #4189 add a flag -bs-unsafe-empty-array for easy transition (regain polymorphism for empty array), this is a temporary flag which will be removed eventually

  • #4190 (internal) remove bsdep which is not used

  • #4188 better encoding around internals for performance and size

  • #4155 fix React PPX regressions from 7.1.0 which caused a type error when writing recursive components.

  • #4185 remove staled tasks.json in bsb themes for vscode, leave it for users to keep it up to date

  • #4159 #4161 #4182 improve the startup time, reducing both the size of cmi and cmj

  • #4179 (internal) remove bsppx, use "bsc.exe -as-ppx" for editor tooling

  • #4171 add a warning for using fun%raw, use [%raw] directly

  • #4169 An escape hatch for function level comments

  • #4164 #4162 #4165 make code generation platform agnostic (not depending on printf either)

  • #4164 add Node.Buffer.toStringWithEncoding

  • #4150 Grab the hostname from window.location when conntecting to websocket for react-hooks theme

  • #4143 better compilation of optional arguments

  • #4142 fix yarn start command

  • #4140 docs: update README in basic reason template

7.1.0

(it was 7.0.2 but bumped into 7.1.0 due to a breaking change introduced in 7.0.2)

  • #4131 support bstracing -C

7.0.2

  • #4117 Upgrade to Reason 3.6.0 @ 8f71db0
... (truncated)
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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Superseded by #30.