Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade @primer/react-brand from 0.27.1 to 0.40.1 #8

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

kallie9750
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @primer/react-brand from 0.27.1 to 0.40.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 193 versions ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: @primer/react-brand
  • 0.40.1 - 2024-09-19

    See documentation for this release

    Patch Changes

    • #754 d061705c Thanks @ joshfarrant! - The RiverStoryScroll component now enforces that its children must be River components through type checking, instead of relying on a run-time check.

    • #739 24bd6338 Thanks @ joshfarrant! - Fixed a bug in the SubNav component where the submenu toggle was rendered as an empty button on mobile viewports.

    • #736 73cf706e Thanks @ lukasoppermann! - Replaced the --brand-VideoPlayer-tooltip-padding design token in the VideoPlayer component with two new tokens that separately account for padding along each axis: --brand-VideoPlayer-tooltip-padding-inline and --brand-VideoPlayer-tooltip-padding-block.

      Note: This update does not introduce any visual changes. Please update any manual references to --brand-VideoPlayer-tooltip-padding to use the new tokens.

      - --brand-VideoPlayer-tooltip-padding
      + --brand-VideoPlayer-tooltip-padding-inline
      + --brand-VideoPlayer-tooltip-padding-block
    • #722 99328ce0 Thanks @ danielguillan! - Added support for <b> elements to Bento, RiverBreakout, SectionIntro, Timeline, and Testimonial components, as <em> is semantically interpreted by screen readers for emphasis, while <b> allows duo-tone text to function purely as a visual decoration.

      Usage example:

      <SectionIntro>
        <SectionIntro.Heading>
          <b>Expressive headline</b> about an exclusive set of features.
        </SectionIntro.Heading>
      </SectionIntro>

      Important
      The updated components still support the use of <em> elements for backward compatibility, but moving forward, the only recommended element for emphasized text is <b>.

    • #733 2dcb9bad Thanks @ danielguillan! - Fixes Label component multiline reflow

    • #746 4af8db14 Thanks @ joshfarrant! - Fixed a bug where Card components rendered within a dark colour mode would not take the full width of their container.

  • 0.40.1-rc.f95657eb - 2024-09-16
  • 0.40.1-rc.e4fb6fc7 - 2024-09-12
  • 0.40.1-rc.dad3e289 - 2024-09-10
  • 0.40.1-rc.b3381820 - 2024-09-10
  • 0.40.1-rc.ac898cfa - 2024-09-12
  • 0.40.1-rc.a7443de3 - 2024-09-12
  • 0.40.1-rc.970aed24 - 2024-09-16
  • 0.40.1-rc.657ec45b - 2024-09-16
  • 0.40.1-rc.3959b5df - 2024-09-16
  • 0.40.1-rc.2ff385af - 2024-09-12
  • 0.40.1-rc.2484a379 - 2024-09-09
  • 0.40.1-rc.20911e83 - 2024-09-09
  • 0.40.1-rc.164d568c - 2024-09-16
  • 0.40.1-rc.11e43d1a - 2024-09-16
  • 0.40.1-rc.0f5bc350 - 2024-09-09
  • 0.40.0 - 2024-09-09

    See documentation for this release

    Minor Changes

    • #690 98fa3a2a Thanks @ rezrah! - Improved React 19 compatibility by treating react-dom/client and react/jsx-runtime as external dependencies of the project. This change resolved a reported conflict with the latest React 19 release candidate.
  • 0.40.0-rc.fde214fe - 2024-09-04
  • 0.40.0-rc.eec1172b - 2024-09-05
  • 0.40.0-rc.ec6f6122 - 2024-09-05
  • 0.40.0-rc.68a6735b - 2024-09-03
  • 0.40.0-rc.42c95af4 - 2024-09-05
  • 0.40.0-rc.37a5cbbd - 2024-09-02
  • 0.39.0 - 2024-08-30

    Minor Changes

    • #717 24fc6d02 Thanks @ rezrah! - Improved a11y labelling in various components.

      Please note these changes could affect any behavioral tests, which rely on accessible matchers such as getByRole.

      • SubdomainNavBar search button aria-label changed from 'search' to 'Toggle search bar'
      • SubdomainNavBar removal of unnecessary aria-label 'global breadcrumb'
      • Checkbox addition of new label for checked state icon as 'Checkmark'
      • Checkbox addition of new label for indeterminate state icon as 'Dash icon'
    • #707 715dfbb3 Thanks @ rezrah! - New Footnotes component generally available

      import {Footnotes} from '@ primer/react-brand'
      <Footnotes>
        <Footnotes.Item>There are now 100 million developers around the world using GitHub.</Footnotes.Item>
      </Footnotes>

      🔗 Read the documentation for usage guidelines and examples

    Patch Changes

    • #711 1cde8ef2 Thanks @ joshfarrant! - Updated SubNav links and submenus to use ul and li elements — instead of div elements — to communicate the hierarchy of the navigation to assistive technologies.

    • #700 47908f1e Thanks @ rezrah! - ActionMenu button no longer truncates longer labels. Now follows WCAG criterion around text reflow.

    • #714 fb1980b1 Thanks @ rezrah! - Hide paged items in Pagination component on narrow viewports to prevent horizontal scrolling and offer improved accessibility by default.

      Use showPages to re-enable paged items if required:

      <Pagination showPages />
  • 0.39.0-rc.f6078546 - 2024-08-28
  • 0.39.0-rc.a18dc47e - 2024-08-29
  • 0.39.0-rc.1e6c2e82 - 2024-08-29
  • 0.39.0-rc.0751789a - 2024-08-30
  • 0.38.1-rc.e8709b73 - 2024-08-22
  • 0.38.1-rc.de5693e1 - 2024-08-22
  • 0.38.1-rc.bd3a5c31 - 2024-08-22
  • 0.38.1-rc.05718d50 - 2024-08-23
  • 0.38.0 - 2024-08-21

    See documentation for this release

    Minor Changes

    • #691 34e7aa8b Thanks @ joshfarrant! - > Warning

      This update contains a breaking visual change to the LogoSuite component. LogoSuite components without a specified variant prop will now automatically apply either emphasis or muted styles depending on the number of logos in the LogoBar.

      • Added new default behaviour to the variant prop of the LogoSuite component. If variant is undefined then either emphasis or muted styles are automatically applied depending on the number of logos in the LogoBar. Five or fewer logos apply the emphasis style, while six or more use the muted style.
      • Reduced LogoSuite size on mobile viewports.

    Patch Changes

  • 0.38.0-rc.91b87100 - 2024-08-20
  • 0.38.0-rc.391304a9 - 2024-08-20
  • 0.37.1-rc.f2a915c0 - 2024-08-19
  • 0.37.1-rc.d6fee815 - 2024-08-19
  • 0.37.1-rc.cda7d072 - 2024-08-19
  • 0.37.1-rc.aad3ee25 - 2024-08-16
  • 0.37.1-rc.27fba906 - 2024-08-19
  • 0.37.0 - 2024-08-14
  • 0.37.0-rc.f0af6b25 - 2024-08-09
  • 0.37.0-rc.e970484c - 2024-08-13
  • 0.37.0-rc.ab1bfc11 - 2024-08-09
  • 0.37.0-rc.8981b0df - 2024-08-14
  • 0.37.0-rc.80780b87 - 2024-08-08
  • 0.37.0-rc.6e66f17f - 2024-08-14
  • 0.36.1-rc.cf0062b7 - 2024-08-07
  • 0.36.1-rc.76b32fe7 - 2024-08-02
  • 0.36.1-rc.386e2d86 - 2024-08-06
  • 0.36.1-rc.3004e9a1 - 2024-08-08
  • 0.36.1-rc.1b562c90 - 2024-08-06
  • 0.36.0 - 2024-08-02
  • 0.36.0-rc.f6b4a088 - 2024-07-29
  • 0.36.0-rc.e96f6dcf - 2024-07-26
  • 0.36.0-rc.d3a61edc - 2024-07-25
  • 0.36.0-rc.93f6b95e - 2024-07-30
  • 0.36.0-rc.6f473ca5 - 2024-08-02
  • 0.36.0-rc.6443bfee - 2024-08-02
  • 0.36.0-rc.54a16a08 - 2024-08-01
  • 0.36.0-rc.07c47bd5 - 2024-07-30
  • 0.35.1-rc.5f777979 - 2024-07-25
  • 0.35.1-rc.58a3d72f - 2024-07-23
  • 0.35.1-rc.3b05abf8 - 2024-07-25
  • 0.35.1-rc.2018001 - 2024-07-24
  • 0.35.0 - 2024-07-22
  • 0.35.0-rc.bfaed0da - 2024-07-19
  • 0.35.0-rc.7e7af60c - 2024-07-19
  • 0.35.0-rc.1d6a1bdd - 2024-07-18
  • 0.35.0-rc.02f8890c - 2024-07-18
  • 0.34.4-rc.d299effb - 2024-07-16
  • 0.34.4-rc.a85d3e0d - 2024-07-16
  • 0.34.4-rc.952f79bb - 2024-07-16
  • 0.34.4-rc.7af25832 - 2024-07-15
  • 0.34.4-rc.45228e88 - 2024-07-16
  • 0.34.4-rc.06342c35 - 2024-07-17
  • 0.34.3 - 2024-07-09
  • 0.34.3-rc.b2a35b96 - 2024-07-19
  • 0.34.3-rc.8833d0e5 - 2024-07-02
  • 0.34.3-rc.150e58e9 - 2024-07-02
  • 0.34.3-rc.37980300 - 2024-07-02
  • 0.34.2 - 2024-06-28
  • 0.34.2-rc.7fd86b8 - 2024-06-26
  • 0.34.2-rc.721222e - 2024-06-25
  • 0.34.2-rc.3945b6c - 2024-06-26
  • 0.34.2-rc.28c1801 - 2024-06-27
  • 0.34.1 - 2024-06-24
  • 0.34.1-rc.ecdb72f - 2024-06-18
  • 0.34.1-rc.eb7b055 - 2024-06-18
  • 0.34.1-rc.cd967b2 - 2024-06-13
  • 0.34.1-rc.8657ef9 - 2024-06-17
  • 0.34.1-rc.5f13e5c - 2024-06-19
  • 0.34.1-rc.5b5e8b7 - 2024-06-18
  • 0.34.1-rc.4b34d7c - 2024-06-18
  • 0.34.1-rc.2e24c91 - 2024-06-19
  • 0.34.1-rc.2bdc6b1 - 2024-06-19
  • 0.34.1-rc.21425f4 - 2024-06-24
  • 0.34.1-rc.14453a4 - 2024-06-12
  • 0.34.1-rc.0b5aebd - 2024-06-17
  • 0.34.0 - 2024-05-12
  • 0.34.0-rc.e0c354d - 2024-05-10
  • 0.34.0-rc.c3a42ed - 2024-05-10
  • 0.34.0-rc.b73e234 - 2024-05-12
  • 0.34.0-rc.91a4891 - 2024-05-10
  • 0.34.0-rc.239f60b - 2024-05-02
  • 0.33.1-rc.dab96a1 - 2024-05-02
  • 0.33.0 - 2024-04-25
  • 0.33.0-rc.d2f8e7f - 2024-04-23
  • 0.33.0-rc.9daf7a8 - 2024-04-20
  • 0.33.0-rc.967090e - 2024-04-23
  • 0.33.0-rc.52afddb - 2024-04-24
  • 0.33.0-rc.009adf5 - 2024-04-18
  • 0.32.1-rc.ee1ab50 - 2024-04-17
  • 0.32.1-rc.ada345a - 2024-04-15
  • 0.32.1-rc.4ce1d39 - 2024-04-12
  • 0.32.1-rc.453b82a - 2024-04-15
  • 0.32.0 - 2024-04-04
  • 0.32.0-rc.ca93b3e - 2024-03-27
  • 0.32.0-rc.aeb677f - 2024-04-03
  • 0.32.0-rc.907dd2e - 2024-04-01
  • 0.32.0-rc.4d4a600 - 2024-03-22
  • 0.32.0-rc.017d33c - 2024-03-22
  • 0.31.1-rc.495b771 - 2024-03-15
  • 0.31.0 - 2024-03-13
  • 0.31.0-rc.9280cf0 - 2024-03-13
  • 0.31.0-rc.682fd07 - 2024-03-12
  • 0.31.0-rc.5333b3f - 2024-03-08
  • 0.31.0-rc.37b8782 - 2024-03-12
  • 0.31.0-rc.178324d - 2024-03-12
  • 0.30.3 - 2024-03-04
  • 0.30.3-rc.cc76a46 - 2024-03-04
  • 0.30.3-rc.08993f4 - 2024-03-01
  • 0.30.3-rc.026452f - 2024-03-01
  • 0.30.2 - 2024-02-23
  • 0.30.2-rc.c51bef0 - 2024-02-22
  • 0.30.2-rc.bdb1e79 - 2024-02-20
  • 0.30.2-rc.af671a6 - 2024-02-22
  • 0.30.1 - 2024-02-09
  • 0.30.1-rc.ddc0320 - 2024-01-24
  • 0.30.1-rc.c6ce24f - 2024-02-09
  • 0.30.1-rc.b53f2dc - 2024-02-07
  • 0.30.1-rc.594f799 - 2024-02-02
  • 0.30.1-rc.46cde9e - 2024-02-05
  • 0.30.1-rc.180c912 - 2024-01-25
  • 0.30.1-rc.0fe56f6 - 2023-12-19
  • 0.30.1-rc.9576699 - 2023-12-19
  • 0.30.0 - 2023-12-07
  • 0.30.0-rc.be0540c - 2023-11-30
  • 0.30.0-rc.59f967c - 2023-12-06
  • 0.29.2-rc.b6a0e9f - 2023-11-30
  • 0.29.2-rc.aaa5b74 - 2023-11-20
  • 0.29.2-rc.614af48 - 2023-11-17
  • 0.29.1 - 2023-11-09
  • 0.29.1-rc.78b9571 - 2023-11-07
  • 0.29.0 - 2023-11-06
  • 0.29.0-rc.fdfeb90 - 2023-11-02
  • 0.29.0-rc.c76ddca - 2023-11-03
  • 0.29.0-rc.a0d298d - 2023-11-03
  • 0.29.0-rc.5984bc3 - 2023-11-03
  • 0.29.0-rc.520f636 - 2023-11-02
  • 0.29.0-rc.3fe796a - 2023-11-03
  • 0.29.0-rc.323b976 - 2023-10-31
  • 0.29.0-rc.1477570 - 2023-11-03
  • 0.28.1 - 2023-10-26
  • 0.28.1-rc.8f3113f - 2023-10-26
  • 0.28.0 - 2023-10-25
  • 0.28.0-rc.fe1588c - 2023-10-20
  • 0.28.0-rc.ddfd9ed - 2023-10-23
  • 0.28.0-rc.dce9791 - 2023-10-24
  • 0.28.0-rc.bafdc6c - 2023-10-19
  • 0.28.0-rc.adb1d3c - 2023-10-25
  • 0.28.0-rc.6c7e34f - 2023-10-23
  • 0.28.0-rc.5e398e5 - 2023-10-23
  • 0.28.0-rc.3b9fb9e - 2023-10-24
  • 0.28.0-rc.2432e86 - 2023-10-20
  • 0.28.0-rc.1b12495 - 2023-10-24
  • 0.28.0-rc.0d48aa1 - 2023-10-25
  • 0.28.0-rc.0c89e23 - 2023-10-24
  • 0.27.3-rc.880876f - 2023-10-19
  • 0.27.3-rc.4db3a02 - 2023-10-19
  • 0.27.2 - 2023-10-17
  • 0.27.2-rc.b1531ad - 2023-10-12
  • 0.27.2-rc.a5019af - 2023-10-11
  • 0.27.2-rc.a26520c - 2023-10-09
  • 0.27.2-rc.892d212 - 2023-10-11
  • 0.27.2-rc.70f6c3f - 2023-10-09
  • 0.27.2-rc.4ccd57c - 2023-10-16
  • 0.27.2-rc.4378ef0 - 2023-10-16
  • 0.27.2-rc.30e4e47 - 2023-10-17
  • 0.27.2-rc.2779f23 - 2023-10-16
  • 0.27.2-rc.0af329f - 2023-10-10
  • 0.27.2-rc.041d31f - 2023-10-17
  • 0.27.2-rc.0115bf3 - 2023-10-17
  • 0.27.1 - 2023-10-09
from @primer/react-brand GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

@kallie9750 kallie9750 merged commit 06cf91c into main Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants