Skip to content

Commit

Permalink
chore(deps): update all dependencies j:kit-282
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 6772723 commit b10d228
Show file tree
Hide file tree
Showing 22 changed files with 46,076 additions and 20,163 deletions.
53,616 changes: 35,893 additions & 17,723 deletions package-lock.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,65 +25,65 @@
"release:phase4": "npx -p=@coveo/release git-publish-all"
},
"devDependencies": {
"@actions/core": "1.9.1",
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/config-conventional": "17.7.0",
"@commitlint/lint": "9.1.2",
"@coveo/semantic-monorepo-tools": "1.7.0",
"@cspell/dict-fr-fr": "2.2.1",
"@cspell/eslint-plugin": "6.31.1",
"@octokit/rest": "19.0.5",
"@rollup/plugin-typescript": "8.3.4",
"@coveo/semantic-monorepo-tools": "1.7.2",
"@cspell/dict-fr-fr": "2.2.2",
"@cspell/eslint-plugin": "6.31.3",
"@octokit/rest": "19.0.13",
"@rollup/plugin-typescript": "8.5.0",
"@salesforce/sfdx-lwc-jest": "npm:[email protected]",
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/execa": "^2.0.0",
"@types/jest": "27.5.2",
"@types/node": "14.18.25",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"aws-sdk": "2.1199.0",
"commitizen": "4.2.5",
"@types/node": "14.18.56",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"aws-sdk": "2.1445.0",
"commitizen": "4.3.0",
"concurrently": "7.6.0",
"cross-fetch": "3.1.5",
"cspell": "6.31.1",
"cross-fetch": "3.1.8",
"cspell": "6.31.3",
"cypress-repeat": "2.3.3",
"cz-conventional-changelog": "3.3.0",
"detect-indent": "7.0.1",
"esbuild": "0.14.2",
"esbuild-plugin-alias": "0.2.1",
"eslint": "8.22.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint": "8.47.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-package-lock": "1.0.0",
"execa": "^7.0.0",
"exponential-backoff": "^3.1.0",
"glob": "^10.2.6",
"gts": "3.1.0",
"gts": "3.1.1",
"husky": "5.2.0",
"jest": "27.5.1",
"lint-staged": "13.1.0",
"nx": "15.7.0",
"lint-staged": "13.3.0",
"nx": "15.9.6",
"patch-package": "8.0.0",
"prettier": "2.7.1",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"semver": "7.3.8",
"semver": "7.5.4",
"ts-jest": "27.1.5",
"typescript": "4.6.4"
"typescript": "4.9.5"
},
"overrides": {
"@coveo/quantic": {
"@lwc/compiler": "2.11.8",
"@lwc/compiler": "2.50.0",
"@salesforce/[email protected]": {
"@lwc/jest-preset": "11.4.0",
"@lwc/jest-resolver": "11.4.0",
"@lwc/jest-serializer": "11.4.0",
"@lwc/jest-transformer": "11.4.0"
"@lwc/jest-preset": "11.8.0",
"@lwc/jest-resolver": "11.8.0",
"@lwc/jest-serializer": "11.8.0",
"@lwc/jest-transformer": "11.8.0"
}
},
"@coveo/atomic": {
"postcss": "8.4.27"
"postcss": "8.4.28"
}
},
"workspaces": [
Expand Down
12 changes: 6 additions & 6 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@coveo/atomic": "2.42.0",
"rxjs": "7.5.6"
"rxjs": "7.8.1"
},
"peerDependencies": {
"@coveo/headless": "2.28.0"
Expand All @@ -28,12 +28,12 @@
"@angular-devkit/build-angular": "16.0.2",
"@angular/cli": "16.0.2",
"@angular/compiler-cli": "16.0.2",
"@types/jasmine": "3.10.6",
"@types/node": "12.20.55",
"@types/jasmine": "3.10.12",
"@types/node": "14.18.56",
"jasmine-core": "3.99.1",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "1.7.0",
"ncp": "2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"dependencies": {
"@coveo/atomic": "2.42.0",
"tslib": "2.4.0"
"tslib": "2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"@coveo/bueno": "0.43.7",
"@coveo/headless": "2.28.0",
"@stencil/core": "2.17.3"
"@stencil/core": "2.22.3"
},
"devDependencies": {
"cypress": "10.8.0"
"cypress": "10.11.0"
}
}
4 changes: 2 additions & 2 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/node": "15.14.9",
"@types/node": "14.18.56",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"ncp": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^2.79.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-polyfill-node": "^0.12.0",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
Expand Down
38 changes: 19 additions & 19 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,46 +50,46 @@
"@coveo/bueno": "0.43.7",
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/core": "2.17.3",
"@stencil/core": "2.22.3",
"@stencil/store": "1.5.0",
"dayjs": "1.11.5",
"dompurify": "2.3.10",
"dayjs": "1.11.9",
"dompurify": "2.4.7",
"escape-html": "1.0.3",
"focus-visible": "5.2.0",
"i18next": "22.4.13",
"i18next-http-backend": "2.2.0",
"i18next": "22.5.1",
"i18next-http-backend": "2.2.1",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@babel/core": "7.22.11",
"@coveo/headless": "2.28.0",
"@fullhuman/postcss-purgecss": "4.1.3",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-replace": "2.4.2",
"@stencil-community/postcss": "2.1.0",
"@stencil/angular-output-target": "0.4.0",
"@stencil-community/postcss": "2.2.0",
"@stencil/angular-output-target": "0.8.1",
"@stencil/react-output-target": "0.3.1",
"@stencil/store": "1.5.0",
"@types/dompurify": "2.3.3",
"@types/dompurify": "2.4.0",
"@types/escape-html": "1.0.2",
"@types/lodash": "4.14.184",
"@types/lodash": "4.14.197",
"@types/postcss-import": "14.0.0",
"@types/puppeteer": "5.4.6",
"autoprefixer": "10.4.8",
"axe-core": "4.4.3",
"cross-fetch": "3.1.5",
"cypress": "10.8.0",
"cypress-axe": "1.0.0",
"@types/puppeteer": "5.4.7",
"autoprefixer": "10.4.15",
"axe-core": "4.7.2",
"cross-fetch": "3.1.8",
"cypress": "10.11.0",
"cypress-axe": "1.4.0",
"html-loader-jest": "0.2.1",
"jest-cli": "27.5.1",
"jest-localstorage-mock": "2.4.22",
"lit-html": "2.3.1",
"jest-localstorage-mock": "2.4.26",
"lit-html": "2.8.0",
"lodash": "4.17.21",
"ncp": "2.0.0",
"postcss-focus-visible": "6.0.4",
"postcss-import": "14.1.0",
"postcss-mixins": "9.0.3",
"postcss-mixins": "9.0.4",
"postcss-nested": "5.0.6",
"puppeteer": "9.1.1",
"rollup-plugin-html": "0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"homepage": "https://github.com/coveo/ui-kit/packages/auth#readme",
"devDependencies": {
"rimraf": "3.0.2",
"vite": "2.9.15"
"vite": "2.9.16"
},
"engines": {
"node": ">=10"
Expand Down
18 changes: 9 additions & 9 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,26 @@
"dependencies": {
"@coveo/bueno": "0.43.7",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "1.8.5",
"@reduxjs/toolkit": "1.9.5",
"@types/pino": "6.3.12",
"@types/redux-mock-store": "1.0.3",
"abab": "2.0.6",
"coveo.analytics": "2.28.12",
"cross-fetch": "3.1.5",
"dayjs": "1.11.5",
"coveo.analytics": "2.28.13",
"cross-fetch": "3.1.8",
"dayjs": "1.11.9",
"exponential-backoff": "3.1.0",
"fast-equals": "2.0.4",
"node-abort-controller": "^1.1.0",
"pino": "8.11.0",
"pino": "8.15.0",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.1",
"redux-thunk": "2.4.2",
"ts-debounce": "3.0.0",
"web-encoding": "^1.1.4"
},
"devDependencies": {
"@microsoft/api-extractor": "7.29.3",
"@microsoft/api-extractor-model": "7.23.1",
"@microsoft/tsdoc": "0.14.1",
"@microsoft/api-extractor": "7.36.4",
"@microsoft/api-extractor-model": "7.27.6",
"@microsoft/tsdoc": "0.14.2",
"jest-fetch-mock": "3.0.3",
"pad-stream": "^4.0.0",
"ts-node": "10.9.1"
Expand Down
16 changes: 8 additions & 8 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@
},
"devDependencies": {
"@ckeditor/jsdoc-plugins": "25.4.5",
"@lwc/eslint-plugin-lwc": "1.6.2",
"@octokit/graphql": "5.0.4",
"@lwc/eslint-plugin-lwc": "1.6.3",
"@octokit/graphql": "5.0.6",
"@octokit/graphql-schema": "10.74.2",
"@salesforce/eslint-config-lwc": "3.3.3",
"@salesforce/eslint-config-lwc": "3.5.2",
"@salesforce/eslint-plugin-lightning": "1.0.0",
"@salesforce/sfdx-lwc-jest": "1.1.2",
"@salesforce/sfdx-lwc-jest": "1.4.1",
"@types/strip-color": "0.1.0",
"@types/wait-on": "5.3.1",
"chalk": "4.1.2",
"change-case": "4.1.2",
"cypress": "10.8.0",
"cypress": "10.11.0",
"cypress-plugin-tab": "1.0.5",
"dotenv": "10.0.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jest": "27.2.3",
"fs-extra": "10.1.0",
"jest-junit": "12.3.0",
"jsdoc": "4.0.0",
"jsdoc": "4.0.2",
"jsdoc-tsimport-plugin": "1.0.5",
"mkdirp": "^2.1.3",
"ncp": "2.0.0",
"prettier-plugin-apex": "^1.13.0",
"sfdx-cli": "7.178.0",
"sfdx-cli": "7.209.6",
"strip-color": "0.1.0",
"ts-node": "10.9.1",
"wait-on": "6.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@coveo/atomic-angular": "2.14.0",
"rxjs": "7.5.6",
"tslib": "2.4.0",
"zone.js": "0.13.0"
"rxjs": "7.8.1",
"tslib": "2.6.2",
"zone.js": "0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.2",
"@angular/cli": "16.0.2",
"@angular/compiler-cli": "16.0.2",
"@types/jasmine": "3.10.6",
"@types/node": "12.20.55",
"@types/jasmine": "3.10.12",
"@types/node": "14.18.56",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"cypress": "10.8.0",
"cypress": "10.11.0",
"gts": "^3.1.1",
"ncp": "2.0.0",
"typescript": "4.9.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"@coveo/atomic": "2.42.0",
"@coveo/atomic-react": "2.5.9",
"@coveo/headless": "2.28.0",
"next": "13.2.3",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "17.0.34",
"@types/node": "14.18.56",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"cypress": "10.8.0",
"cypress": "10.11.0",
"ncp": "2.0.0",
"typescript": "4.6.4"
"typescript": "4.9.5"
},
"scripts": {
"build": "tsc --noEmit && tsc --module commonjs --noEmit",
Expand Down
12 changes: 6 additions & 6 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"css-loader": "6.7.1",
"cypress": "10.8.0",
"css-loader": "6.8.1",
"cypress": "10.11.0",
"eslint-plugin-react": "7.30.1",
"gts": "^3.1.1",
"ncp": "2.0.0",
"style-loader": "3.3.1",
"ts-loader": "9.3.1",
"typescript": "4.6.4",
"style-loader": "3.3.3",
"ts-loader": "9.4.4",
"typescript": "4.9.5",
"webpack": "^5.83.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.10.0"
"webpack-dev-server": "4.15.1"
},
"scripts": {
"build": "tsc --noEmit && tsc --module commonjs --noEmit",
Expand Down
Loading

0 comments on commit b10d228

Please sign in to comment.