Skip to content

Commit

Permalink
chore(deps): update non-major shared dependencies (#1994)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Zempel <[email protected]>
  • Loading branch information
renovate[bot] and jzempel authored Dec 19, 2024
1 parent 93fb392 commit a7dc5a4
Show file tree
Hide file tree
Showing 9 changed files with 1,558 additions and 2,927 deletions.
4,409 changes: 1,523 additions & 2,886 deletions package-lock.json

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,80 +30,80 @@
"packages/*"
],
"devDependencies": {
"@babel/cli": "7.25.7",
"@babel/core": "7.25.8",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.26.3",
"@babel/preset-typescript": "7.26.0",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "28.0.0",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-replace": "6.0.2",
"@storybook/addon-a11y": "7.6.20",
"@storybook/addon-designs": "8.0.3",
"@storybook/addon-designs": "8.0.4",
"@storybook/addon-essentials": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/react-webpack5": "7.6.20",
"@svgr/rollup": "8.1.0",
"@svgr/webpack": "8.1.0",
"@swc/core": "1.7.35",
"@swc/jest": "0.2.36",
"@swc/core": "1.10.1",
"@swc/jest": "0.2.37",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/react-hooks": "8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.13",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@zendeskgarden/css-bedrock": "10.0.0",
"@types/jest": "29.5.14",
"@types/prop-types": "15.7.14",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@zendeskgarden/css-bedrock": "10.0.1",
"@zendeskgarden/eslint-config": "45.0.0",
"@zendeskgarden/scripts": "2.4.3",
"@zendeskgarden/stylelint-config": "22.0.0",
"@zendeskgarden/svg-icons": "7.3.0",
"@zendeskgarden/svg-icons": "7.5.0",
"babel-plugin-module-resolver": "5.0.2",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-styled-components": "2.1.4",
"commander": "12.1.0",
"core-js": "3.38.1",
"core-js": "3.39.0",
"envalid": "8.0.0",
"eslint": "9.12.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"execa": "9.4.0",
"husky": "9.1.6",
"execa": "9.5.2",
"husky": "9.1.7",
"identity-obj-proxy": "3.0.0",
"inquirer": "12.0.0",
"inquirer": "12.2.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-styled-components": "7.2.0",
"lerna": "8.1.8",
"lint-staged": "15.2.10",
"markdownlint-cli": "0.42.0",
"lerna": "8.1.9",
"lint-staged": "15.2.11",
"markdownlint-cli": "0.43.0",
"micromatch": "4.0.8",
"mockdate": "3.0.5",
"ora": "8.1.0",
"ora": "8.1.1",
"pluralize": "8.0.0",
"postcss-styled-syntax": "0.6.4",
"prettier": "3.3.3",
"postcss-styled-syntax": "0.7.0",
"prettier": "3.4.2",
"prettier-package-json": "2.8.0",
"qs": "6.13.0",
"qs": "6.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-test-renderer": "18.3.1",
"regenerator-runtime": "0.14.1",
"rollup": "4.24.0",
"rollup": "4.28.1",
"rollup-plugin-analyzer": "4.0.0",
"rollup-plugin-cleanup": "3.2.1",
"rollup-plugin-delete": "2.1.0",
"rollup-plugin-typescript2": "0.36.0",
"storybook": "7.6.20",
"styled-components": "6.1.13",
"stylelint": "16.10.0",
"stylelint": "16.12.0",
"stylelint-order": "6.0.4",
"temp": "0.9.4",
"typescript": "5.6.3",
"webpack": "5.95.0"
"typescript": "5.7.2",
"webpack": "5.97.1"
}
}
1 change: 0 additions & 1 deletion packages/avatars/src/elements/Avatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const AvatarComponent = forwardRef<HTMLElement, IAvatarProps>(
) => {
const computedStatus = badge === undefined ? status : 'active';

/* eslint-disable no-useless-assignment */
let ClockIcon = ClockIcon12;
let ArrowLeftIcon = ArrowLeftIcon12;

Expand Down
1 change: 0 additions & 1 deletion packages/avatars/src/elements/StatusIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
*/
export const StatusIndicator = forwardRef<HTMLElement, IStatusIndicatorProps>(
({ children, type, isCompact, 'aria-label': label, ...props }, ref) => {
/* eslint-disable no-useless-assignment */
let ClockIcon = ClockIcon16;
let ArrowLeftIcon = ArrowLeftIcon16;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const DragAndDropStory: Story<IArgs> = ({
>
{Object.keys(columns).map(columnId => {
const isDraggablesColumn = columnId === draggablesColId;
/* eslint-disable-next-line no-useless-assignment */

const ColumnComponent = isDraggablesColumn ? DraggablesColumn : DroppablesColumn;

return (
Expand Down
1 change: 0 additions & 1 deletion packages/dropdowns/demo/stories/ComboboxStory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import { IOption, Options } from './types';
const toLabel = (option: IOption) => option.label || option.value;

const ComboboxOption = ({ icon, meta, ...props }: IOption) => {
/* eslint-disable-next-line no-useless-assignment */
const Svg = props.tagProps?.isPill ? Avatar : Icon;

return (
Expand Down
1 change: 0 additions & 1 deletion packages/forms/src/elements/common/Hint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const Hint = React.forwardRef<HTMLDivElement, HTMLAttributes<HTMLDivEleme
};
}, [hasHint, setHasHint]);

/* eslint-disable no-useless-assignment */
let HintComponent;

if (type === 'checkbox') {
Expand Down
1 change: 0 additions & 1 deletion packages/notifications/src/elements/Notification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { Close } from './Close';

export const NotificationComponent = forwardRef<HTMLDivElement, INotificationProps>(
({ children, type, ...props }, ref) => {
/* eslint-disable-next-line no-useless-assignment */
const Icon = type ? validationIcons[type] : InfoStrokeIcon;

return (
Expand Down
1 change: 0 additions & 1 deletion packages/tables/src/elements/SortableCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const SortableCell = forwardRef<HTMLButtonElement, ISortableCellProps>(
ariaSortValue = 'descending';
}

/* eslint-disable-next-line no-useless-assignment */
const SortIcon = sort === undefined ? SortStrokeIcon : SortFillIcon;

return (
Expand Down

0 comments on commit a7dc5a4

Please sign in to comment.