Skip to content

Bump noyalib from 0.0.5 to 0.0.32 - #546

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/master/noyalib-0.0.32
Closed

Bump noyalib from 0.0.5 to 0.0.32#546
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/master/noyalib-0.0.32

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps noyalib from 0.0.5 to 0.0.32.

Release notes

Sourced from noyalib's releases.

noyalib v0.0.32

What's Changed

  • chore(release): date the v0.0.32 CHANGELOG heading (9b7dc4f)
  • docs(ecosystem): the Homebrew/Scoop/AUR gap rows are now shipped (efdedc0)
  • docs: record the OpenSSF Best Practices passing badge (14123f5)
  • docs(pkg): Debian ITP mail and Fedora review-request runbooks (8325271)
  • docs(ecosystem): name the core-level-only family files (1aa332a)
  • fix(gate-tests): model the bump-at-branch-creation discipline (b519c87)
  • chore(version): the branch carries its own version from the start (f88f5b4)
  • fix(spans)!: block sequences report their full extent (#375) (ac0beb6)
  • chore: remove the doc/ tombstone (3dcd79f)

Checksums

190b855ac3a2a1ff710c203db23da6aec67f4317af6e226960d40f181ceeccac  ./noyalib-0.0.32.crate

noyalib v0.0.31

What's Changed

  • fix(gate-tests): derive the version under test from the tree (80cb8e0)
  • chore(release): bump every version-bearing file to v0.0.31 (d195e90)
  • fix(lint): consume every Mapping::insert result; the second bare glob (b76f1aa)
  • fix(lint): the third range loop - compression zips w with K (81797ec)
  • fix(lint): clippy on the SHA-256 helper; two shellcheck findings actionlint surfaced (d7aabbd)
  • chore(ci): align the new jobs with repo naming conventions (ac883b0)
  • test(resilience)!: harness adoptions from the zfb evaluation stack (0cf6c47)
  • docs(dev): explain why the crate lives under crates/ - a kept relic (73e237f)
  • style+docs: rustfmt the fuzz-fix tests; CHANGELOG entry the broken chain dropped (8a5b2dc)
  • fix(cst)!: set_comment refuses line-breaking text - fuzz_editors finding (8351885)
  • docs(changelog): merge the duplicated Added group under Unreleased (da6c071)
  • docs(packaging): the distro maintainer guide; manual chapter (82c1ffa)
  • chore(dx): Phase 6 - devcontainer, pre-commit, CITATION.cff, AGENTS.md (2a2843c)
  • feat(cst): parse_document_with_config and parse_stream_with_config — closes #372 (6ba4d89)
  • fix(ci): duration monitor learns declared budgets (128341f)
  • docs(changelog): merge the duplicated Added groups under Unreleased (dc7f858)
  • fix(ci): exclude docs/SUMMARY.md from markdownlint (1b51b16)
  • feat(docs): Phase 3 - the rendered User Manual (a4f4eb0)
  • : (max 50 chars) # # Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore # # Body: explain WHAT and WHY (not HOW) — wrap at 72 chars # # Footer: reference issues, breaking changes # Fixes #123 # BREAKING CHANGE: description (b9d15d1)

  • docs(readme): drop the plan-speak channel note (f0334b5)
  • chore(structure): family layout contract in shared-docs-lint; ECOSYSTEM section (a74001c)
  • chore(lint): MD028 off - adjacent separate blockquotes are deliberate (5646eef)
  • chore(structure)!: Phase 1 - doc/ becomes docs/, DEVELOPMENT.md, docs-lint gate (7eab99a)

Checksums

6c34297b0e8a3fc5a5245f7ea28e50fc96d290b28e3d0d0da8e7c14235ec33b0  ./noyalib-0.0.31.crate

... (truncated)

Changelog

Sourced from noyalib's changelog.

[v0.0.32] - 2026-09-03

Fixed

  • span_at for a block sequence in value position reports the sequence's full extent (#375, breaking on the spans axis): the loader seals a block sequence's span at its last item (a block shape has no end token, and the end event carries the next token's span), flow sequences keep their ], and the green-tree fast path defers indentless sequences to the typed cache it cannot measure structurally. Anchored flow sequences keep their closing bracket via property-aware flow detection. The whole-tree span invariant suite now asserts parent containment strictly, with no carve-outs.

Removed

  • The doc/ tombstone directory (the v0.0.31 transition pointer).

[v0.0.31] - 2026-09-03

Added

  • cst::parse_document_with_config / cst::parse_stream_with_config (#372, #373 — implemented by @​zoosky): the lossless CST honors a caller-supplied ParserConfig, mirroring from_str_with_config. The Document keeps the configuration for every re-parse of its own source — the typed cache behind as_value, validate, the replace_span safety net, the comment-edit value guard, and schema coercion — so a merge-heavy values file that only trips the alias_anchor_ratio heuristic gets its byte-preserving path back and stays readable and editable after edits. Disabling the ratio does not loosen the absolute amplification budgets, and the default entry points are unchanged.

  • The rendered User Manual (Phase 3). docs/ is an mdBook root whose chapters are the existing Markdown files in place; docs.yml builds it beside the strict rustdoc into one Pages site (landing at /, API at /noyalib/, manual at /manual/); scripts/check-docs-links.sh gates every chapter and relative link. Every README in the family opens Documentation with the same four entry points.

  • Phase 4/5 groundwork and contributor DX (with the noya-cli half in its own repository): docs/packaging.md addressed to distro maintainers (licensing, MSRV policy, the lockstep pin model, offline builds, artefact verification), a manual chapter for it, .devcontainer/, .pre-commit-config.yaml, CITATION.cff, and AGENTS.md stating the invariants an AI-assisted contribution must respect.

  • Automation resilience, adapted from zfb's harness (the project

... (truncated)

Commits
  • 7a70b5b Merge pull request #380 from sebastienrousseau/feat/v0.0.32
  • 9b7dc4f chore(release): date the v0.0.32 CHANGELOG heading
  • efdedc0 docs(ecosystem): the Homebrew/Scoop/AUR gap rows are now shipped
  • 2cdd02e Merge pull request #376 from sebastienrousseau/feat/v0.0.32
  • 14123f5 docs: record the OpenSSF Best Practices passing badge
  • 8325271 docs(pkg): Debian ITP mail and Fedora review-request runbooks
  • 1aa332a docs(ecosystem): name the core-level-only family files
  • b519c87 fix(gate-tests): model the bump-at-branch-creation discipline
  • f88f5b4 chore(version): the branch carries its own version from the start
  • ac0beb6 fix(spans)!: block sequences report their full extent (#375)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 7, 2026
Bumps [noyalib](https://github.com/sebastienrousseau/noyalib) from 0.0.5 to 0.0.32.
- [Release notes](https://github.com/sebastienrousseau/noyalib/releases)
- [Changelog](https://github.com/sebastienrousseau/noyalib/blob/main/CHANGELOG.md)
- [Commits](sebastienrousseau/noyalib@v0.0.5...v0.0.32)

---
updated-dependencies:
- dependency-name: noyalib
  dependency-version: 0.0.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/master/noyalib-0.0.32 branch from b50e9b1 to 6cf1827 Compare September 7, 2026 11:45
@dependabot @github

dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

Looks like noyalib is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 7, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/master/noyalib-0.0.32 branch September 7, 2026 12:35
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants