meafmira / bs-axios

Bucklescript bindings for axios
71 stars 23 forks source link

Bump bs-platform from 7.1.1 to 7.3.1 #35

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps bs-platform from 7.1.1 to 7.3.1.

Changelog

Sourced from bs-platform's changelog.

* means potential break changes

current

7.3

  • #4235 #4237 #4241 #4244 #4240 generalized uncurry work
  • #4255 #4258 #3953 code generation: compiling unit to undefined
  • #4288 code generation: improve module alias code generation
  • #4287 code generation: meaningful names for pattern match
  • #4286 code generation: better code generation for loops
  • #4224 #4262 code generation: eleminate intermediate variables when inlining
  • #4198 #4228 remove some long deprecated APIs, Js.Math.pow_int
  • #4257 docs: add docs about Belt.Id.comparable
  • #4256 tweaks to super error message
  • #4284 regression fix: better dumping cmi files to avoid scary names
  • #4285 #4268 turn off warning 20 by default (which produces false alarm)
  • #4283 tweak react-hooks template
  • #4270 #4273 deriving abstract free in belt, belt no longer relies on such extension
  • #4272 code generation: better handling of option unpacking
  • #4269 not rely on npm link for bsb templates
  • #4266 #4265 fix belt.MutableMap
  • #4259 consistent warning docs in bsc -warn-help
  • #4251 remove String.prototype.polyfill
  • #4250 adding -unboxed-types option (where @unboxed attribute may not be needed)
  • #4217 make compiler int64 encoding agnostic

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

... (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)