chore(deps): Bump jsonwebtoken from 10.4.0 to 11.0.0 - #160
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [jsonwebtoken](https://github.com/Keats/jsonwebtoken) from 10.4.0 to 11.0.0. - [Changelog](https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](Keats/jsonwebtoken@v10.4.0...v11.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/jsonwebtoken-11.0.0
branch
from
August 1, 2026 20:32
18a1c40 to
aae9d97
Compare
letuhao
added a commit
that referenced
this pull request
Aug 11, 2026
Same shape as composition_arc_template_edit, opposite outcome. There, op=update wrote NULL over columns the caller never mentioned and had never worked. Here, op=update with only `text` changes the text and preserves kind, scope and active. The difference is where partial-ness is enforced, exactly as #160 concluded: this repo builds its SET list from the supplied patch rather than trusting the caller to have stripped its Nones. It also has the stronger contract of the two. expected_version is required for op=update, not optional, and the refusal names all three missing pieces at once, so a blind clobber is impossible by construction rather than merely unlikely. A stale version returns applied_conflict with current_version, so the retry needs no extra read. delete->restore round-trips through is_archived with the text intact, and all four ops name their missing companions precisely. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
letuhao
added a commit
that referenced
this pull request
Aug 11, 2026
…nction The legacy twin of canon_rule_edit(op=update), and like #160's arc_update it handles partials correctly: setting active=false alone changed only that, leaving text and kind intact. Reusing a consumed expected_version returns applied_conflict with current_version, so the version is single-use rather than decorative. It also settles from the write side the distinction that misled me in #173. `active` and `is_archived` are two different user actions, not two names for one: this tool disables a rule while keeping it in the list, delete removes it from the list reversibly, and the row after active=false still had is_archived=false. The critic's own read requires both (active AND NOT is_archived), which is why each has its own tool. Co-Authored-By: Claude Opus 5 (1M context) <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 jsonwebtoken from 10.4.0 to 11.0.0.
Changelog
Sourced from jsonwebtoken's changelog.
Commits
900010fBump v116aac5aeAllow deserializing unknown key type JWKs (#530)e7ea8f0Implement Default on JwkSet (#527)249f5f7Don't panic when computing thumbprint (#524)b5d9c38Prepare for v11 release (#522)6086da7Unify encoding and decoding key APIs (#515)474728fRemove deprecatedinsecure_disable_signature_validation(#521)31a1dc6Feat: Added support for JWK decoding Ed25519 keys (#506)e681247feat: add Jwk::from_decoding_key (#475)bba16ebAllow conversion between Algorithm and KeyAlgorithm (#516)