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 Dec 22, 2023
1 parent 5cdece8 commit 959a9fe
Show file tree
Hide file tree
Showing 25 changed files with 4,632 additions and 6,201 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: '.nvmrc'
- name: Ensure Nx cache can be shared between different CI environments # Source: https://nx.dev/recipes/troubleshooting/unknown-local-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-quantic-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Check Out Repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: '.nvmrc'
- name: Create cache file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/masterbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: '.nvmrc'
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
registry-url: 'https://registry.npmjs.org'
node-version-file: '.nvmrc'
Expand All @@ -44,7 +44,7 @@ jobs:
RELEASER_INSTALLATION_ID: ${{ secrets.RELEASER_INSTALLATION_ID }}
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
registry-url: 'https://npm.pkg.github.com'
node-version-file: '.nvmrc'
Expand Down
819 changes: 404 additions & 415 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"@commitlint/lint": "18.4.3",
"@coveo/release": "1.0.0",
"@cspell/dict-fr-fr": "2.2.2",
"@cspell/eslint-plugin": "8.1.3",
"@cspell/eslint-plugin": "8.2.3",
"@octokit/rest": "20.0.2",
"@rollup/plugin-typescript": "11.1.5",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/execa": "^2.0.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"aws-sdk": "2.1515.0",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"aws-sdk": "2.1524.0",
"commitizen": "4.3.0",
"concurrently": "8.2.2",
"cross-fetch": "4.0.0",
"cspell": "8.1.3",
"cspell": "8.2.3",
"cz-conventional-changelog": "3.3.0",
"detect-indent": "7.0.1",
"esbuild": "0.14.2",
"esbuild-plugin-alias": "0.2.1",
"eslint": "8.55.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-package-lock": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/atomic-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "16.2.12",
"@coveo/headless": "2.44.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"jasmine-core": "5.1.1",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.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 @@ -39,7 +39,7 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/node": "20.10.4",
"@types/node": "20.10.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"ncp": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dompurify": "3.0.6",
"escape-html": "1.0.3",
"focus-visible": "5.2.0",
"i18next": "23.7.8",
"i18next": "23.7.11",
"i18next-http-backend": "2.4.2",
"stencil-inline-svg": "1.1.0",
"ts-debounce": "^4.0.0"
Expand All @@ -80,7 +80,7 @@
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "5.4.7",
"autoprefixer": "10.4.16",
"axe-core": "4.8.2",
"axe-core": "4.8.3",
"cypress": "13.6.1",
"cypress-axe": "1.5.0",
"cypress-repeat": "2.3.4",
Expand All @@ -93,13 +93,13 @@
"lit-html": "3.1.0",
"lodash": "4.17.21",
"ncp": "2.0.0",
"postcss-focus-visible": "9.0.0",
"postcss-focus-visible": "9.0.1",
"postcss-import": "15.1.0",
"postcss-mixins": "9.0.4",
"postcss-nested": "6.0.1",
"puppeteer": "21.6.0",
"puppeteer": "21.6.1",
"rollup-plugin-html": "0.2.1",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.0",
"typescript": "5.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/headless-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/jest": "29.5.11",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/eslint-plugin": "6.15.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-testing-library": "6.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,26 +51,26 @@
},
"dependencies": {
"@coveo/bueno": "0.45.5",
"@coveo/relay": "0.6.10",
"@coveo/relay": "0.6.12",
"@microsoft/fetch-event-source": "2.0.1",
"@reduxjs/toolkit": "1.9.7",
"@types/redux-mock-store": "1.0.6",
"abab": "2.0.6",
"coveo.analytics": "2.28.24",
"coveo.analytics": "2.28.25",
"dayjs": "1.11.10",
"exponential-backoff": "3.1.0",
"fast-equals": "5.0.1",
"node-abort-controller": "^3.0.0",
"pino": "8.16.2",
"pino": "8.17.1",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.4.2",
"ts-debounce": "3.0.0",
"undici": "5.28.2"
},
"devDependencies": {
"@coveo/relay-event-types": "6.28.2",
"@coveo/relay-event-types": "6.32.0",
"@coveo/release": "1.0.0",
"@microsoft/api-extractor": "7.38.5",
"@microsoft/api-extractor": "7.39.0",
"@microsoft/api-extractor-model": "7.28.3",
"@microsoft/tsdoc": "0.14.2",
"execa": "8.0.1",
Expand Down
Loading

0 comments on commit 959a9fe

Please sign in to comment.