Skip to content

chore(deps): bump wp-proj from v1.20.7 to v1.21.10#156

Open
dependabot[bot] wants to merge 1 commit intobetafrom
dependabot/cargo/beta/wp-proj-v1.21.10
Open

chore(deps): bump wp-proj from v1.20.7 to v1.21.10#156
dependabot[bot] wants to merge 1 commit intobetafrom
dependabot/cargo/beta/wp-proj-v1.21.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps wp-proj from v1.20.7 to v1.21.10.

Release notes

Sourced from wp-proj's releases.

v1.21.10

Full Changelog: wp-labs/wp-motor@v1.21.9...v1.21.10

v1.21.9

Full Changelog: wp-labs/wp-motor@v1.21.8...v1.21.9

v1.21.8

Full Changelog: wp-labs/wp-motor@v1.21.7...v1.21.8

v1.21.7

Full Changelog: wp-labs/wp-motor@v1.21.6...v1.21.7

v1.21.6

Full Changelog: wp-labs/wp-motor@v1.21.5...v1.21.6

v1.21.5

What's Changed

Full Changelog: wp-labs/wp-motor@v1.21.4...v1.21.5

v1.21.4

Full Changelog: wp-labs/wp-motor@v1.21.3...v1.21.4

v1.21.3

What's Changed

Full Changelog: wp-labs/wp-motor@v1.21.2...v1.21.3

v1.21.2

What's Changed

Full Changelog: wp-labs/wp-motor@v1.21.1...v1.21.2

v1.21.1

What's Changed

Full Changelog: wp-labs/wp-motor@v1.21.0...v1.21.1

v1.21.0

What's Changed

... (truncated)

Changelog

Sourced from wp-proj's changelog.

[1.21.10 Unreleased]

Changed

  • Error/Reason: Simplified OMLRunReason::FmtConv(String) to unit variant FmtConv; dynamic error messages are now carried via StructError::detail() instead of the variant payload. 中文:OMLRunReason::FmtConv(String) 简化为单位变体 FmtConv,动态错误信息改为通过 StructError::detail() 承载。
  • Error/Strategies: Updated WplCodeReason match patterns in err_4stoic, err_4normal, err_4debug to use unit variants, aligning with wp-lang's Reason enum simplification. 中文:更新 err_4stoicerr_4normalerr_4debugWplCodeReason 的匹配模式,适配 wp-lang 的 Reason 枚举简化。

[1.21.9] - 2026-05-03

Added

  • Diagnostics/CLI: Error hints are now driven by stable_code (from #[derive(OrionError)]) as primary key, with bilingual Chinese/English support; language is selected via WP_LANG environment variable (fallback to LANG then LC_ALL). 中文:错误提示改为以 stable_code(来自 #[derive(OrionError)])为主键索引,支持中英双语;通过 WP_LANG 环境变量切换(fallback LANGLC_ALL)。
  • Diagnostics/CLI: Error output now shows doing: context (operation being performed when error occurred). 中文:错误输出新增 doing: 上下文展示(发生错误时正在执行的操作)。
  • CLI/Help: Added after_long_help documenting WP_LANG and NO_COLOR environment variables in wparse and wproj CLI help output. 中文:在 wparsewproj 的 CLI --help 输出中添加 WP_LANGNO_COLOR 环境变量说明。

Changed

  • Diagnostics/CLI: Refactored collect_hints to use stable_code match branches (13 categories), with detail string matching only for subcategorization in 4 scenarios. 中文:重构 collect_hints,使用 stable_code 匹配分支(13 个类别),仅在 4 种场景下通过 detail 字符串做二次细分。

[1.21.8] - 2026-05-02

Changed

  • Dependencies: Upgraded orion-error from 0.6 to 0.7, adapting to the new #[derive(OrionError)] derive macro and updated trait paths (ErrorOweBase, ToStructError, ContextRecord). 中文:升级 orion-error 从 0.6 到 0.7,适配新的 #[derive(OrionError)] 宏和更新的 trait 路径。
  • Error Handling: Replaced .map_err() with idiomatic .owe() across sources, sinks, and runtime modules; migrated integration and unit tests from anyhow::Result<()> to StructError<T>-based Result types. 中文:使用 .owe() 惯用模式替换 .map_err(),将测试从 anyhow::Result 迁移到基于 StructError<T> 的 Result 类型。

Removed

  • Sinks/Rescue: Removed unused sink_err helper method. 中文:移除不再使用的 sink_err 辅助方法。

[1.21.7] - 2026-04-27

Added

  • Config/Engine: Added RepoGroupConf for repository group configuration support in engine config. 中文:新增 RepoGroupConf 支持引擎配置中的仓库组配置。

[1.21.6] - 2026-04-27

Changed

  • Release Merge: Merged all changes from 1.20.7 into the 1.21.x release line. 中文:将 1.20.7 的全部变更合并到 1.21.x 发布线。

Fixed

  • OML/SQL: Fixed non-deterministic SQL parameter binding for multi-parameter IN (...) clauses by collecting :param values in SQL placeholder order instead of HashMap iteration order. 中文:修复 SQL IN (...) 多参数绑定顺序不稳定的问题,现在按 SQL 中 :param 占位符出现顺序绑定,而不是依赖 HashMap 遍历顺序。
  • OML/SQL Cache: Aligned SQL cache keys and query parameters to the same placeholder order for both sync and async evaluators, preventing partial matches such as only returning server while missing db.

... (truncated)

Commits
  • 68599d7 refactor(error): simplify OMLRunReason to unit variant, align with wp-lang Re...
  • 42c130d diagnostics: bilingual stable_code-driven error hints with doing: context
  • 0af9df4 v1.21.8
  • 34928a9 upgrade orion-error to 0.7 with idiomatic owe() patterns
  • c13d519 fix testcase
  • f106c88 fix
  • fd5a836 add RepoGroupConf
  • 8fdedff Update wpgen checks and release fixes
  • 81bd5ad fmt
  • c696e0e update changelog: add v1.21.2-v1.21.4 entries and v1.21.5 Unreleased
  • 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 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 [wp-proj](https://github.com/wp-labs/wp-motor) from v1.20.7 to v1.21.10.
- [Release notes](https://github.com/wp-labs/wp-motor/releases)
- [Changelog](https://github.com/wp-labs/wp-motor/blob/main/CHANGELOG.md)
- [Commits](wp-labs/wp-motor@16cae9c...68599d7)

---
updated-dependencies:
- dependency-name: wp-proj
  dependency-version: 68599d701afcefd1be45e13a8222f6627e701f48
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Labels

The following labels could not be found: beta, 📦 dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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