[Snyk] Upgrade @primer/react from 35.4.0 to 35.27.0 #474
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade @primer/react from 35.4.0 to 35.27.0.
ℹ️ 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.
Release notes
Package name: @primer/react
Permalink to documentation
Minor Changes
#3510
bdbcfd15
Thanks @ camertron! - Implement accessibility audit feedback for ToggleSwitch#3466
11b54ac8
Thanks @ mperrotti! - Allows consumers to disable the behavior where the AvatarStack expands to show each Avatar on hover. There are also changes that allow users to customize the size of the avatars - even responsively!#3390
b4e15b84
Thanks @ mperrotti! - The showPages prop on both Pagination components can now accept a responsive value.#3496
11cdbdcc
Thanks @ joshblack! - Update dependency ranges to use caret ranges instead of pinned versionsPatch Changes
#3264
5e655203
Thanks @ mperrotti! - Adds truncation features to the LabelGroup component:#3505
c3f1e3c7
Thanks @ siddharthkp! - ActionList: Fix icon and description hover colors for danger variant#3520
daee9a9c
Thanks @ mattcosta7! - passthrough dom props on toggleswitch#3441
90a145cc
Thanks @ tomthorogood! - Renders docs.json markdown content#3540
a90350cc
Thanks @ kendallgassner! - Css styled block fixes#3490
8d1d5146
Thanks @ langermank! - Bug fix: ActionList item label weight and spacing if description exists#3361
bea39c24
Thanks @ broccolinisoup! - UnderlineNav2: underline nav items' selected state can be managed by the app state#3533
33b60551
Thanks @ amarmanhala! - Changed div tag to HTML semantic tag header for Header (file Header.tsx) component.#3516
33d43459
Thanks @ danielguillan! - ActionList: Fixes the width of items for the full variant#3517
cf9d8a5e
Thanks @ kendallgassner! - Adding aria-attributes and role to the ProgressBar component#3539
c02f3a2f
Thanks @ mperrotti! - Adds 'display' text size to PRC theme. This size is described in our typography documentation, but was never added to our React theme.#3537
311c8c91
Thanks @ kendallgassner! - Make checkmark visible on reduced-motion#3491
263d5978
Thanks @ nicolleromero! - MarkdownViewer: Address scenario in useListInteraction where the position calculation can be incorrect when tasklists appear above legacy task lists#3447
40808db7
Thanks @ jesskuo4! - [Bug] Leading & Trailing Visual Colors for Button#3562
53791841
Thanks @ iansan5653! - FixMarkdownEditor
file uploads inserting the URL into the wrong input when an overlay is open#3547
7ef802e8
Thanks @ mperrotti! - Prevents body scroll when Dialog (the newer Dialog) is openPermalink to documentation
Patch Changes
#3446
650a46d5
Thanks @ broccolinisoup! - UnderlineNav2: Correct the icon colours to befg.muted
#3423
af32ec79
Thanks @ japf! - improve performance of the MarkdownEditor component when fullHeight is enabled#3437
b298c326
Thanks @ mattcosta7! - update icon types and primer octicons#3476
379d947e
Thanks @ siddharthkp! - ActionMenu: Fix missing divider for first item when the menu is open with mouse#3489
c79e78c7
Thanks @ adrianababakanian! - Removearia-hidden=true
fromspan
s with required asterisk#3196
21fa73cd
Thanks @ iansan5653! - FixuseDynamicTextareaHeight
initial render with slots#3413
4dc719c4
Thanks @ colebemis! - TreeView: Ignore arrow key events when combined with cmd or alt keys to avoid interfering with native browser shortcuts.#3411
295c4bcd
Thanks @ dusave! - FixDialog2
backdrop color variable#3440
99a641bd
Thanks @ joshblack! - Add the experimental folder to the npm package for @ primer/reactPermalink to documentation
Minor Changes
#3346
63049234
Thanks @ siddharthkp! - ActionMenu: Callingevent.preventDefault
insideonSelect
ofActionList.Item
will prevent the default behavior of closing the menu#3276
8abf2688
Thanks @ joshblack! - Add experimental Table.ErrorDialog component#3244
42a78c11
Thanks @ Bestra! - Add pullQueued state to StateLabel#3229
c0cbdd08
Thanks @ colebemis! - AddminWidth prop to
PageLayout.Paneand
SplitPageLayout.Pane`#3343
786013e3
Thanks @ mperrotti! - Allows up to 4 levels of nesting in the NavList component.#3199
bfd9e0c8
Thanks @ joshblack! - Add support for Pagination in DataTable#3311
00cf2e3f
Thanks @ colebemis! - SelectPanel: Addtitle
prop#3148
ac437bb1
Thanks @ jonrohan! - Rename component StyledOcticon to Octicon#3322
c0b2fcfb
Thanks @ colebemis! - SelectPanel: Addsubtitle
prop#3295
e71d928c
Thanks @ joshblack! - Add @ primer/react/experimental entrypoint as an alternative to draftsPatch Changes
#3121
3ad56486
Thanks @ mperrotti! - Changes the alignment of the validation message icon to be vertically center-aligned with the first line of text.#3270
6f2340cc
Thanks @ langermank! - Button counter contrast fixes#3207
6773b90d
Thanks @ colebemis! -MarkdownViewer
is now SSR-compatible#3310
5746c746
Thanks @ colebemis! - SelectPanel: Addrole="dialog"
to overlay#3368
c8095a1d
Thanks @ mperrotti! - Correct disabled Button icon fill colors#3312
56c9dd2b
Thanks @ colebemis! - SelectPanel: Add filter input label and description#3332
ff8c6858
Thanks @ siddharthkp! - Movelodash.isempty
andlodash.isobject
fromdevDependencies
todependencies
#3200
63d8ad6d
Thanks @ broccolinisoup! - UnderlineNav2: Add a z-index to make it appear on the top of the stack#3350
524120c0
Thanks @ langermank! - Loosen@ primitives
dependency#3300
5d067381
Thanks @ jdrush89! - Fixing toggle bug on Treeview when it initially receives focus#3277
0ac31da8
Thanks @ adrianababakanian! -Pagination
: Use<button>
instead of<span>
for disabled prev/next controls to improve accessibility#3262
7f2ddcec
Thanks @ mattcosta7! - passthrough form control label props#3316
2cf7cdda
Thanks @ colebemis! - SelectPanel: Announce changes to screen readers#3325
3ece2f6b
Thanks @ siddharthkp! - Remove chroma-js dependency. Companion to #3243#3182
7827c711
Thanks @ green6erry! - Removed default aria-live polite#3291
1378bc1f
Thanks @ mattcosta7! - Counter label forwards refs and dom propsRead more
Read more
Read more
Read more
Read more