Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Bump bs-platform from 9.0.0 to 9.0.2 #157

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps bs-platform from 9.0.0 to 9.0.2.

Release notes

Sourced from bs-platform's releases.

9.0.2

Bug fix release, changes: https://github.com/rescript-lang/rescript-compiler/blob/master/Changes.md#902

9.0.1

A bug fix release coming after 9.0. More details: https://rescript-lang.org/blog/release-9-0

Changelog

Sourced from bs-platform's changelog.

9.0.2

  • #4990 Fix an optimization bug introduced in 9.0

  • #4982 pattern match over modules

Provide user with a sugar to pattern match over modules:

let {length, cons} = module(List)

More discussions can be found here

9.0

  • #4933 update syntax bf6561bb5d84 syntax changes listed here

  • #4934 generate @pure annotations to help esbuild remove more dead code

  • #4932 #4931 turn flow syntax checking from a error into warning 103, so it can be turned off as below

@@config({
  flags: ["-w", "-103"],
})
%%raw(if (import.meta.hot){ console.log('es6') })

The rationale is that flow could be not standard compilant so we need provide a work around, here import.meta is something new in Ecmascript

  • #4926 #4928 internal changes, move jscomp/syntax to jscomp/frontend to avoid conflicts

  • #4924 #4927 better code generated for pattern match. Take advantage of the JS runtime, some predicates can be simplified

  • #4920 #4925 support external-stdlib config

"external-stdlib" : "@rescript/std"
  • #4922 #4923 *breaking changes" Allow embed records in structural js objects

  • #4908 #4919 #4917 #4916 #4914 #4913 #4910 Get rid of camlp4 as a dev dependency, introduce an optimized visitor pattern generator, better performance, no object usage and less dependency thanks to wasm

  • #4911 Relax uninterpretable attributes from error to warn to make ppx_deriving happy

... (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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
@vercel
Copy link

vercel bot commented Mar 15, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/ocaml/v3-ocaml-org/A5h1N4AES5KFspeFwjphXhnYqEBv
✅ Preview: https://v3-ocaml-org-git-dependabot-npmandyarnbs-platform-902-ocaml.vercel.app

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from 066be0e to 25b5a1b Compare March 15, 2021 22:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from 25b5a1b to b34088a Compare March 23, 2021 19:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch 2 times, most recently from f2eeaac to ed95d1d Compare March 25, 2021 23:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from ed95d1d to aac345d Compare April 3, 2021 01:11
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from aac345d to aaee9f1 Compare April 5, 2021 19:53
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from aaee9f1 to 1948c30 Compare April 10, 2021 00:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from 1948c30 to af8232f Compare April 22, 2021 00:54
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from af8232f to a68b529 Compare April 22, 2021 17:37
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from a68b529 to 801d74d Compare May 7, 2021 21:33
@vercel
Copy link

vercel bot commented May 7, 2021

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/ocaml/settings/billing.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch 2 times, most recently from 61389ea to 92dc6ad Compare May 17, 2021 15:25
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/bs-platform-9.0.2 branch from 92dc6ad to 7d4b7ca Compare May 17, 2021 15:27
@ghost ghost closed this May 18, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 18, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/bs-platform-9.0.2 branch May 18, 2021 05:50
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pattern matching JS output bug
0 participants