Skip to content

Commit

Permalink
Merge c98b552 into 8208037
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 6, 2022
2 parents 8208037 + c98b552 commit 9077a47
Show file tree
Hide file tree
Showing 24 changed files with 1,364 additions and 1,846 deletions.
783 changes: 0 additions & 783 deletions .yarn/releases/yarn-3.2.3.cjs

This file was deleted.

801 changes: 801 additions & 0 deletions .yarn/releases/yarn-3.2.4.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.2.3.cjs
yarnPath: .yarn/releases/yarn-3.2.4.cjs
6 changes: 3 additions & 3 deletions application-templates/starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.7.0",
"@commercetools-frontend/actions-global": "21.17.0",
"@commercetools-frontend/application-components": "21.17.0",
"@commercetools-frontend/application-config": "21.17.0",
Expand Down Expand Up @@ -66,14 +66,14 @@
"jest": "27.5.1",
"jest-runner-eslint": "1.1.0",
"jest-watch-typeahead": "1.1.0",
"msw": "0.47.3",
"msw": "0.47.4",
"omit-empty-es": "1.1.3",
"prettier": "2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"react-router-dom": "5.3.4",
"redux": "4.2.0",
"typescript": "4.8.4"
},
Expand Down
6 changes: 3 additions & 3 deletions application-templates/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"versions:uikit": "manypkg upgrade @commercetools-uikit"
},
"dependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.7.0",
"@commercetools-frontend/actions-global": "21.17.0",
"@commercetools-frontend/application-components": "21.17.0",
"@commercetools-frontend/application-shell": "21.17.0",
Expand Down Expand Up @@ -62,15 +62,15 @@
"jest": "27.5.1",
"jest-runner-eslint": "1.1.0",
"jest-watch-typeahead": "1.1.0",
"msw": "0.47.3",
"msw": "0.47.4",
"omit-empty-es": "1.1.3",
"prettier": "2.7.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"react-router-dom": "5.3.4",
"redux": "4.2.0"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"dependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.24.4",
"@commercetools-docs/writing-style": "3.1.1",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.0",
"@commercetools-docs/writing-style": "3.3.0",
"@commercetools-test-data/core": "4.1.1",
"@commercetools-uikit/design-system": "^15.3.0",
"@commercetools/github-labels": "1.1.0",
Expand All @@ -97,7 +97,7 @@
"@faker-js/faker": "7.5.0",
"@formatjs/cli": "4.8.4",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.13.1",
"@graphql-codegen/cli": "2.13.4",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
Expand All @@ -107,8 +107,8 @@
"@percy/cypress": "3.1.2",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.2.2",
"@svgr/cli": "6.3.1",
"@svgr/plugin-jsx": "6.3.1",
"@svgr/cli": "6.4.0",
"@svgr/plugin-jsx": "6.4.0",
"@svgr/plugin-svgo": "6.3.1",
"@testing-library/cypress": "8.0.3",
"@testing-library/react": "12.1.5",
Expand All @@ -124,7 +124,7 @@
"babel-plugin-typescript-to-proptypes": "1.4.2",
"cross-env": "7.0.3",
"cypress": "10.9.0",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
Expand All @@ -139,7 +139,7 @@
"jest-watch-typeahead": "1.1.0",
"lint-staged": "11.2.6",
"mri": "1.2.0",
"postcss": "8.4.16",
"postcss": "8.4.17",
"postcss-load-config": "3.1.4",
"postcss-modules": "4.3.1",
"prettier": "2.7.1",
Expand Down Expand Up @@ -178,5 +178,5 @@
"npm": ">=6",
"yarn": ">=1.10"
},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.2.4"
}
2 changes: 1 addition & 1 deletion packages-backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"@types/express-unless": "^0.5.3",
"@types/jsonwebtoken": "^8.5.9",
"jose": "2.0.6",
"msw": "0.47.3"
"msw": "0.47.4"
}
}
2 changes: 1 addition & 1 deletion packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@babel/runtime": "^7.19.0",
"@babel/runtime-corejs3": "^7.19.0",
"@sentry/node": "7.14.0",
"@sentry/node": "7.14.1",
"@types/triple-beam": "1.3.2",
"express-winston": "4.2.0",
"fast-safe-stringify": "2.1.1",
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 @@ -68,7 +68,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-router-dom": "5.3.3"
"react-router-dom": "5.3.4"
},
"peerDependencies": {
"react": "17.x",
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 @@ -36,7 +36,7 @@
"tiny-warning": "1.0.3"
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.7.0",
"@testing-library/react": "12.1.5",
"react": "17.0.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@
"uuid": "8.3.2"
},
"devDependencies": {
"@apollo/client": "3.6.9",
"@apollo/client": "3.7.0",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"msw": "0.47.3",
"msw": "0.47.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"react-router-dom": "5.3.4",
"redux": "4.2.0",
"wait-for-observables": "1.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"cac": "6.7.14",
"glob": "8.0.3",
"jscodeshift": "0.13.1"
"jscodeshift": "0.14.0"
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"listr2": "5.0.5",
"prettier": "2.7.1",
"rcfile": "1.0.3",
"semver": "7.3.7"
"semver": "7.3.8"
},
"engines": {
"node": "14.x || 16.x || 17.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commercetools-frontend/application-config": "21.17.0",
"@commercetools-frontend/application-shell": "21.17.0",
"@manypkg/get-packages": "1.1.3",
"semver": "7.3.7",
"semver": "7.3.8",
"uuid": "8.3.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-stylelint-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"postcss-load-config": "3.1.4"
},
"devDependencies": {
"postcss": "8.4.16",
"postcss": "8.4.17",
"stylelint": "14.13.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-html-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@commercetools-frontend/application-config": "21.17.0",
"@commercetools-frontend/constants": "21.17.0",
"serialize-javascript": "6.0.0",
"uglify-js": "3.17.2",
"uglify-js": "3.17.3",
"uglifycss": "0.0.29"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"core-js": "^3.25.1",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"dotenv-expand": "8.0.3",
"fs-extra": "10.1.0",
"graphql-request": "^4.3.0",
Expand All @@ -81,7 +81,7 @@
"mini-css-extract-plugin": "2.6.1",
"moment-locales-webpack-plugin": "1.2.0",
"node-fetch": "2.6.7",
"postcss": "8.4.16",
"postcss": "8.4.17",
"postcss-custom-media": "8.0.2",
"postcss-custom-properties": "12.1.4",
"postcss-import": "14.1.0",
Expand All @@ -100,7 +100,7 @@
"terser-webpack-plugin": "5.3.6",
"thread-loader": "3.0.4",
"url": "^0.11.0",
"vite": "3.1.4",
"vite": "3.1.5",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.6.1",
"webpack-dev-server": "4.11.1",
Expand All @@ -114,7 +114,7 @@
"@types/node-fetch": "2.6.2",
"@types/serve-handler": "^6.1.1",
"mock-fs": "^5.1.4",
"msw": "0.47.3",
"msw": "0.47.4",
"rimraf": "3.0.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3"
"react-router-dom": "5.3.4"
},
"peerDependencies": {
"react": "17.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@babel/runtime": "^7.19.0",
"@babel/runtime-corejs3": "^7.19.0",
"@commercetools-frontend/constants": "21.17.0",
"@sentry/browser": "7.14.0",
"@sentry/browser": "7.14.1",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.49",
"prop-types": "15.8.1"
},
"devDependencies": {
"react": "17.0.2",
"sentry-testkit": "4.0.3",
"sentry-testkit": "4.1.0",
"wait-for-expect": "3.0.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-router-dom": "5.3.3",
"react-router-dom": "5.3.4",
"vercel": "24.2.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3"
"react-router-dom": "5.3.4"
},
"devDependencies": {
"@vitejs/plugin-react": "2.1.0",
"rimraf": "3.0.2",
"vite": "3.1.4"
"vite": "3.1.5"
}
}
6 changes: 3 additions & 3 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@commercetools-uikit/text-input": "^15.3.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@fontsource/open-sans": "4.5.11",
"@fontsource/open-sans": "4.5.12",
"core-js": "^3.25.1",
"formik": "2.2.9",
"gatsby": "4.24.0",
"gatsby": "4.24.2",
"gatsby-cli": "4.24.0",
"gatsby-plugin-emotion": "7.24.0",
"gatsby-source-filesystem": "4.24.0",
Expand All @@ -37,6 +37,6 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-router-dom": "5.3.3"
"react-router-dom": "5.3.4"
}
}
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@commercetools-uikit/spacings-stack": "^15.3.0",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"gatsby": "4.24.0",
"gatsby": "4.24.2",
"gatsby-cli": "4.24.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1"
},
"devDependencies": {
"@svgr/cli": "6.3.1",
"@svgr/cli": "6.4.0",
"linkinator": "4.0.3",
"prettier": "2.7.1",
"start-server-and-test": "1.14.0"
Expand Down
Loading

0 comments on commit 9077a47

Please sign in to comment.