chore(deps): bump serde_yml from 0.0.12 to 0.0.13 - #44
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [serde_yml](https://github.com/sebastienrousseau/serde_yml) from 0.0.12 to 0.0.13. - [Release notes](https://github.com/sebastienrousseau/serde_yml/releases) - [Commits](sebastienrousseau/serde_yml@v0.0.12...v0.0.13) --- updated-dependencies: - dependency-name: serde_yml dependency-version: 0.0.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
dean0x
added a commit
that referenced
this pull request
Jul 18, 2026
…chy, strengthen W-SM3 (avoids PF-007) Fixes three pre-classified issues from Group F triage. **#35 (Careful) — drop `async` from `checkFile` and `lintFile` in node.ts** `compileFile` has always been a plain function; adding `async` to the two siblings was an unintended contract change that silently converted the pre-existing `assertReady()` throw and `assertKnownKeys` throw into promise rejections. KB:359 documents errors as "thrown (not rejected promises)"; the test section header reads "reject unknown keys synchronously" — both confirm the async change was unintended. Node.js v22 `assert.rejects(fn, validatorFn)` does NOT intercept synchronous throws from `fn`; the error escapes the validator — exactly why the original tests did not catch the regression. U-OV-12/U-OV-13 are flipped from `assert.rejects` (non-discriminating) to `assert.throws` (sync only) so a future revert to `async` causes a clear test failure rather than a silent masking. Discriminating regression tests also added to source-map.spec.mjs (describe block "file-op error contract — sync throw regression #35"). KB:359 is correct again after this fix. **#10 (Careful) — model CheckOptions/CompileOptions/FileOptions hierarchy in types.ts** `CompileOptions extends CheckOptions` makes "check accepts a strict subset of compile's options" a type-system fact rather than a convention. `vars` is no longer duplicated between the two; `FileOptions extends CompileOptions` closes the doc-wording drift that had already diverged since the split. Public type shapes are semantically equivalent to callers; no breaking change. **#44 (Standard) — replace per-field W-SM3 assertions with full deepEqual (avoids PF-007)** The test comment stated "the ENTIRE sourceMap object is now identical" but only asserted four fields — `file` was unasserted and future fields silently uncovered. Overstating parity coverage is the mechanism by which PF-007 survived every gate. Replaced the four individual asserts with a single `assert.deepEqual(nativeResult.sourceMap, wasmResult.sourceMap)` so any new field is automatically covered. The differential property of W-SM3/W-SM3b (comparing backends to each other, not to per-surface snapshots) is preserved. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps serde_yml from 0.0.12 to 0.0.13.
Release notes
Sourced from serde_yml's releases.
... (truncated)
Commits
2bdacd5ci: commit Cargo.lock for reproducible audits57983acci: ignore RUSTSEC-2025-0068 in cargo-audit / cargo-denyc236dddstyle: apply rustfmt (max_width=72)795e112ci: include master in push triggers (default branch is master)5497552Deprecate serde_yml — 0.0.13 shim forwarding to noyalib (#52)ab3c49eMerge pull request #34 from horacimacias/masterc7ba7acMerge pull request #35 from lucasvr/lucas/anchors140d00bMerge pull request #38 from nc7s/fix-cstr-pointer-typea19e5c2Merge pull request #18 from Mingun/remove-duplicated-clone6ffe205fix: hard coded CStr pointer type, use ffi::c_charDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)