Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
UITOOL-284
  • Loading branch information
renovate-coveo[bot] authored Dec 27, 2024
1 parent 1edb5b3 commit 044eccb
Show file tree
Hide file tree
Showing 8 changed files with 734 additions and 822 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: 'Upload artifact'
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,43 +44,43 @@
"not dead"
],
"devDependencies": {
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@coveo/semantic-monorepo-tools": "2.5.9",
"@coveo/semantic-monorepo-tools": "2.6.2",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "22.10.1",
"@vitest/eslint-plugin": "1.1.14",
"@types/node": "22.10.2",
"@vitest/eslint-plugin": "1.1.20",
"aws-sdk": "2.1692.0",
"chokidar": "4.0.1",
"chokidar": "4.0.3",
"commitizen": "4.3.1",
"conventional-changelog-angular": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.16.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import-x": "4.5.0",
"eslint-plugin-jsdoc": "50.6.0",
"eslint-plugin-import-x": "4.6.1",
"eslint-plugin-jsdoc": "50.6.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.16",
"eslint-plugin-testing-library": "7.0.0",
"eslint-plugin-testing-library": "7.1.1",
"eslint-plugin-unused-imports": "4.1.4",
"globals": "15.13.0",
"globals": "15.14.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"mime-types": "2.1.35",
"postcss": "8.4.49",
"prettier": "3.4.1",
"prettier": "3.4.2",
"sort-package-json": "2.12.0",
"stylelint": "16.11.0",
"stylelint": "16.12.0",
"stylelint-config-standard-scss": "14.0.0",
"turbo": "2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "8.17.0",
"typescript-eslint": "8.18.1",
"underscore": "1.13.7",
"walkdir": "0.4.1"
},
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.1",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
10 changes: 5 additions & 5 deletions packages/components-props-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "1.9.3",
"@swc/core": "1.10.1",
"@types/fs-extra": "11.0.4",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript/twoslash": "3.2.8",
"@typescript/vfs": "1.6.0",
"cross-fetch": "4.0.0",
"fs-extra": "11.2.0",
"nodemon": "3.1.7",
"nodemon": "3.1.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
Expand Down
32 changes: 16 additions & 16 deletions packages/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,41 +38,41 @@
"dependencies": {
"@coveord/plasma-react-icons": "workspace:*",
"@coveord/plasma-tokens": "workspace:*",
"@dnd-kit/core": "6.2.0",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@mantine/utils": "6.0.22",
"@monaco-editor/react": "4.6.0",
"@swc/helpers": "0.5.15",
"@tanstack/react-table": "8.20.5",
"@tanstack/react-table": "8.20.6",
"@tanstack/table-core": "8.20.5",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"fast-deep-equal": "3.1.3",
"lodash.debounce": "4.0.8",
"lodash.defaultsdeep": "4.6.1",
"monaco-editor": "0.52.0"
"monaco-editor": "0.52.2"
},
"devDependencies": {
"@mantine/carousel": "7.14.3",
"@mantine/code-highlight": "7.14.3",
"@mantine/core": "7.14.3",
"@mantine/dates": "7.14.3",
"@mantine/form": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/modals": "7.14.3",
"@mantine/notifications": "7.14.3",
"@mantine/carousel": "7.15.1",
"@mantine/code-highlight": "7.15.1",
"@mantine/core": "7.15.1",
"@mantine/dates": "7.15.1",
"@mantine/form": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/modals": "7.15.1",
"@mantine/notifications": "7.15.1",
"@swc/cli": "0.5.2",
"@swc/core": "1.9.3",
"@swc/core": "1.10.1",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.defaultsdeep": "4.6.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"embla-carousel-react": "7.1.0",
"identity-obj-proxy": "3.0.0",
"jsdom": "25.0.1",
Expand All @@ -83,7 +83,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"sass": "1.81.1",
"sass": "1.83.0",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vitest": "2.1.8"
Expand Down
8 changes: 4 additions & 4 deletions packages/react-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"@swc/helpers": "0.5.15"
},
"devDependencies": {
"@babel/types": "7.26.0",
"@babel/types": "7.26.3",
"@coveord/plasma-tokens": "workspace:*",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@swc/cli": "0.5.2",
"@swc/core": "1.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@swc/core": "1.10.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"lodash.groupby": "4.6.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "1.9.3",
"@types/chroma-js": "2.4.4",
"@swc/core": "1.10.1",
"@types/chroma-js": "2.4.5",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.13",
"@types/node": "22.10.1",
"@types/node": "22.10.2",
"chroma-js": "3.1.2",
"commander": "12.1.0",
"dotenv": "16.4.6",
"dotenv": "16.4.7",
"dotenv-safe": "9.1.0",
"figma-js": "1.16.0",
"fs-extra": "11.2.0",
"lint-staged": "15.2.10",
"lint-staged": "15.2.11",
"lodash": "4.17.21",
"prettier": "3.4.1",
"prettier": "3.4.2",
"publint": "0.2.12",
"rimraf": "6.0.1",
"sass": "1.81.1",
"sass": "1.83.0",
"svgo": "3.3.2",
"ts-node": "10.9.2",
"tslib": "2.8.1",
Expand Down
38 changes: 19 additions & 19 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@coveo/atomic-react": "3.2.6",
"@coveo/headless": "3.10.0",
"@coveo/atomic-react": "3.2.8",
"@coveo/headless": "3.12.0",
"@coveord/plasma-components-props-analyzer": "workspace:*",
"@coveord/plasma-mantine": "workspace:*",
"@coveord/plasma-react-icons": "workspace:*",
"@coveord/plasma-tokens": "workspace:*",
"@faker-js/faker": "9.3.0",
"@mantine/code-highlight": "7.14.3",
"@mantine/core": "7.14.3",
"@mantine/dates": "7.14.3",
"@mantine/form": "7.14.3",
"@mantine/hooks": "7.14.3",
"@mantine/modals": "7.14.3",
"@mantine/notifications": "7.14.3",
"@mantinex/dev-icons": "1.0.2",
"@stencil/core": "4.22.3",
"@mantine/code-highlight": "7.15.1",
"@mantine/core": "7.15.1",
"@mantine/dates": "7.15.1",
"@mantine/form": "7.15.1",
"@mantine/hooks": "7.15.1",
"@mantine/modals": "7.15.1",
"@mantine/notifications": "7.15.1",
"@mantinex/dev-icons": "1.1.0",
"@stencil/core": "4.23.0",
"@swc/helpers": "0.5.15",
"@tabler/icons-react": "3.24.0",
"@tabler/icons-react": "3.26.0",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.62.2",
"@tanstack/react-query": "5.62.8",
"clsx": "2.1.1",
"codesandbox-import-utils": "2.2.3",
"dayjs": "1.11.13",
Expand All @@ -40,20 +40,20 @@
"pino-pretty": "13.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"react-hook-form": "7.54.2",
"react-imask": "7.6.1",
"react-markdown": "9.0.1",
"react-router-dom": "7.0.2",
"react-router-dom": "7.1.0",
"redux": "5.0.1",
"remark-gfm": "4.0.0"
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"@types/klaw-sync": "6.0.5",
"@types/lodash.kebabcase": "4.1.9",
"@types/node": "22.10.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/node": "22.10.2",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react-swc": "3.7.2",
"autoprefixer": "10.4.20",
"fs-extra": "11.2.0",
Expand All @@ -64,6 +64,6 @@
"ts-node": "10.9.2",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vite": "6.0.2"
"vite": "6.0.5"
}
}
Loading

0 comments on commit 044eccb

Please sign in to comment.