dragonwasrobot / brainfuck

A brainfuck interpreter written in Elm
MIT License
7 stars 0 forks source link

Bump uglify-js from 3.13.4 to 3.13.5 #62

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps uglify-js from 3.13.4 to 3.13.5.

Release notes

Sourced from uglify-js's releases.

v3.13.5

Features

  • drop unused self-referencing class & function (bddb5a01026e8295f9271f7d787e70937acba9d8)
  • handle Map, Set, WeakMap & WeakSet (f46209b7e5ecb33d9596fb946975be5f65c0b727)
  • improve detection of unused assignment (9b8deff64d957b2804082572340cdd8175eff731)
  • improve compression on variable reassignment (10dd9d4eaf3d28479744676e344f0df6b6bd8029)
  • enable ESTree translation on all supported ECMAScript features (324587f76980114e030c59165a60bd285ca05be0, 97bd56b7e89c29fe2ba2800f88972e168366ae99)
  • support __PURE__ in ESTree translation (d576495e5a696302340580e999bc0446a1d4c1ca)

Bug Fixes

  • assignment operator (4cccc01f3ec7f80c4ef3dd574942b164422c6bd9)
  • default parameter (c53af3dfb1cb59681de34142aac420f780c0ec05)
  • export statement (80efaa2f331b2c3f3ec35218d1086830a39bec93)
  • for [await]...of loop (acf951a5bc9d79dc2614d880758e3e7f79f975ae)
  • function parameter (a1a212f6393f690180a606c0610a4ca9279522ad)
  • global constant property (3c161a666259389f96f9aa88a5b6d4e7579d50a4, c296a63fb338a6edba6682d821351255e8935fd9)
  • logical assignment operator (a06e20304b042ab5cd2ad051fb60cf50a7934bb7)
  • yield keyword (a2b1b96752c5f898539f8e28431461428c4c7731)
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)