Skip to content

Bump @radix-ui/react-scroll-area from 1.2.10 to 1.2.11 - #40

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-scroll-area-1.2.11
Closed

Bump @radix-ui/react-scroll-area from 1.2.10 to 1.2.11#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/radix-ui/react-scroll-area-1.2.11

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @radix-ui/react-scroll-area from 1.2.10 to 1.2.11.

Changelog

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

1.2.11

  • Fixed missing data-state attribute for Scroll Area scrollbars
  • Added repository.directory to all package.json files
  • Updated dependencies: @radix-ui/react-presence@1.1.6, @radix-ui/react-direction@1.1.2, @radix-ui/number@1.1.2, @radix-ui/primitive@1.1.4, @radix-ui/react-compose-refs@1.1.3, @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-layout-effect@1.1.2
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​radix-ui/react-scroll-area 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-scroll-area](https://github.com/radix-ui/primitives/tree/HEAD/packages/react/scroll-area) from 1.2.10 to 1.2.11.
- [Changelog](https://github.com/radix-ui/primitives/blob/main/packages/react/scroll-area/CHANGELOG.md)
- [Commits](https://github.com/radix-ui/primitives/commits/HEAD/packages/react/scroll-area)

---
updated-dependencies:
- dependency-name: "@radix-ui/react-scroll-area"
  dependency-version: 1.2.11
  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-scroll-area-1.2.11 - AniListCal PR #40 June 6, 2026 01:43 — with Render Destroyed
@greptile-apps

greptile-apps Bot commented Jun 6, 2026

Copy link
Copy Markdown

Greptile Summary

Automated patch bump of @radix-ui/react-scroll-area from 1.2.10 to 1.2.11, with corresponding yarn.lock updates for its transitive dependencies.

  • The package.json version specifier is updated to ^1.2.11; the lock file adds new patch versions of nine sub-packages (@radix-ui/number, @radix-ui/primitive, @radix-ui/react-compose-refs, @radix-ui/react-context, @radix-ui/react-direction, @radix-ui/react-presence, @radix-ui/react-primitive, @radix-ui/react-use-callback-ref, @radix-ui/react-use-layout-effect).
  • The upstream changelog notes one behavior fix: a missing data-state attribute on Scroll Area scrollbars, plus metadata and internal dependency housekeeping — no breaking changes or API surface changes.

Confidence Score: 5/5

Routine patch upgrade with no API changes; safe to merge.

The change is a patch-level bump touching only package.json and yarn.lock. The upstream release fixes a missing data-state attribute and bumps internal sub-packages — all patch increments with no breaking changes or API surface modifications. No application logic is touched.

No files require special attention.

Important Files Changed

Filename Overview
package.json Single version specifier change from ^1.2.10 to ^1.2.11 for @radix-ui/react-scroll-area; no other modifications.
yarn.lock Lock file updated with resolved checksums and URLs for the new patch versions of react-scroll-area and its nine transitive sub-packages; old 1.2.10 entry removed and replaced cleanly.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@radix-ui/react-scroll-area\n1.2.10 → 1.2.11"] --> B["@radix-ui/number\n1.1.1 → 1.1.2"]
    A --> C["@radix-ui/primitive\n1.1.3 → 1.1.4"]
    A --> D["@radix-ui/react-compose-refs\n1.1.2 → 1.1.3"]
    A --> E["@radix-ui/react-context\n1.1.2 → 1.1.4"]
    A --> F["@radix-ui/react-direction\n1.1.1 → 1.1.2"]
    A --> G["@radix-ui/react-presence\n1.1.5 → 1.1.6"]
    A --> H["@radix-ui/react-primitive\n2.1.3 → 2.1.5"]
    A --> I["@radix-ui/react-use-callback-ref\n1.1.1 → 1.1.2"]
    A --> J["@radix-ui/react-use-layout-effect\n1.1.1 → 1.1.2"]
    H --> K["@radix-ui/react-slot\n1.2.4 → 1.2.5"]
    D & K --> L["@radix-ui/react-compose-refs\n1.1.3"]
Loading

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

@birdwell birdwell mentioned this pull request Aug 19, 2026
@birdwell

Copy link
Copy Markdown
Owner

Superseded by #69, which updates the full direct and transitive dependency tree, passes typecheck/tests/build, and reports zero Yarn audit vulnerabilities.

@birdwell birdwell closed this Aug 19, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/radix-ui/react-scroll-area-1.2.11 branch August 19, 2026 01:43
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