chore(deps): bump dashmap from 6.1.0 to 6.2.1 in /czech-file-knife#120
Merged
hyperpolymath merged 2 commits intoMay 29, 2026
Merged
Conversation
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 6.1.0 to 6.2.1. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](xacrimon/dashmap@v6.1.0...v6.2.1) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
hyperpolymath
approved these changes
May 29, 2026
3 tasks
hyperpolymath
added a commit
that referenced
this pull request
May 30, 2026
…andards#301) (#153) ## Summary - Adds the canonical estate `ignore: dependency-name "*" version-update:semver-major` block to each non-github-actions ecosystem entry in `.github/dependabot.yml` - 9 entries get the ignore (5 cargo: root + czech-file-knife + panoptes + personal-sysadmin + displace; mix; npm; pip; nix). github-actions is left as-is per estate doc — SHA pins make action majors safe. - Brings ambientops into conformance with standards#301 / docs/DEPENDABOT-POLICY.adoc ## Context Per the 2026-05-29 echidna incident (#120-#124 broke main for ~24h), unattended dependabot semver-major merges fly through the estate validation gates (K9 / A2ML / language-policy) but break the actual compile gates on subsequent pushes. Estate policy now: majors land via author-supplied PRs paired with call-site updates. This PR closes 7 risky in-flight dependabot PRs as superseded: - #147 reqwest 0.12.28→0.13.4 (0.x minor breaking) - #145 config 0.14.1→0.15.23 (0.x minor breaking, multi-version) - #144 symphonia 0.5.5→0.6.0 (0.x minor breaking) - #146 thiserror 1.0.69→2.0.18 (major) - #142 colored 2.2.0→3.1.1 (major) - #136 rusqlite 0.31.0→0.40.0 (0.x huge jump) - #135 nix 0.30.1→0.31.3 (0.x minor breaking) Each needs a paired code-side migration that hasn't been done; this PR parks them safely via the canonical policy. ## Test plan - [ ] dependabot config check passes (YAML valid) - [ ] CI green (existing gates) - [ ] After merge, dependabot does not re-file the 7 closed PRs
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 dashmap from 6.1.0 to 6.2.1.
Release notes
Sourced from dashmap's releases.
Commits
749ed1fv6.2.1d02b945v6.2.0b983625update dependencies94a294abump msrv to 1.85Dependabot 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)