chore(deps-dev): bump the bun group with 2 updates#3104
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the bun group with 2 updates: [@tailwindcss/cli](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-cli) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@tailwindcss/cli` from 4.3.1 to 4.3.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/@tailwindcss-cli) Updates `tailwindcss` from 4.3.1 to 4.3.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.3.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/cli" dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun - dependency-name: tailwindcss dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: bun ... Signed-off-by: dependabot[bot] <support@github.com>
|
Contributor
|
Superseded by #3108, which consolidates this and the other open Dependabot bumps into a single PR (with both lockfiles regenerated together). |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
vpetersson
added a commit
that referenced
this pull request
Jul 2, 2026
* chore(deps): consolidated dependency bump Combine six open Dependabot PRs into one bump and regenerate both lockfiles so they resolve together: - requests 2.33.1 -> 2.34.2 (#3098) - ansible-core 2.21.0 -> 2.21.1 (#3097) - redis 7.4.0 -> 8.0.1 (#3096) - djangorestframework-stubs 3.16.9 -> 3.17.0 (#3095) - django-stubs-ext 6.0.5 -> 6.0.6 (#3094) - tailwindcss + @tailwindcss/cli 4.3.1 -> 4.3.2 (#3104) redis is a major bump. kombu 5.6.2 caps its optional redis extra at <6.5, but we depend on redis-py directly, so the cap is not enforced. Verified against a live redis that the direct client API (get/set/ rpush/blpop/pubsub), the celery->redis broker enqueue path, and the channels-redis channel layer all work with redis-py 8.0.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore(deps): sync workflow requests pin, drop redundant types-requests Address Copilot review on the consolidated bump: - Bump the hardcoded requests pin in build-balena-disk-image.yaml (rpi-imager.json generation) to 2.34.2 to match pyproject. - requests 2.34.2 now ships py.typed, so the types-requests stub in the dev-host group is redundant; remove it and relock. The inline types are stricter and surfaced a latent bytes/str inconsistency in handle_github_error's errdesc, now annotated as bytes | str. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * ci: build rpi-imager.json via uv + lockfile instead of an ad-hoc pin The build-rpi-imager-json job installed requests with a hardcoded `pip install 'requests==X'`, a pin that had to be hand-synced with pyproject.toml (and had already drifted). Replace it with the pinned astral-sh/setup-uv action and `uv run --locked --group local`, which resolves requests from uv.lock and fails the job if pyproject and the lockfile ever diverge. Removes the drift source permanently. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * ci: validate rpi-imager.json with jq empty instead of jq . jq empty asserts the file is well-formed JSON and exits non-zero on failure without dumping the payload to the build log; jq . only pretty-printed it as a side effect of parsing. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(github): log decoded response text, not raw bytes handle_github_error logged exc.response.content (bytes), which renders as a b'...' repr in the log line. Use .text so the GitHub error body reads as the server's actual message and errdesc stays a plain str. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (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 the bun group with 2 updates: @tailwindcss/cli and tailwindcss.
Updates
@tailwindcss/clifrom 4.3.1 to 4.3.2Release notes
Sourced from @tailwindcss/cli's releases.
Changelog
Sourced from @tailwindcss/cli's changelog.
Commits
056a1554.3.2 (#20281)cc3b634Ensure@tailwindcss/cliwatches the input file (#20246)abc4670Prevent crash when using@tailwindcss/cliusing--watchon Windows (#20242)Updates
tailwindcssfrom 4.3.1 to 4.3.2Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
056a1554.3.2 (#20281)c8b081dAdd suggestions for named opacity modifiers (#20287)c46f654Ensure--alpha(…)is seen as acolor, and--spacing(…)is seen as a `le...5e9f66eEnsure@variantcan be used in JS based APIs (#20252)707c23bEnsure custom variants can be used via@variantinaddBase(#20247)127d170Add bare value support forauto-rows-*andauto-cols-*(#20229)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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions