Skip to content

chore(deps): bump wp-cli-core from v1.18.1 to v1.19.5#245

Closed
dependabot[bot] wants to merge 1 commit intobetafrom
dependabot/cargo/beta/wp-cli-core-v1.19.5
Closed

chore(deps): bump wp-cli-core from v1.18.1 to v1.19.5#245
dependabot[bot] wants to merge 1 commit intobetafrom
dependabot/cargo/beta/wp-cli-core-v1.19.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 16, 2026

Bumps wp-cli-core from v1.18.1 to v1.19.5.

Release notes

Sourced from wp-cli-core's releases.

v1.19.5

Full Changelog: wp-labs/wp-motor@v1.19.4...v1.19.5

v1.19.4

Full Changelog: wp-labs/wp-motor@v1.19.3...v1.19.4

v1.19.4-alpha

Full Changelog: wp-labs/wp-motor@v1.19.3...v1.19.4-alpha

v1.19.3

Full Changelog: wp-labs/wp-motor@v1.19.2...v1.19.3

v1.19.2

Full Changelog: wp-labs/wp-motor@v1.19.1...v1.19.2

v1.19.1

Full Changelog: wp-labs/wp-motor@v1.19.0...v1.19.1

v1.19.0

Full Changelog: wp-labs/wp-motor@v1.18.1...v1.19.0

Changelog

Sourced from wp-cli-core's changelog.

[1.19.5] - 2026-03-15

Added

  • Runtime Control: Add a structured in-process runtime command bus for LoadModel, including oneshot replies, reload single-flight gating, and runtime status snapshots for host-layer management integration

Changed

  • Reload Runtime: Return structured reload outcomes (done, done_with_force_replace, failed) from wp-motor so warp-parse can map results to admin HTTP responses
  • Daemon Lifecycle: Reconnect daemon command handling with the existing exit-policy state machine to preserve quiescing/stopping behavior while runtime commands are enabled
  • Control Readiness: Reject runtime commands before the daemon loop is ready, and stop accepting new commands as soon as shutdown or quiescing begins
  • Config/Knowledge: Add [models].knowledge as the configurable root for knowdb and semantic dictionary files, while keeping the legacy knowledge/semantic_dict.toml fallback for semantic dict loading
  • Documentation: Clarify the remote reload boundary so admin HTTP lives in warp-parse, while wp-motor only owns runtime command execution and status reporting
  • Dependencies/Knowledge: Switch workspace consumers to external wp-knowledge 0.10, remove the local crates/wp-knowledge mirror, and align OML/routing cache usage with the external crate types
  • Dependencies/Language: Record wp-lang as an externalized dependency track instead of continuing to maintain a local in-workspace mirror

Fixed

  • Batch Runtime: Disconnect the parse router before batch shutdown waits on parser completion so file-source EOF can drain remaining data and exit instead of hanging in Quiescing

[1.19.0] - 2026-03-10

Added

  • Sinks/Arrow: Add arrow-file sink for local length-prefixed Arrow IPC frame output
  • wp-proj/init: Add arrow_file_sink and arrow_tcp_sink templates to project initialization
  • OML/Match: Add iequals_any(...) for case-insensitive multi-candidate matching in match expressions
  • OML/Lookup: Add lookup_nocase(dict, key, default) for case-insensitive lookup against static object dictionaries
  • OML/Calc: Add calc(...) arithmetic expressions with + - * / % and abs/round/floor/ceil

Changed

  • Connectors/Core: Move builtin connector sink implementations into the standalone wp-core-connectors crate and keep engine-side code as thin re-export wrappers
  • Connectors/Packaging: Decouple wp-core-connectors from wp-conf so it can be consumed as an independent crate
  • Connectors/Net: Reuse shared NetWriter infrastructure for Arrow-over-TCP output
  • Documentation/OML: Update Chinese and English OML function and grammar references for iequals_any and lookup_nocase
  • Documentation/OML: Add Chinese and English OML docs for calc(...) arithmetic expressions

Fixed

  • Sinks/Runtime: Fix wp-core-connectors sink runtime semantics around disconnect handling, raw input validation, output path resolution, and duplicate factory registration
  • OML/Calc: Normalize invalid arithmetic cases in calc(...) to ignore, including integer overflow, non-finite floats, and large-integer rounding edge cases

[1.18.2] - 2026-03-14

Fixed

  • wp-lang/kv+kvarr: Fix WPL engine/runtime parsing for keys containing (), [], <>, and {} (for example protocal(80), arr[0], list<int>, set{a})
  • wp-lang/ref-path: Fix @... field reference path parsing so bracket-style keys are accepted without consuming outer WPL syntax delimiters
Commits

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)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 16, 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.

@dependabot dependabot Bot force-pushed the dependabot/cargo/beta/wp-cli-core-v1.19.5 branch from 5153467 to ead9728 Compare March 16, 2026 04:29
Bumps [wp-cli-core](https://github.com/wp-labs/wp-motor) from v1.18.1 to v1.19.5.
- [Release notes](https://github.com/wp-labs/wp-motor/releases)
- [Changelog](https://github.com/wp-labs/wp-motor/blob/e33cbb1fdfacc5d8df197ed37b28278827439f32/CHANGELOG.md)
- [Commits](wp-labs/wp-motor@48b0810...e33cbb1)

---
updated-dependencies:
- dependency-name: wp-cli-core
  dependency-version: e33cbb1fdfacc5d8df197ed37b28278827439f32
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/beta/wp-cli-core-v1.19.5 branch from ead9728 to dd8c29d Compare March 20, 2026 08:47
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 12, 2026

Looks like wp-cli-core is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 12, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/beta/wp-cli-core-v1.19.5 branch April 12, 2026 03:41
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