Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies j:kit-282 (major) #3765

Merged
merged 3 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
937 changes: 588 additions & 349 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/atomic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@babel/core": "7.24.4",
"@coveo/release": "1.0.0",
"@coveo/headless": "2.60.0",
"@fullhuman/postcss-purgecss": "5.0.0",
"@fullhuman/postcss-purgecss": "6.0.0",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-replace": "5.0.5",
"@stencil-community/postcss": "2.2.0",
Expand All @@ -78,7 +78,7 @@
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/postcss-import": "14.0.3",
"@types/puppeteer": "5.4.7",
"@types/puppeteer": "7.0.4",
"autoprefixer": "10.4.19",
"axe-core": "4.9.0",
"cypress": "13.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"peerDependencies": {
"encoding": "^0.1.13",
"pino-pretty": "^6.0.0 || ^10.0.0"
"pino-pretty": "^6.0.0 || ^10.0.0 || ^11.0.0"
},
"dependencies": {
"@coveo/bueno": "0.45.8",
Expand All @@ -63,7 +63,7 @@
"node-abort-controller": "^3.0.0",
"pino": "8.19.0",
"redux-thunk": "3.1.0",
"ts-debounce": "3.0.0",
"ts-debounce": "4.0.0",
"undici": "5.28.4"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/quantic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"@coveo/release": "1.0.0",
"@lwc/compiler": "5.3.0",
"@lwc/eslint-plugin-lwc": "1.7.2",
"@octokit/graphql": "7.0.2",
"@octokit/graphql-schema": "14.58.0",
"@octokit/graphql": "8.1.0",
"@octokit/graphql-schema": "15.5.1",
"@salesforce/eslint-config-lwc": "3.5.3",
"@salesforce/eslint-plugin-lightning": "1.0.0",
"@salesforce/sfdx-lwc-jest": "4.0.1",
"@salesforce/sfdx-lwc-jest": "5.0.0",
"@types/strip-color": "0.1.2",
"@types/wait-on": "5.3.4",
"chalk": "4.1.2",
Expand All @@ -71,7 +71,7 @@
"cypress-real-events": "1.12.0",
"cypress-repeat": "2.3.4",
"dotenv": "16.4.5",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-jest": "28.2.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/samples/atomic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"css-loader": "6.11.0",
"css-loader": "7.1.0",
"cypress": "13.7.2",
"cypress-repeat": "2.3.4",
"eslint-plugin-react": "7.30.1",
"gts": "5.3.0",
"ncp": "2.0.0",
"style-loader": "3.3.4",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.4.4",
"webpack": "^5.83.1",
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@
"rangeStrategy": "replace",
"allowedVersions": "3.x",
"description": "lock until ready to handle v4"
},
{
"matchPackagePatterns": ["^eslint$"],
"groupSlug": "eslint",
"groupName": "eslint",
"rangeStrategy": "replace",
"description": "Isolated until ready to handle v9 https://coveord.atlassian.net/browse/KIT-3085"
}
],
"rangeStrategy": "auto",
Expand Down
Loading
Loading