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 27, 2023
1 parent 6772723 commit 07e36ec
Show file tree
Hide file tree
Showing 24 changed files with 139 additions and 139 deletions.
2 changes: 1 addition & 1 deletion .github/actions/create-deployment-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "Create a deployment package for Headless and Atomic"
runs:
using: composite
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install deployment package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-quantic-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
echo ${{ github.sha }} > github-sha.txt
- name: Check SHA
id: check_sha
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: check-SHA
key: check-SHA-${{ github.sha }}
- name: Cancel current workflow run if no changes made
if: steps.check_sha.outputs.cache-hit == 'true'
uses: actions/github-script@v4
uses: actions/github-script@v6
with:
script: |
github.actions.cancelWorkflowRun({
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-lock-fail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
git-locked:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 1
2 changes: 1 addition & 1 deletion .github/workflows/git-lock-success.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ on:

jobs:
git-locked:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- run: exit 0
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,58 +28,58 @@
"@actions/core": "1.9.1",
"@actions/github": "5.1.1",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/lint": "9.1.2",
"@coveo/semantic-monorepo-tools": "1.7.0",
"@commitlint/lint": "17.7.0",
"@coveo/semantic-monorepo-tools": "2.1.15",
"@cspell/dict-fr-fr": "2.2.1",
"@cspell/eslint-plugin": "6.31.1",
"@octokit/rest": "19.0.5",
"@rollup/plugin-typescript": "8.3.4",
"@cspell/eslint-plugin": "7.0.1",
"@octokit/rest": "20.0.1",
"@rollup/plugin-typescript": "11.1.3",
"@salesforce/sfdx-lwc-jest": "npm:[email protected]",
"@trivago/prettier-plugin-sort-imports": "4.0.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",
"@types/jest": "29.5.4",
"@types/node": "20.5.6",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"aws-sdk": "2.1199.0",
"commitizen": "4.2.5",
"concurrently": "7.6.0",
"cross-fetch": "3.1.5",
"cspell": "6.31.1",
"concurrently": "8.2.1",
"cross-fetch": "4.0.0",
"cspell": "7.0.1",
"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-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-package-lock": "1.0.0",
"execa": "^7.0.0",
"execa": "^8.0.0",
"exponential-backoff": "^3.1.0",
"glob": "^10.2.6",
"gts": "3.1.0",
"husky": "5.2.0",
"jest": "27.5.1",
"lint-staged": "13.1.0",
"nx": "15.7.0",
"gts": "5.0.1",
"husky": "8.0.3",
"jest": "29.6.4",
"lint-staged": "14.0.1",
"nx": "16.7.4",
"patch-package": "8.0.0",
"prettier": "2.7.1",
"prettier": "3.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"rimraf": "3.0.2",
"rimraf": "5.0.1",
"semver": "7.3.8",
"ts-jest": "27.1.5",
"typescript": "4.6.4"
"ts-jest": "29.1.1",
"typescript": "5.2.2"
},
"overrides": {
"@coveo/quantic": {
"@lwc/compiler": "2.11.8",
"@lwc/compiler": "3.2.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": "14.1.0",
"@lwc/jest-resolver": "14.1.0",
"@lwc/jest-serializer": "14.1.0",
"@lwc/jest-transformer": "14.1.0"
}
},
"@coveo/atomic": {
Expand Down
10 changes: 5 additions & 5 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@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",
"jasmine-core": "3.99.1",
"@types/jasmine": "4.3.5",
"@types/node": "20.5.6",
"jasmine-core": "5.1.1",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "1.7.0",
"karma-jasmine-html-reporter": "2.1.0",
"ncp": "2.0.0",
"ng-packagr": "16.0.1",
"typescript": "4.9.5",
"typescript": "5.2.2",
"@coveo/headless": "2.28.0"
}
}
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": "4.1.0"
},
"devDependencies": {
"cypress": "10.8.0"
"cypress": "12.17.4"
}
}
12 changes: 6 additions & 6 deletions packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
},
"devDependencies": {
"@coveo/headless": "2.28.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.5.0",
"@types/node": "15.14.9",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.5.6",
"@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": "^3.0.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-terser": "^7.0.2"
},
Expand Down
32 changes: 16 additions & 16 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,48 +50,48 @@
"@coveo/bueno": "0.43.7",
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/core": "2.17.3",
"@stencil/store": "1.5.0",
"@stencil/core": "4.1.0",
"@stencil/store": "2.0.9",
"dayjs": "1.11.5",
"dompurify": "2.3.10",
"dompurify": "3.0.5",
"escape-html": "1.0.3",
"focus-visible": "5.2.0",
"i18next": "22.4.13",
"i18next": "23.4.6",
"i18next-http-backend": "2.2.0",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@babel/core": "7.18.10",
"@coveo/headless": "2.28.0",
"@fullhuman/postcss-purgecss": "4.1.3",
"@rollup/plugin-alias": "3.1.9",
"@rollup/plugin-replace": "2.4.2",
"@fullhuman/postcss-purgecss": "5.0.0",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-replace": "5.0.2",
"@stencil-community/postcss": "2.1.0",
"@stencil/angular-output-target": "0.4.0",
"@stencil/react-output-target": "0.3.1",
"@stencil/store": "1.5.0",
"@types/dompurify": "2.3.3",
"@stencil/store": "2.0.9",
"@types/dompurify": "3.0.2",
"@types/escape-html": "1.0.2",
"@types/lodash": "4.14.184",
"@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",
"cross-fetch": "4.0.0",
"cypress": "12.17.4",
"cypress-axe": "1.0.0",
"html-loader-jest": "0.2.1",
"jest-cli": "27.5.1",
"jest-cli": "29.6.4",
"jest-localstorage-mock": "2.4.22",
"lit-html": "2.3.1",
"lodash": "4.17.21",
"ncp": "2.0.0",
"postcss-focus-visible": "6.0.4",
"postcss-import": "14.1.0",
"postcss-focus-visible": "9.0.0",
"postcss-import": "15.1.0",
"postcss-mixins": "9.0.3",
"postcss-nested": "5.0.6",
"puppeteer": "9.1.1",
"postcss-nested": "6.0.1",
"puppeteer": "21.1.0",
"rollup-plugin-html": "0.2.1",
"tailwindcss": "3.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
"homepage": "https://github.com/coveo/ui-kit/packages/auth#readme",
"devDependencies": {
"rimraf": "3.0.2",
"vite": "2.9.15"
"rimraf": "5.0.1",
"vite": "4.4.9"
},
"engines": {
"node": ">=10"
Expand Down
10 changes: 5 additions & 5 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@
},
"peerDependencies": {
"encoding": "^0.1.13",
"pino-pretty": "^6.0.0"
"pino-pretty": "^6.0.0 || ^10.0.0"
},
"dependencies": {
"@coveo/bueno": "0.43.7",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "1.8.5",
"@types/pino": "6.3.12",
"@types/pino": "7.0.4",
"@types/redux-mock-store": "1.0.3",
"abab": "2.0.6",
"coveo.analytics": "2.28.12",
"cross-fetch": "3.1.5",
"cross-fetch": "4.0.0",
"dayjs": "1.11.5",
"exponential-backoff": "3.1.0",
"fast-equals": "2.0.4",
"node-abort-controller": "^1.1.0",
"fast-equals": "5.0.1",
"node-abort-controller": "^3.0.0",
"pino": "8.11.0",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,32 +50,32 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@ckeditor/jsdoc-plugins": "25.4.5",
"@ckeditor/jsdoc-plugins": "38.4.0",
"@lwc/eslint-plugin-lwc": "1.6.2",
"@octokit/graphql": "5.0.4",
"@octokit/graphql-schema": "10.74.2",
"@octokit/graphql": "7.0.1",
"@octokit/graphql-schema": "14.27.2",
"@salesforce/eslint-config-lwc": "3.3.3",
"@salesforce/eslint-plugin-lightning": "1.0.0",
"@salesforce/sfdx-lwc-jest": "1.1.2",
"@salesforce/sfdx-lwc-jest": "3.0.0",
"@types/strip-color": "0.1.0",
"@types/wait-on": "5.3.1",
"chalk": "4.1.2",
"chalk": "5.3.0",
"change-case": "4.1.2",
"cypress": "10.8.0",
"cypress": "12.17.4",
"cypress-plugin-tab": "1.0.5",
"dotenv": "10.0.0",
"dotenv": "16.3.1",
"eslint-plugin-jest": "27.2.1",
"fs-extra": "10.1.0",
"jest-junit": "12.3.0",
"fs-extra": "11.1.1",
"jest-junit": "16.0.0",
"jsdoc": "4.0.0",
"jsdoc-tsimport-plugin": "1.0.5",
"mkdirp": "^2.1.3",
"mkdirp": "^3.0.0",
"ncp": "2.0.0",
"prettier-plugin-apex": "^1.13.0",
"prettier-plugin-apex": "^2.0.0",
"sfdx-cli": "7.178.0",
"strip-color": "0.1.0",
"ts-node": "10.9.1",
"wait-on": "6.0.1",
"wait-on": "7.0.1",
"xml2json": "0.12.0"
},
"files": [
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 @@ -26,12 +26,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",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"cypress": "10.8.0",
"gts": "^3.1.1",
"@types/jasmine": "4.3.5",
"@types/node": "20.5.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"cypress": "12.17.4",
"gts": "^5.0.0",
"ncp": "2.0.0",
"typescript": "4.9.5"
"typescript": "5.2.2"
}
}
6 changes: 3 additions & 3 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "17.0.34",
"@types/node": "20.5.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"cypress": "10.8.0",
"cypress": "12.17.4",
"ncp": "2.0.0",
"typescript": "4.6.4"
"typescript": "5.2.2"
},
"scripts": {
"build": "tsc --noEmit && tsc --module commonjs --noEmit",
Expand Down
10 changes: 5 additions & 5 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@
"devDependencies": {
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"css-loader": "6.7.1",
"cypress": "10.8.0",
"cypress": "12.17.4",
"eslint-plugin-react": "7.30.1",
"gts": "^3.1.1",
"gts": "^5.0.0",
"ncp": "2.0.0",
"style-loader": "3.3.1",
"ts-loader": "9.3.1",
"typescript": "4.6.4",
"typescript": "5.2.2",
"webpack": "^5.83.1",
"webpack-cli": "4.10.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.10.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 07e36ec

Please sign in to comment.