[Snyk] Upgrade @primer/react from 35.4.0 to 35.26.1 #467
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.26.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 fixes:
SNYK-JS-SEMVER-3247795
Why? Proof of Concept exploit, Has a fix available, CVSS 7.5
(*) Note that the real score may have changed since the PR was raised.
Release notes
Package name: @primer/react
Permalink 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 propsPatch Changes
Permalink to documentation
#3174
d4c6ae5b
Thanks @ colebemis! -MarkdownEditor
is now SSR-compatible.Warning: In this new implementation,
MarkdownEditor.Toolbar
,MarkdownEditor.Actions
, andMarkdownEditor.Label
must be direct children ofMarkdownEditor
.#3209
a6279536
Thanks @ langermank! - Remove--primer
prefix from CSS var#3173
6b900e90
Thanks @ colebemis! -ActionList
andNavList
are now SSR-compatible.Warning: In this new implementation,
ActionList.LeadingVisual
,ActionList.TrailingVisual,
andActionList.Description
must be direct children ofActionList
. The same applies toNavList
.#3198
a273748b
Thanks @ langermank! - Bug fix:ButtonGroup
borders show incorrectly on hoverRead more
Permalink to documentation
Minor Changes
#3071
681e2271
Thanks @ mperrotti! - Adds a helper component for rendering placeholder text to explain why a DataTable cell has no content.#3089
4a6a9f73
Thanks @ mperrotti! - Adds the ability to exclose indentation for flat tree views.#3011
f8132d8e
Thanks @ edersonlucas! - Add thetooltipDirection
property to theTextInput.Action
component to make the tooltip position flexible.Patch Changes
#3085
bf8c73b4
Thanks @ mperrotti! - Renames DataTable 'shrink' column width to 'growCollapse'#3104
e46e33b8
Thanks @ iansan5653! - FixIssueLabelToken
treating alternative light schemes as darkPermalink to documentation
Minor Changes
#3068
09e11335
Thanks @ mperrotti! - Adds text alignment option to columns#3012
04d9db02
Thanks @ radglob! - AddstabIndex
androle="region"
toPageLayout.Pane
when overflow is detected (scrollHeight > clientHeight). Also requires eitheraria-labelledby
oraria-label
when overflow is detected, and throws an error if neither is defined.Patch Changes
#3056
7e4f7714
Thanks @ langermank! - Remove incorrect focus styles on ActionList items#3061
b71cb1fb
Thanks @ broccolinisoup! - Stop renderingactiveClassName
when there is noto
prop is passed for react-router (TabNav, SubNav, BreadCrumb, UnderlineNav v1)#3041
e5f13300
Thanks @ simurai! - Use open/closed colors forStateLabel
Read more
Read more