Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 15, 2022

Bumps @primer/react from 34.6.0 to 35.14.2.

Release notes

Sourced from @​primer/react's releases.

v35.14.2

Permalink to documentation

Patch Changes

  • #2553 3a4b3124 Thanks @​broccolinisoup! - UnderlineNav2: Only allow Enter and Space key to select an UnderlineNav item

  • #2506 a20faba0 Thanks @​broccolinisoup! - UnderlineNav2: Prevent item width calculation when they are null

  • #2549 205e1d29 Thanks @​mperrotti! - Adds a focus style to ActionList.LinkItem that is used when the primary input method is a cursor. Before this change, there was only a focus style for when the keyboard is being used as the primary input method.

  • #2546 8a8b1a4f Thanks @​joshblack! - Add support for PageUp and PageDown for TreeView

  • #2485 e2a2d78c Thanks @​broccolinisoup! - UnderlineNav2: Only run overflow layout function when nav item has a width

  • #2552 7877f895 Thanks @​broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for a descriptive "More" button label

  • #2550 e13e8ad7 Thanks @​broccolinisoup! - UnderlineNav2: Remove focus zone and unnecessary 'Arrow keys' & 'Home' & 'End' button navigation support

  • #2551 5bc5c703 Thanks @​broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for descriptive counters

  • #2538 bdbccaaf Thanks @​colebemis! - TreeView: Preserve expanded state of nested items when parent item is collapsed.

    Breaking change

    TreeView.Item and TreeView.LinkItem now require an id prop:

    - <TreeView.Item>...</TreeView.Item>
    + <TreeView.Item id="unqiue-id">...</TreeView.Item>

    This is not in a major release because TreeView is still a draft component.

  • #2555 dc1cf6da Thanks @​josepmartins! - Remove deprecated components usage in Overlay stories

v35.14.1

Permalink to documentation

Patch Changes

... (truncated)

Changelog

Sourced from @​primer/react's changelog.

35.14.2

Permalink to documentation

Patch Changes

  • #2553 3a4b3124 Thanks @​broccolinisoup! - UnderlineNav2: Only allow Enter and Space key to select an UnderlineNav item

  • #2506 a20faba0 Thanks @​broccolinisoup! - UnderlineNav2: Prevent item width calculation when they are null

  • #2549 205e1d29 Thanks @​mperrotti! - Adds a focus style to ActionList.LinkItem that is used when the primary input method is a cursor. Before this change, there was only a focus style for when the keyboard is being used as the primary input method.

  • #2546 8a8b1a4f Thanks @​joshblack! - Add support for PageUp and PageDown for TreeView

  • #2485 e2a2d78c Thanks @​broccolinisoup! - UnderlineNav2: Only run overflow layout function when nav item has a width

  • #2552 7877f895 Thanks @​broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for a descriptive "More" button label

  • #2550 e13e8ad7 Thanks @​broccolinisoup! - UnderlineNav2: Remove focus zone and unnecessary 'Arrow keys' & 'Home' & 'End' button navigation support

  • #2551 5bc5c703 Thanks @​broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for descriptive counters

  • #2538 bdbccaaf Thanks @​colebemis! - TreeView: Preserve expanded state of nested items when parent item is collapsed.

    Breaking change

    TreeView.Item and TreeView.LinkItem now require an id prop:

    - <TreeView.Item>...</TreeView.Item>
    + <TreeView.Item id="unqiue-id">...</TreeView.Item>

    This is not in a major release because TreeView is still a draft component.

  • #2555 dc1cf6da Thanks @​josepmartins! - Remove deprecated components usage in Overlay stories

35.14.1

Patch Changes

... (truncated)

Commits
  • 396c45f Trigger actions (specifically release)
  • 2a3f3f8 Release tracking (#2554)
  • bdbccaa TreeView: Preserve expanded state of nested items (#2538)
  • 8a8b1a4 feat(TreeView): add support for PageUp, PageDown (#2546)
  • 5bc5c70 UnderlineNav2: Add aria-hidden and sr-only class support for descriptive coun...
  • 3a4b312 UnderlineNav2: Only allow Enter and Space to select item (#2553)
  • 7877f89 UnderlineNav2: Add aria-hidden and sr-only class support for a descriptive "M...
  • e13e8ad UnderlineNav2: Remove focus zone and unnecessary 'Arrow keys' & 'Home' & 'End...
  • 205e1d2 Make ActionList.LinkItem focus styles consistent with ActionList.Item when pr...
  • dc1cf6d [Storybook] Remove deprecated components in Overlay (#2555)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@primer/react](https://github.com/primer/react) from 34.6.0 to 35.14.2.
- [Release notes](https://github.com/primer/react/releases)
- [Changelog](https://github.com/primer/react/blob/main/CHANGELOG.md)
- [Commits](primer/react@v34.6.0...v35.14.2)

---
updated-dependencies:
- dependency-name: "@primer/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Nov 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 6, 2022

Superseded by #211.

@dependabot dependabot bot closed this Dec 6, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/primer/react-35.14.2 branch December 6, 2022 08:11
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