chore(deps): bump taffy from 0.12.1 to 0.12.2 - #929
Conversation
Bumps [taffy](https://github.com/DioxusLabs/taffy) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/DioxusLabs/taffy/releases) - [Changelog](https://github.com/DioxusLabs/taffy/blob/main/CHANGELOG.md) - [Commits](DioxusLabs/taffy@v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: taffy dependency-version: 0.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Superseded — |
|
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. |
…python) (#931) * chore(deps): combined dependabot roundup Folds the still-needed dependabot bumps into one PR (the serial ones all touch shared files — Cargo.lock, release.yml, pyproject.toml — so merging them individually would conflict-churn). Supersedes #915-#924, #927, #928, #930; #925/#926/#929 already landed via #907 and were closed. Rust crates: clap 4.6.2->4.6.3, libc 0.2.186->0.2.188 (cargo update) CI actions: actions/checkout 7.0.0->7.0.1, actions/setup-node 6.4.0->7.0.0, github/codeql-action/init 4.37.0->4.37.1, sbt/setup-sbt 1.5.0->1.5.2, softprops/action-gh-release 3.0.1->3.0.2 Go module: ebitengine/purego 0.10.1->0.10.2 Python deps: torch >=2.13.0, transformers >=5.14.1, pdfplumber >=0.11.10, sec-edgar-downloader >=5.1.0, ty >=0.0.61 (pyproject + scripts reqs) Claude-Session: https://claude.ai/code/session_01VfT1dvLWaMNh4SpaXV8kcp * fix(deps): drop py3.9-incompatible python bumps, fix codeql action SHA CI surfaced two real failures in the roundup: 1. uv resolution failed for Python 3.9 (project supports >=3.9). Every python dependency bump in the roundup targets a release that dropped py3.9: pdfplumber 0.11.10 (via pdfminer-six 20260107), torch 2.13.0, transformers 5.14.1, sec-edgar-downloader 5.1.0 — all require >=3.10. Reverted all python bumps (pyproject + scripts reqs) to main's values; the roundup now carries only the safe Rust-crate / CI-action / Go bumps. The python bumps need a separate decision (they force dropping py3.9 support) and are out of scope for a routine roundup. 2. CodeQL failed: 'Loaded a configuration file for version 4.37.1, but running version 4.37.0' — dependabot only bumped codeql-action/init to 4.37.1, leaving codeql-action/analyze at 4.37.0 (codeql-action is a monorepo; all sub-actions must share the release SHA). Pinned analyze to init's 4.37.1 SHA. Verified locally: uv lock resolves, cargo fmt --check clean. Claude-Session: https://claude.ai/code/session_01VfT1dvLWaMNh4SpaXV8kcp * fix(deps): propagate purego 0.10.2 to all go example modules Go Bindings CI failed: 'go: updates to go.mod needed; go mod tidy'. Dependabot #930 bumped only go/go.mod+go.sum to purego 0.10.2, but the ~22 examples/go/* modules each have their own go.mod/go.sum pinning purego 0.10.1 (indirect, via the replace on the go binding). Ran go mod tidy in every example module so their go.sum carries the 0.10.2 hash. Claude-Session: https://claude.ai/code/session_01VfT1dvLWaMNh4SpaXV8kcp
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps taffy from 0.12.1 to 0.12.2.
Release notes
Sourced from taffy's releases.
Changelog
Sourced from taffy's changelog.
Commits
bb351fcPrepare for v0.12.2 release (#979)b9067e7Block: return margin-collapsing outputs from vertical axisComputeSizecall...c4c7d09Bump DavidAnson/markdownlint-cli2-action from 23 to 24 (#975)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 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)