Skip to content

Bump @primer/react from 34.7.1 to 35.14.2 - #207

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/primer/react-35.14.2
Closed

Bump @primer/react from 34.7.1 to 35.14.2#207
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/primer/react-35.14.2

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubNov 15, 2022

Copy link
Copy Markdown

Bumps @primer/react from 34.7.1 to 35.14.2.

Release notes

Sourced from @​primer/react's releases.

v35.14.2

Permalink to documentation

Patch Changes

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

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

  • #2549205e1d29 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.

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

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

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

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

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

  • #2538bdbccaaf 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.

  • #2555dc1cf6da 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

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

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

  • #2549205e1d29 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.

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

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

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

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

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

  • #2538bdbccaaf 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.

  • #2555dc1cf6da 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.7.1 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.7.1...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>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2022
@dependabot@github

dependabotBot commented on behalf of githubDec 6, 2022

Copy link
Copy Markdown
Author

Superseded by #223.

@dependabotdependabotBot closed this Dec 6, 2022
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/primer/react-35.14.2 branch December 6, 2022 10:17
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants