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

chore(deps): bump pinyin-pro from 3.20.4 to 3.23.0#2002

Closed
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/pinyin-pro-3.23.0
Closed

chore(deps): bump pinyin-pro from 3.20.4 to 3.23.0#2002
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/npm_and_yarn/pinyin-pro-3.23.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2024

Bumps pinyin-pro from 3.20.4 to 3.23.0.

Release notes

Sourced from pinyin-pro's releases.

3.23.0

【feat】支持外部调用 getInitialAndFinal、getFinalParts、getNumOfTone 等 API #255

3.22.1

  • 【patch】校正部分词库 #252
  • 【perf】小幅优化性能 #251

3.22.0

  • 【feat】各 api 全面适配双 unicode 编码中文字符 #242#243#247
  • 【feat】支持《通用汉字规范表》 中所有字符 #244
  • 【feat】支持叠字符 々 的发音 #245
  • 【feat】支持 êê̄ếê̌ề 等拼音字符 #248
  • 【patch】修正 默认读音: #249

3.21.1: 修复 surname: 'head' 对于复姓不生效的问题

  • 【fix】修复 surname: 'head' 对于复姓不生效的问题

3.21.0: 增加 surname 选项

【feat】pinyin api 新增 surname 选项,支持只识别字符串开头的姓氏

Changelog

Sourced from pinyin-pro's changelog.

3.23.0

  • 【feat】支持外部调用 getInitialAndFinalgetFinalPartsgetNumOfTone 等 API #255

3.22.2

  • 【fix】修复 alias 导致的 .d.ts 文件报错 #253

3.22.1

  • 【patch】校正部分词库 #252
  • 【perf】小幅优化性能 #251

3.22.0

  • 【feat】各 api 全面适配双 unicode 编码中文字符 #242#243#247
  • 【feat】支持《通用汉字规范表》 中所有字符 #244
  • 【feat】支持叠字符 々 的发音 #245
  • 【feat】支持 êê̄ếê̌ề 等拼音字符 #248
  • 【patch】修正 默认读音: #249

3.21.1

  • 【fix】修复 surname: 'head' 对于复姓不生效的问题

3.21.0

  • 【feat】pinyin api 新增 surname 选项,支持只识别字符串开头的姓氏
Commits
  • 5c9f857 test: 补充测试用例
  • 234ad7a Merge pull request #255 from zh-lx/release-3.23.0
  • 673610f feat: 支持外部调用 getInitialAndFinalgetFinalPartsgetNumOfTone 等 API
  • cfeaddd release: 3.22.2
  • 8d3f8ea Merge pull request #253 from zh-lx/fix-types-alias
  • 7821ea1 chore: remove unused code
  • 2e93b60 typo: fix comment
  • 2369a70 fix: 修复 .d.ts 文件中 alias 报错问题
  • ae76a07 release: 3.22.1
  • 4dd9f1b Merge pull request #252 from zh-lx/feature-dict
  • 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 <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-pro](https://github.com/zh-lx/pinyin-pro) from 3.20.4 to 3.23.0.
- [Release notes](https://github.com/zh-lx/pinyin-pro/releases)
- [Changelog](https://github.com/zh-lx/pinyin-pro/blob/main/CHANGELOG.md)
- [Commits](zh-lx/pinyin-pro@3.20.4...3.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2024
@vercel
Copy link

vercel bot commented Jul 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
xlog ⬜️ Ignored (Inspect) Visit Preview Jul 1, 2024 4:37pm

@github-actions
Copy link

github-actions bot commented Jul 1, 2024

📦 Next.js Bundle Analysis for xlog

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 90.4 KB (🟡 +78 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 15, 2024

Superseded by #2060.

@dependabot dependabot bot closed this Jul 15, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pinyin-pro-3.23.0 branch July 15, 2024 16:23
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 javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants