Skip to content

[Snyk] Security upgrade glob from 11.0.0 to 11.1.0 #989

[Snyk] Security upgrade glob from 11.0.0 to 11.1.0

[Snyk] Security upgrade glob from 11.0.0 to 11.1.0 #989

Triggered via pull request November 19, 2025 08:51
Status Success
Total duration 1m 4s
Artifacts

check-pr.yml

on: pull_request
test  /  unit-tests
44s
test / unit-tests
test  /  class-name-updater-tests
21s
test / class-name-updater-tests
test  /  error-tests
59s
test / error-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
test / error-tests: test/packages/react-core/src/components/Accordion/examples/AccordionBordered.tsx#L97
Icons must now be passed to the `icon` prop of Button instead of as children. If you are passing anything other than an icon as children, ignore this rule when running fixes
test / error-tests: test/packages/react-code-editor/src/components/CodeEditor/examples/CodeEditorConfigurationModal.tsx#L6
Modal has been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted Modal implementation
test / error-tests: test/packages/code-connect/components/Modal/BasicModal.figma.tsx#L2
Modal has been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted Modal implementation
test / error-tests: test/packages/code-connect/components/Modal/AlertModal.figma.tsx#L2
Modal has been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted Modal implementation
test / error-tests: test/packages/code-connect/components/DualListSelector/DualListSelectorListItem.tsx#L2
DualListSelectorListItem has been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/code-connect/components/DualListSelector/DualListSelector.figma.tsx#L1
DualListSelector, DualListSelectorList, DualListSelectorPane, DualListSelectorControl, DualListSelectorControlsWrapper, and DualListSelectorListItem have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/code-connect/components/DualListSelector/DualListItemTree.figma.tsx#L2
DualListSelectorList, and DualListSelectorTree have been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/code-connect/components/DualListSelector/DualListHeader.figma.tsx#L39
Icons must now be passed to the `icon` prop of Button instead of as children. If you are passing anything other than an icon as children, ignore this rule when running fixes
test / error-tests: test/packages/code-connect/components/DualListSelector/DualListHeader.figma.tsx#L31
Icons must now be passed to the `icon` prop of Button instead of as children. If you are passing anything other than an icon as children, ignore this rule when running fixes
test / error-tests: test/packages/code-connect/components/DualListSelector/DualListHeader.figma.tsx#L2
DualListSelectorPane has been deprecated. This rule will update import paths to our deprecated directory, but we recommend using our newly promoted DualListSelector implementation
test / error-tests: test/packages/code-connect/components/JumpLinks/JumplinkVertical.figma.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/code-connect/components/JumpLinks/JumplinkHorizontal.figma.tsx#L2
The markup for JumpLinksItem has changed, as it now uses our Button component internally. Additionally, the `onClick` prop type has been updated to just `React.MouseEvent` (previously `React.MouseEvent<HTMLAnchorElement>`)
test / error-tests: test/packages/code-connect/components/Hint/Hint.figma.tsx#L8
The default value of appendTo on Dropdown has been updated to `document.body`
test / error-tests: test/packages/code-connect/components/FileUpload/SimpleFileUpload.figma.tsx#L23
The `screenReaderText` prop on HelperTextItem has been updated, and will now render only when the `variant` prop has a value other than "default". Previously the prop was rendered only when the `isDynamic` prop was true
test / error-tests: test/packages/code-connect/components/Drawer/Drawer.figma.tsx#L58
DrawerPanelBody is no longer rendered internally to DrawerHead. We recommend using these components independent of one another and to not pass DrawerPanelBody to DrawerHead
test / error-tests: test/packages/code-connect/components/DatePicker/DateAndTimePicker.figma.tsx#L5
The default value of appendTo on Dropdown has been updated to `document.body`
test / error-tests: test/packages/code-connect/components/DatePicker/DateAndTimePicker.figma.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
test / error-tests: test/packages/code-connect/components/Breadcrumbs/ExpandableBreadcrumbs.figma.tsx#L2
The default value of appendTo on Dropdown has been updated to `document.body`
test / error-tests: test/packages/code-connect/components/Breadcrumbs/ExpandableBreadcrumbs.figma.tsx#L2
We now recommend passing any icon to the `icon` prop instead of passing it as children, such as for plain, icon only toggles. Passing an icon as children will result in incorrect styling
test / error-tests: test/packages/code-connect/components/Accordion/AccordionToggle.figma.tsx#L24
The markup for AccordionItem has been updated, and it now renders a `div` element as a wrapper