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

fix(deps): update all dependencies #3468

Merged
merged 12 commits into from
May 15, 2024
23 changes: 23 additions & 0 deletions .changeset/gentle-shrimps-switch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
'@commercetools-applications/merchant-center-custom-view-template-starter-typescript': patch
'@commercetools-applications/merchant-center-template-starter-typescript': patch
'@commercetools-frontend/application-shell-connectors': patch
'@commercetools-frontend/application-components': patch
'@commercetools-applications/merchant-center-custom-view-template-starter': patch
'@commercetools-applications/merchant-center-template-starter': patch
'@commercetools-website/components-playground': patch
'@commercetools-frontend/application-config': patch
'@commercetools-frontend/application-shell': patch
'@commercetools-backend/loggers': patch
'@commercetools-frontend/create-mc-app': patch
'@commercetools-frontend/permissions': patch
'@commercetools-frontend/mc-scripts': patch
'@commercetools-local/visual-testing-app': patch
'@commercetools-frontend/codemod': patch
'@commercetools-frontend/cypress': patch
'@commercetools-frontend/sentry': patch
'@commercetools-frontend/i18n': patch
'@commercetools-local/playground': patch
---

Update dependencies
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@
{
"matchPackageNames": ["@types/react"],
"allowedVersions": "<17.0.57"
},
{
"matchPackageNames": ["headers-polyfill"],
"allowedVersions": "<=3.2.5"
},
{
"matchPackageNames": ["nwsapi"],
"allowedVersions": "<=2.2.7"
}
],
"lockFileMaintenance": {
Expand Down
8 changes: 4 additions & 4 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@
"@commercetools-uikit/text-input": "^19.2.0",
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.4",
"@formatjs/cli": "6.2.7",
"@formatjs/cli": "6.2.10",
"@jest/types": "29.6.3",
"@manypkg/cli": "0.21.3",
"@manypkg/cli": "0.21.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
"formik": "2.4.6",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@
"@commercetools-uikit/text-input": "^19.2.0",
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.4",
"@formatjs/cli": "6.2.7",
"@formatjs/cli": "6.2.10",
"@jest/types": "29.6.3",
"@manypkg/cli": "0.21.3",
"@manypkg/cli": "0.21.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
"formik": "2.4.6",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions custom-views-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,23 @@
"@commercetools-uikit/text-input": "^19.2.0",
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.4",
"@formatjs/cli": "6.2.7",
"@formatjs/cli": "6.2.10",
"@jest/types": "29.6.3",
"@manypkg/cli": "0.21.3",
"@manypkg/cli": "0.21.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
"formik": "2.4.6",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions custom-views-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,23 @@
"@commercetools-uikit/text-input": "^19.2.0",
"@commercetools/sync-actions": "^5.14.0",
"@emotion/react": "^11.11.4",
"@formatjs/cli": "6.2.7",
"@formatjs/cli": "6.2.10",
"@jest/types": "29.6.3",
"@manypkg/cli": "0.21.3",
"@manypkg/cli": "0.21.4",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/jest": "^29.5.4",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/testing-library__jest-dom": "^5.14.9",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"formik": "2.2.9",
"formik": "2.4.6",
"graphql": "^16.8.0",
"graphql-tag": "^2.12.6",
"jest": "29.7.0",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,18 @@
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@faker-js/faker": "8.4.1",
"@formatjs/cli": "6.2.7",
"@formatjs/cli": "6.2.10",
"@graphql-codegen/add": "3.2.3",
"@graphql-codegen/cli": "2.16.5",
"@graphql-codegen/introspection": "2.2.3",
"@graphql-codegen/typescript": "2.8.8",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
"@graphql-codegen/typescript-operations": "2.5.13",
"@manypkg/cli": "0.21.3",
"@manypkg/find-root": "2.1.0",
"@manypkg/cli": "0.21.4",
"@manypkg/find-root": "2.2.1",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.28.2",
"@percy/core": "1.28.2",
"@percy/cli": "1.28.5",
"@percy/core": "1.28.5",
"@percy/cypress": "3.1.2",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.6.2",
Expand All @@ -127,14 +127,14 @@
"@types/rosie": "^0.0.45",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.3",
"@types/webpack-env": "1.18.4",
"@types/webpack-env": "1.18.5",
"autoprefixer": "^10.4.15",
"babel-plugin-import-graphql": "^2.8.1",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"cac": "6.7.14",
"cross-env": "7.0.3",
"cypress": "12.12.0",
"cypress": "12.17.4",
"dotenv": "16.4.5",
"eslint": "8.57.0",
"eslint-formatter-pretty": "4.1.0",
Expand Down Expand Up @@ -176,7 +176,7 @@
"overrides": {
"@types/eslint": "^8.2.2",
"@types/react": "^17.0.56",
"@types/react-dom": "17.0.20",
"@types/react-dom": "17.0.25",
"@types/react-router": "5.1.20",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0"
Expand All @@ -190,5 +190,5 @@
"npm": ">=6",
"pnpm": ">=8"
},
"packageManager": "pnpm@8.15.5"
"packageManager": "pnpm@8.15.8"
}
2 changes: 1 addition & 1 deletion packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"lodash": "4.17.21",
"logform": "2.6.0",
"triple-beam": "1.4.1",
"winston": "3.12.0"
"winston": "3.13.0"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/actions-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@commercetools-frontend/notifications": "22.26.0",
"@commercetools-frontend/sentry": "22.26.0",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-redux": "^7.1.26",
"lodash": "4.17.21",
"redux-thunk": "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@types/history": "^4.7.11",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-modal": "^3.16.0",
"@types/react-router-dom": "^5.3.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/application-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"@commercetools-frontend/constants": "22.26.0",
"@types/dompurify": "^2.4.0",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.56",
"ajv": "8.12.0",
"@types/react": "^17.0.80",
"ajv": "8.13.0",
"core-js": "^3.32.2",
"cosmiconfig": "7.1.0",
"dompurify": "^2.4.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@emotion/react": "^11.11.4",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"apollo-link-logger": "2.0.1",
"graphql": "16.8.1",
"lodash": "4.17.21",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/history": "^4.7.11",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.19",
"@types/react-redux": "^7.1.26",
"@types/react-router": "^5.1.20",
Expand Down
9 changes: 8 additions & 1 deletion packages/application-shell/src/types/generated/mc.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"execa": "5.1.1",
"listr2": "5.0.8",
"prettier": "2.8.8",
"semver": "7.6.0"
"semver": "7.6.1"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"@commercetools-frontend/constants": "22.26.0",
"@manypkg/get-packages": "1.1.3",
"@types/semver": "^7.5.1",
"semver": "7.6.0",
"semver": "7.6.1",
"uuid": "9.0.1"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.1",
"cypress": "12.12.0"
"cypress": "12.17.4"
},
"peerDependencies": {
"cypress": ">=8"
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"@emotion/react": "^11.11.4",
"@formatjs/icu-messageformat-parser": "2.7.6",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"moment": "^2.29.4",
"prop-types": "15.8.1"
},
"devDependencies": {
"@formatjs/cli": "6.2.7",
"@formatjs/cli": "6.2.10",
"@types/jest": "^29.5.4",
"jest-mock": "29.7.0",
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@emotion/react": "^11.11.4",
"@types/lodash": "^4.14.198",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.56",
"@types/react": "^17.0.80",
"lodash": "4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
Expand Down
Loading
Loading