Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pinyin from 2.10.2 to 3.1.0 #554

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps pinyin from 2.10.2 to 3.1.0.

Release notes

Sourced from pinyin's releases.

2.11.0

  • 特性:支持姓氏模式。
const py = pinyin('中文', {
  mode: pinyin.MODE_SURNAME,
});

What's Changed

New Contributors

Full Changelog: hotoo/pinyin@2.10.2...2.11.0

Changelog

Sourced from pinyin's changelog.

CHANGELOG


3.0.0-alpha.7 (2023-11-20)

  • feat: dynamic import optional dependencies.

3.0.0-alpha.6 (2023-11-12)

3.0.0-alpha.5 (2022-07-12)

  • fix: npm publish 中没有保护 esm 目录。
  • fix: dict: 修复“呢”的拼音默认顺序。
  • feat: dict: 新增“行不行”词语拼音。

3.0.0-alpha.4 (2022-04-01)

  • dict: “着落” 拼音频率调整。

3.0.0-alpha.3 (2022-03-27)

  • fix: phrases dict of "苹". #326

3.0.0-alpha.2 (2022-03-22)

  • feat: pinyin implemention by typescript language.
  • feat: full Hanzi support for Web browser and Node.js
  • feat: segment support in Web browser and Node.js
  • feat: ES module and CommonJS module.
  • feat: support surname mode.
  • feat: better compact method.
  • fix: support specific segment for cli #322

2.11.1 (2022-03-09)

  • deps(nodejieba): 锁定 nodejieba 依赖版本 #315, #316

2.11.0 (2022-02-25)

  • feat(surname): 支持姓氏拼音模式,优先处理姓氏读音。 fixed #288
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 show <dependency name> 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)

Bumps [pinyin](https://github.com/hotoo/pinyin) from 2.10.2 to 3.1.0.
- [Release notes](https://github.com/hotoo/pinyin/releases)
- [Changelog](https://github.com/hotoo/pinyin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hotoo/pinyin/commits)

---
updated-dependencies:
- dependency-name: pinyin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants