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

chore(deps): bump pinyin-pro from 3.16.3 to 3.26.0 in /website #432

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps pinyin-pro from 3.16.3 to 3.26.0.

Release notes

Sourced from pinyin-pro's releases.

3.26.0

目前 first 在 pattern: 'first'type: 'all' 中表现不一致:

  • pattern: 'first' 中无论是否中文,都返回结果第一个字符
  • type: 'all': 是中文则返回结果第一个字符,非中文返回空字符串

修改为: 是中文则返回结果第一个字符,非中文返回非中文字符串

3.25.0

【feat】match API 新增 v 选项,允许使用 v 匹配 ü 的拼音 #276

3.24.2: 修复部分已知问题

  • 【feat】html API 增加 rp 选项,用于去除输出结果中的 ( 和 ) #272
  • 【feat】html API 中自定义类名为 false 或者 null 时,保持默认类名 #271
  • 【fix】修复 segment 对于最后的标点符号丢弃的问题 #268

3.24.0: 增加 segment API

  • 【feat】新增 segment API 用于分词 #265
  • 【feat】pinyin API 新增 nonZhScope 属性用于指定 nonZh 的范围 #266

3.23.1

No release notes provided.

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 选项,支持只识别字符串开头的姓氏

3.20.4: 修复 alias 导致的 ts 报错

No release notes provided.

3.20.3

  • 【fix】修复 convert api 对于 iu 韵母声调转换不正确的问题
  • 【patch】修复部分字词读音,详见 #232

... (truncated)

Changelog

Sourced from pinyin-pro's changelog.

更新日志

3.25.0

  • 【feat】match API 新增 v 选项,允许使用 v 匹配 ü 的拼音 #276

3.24.2

  • 【feat】html API 增加 rp 选项,用于去除输出结果中的 <rp>(</rp><rp>)</rp> #272
  • 【feat】html API 中自定义类名为 false 或者 null 时,保持默认类名 #271

3.24.1

  • 【fix】修复 segment 对于最后的标点符号丢弃的问题 #268

3.24.0

  • 【feat】新增 segment API 用于分词 #265
  • 【feat】pinyin API 新增 nonZhScope 属性用于指定 nonZh 的范围 #266

3.23.1

  • 【patch】修正部分读音 #260

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

... (truncated)

Commits
  • fa07de9 Merge pull request #279 from zh-lx/feature-first-consistent
  • 5179bc1 feat: keep consistent for first
  • ff6efb0 feat: keep consistent for first
  • 7c8069f test: update test case for first in polyphonic
  • 7b648b0 feat: keep consistent for first
  • 77d8ae9 release: 3.25.0
  • bd915fe Merge pull request #276 from zh-lx/feature-match-v
  • 2e203f0 feat: match api 支持 v 转换
  • 2d0ac5b Merge pull request #273 from yuzheng14/fix/tree-shake
  • 9e1e8cc fix: 修复无法 tree-shake 的问题
  • 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.16.3 to 3.26.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.16.3...3.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 4, 2024

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants