Skip to content

Bump @primer/behaviors from 1.10.0 to 1.10.2 in the production-dependencies group#3923

Merged
francinelucca merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-9beaf41b24
Feb 10, 2026
Merged

Bump @primer/behaviors from 1.10.0 to 1.10.2 in the production-dependencies group#3923
francinelucca merged 1 commit intomainfrom
dependabot/npm_and_yarn/production-dependencies-9beaf41b24

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps the production-dependencies group with 1 update: @primer/behaviors.

Updates @primer/behaviors from 1.10.0 to 1.10.2

Release notes

Sourced from @​primer/behaviors's releases.

v1.10.2

Patch Changes

  • #681 09af9ad Thanks @​francinelucca! - fix(getAnchoredPosition): add better support for floatingElements inside dialogs through new "displayInViewport" setting

v1.10.1

Patch Changes

  • #685 de1a034 Thanks @​copilot-swe-agent! - Fix IndexedSet stack overflow and optimize performance

    Fixes:

    • Fix RangeError: Maximum call stack size exceeded when inserting large numbers of elements (50k+) in focus zones
    • Changed insertAt API from rest parameters to array parameter to avoid call stack issues

    Performance improvements:

    • Optimize indexOf() from O(n) to O(1) using a Map for index lookups
    • Optimize delete() from O(2n) to O(n) by using the index map
    • Add fast paths for common insertion patterns (append to end, prepend to start)

    Note: This is a minor API change - insertAt(index, ...elements) is now insertAt(index, elements). Callers should pass an array instead of spreading arguments.

Changelog

Sourced from @​primer/behaviors's changelog.

1.10.2

Patch Changes

  • #681 09af9ad Thanks @​francinelucca! - fix(getAnchoredPosition): add better support for floatingElements inside dialogs through new "displayInViewport" setting

1.10.1

Patch Changes

  • #685 de1a034 Thanks @​copilot-swe-agent! - Fix IndexedSet stack overflow and optimize performance

    Fixes:

    • Fix RangeError: Maximum call stack size exceeded when inserting large numbers of elements (50k+) in focus zones
    • Changed insertAt API from rest parameters to array parameter to avoid call stack issues

    Performance improvements:

    • Optimize indexOf() from O(n) to O(1) using a Map for index lookups
    • Optimize delete() from O(2n) to O(n) by using the index map
    • Add fast paths for common insertion patterns (append to end, prepend to start)

    Note: This is a minor API change - insertAt(index, ...elements) is now insertAt(index, elements). Callers should pass an array instead of spreading arguments.

Commits
  • c3b93a5 Version Packages (#689)
  • 09af9ad fix(getAnchoredPosition): add better support for floatingElements inside dial...
  • 8432a5a Bump the development-dependencies group with 4 updates (#688)
  • 6773bfa Version Packages (#687)
  • de1a034 Fix IndexedSet stack overflow and O(n) indexOf bottleneck (#685)
  • edc2ca5 Bump the development-dependencies group across 1 directory with 6 updates (#684)
  • f84769a Bump @​types/node in the development-dependencies group (#680)
  • 79e5644 Bump the development-dependencies group with 6 updates (#679)
  • d1a2184 Bump the development-dependencies group with 2 updates (#678)
  • 2020142 Bump the development-dependencies group with 3 updates (#677)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 <dependency name> major version will 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 version will 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

Bumps the production-dependencies group with 1 update: [@primer/behaviors](https://github.com/primer/behaviors).


Updates `@primer/behaviors` from 1.10.0 to 1.10.2
- [Release notes](https://github.com/primer/behaviors/releases)
- [Changelog](https://github.com/primer/behaviors/blob/main/CHANGELOG.md)
- [Commits](primer/behaviors@v1.10.0...v1.10.2)

---
updated-dependencies:
- dependency-name: "@primer/behaviors"
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file npm npm dependencies skip changeset Pull requests that don't change the library output labels Feb 9, 2026
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2026 11:08
@dependabot dependabot bot requested a review from francinelucca February 9, 2026 11:08
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip changeset Pull requests that don't change the library output npm npm dependencies labels Feb 9, 2026
@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2026

⚠️ No Changeset found

Latest commit: 9673406

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@francinelucca francinelucca added this pull request to the merge queue Feb 10, 2026
Merged via the queue into main with commit 99d7203 Feb 10, 2026
52 checks passed
@francinelucca francinelucca deleted the dependabot/npm_and_yarn/production-dependencies-9beaf41b24 branch February 10, 2026 03: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 npm npm dependencies skip changeset Pull requests that don't change the library output

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant