FlowCrypt / flowcrypt-ios

FlowCrypt iOS App
https://flowcrypt.com
Other
32 stars 10 forks source link

build(deps): bump encoding-japanese from 2.1.0 to 2.2.0 in /Core #2590

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps encoding-japanese from 2.1.0 to 2.2.0.

Release notes

Sourced from encoding-japanese's releases.

v2.2.0

What's Changed

Features

Maintenance

Documentation

  • Update fallback option of convert in README.md (2a522ea)

New Contributors

Full Changelog: https://github.com/polygonplanet/encoding.js/compare/2.1.0...2.2.0

Changelog

Sourced from encoding-japanese's changelog.

2.2.0 (2024-06-09)

Features

  • Add fallback: 'ignore' option in Encoding.convert. (#41) Thanks @​syumai
  • Add fallback: 'error' option in Encoding.convert. (#44)

Maintenance

  • Update devDependencies (mocha) to the latest versions. (a7bded8)

Documentation

  • Update fallback option of convert in README.md (2a522ea)
Commits
  • 52175eb feat: v2.2.0
  • 5d76ce1 docs(changelog): add changelogs for 2.2.0
  • a7bded8 chore(deps): update devDependencies (mocha) to latest versions
  • 2a522ea docs(readme): update fallback option section
  • 9beeb9c Merge pull request #44 from polygonplanet/feature/add-fallback-error-option
  • f6422f7 docs: add fallback: 'error' option
  • 0891915 test: add test for fallback: 'error' option
  • e79dae6 feat: add error option for fallback in conversion
  • e9edbed Merge pull request #42 from basemachina/fix-convert-ignore-doc-en
  • adfa157 fix comment in example code for fallback-ignore option of convert function
  • Additional commits viewable in compare view


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)