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 Sep 11, 2024
1 parent 7c110bc commit fe599d0
Show file tree
Hide file tree
Showing 27 changed files with 129 additions and 129 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@39cd14951b08e74b54015e9e001cdefcf80e669f # v5
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
with:
python-version: '3.8'
- name: Install deployment package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Generate a token
if: ${{ always() && github.event_name == 'pull_request'}}
id: generate-token
uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1
uses: actions/create-github-app-token@3378cda945da322a8db4b193e19d46352ebe2de5 # v1
with:
app-id: ${{ secrets.GH_APP_ID }}
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.17.0
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"devDependencies": {
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/lint": "19.2.2",
"@commitlint/load": "19.2.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/lint": "19.5.0",
"@commitlint/load": "19.5.0",
"@coveo/release": "1.0.0",
"@cspell/dict-fr-fr": "2.2.2",
"@cspell/eslint-plugin": "8.12.1",
"@nx/js": "19.5.3",
"@nx/storybook": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@cspell/eslint-plugin": "8.14.2",
"@nx/js": "19.7.2",
"@nx/storybook": "19.7.2",
"@nx/vite": "19.7.2",
"@nx/web": "19.7.2",
"@octokit/rest": "20.1.1",
"@rollup/plugin-typescript": "11.1.6",
"@storybook/addon-essentials": "8.1.11",
Expand All @@ -54,15 +54,15 @@
"@tsconfig/node20": "20.1.4",
"@types/execa": "^2.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@whitespace/storybook-addon-html": "6.1.1",
"aws-sdk": "2.1664.0",
"aws-sdk": "2.1691.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"cross-fetch": "4.0.0",
"cspell": "8.12.1",
"cspell": "8.14.2",
"cz-conventional-changelog": "3.3.0",
"detect-indent": "7.0.1",
"esbuild": "0.23.1",
Expand All @@ -76,20 +76,20 @@
"exponential-backoff": "^3.1.0",
"glob": "^10.2.6",
"gts": "5.3.1",
"husky": "9.1.2",
"lint-staged": "15.2.7",
"husky": "9.1.5",
"lint-staged": "15.2.10",
"lit": "^2.6.1",
"nx": "19.0.4",
"patch-package": "8.0.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"prettier-plugin-tailwindcss": "0.6.6",
"react-syntax-highlighter": "15.5.0",
"rimraf": "5.0.9",
"rimraf": "5.0.10",
"semver": "7.6.3",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.4.5",
"vite": "~5.3.0"
"typescript": "5.6.2",
"vite": "~5.4.0"
},
"overrides": {
"@coveo/release": {
Expand Down Expand Up @@ -139,5 +139,5 @@
"upgrade": "1.1.0"
},
"version": "0.0.0",
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
6 changes: 3 additions & 3 deletions packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@angular/cli": "17.3.9",
"@angular/compiler-cli": "17.3.12",
"@coveo/headless": "2.80.0",
"@types/node": "20.14.12",
"jasmine-core": "5.2.0",
"karma": "6.4.3",
"@types/node": "20.16.5",
"jasmine-core": "5.3.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@coveo/atomic": "2.78.0",
"tslib": "2.6.3"
"tslib": "2.7.0"
},
"engines": {
"node": "^20.9.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/atomic-hosted-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@playwright/test": "1.45.3",
"@types/node": "20.14.12"
"@playwright/test": "1.47.0",
"@types/node": "20.16.5"
},
"engines": {
"node": "^20.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.14.12",
"@types/node": "20.16.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"ncp": "2.0.0",
Expand Down
46 changes: 23 additions & 23 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,30 +51,30 @@
"@popperjs/core": "^2.11.6",
"@salesforce-ux/design-system": "^2.16.1",
"@stencil/store": "2.0.16",
"core-js": "3.37.1",
"dayjs": "1.11.12",
"core-js": "3.38.1",
"dayjs": "1.11.13",
"dompurify": "3.1.6",
"escape-html": "1.0.3",
"focus-visible": "5.2.0",
"i18next": "23.12.2",
"i18next-http-backend": "2.5.2",
"focus-visible": "5.2.1",
"i18next": "23.15.1",
"i18next-http-backend": "2.6.1",
"marked": "12.0.2",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
},
"devDependencies": {
"@axe-core/playwright": "4.9.1",
"@babel/core": "7.24.9",
"@axe-core/playwright": "4.10.0",
"@babel/core": "7.25.2",
"@coveo/atomic": "file:.",
"@coveo/headless": "2.80.0",
"@coveo/release": "1.0.0",
"@custom-elements-manifest/analyzer": "0.10.3",
"@fullhuman/postcss-purgecss": "6.0.0",
"@nx/js": "19.5.3",
"@nx/storybook": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@playwright/test": "1.45.3",
"@nx/js": "19.7.2",
"@nx/storybook": "19.7.2",
"@nx/vite": "19.7.2",
"@nx/web": "19.7.2",
"@playwright/test": "1.47.0",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.7",
"@stencil-community/postcss": "2.2.0",
Expand Down Expand Up @@ -102,40 +102,40 @@
"@types/escape-html": "1.0.4",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "20.14.12",
"@types/node": "20.16.5",
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "7.0.4",
"@whitespace/storybook-addon-html": "6.1.1",
"autoprefixer": "10.4.19",
"axe-core": "4.9.1",
"cypress": "13.13.1",
"autoprefixer": "10.4.20",
"axe-core": "4.10.0",
"cypress": "13.14.2",
"cypress-axe": "1.5.0",
"cypress-repeat": "2.3.5",
"cypress-repeat": "2.3.7",
"cypress-split": "1.5.0",
"html-loader-jest": "0.2.1",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-localstorage-mock": "2.4.26",
"lit": "3.1.3",
"lit-html": "3.1.4",
"lit-html": "3.2.0",
"lodash": "4.17.21",
"ncp": "2.0.0",
"postcss-focus-visible": "9.0.1",
"postcss-import": "16.1.0",
"postcss-map": "0.11.0",
"postcss-mixins": "10.0.1",
"postcss-nested": "6.2.0",
"puppeteer": "22.14.0",
"puppeteer": "22.15.0",
"react": "18.3.1",
"rollup-plugin-html": "0.2.1",
"shadow-dom-testing-library": "1.11.2",
"shadow-dom-testing-library": "1.11.3",
"storybook": "8.1.2",
"tailwindcss": "3.4.7",
"tailwindcss": "3.4.11",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"vite": "5.3.5",
"typescript": "5.6.2",
"vite": "5.4.4",
"vite-plugin-cem": "0.8.1",
"wait-on": "7.2.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"homepage": "https://github.com/coveo/ui-kit/packages/auth#readme",
"devDependencies": {
"@coveo/release": "1.0.0",
"rimraf": "5.0.9",
"vite": "5.3.5",
"rimraf": "5.0.10",
"vite": "5.4.4",
"jest": "29.7.0",
"ts-jest": "29.2.3"
"ts-jest": "29.2.5"
},
"engines": {
"node": "^20.9.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/bueno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@coveo/release": "1.0.0",
"jest": "29.7.0",
"ts-jest": "29.2.3"
"ts-jest": "29.2.5"
},
"engines": {
"node": "^20.9.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"@types/jest": "29.5.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-testing-library": "6.2.2",
"eslint-plugin-testing-library": "6.3.0",
"gts": "5.3.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"publint": "0.2.9",
"rimraf": "5.0.9",
"ts-jest": "29.2.3",
"typescript": "5.4.5"
"publint": "0.2.10",
"rimraf": "5.0.10",
"ts-jest": "29.2.5",
"typescript": "5.6.2"
},
"peerDependencies": {
"react": "^18",
Expand Down
14 changes: 7 additions & 7 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"dependencies": {
"@coveo/bueno": "0.46.1",
"@coveo/relay": "0.7.10",
"@coveo/relay-event-types": "9.4.0",
"@coveo/relay-event-types": "9.5.0",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "2.2.7",
"abortcontroller-polyfill": "1.7.5",
"coveo.analytics": "2.30.26",
"dayjs": "1.11.12",
"coveo.analytics": "2.30.38",
"dayjs": "1.11.13",
"exponential-backoff": "3.1.0",
"fast-equals": "5.0.1",
"navigator.sendbeacon": "0.0.20",
Expand All @@ -67,14 +67,14 @@
},
"devDependencies": {
"@coveo/release": "1.0.0",
"@microsoft/api-extractor": "7.47.3",
"@microsoft/api-extractor-model": "7.29.3",
"@microsoft/api-extractor": "7.47.8",
"@microsoft/api-extractor-model": "7.29.7",
"@microsoft/tsdoc": "0.15.0",
"eslint-plugin-canonical": "4.18.0",
"eslint-plugin-canonical": "4.18.1",
"execa": "8.0.1",
"install": "0.13.0",
"jest": "29.7.0",
"ts-jest": "29.2.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"@types/wait-on": "5.3.4",
"chalk": "4.1.2",
"change-case": "4.1.2",
"cypress": "13.13.1",
"cypress": "13.14.2",
"cypress-real-events": "1.13.0",
"cypress-repeat": "2.3.5",
"cypress-repeat": "2.3.7",
"dotenv": "16.4.5",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jest": "28.8.3",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
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 @@ -21,20 +21,20 @@
"@angular/router": "17.3.12",
"@coveo/atomic-angular": "2.28.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.8"
"tslib": "2.7.0",
"zone.js": "0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.9",
"@angular/cli": "17.3.9",
"@angular/compiler-cli": "17.3.12",
"@types/node": "20.14.12",
"@types/node": "20.16.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"cypress": "13.14.2",
"cypress-repeat": "2.3.7",
"gts": "5.3.1",
"jest": "29.7.0",
"ncp": "2.0.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
10 changes: 5 additions & 5 deletions packages/samples/atomic-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"@coveo/atomic": "2.78.0",
"@coveo/atomic-react": "2.14.0",
"@coveo/headless": "2.80.0",
"next": "14.2.5",
"next": "14.2.9",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "20.14.12",
"@types/node": "20.16.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"cypress": "13.13.1",
"cypress-repeat": "2.3.5",
"cypress": "13.14.2",
"cypress-repeat": "2.3.7",
"ncp": "2.0.0",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"scripts": {
"build": "nx build",
Expand Down
Loading

0 comments on commit fe599d0

Please sign in to comment.