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 Nov 4, 2024
1 parent 8a8da2b commit 5cc42d3
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
egress-policy: audit

- name: 'Checkout code'
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@coveo/semantic-monorepo-tools": "2.4.59",
"@eslint/compat": "1.2.1",
"@coveo/semantic-monorepo-tools": "2.5.0",
"@eslint/compat": "1.2.2",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "20.16.13",
"@types/node": "20.17.1",
"aws-sdk": "2.1691.0",
"chokidar": "4.0.1",
"commitizen": "4.3.1",
Expand All @@ -60,9 +60,9 @@
"eslint-plugin-import-x": "4.3.1",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.37.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-react-refresh": "0.4.14",
"eslint-plugin-testing-library": "6.4.0",
"eslint-plugin-unused-imports": "4.1.4",
"@vitest/eslint-plugin": "1.1.7",
Expand All @@ -75,13 +75,13 @@
"sort-package-json": "2.10.1",
"stylelint": "16.10.0",
"stylelint-config-standard-scss": "13.1.0",
"turbo": "2.2.0",
"turbo": "2.2.3",
"typescript": "5.6.3",
"typescript-eslint": "8.10.0",
"typescript-eslint": "8.12.0",
"underscore": "1.13.7",
"walkdir": "0.4.1"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
6 changes: 3 additions & 3 deletions packages/components-props-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "1.7.36",
"@swc/core": "1.7.40",
"@types/fs-extra": "11.0.4",
"@types/node": "20.16.13",
"@types/react": "18.3.11",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript/twoslash": "3.2.8",
"@typescript/vfs": "1.6.0",
Expand Down
26 changes: 13 additions & 13 deletions packages/mantine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,38 +55,38 @@
"monaco-editor": "0.52.0"
},
"devDependencies": {
"@mantine/carousel": "7.13.3",
"@mantine/code-highlight": "7.13.3",
"@mantine/core": "7.13.3",
"@mantine/dates": "7.13.3",
"@mantine/form": "7.13.3",
"@mantine/hooks": "7.13.3",
"@mantine/modals": "7.13.3",
"@mantine/notifications": "7.13.3",
"@mantine/carousel": "7.13.4",
"@mantine/code-highlight": "7.13.4",
"@mantine/core": "7.13.4",
"@mantine/dates": "7.13.4",
"@mantine/form": "7.13.4",
"@mantine/hooks": "7.13.4",
"@mantine/modals": "7.13.4",
"@mantine/notifications": "7.13.4",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.36",
"@swc/core": "1.7.40",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.defaultsdeep": "4.6.9",
"@types/react": "18.3.11",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"embla-carousel-react": "7.1.0",
"identity-obj-proxy": "3.0.0",
"jsdom": "25.0.1",
"postcss": "8.4.47",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"publint": "0.2.11",
"publint": "0.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
"sass": "1.80.3",
"sass": "1.80.4",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vitest": "2.1.3"
"vitest": "2.1.4"
},
"peerDependencies": {
"@mantine/carousel": "^7.6.1",
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,19 +46,19 @@
"@swc/helpers": "0.5.13"
},
"devDependencies": {
"@babel/types": "7.25.8",
"@babel/types": "7.26.0",
"@coveord/plasma-tokens": "workspace:*",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@swc/cli": "0.4.0",
"@swc/core": "1.7.36",
"@types/react": "18.3.11",
"@swc/core": "1.7.40",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"fs-extra": "11.2.0",
"glob": "11.0.0",
"lodash.groupby": "4.6.0",
"lodash.upperfirst": "4.3.1",
"publint": "0.2.11",
"publint": "0.2.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "6.0.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "1.7.36",
"@swc/core": "1.7.40",
"@types/chroma-js": "2.4.4",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.11",
"@types/node": "20.16.13",
"@types/lodash": "4.17.12",
"@types/node": "20.17.1",
"chroma-js": "3.1.2",
"commander": "12.1.0",
"dotenv": "16.4.5",
Expand All @@ -54,9 +54,9 @@
"lint-staged": "15.2.10",
"lodash": "4.17.21",
"prettier": "3.3.3",
"publint": "0.2.11",
"publint": "0.2.12",
"rimraf": "6.0.1",
"sass": "1.80.3",
"sass": "1.80.4",
"svgo": "3.3.2",
"ts-node": "10.9.2",
"tslib": "2.8.0",
Expand Down
32 changes: 16 additions & 16 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.1.7",
"@coveo/headless": "3.4.0",
"@coveo/atomic-react": "3.1.10",
"@coveo/headless": "3.4.1",
"@coveord/plasma-components-props-analyzer": "workspace:*",
"@coveord/plasma-mantine": "workspace:*",
"@coveord/plasma-react-icons": "workspace:*",
"@coveord/plasma-tokens": "workspace:*",
"@faker-js/faker": "9.0.3",
"@mantine/code-highlight": "7.13.3",
"@mantine/core": "7.13.3",
"@mantine/dates": "7.13.3",
"@mantine/form": "7.13.3",
"@mantine/hooks": "7.13.3",
"@mantine/modals": "7.13.3",
"@mantine/notifications": "7.13.3",
"@faker-js/faker": "9.1.0",
"@mantine/code-highlight": "7.13.4",
"@mantine/core": "7.13.4",
"@mantine/dates": "7.13.4",
"@mantine/form": "7.13.4",
"@mantine/hooks": "7.13.4",
"@mantine/modals": "7.13.4",
"@mantine/notifications": "7.13.4",
"@mantinex/dev-icons": "1.0.2",
"@stencil/core": "4.22.1",
"@stencil/core": "4.22.2",
"@swc/helpers": "0.5.13",
"@tabler/icons-react": "3.19.0",
"@tabler/icons-react": "3.21.0",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.59.15",
"@tanstack/react-query": "5.59.16",
"clsx": "2.1.1",
"codesandbox-import-utils": "2.2.3",
"dayjs": "1.11.13",
Expand All @@ -51,8 +51,8 @@
"@types/fs-extra": "11.0.4",
"@types/klaw-sync": "6.0.5",
"@types/lodash.kebabcase": "4.1.9",
"@types/node": "20.16.13",
"@types/react": "18.3.11",
"@types/node": "20.17.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"autoprefixer": "10.4.20",
Expand All @@ -64,6 +64,6 @@
"ts-node": "10.9.2",
"tslib": "2.8.0",
"typescript": "5.6.3",
"vite": "5.4.9"
"vite": "5.4.10"
}
}

0 comments on commit 5cc42d3

Please sign in to comment.