oyyd / wasm-opencc

OpenCC compiled by Emscripten so that you can run it on browsers or nodejs without compiling.
https://oyyd.github.io/wasm-opencc/
Apache License 2.0
53 stars 7 forks source link

Bump mem and yargs in /wasm #31

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps mem and yargs. These dependencies needed to be updated together. Updates mem from 1.1.0 to 4.0.0

Commits


Updates yargs from 11.1.0 to 12.0.2

Changelog

Sourced from yargs's changelog.

12.0.2 (2018-09-04)

Bug Fixes

  • middleware should work regardless of when method is called (664b265), closes #1178
  • translation not working when using __ with a single parameter (#1183) (f449aea)
  • upgrade os-locale to version that addresses license issue (#1195) (efc0970)

12.0.1 (2018-06-29)

12.0.0 (2018-06-26)

Bug Fixes

  • .argv and .parse() now invoke identical code path (#1126) (f13ebf4)
  • remove the trailing white spaces from the help output (#1090) (3f0746c)
  • completion: Avoid default command and recommendations during completion (#1123) (036e7c5)

Chores

  • test Node.js 6, 8 and 10 (#1160) (84f9d2b)
  • upgrade to version of yargs-parser that does not populate value for unset boolean (#1104) (d4705f4)

Features

  • add support for global middleware, useful for shared tasks like metrics (#1119) (9d71ac7)
  • allow setting scriptName $0 (#1143) (a2f2eae)
  • remove setPlaceholderKeys (#1105) (6ee2c82)

BREAKING CHANGES

  • Options absent from argv (not set via CLI argument) are now absent from the parsed result object rather than being set with undefined
  • drop Node 4 from testing matrix, such that we'll gradually start drifting away from supporting Node 4.
  • yargs-parser does not populate 'false' when boolean flag is not passed
  • tests that assert against help output will need to be updated

Commits
  • 6c6c27d chore(release): 12.0.2
  • 5928728 chore: explicit upgrade of insecure coveralls
  • efc0970 fix: upgrade os-locale to version that addresses license issue (#1195)
  • a9820b4 docs: fix typo in advanced.md (#1194)
  • b39836f docs(advanced): fix typo (#1187)
  • f449aea fix: translation not working when using __ with a single parameter (#1183)
  • 664b265 fix: middleware should work regardless of when method is called
  • 18b2fcb chore(release): 12.0.1
  • cfa7c65 chore: explicit update of yargs-parser
  • 6ab99fe chore: bump engines to Node.js 6.x (#1169)
  • Additional commits viewable in compare view


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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/oyyd/wasm-opencc/network/alerts).