Skip to content

Bump @radix-ui/react-avatar from 1.1.11 to 1.1.12#42

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-avatar-1.1.12
Open

Bump @radix-ui/react-avatar from 1.1.11 to 1.1.12#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-avatar-1.1.12

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 6, 2026

Copy link
Copy Markdown
Contributor

Bumps @radix-ui/react-avatar from 1.1.11 to 1.1.12.

Changelog

Sourced from @​radix-ui/react-avatar's changelog.

1.1.12

  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-context@1.1.4, @radix-ui/react-primitive@2.1.5, @radix-ui/react-use-callback-ref@1.1.2, @radix-ui/react-use-is-hydrated@0.1.1, @radix-ui/react-use-layout-effect@1.1.2
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-avatar since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@radix-ui/react-avatar](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/avatar) from 1.1.11 to 1.1.12.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/avatar/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/avatar)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-avatar"
  dependency-version: 1.1.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 6, 2026
@birdwell
birdwell temporarily deployed to dependabot/npm_and_yarn/radix-ui/react-avatar-1.1.12 - AniListCal PR #42 June 6, 2026 01:43 — with Render Destroyed
@greptile-apps

greptile-apps Bot commented Jun 6, 2026

Copy link
Copy Markdown

Greptile Summary

This PR is a routine Dependabot patch bump of @radix-ui/react-avatar from 1.1.11 to 1.1.12. The release adds repository.directory metadata to the package and bumps several internal Radix UI primitives to their latest patch versions.

  • package.json updates the version constraint; yarn.lock resolves the new package and its transitive dependency chain (react-context, react-primitive, react-use-callback-ref, react-use-is-hydrated, react-use-layout-effect, react-compose-refs, react-slot).
  • @radix-ui/react-use-is-hydrated 0.1.1 drops its use-sync-external-store peer dependency, which is reflected in the lock file — the ^1.5.0 range specifier is removed and the remaining ^1.0.0 consumer continues to resolve the same 1.6.0 artifact.

Confidence Score: 5/5

Safe to merge — patch-only update with no API changes and a Dependabot compatibility score backing it.

The change is limited to version metadata in package.json and the corresponding lock file resolution. All bumped packages are patch releases within the Radix UI primitives ecosystem with no breaking changes in their changelogs. The one structural difference — react-use-is-hydrated dropping its use-sync-external-store dependency — is intentional and leaves the remaining consumer of that package unaffected.

No files require special attention.

Important Files Changed

Filename Overview
package.json Bumps @radix-ui/react-avatar version constraint from ^1.1.11 to ^1.1.12 — single-line, no other changes.
yarn.lock Lock file updated to resolve @radix-ui/react-avatar@1.1.12 and its bumped transitive deps (react-context, react-primitive, react-use-callback-ref, react-use-is-hydrated, react-use-layout-effect, react-compose-refs, react-slot). Also removes the ^1.5.0 range specifier for use-sync-external-store since react-use-is-hydrated@0.1.1 dropped that dependency.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@radix-ui/react-avatar@1.1.12"] --> B["@radix-ui/react-context@1.1.4"]
    A --> C["@radix-ui/react-primitive@2.1.5"]
    A --> D["@radix-ui/react-use-callback-ref@1.1.2"]
    A --> E["@radix-ui/react-use-is-hydrated@0.1.1"]
    A --> F["@radix-ui/react-use-layout-effect@1.1.2"]
    C --> G["@radix-ui/react-slot@1.2.5"]
    G --> H["@radix-ui/react-compose-refs@1.1.3"]
    E -. "dropped dep" .-> I["use-sync-external-store@^1.5.0"]
    style I stroke-dasharray: 5 5,color:#aaa
Loading

Reviews (1): Last reviewed commit: "Bump @radix-ui/react-avatar from 1.1.11 ..." | Re-trigger Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant