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 #2826

Merged
merged 3 commits into from
Sep 29, 2022
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
24 changes: 24 additions & 0 deletions .changeset/sixty-meals-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
'@commercetools-applications/merchant-center-template-starter': patch
'@commercetools-applications/merchant-center-template-starter-typescript': patch
'@commercetools-backend/eslint-config-node': patch
'@commercetools-backend/loggers': patch
'@commercetools-frontend/actions-global': patch
'@commercetools-frontend/application-shell': patch
'@commercetools-frontend/codemod': patch
'@commercetools-frontend/eslint-config-mc-app': patch
'@commercetools-frontend/i18n': patch
'@commercetools-frontend/jest-stylelint-runner': patch
'@commercetools-frontend/mc-html-template': patch
'@commercetools-frontend/mc-scripts': patch
'@commercetools-frontend/permissions': patch
'@commercetools-frontend/react-notifications': patch
'@commercetools-frontend/sdk': patch
'@commercetools-frontend/sentry': patch
'@commercetools-local/playground': patch
'@commercetools-local/visual-testing-app': patch
'@commercetools-website/custom-applications': patch
'@commercetools-website/components-playground': patch
---

Update dependencies
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: yarn typecheck:starter

- name: Running linters and tests
run: yarn jest --projects jest.{eslint,stylelint,test}.config.js --reporters jest-silent-reporter
run: yarn jest --projects jest.{eslint,stylelint,test,text}.config.js --reporters jest-silent-reporter
env:
CI: true
RTL_ASYNC_UTIL_TIMEOUT: 5000
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 @@ -57,10 +57,10 @@
"@commercetools/sync-actions": "^5.1.0",
"@formatjs/cli": "4.8.4",
"@jest/types": "27.5.1",
"@manypkg/cli": "0.19.1",
"@manypkg/cli": "0.19.2",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"jest": "27.5.1",
Expand All @@ -72,10 +72,10 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"redux": "4.2.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"resolutions": {
"@types/eslint": "<9",
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 @@ -54,10 +54,10 @@
"@commercetools-uikit/text-input": "^15.2.2",
"@commercetools/sync-actions": "^5.1.0",
"@formatjs/cli": "4.8.4",
"@manypkg/cli": "0.19.1",
"@manypkg/cli": "0.19.2",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"jest": "27.5.1",
"jest-runner-eslint": "1.1.0",
Expand All @@ -69,7 +69,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"redux": "4.2.0"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"@babel/core": "^7.19.0",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.24.4",
"@commercetools-docs/writing-style": "3.2.0",
"@commercetools-docs/writing-style": "3.1.1",
"@commercetools-test-data/core": "4.1.1",
"@commercetools-uikit/design-system": "^15.2.2",
"@commercetools/github-labels": "1.1.0",
Expand All @@ -97,16 +97,16 @@
"@faker-js/faker": "7.5.0",
"@formatjs/cli": "4.8.4",
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/cli": "2.13.1",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-graphql-files-modules": "2.2.1",
"@graphql-codegen/typescript-operations": "2.5.3",
"@manypkg/cli": "0.19.1",
"@percy/cli": "1.10.3",
"@manypkg/cli": "0.19.2",
"@percy/cli": "1.10.4",
"@percy/cypress": "3.1.2",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.2.1",
"@preconstruct/cli": "2.2.2",
"@svgr/cli": "6.3.1",
"@svgr/plugin-jsx": "6.3.1",
"@svgr/plugin-svgo": "6.3.1",
Expand All @@ -125,7 +125,7 @@
"cross-env": "7.0.3",
"cypress": "10.9.0",
"dotenv": "16.0.2",
"eslint": "8.23.1",
"eslint": "8.24.0",
"eslint-formatter-pretty": "4.1.0",
"eslint-plugin-graphql": "^4.0.0",
"graphql": "16.6.0",
Expand All @@ -149,13 +149,13 @@
"rosie": "2.1.0",
"shelljs": "0.8.5",
"start-server-and-test": "1.14.0",
"stylelint": "14.12.0",
"stylelint": "14.13.0",
"stylelint-config-prettier": "9.0.3",
"stylelint-config-standard": "26.0.0",
"stylelint-order": "5.0.0",
"stylelint-value-no-unknown-custom-properties": "4.0.0",
"tsc-files": "1.1.3",
"typescript": "4.8.3",
"typescript": "4.8.4",
"vfile-message": "3.1.2"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages-backend/eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"eslint": "8.23.1"
"eslint": "8.24.0"
},
"engines": {
"node": ">=14"
Expand Down
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.13.0",
"@sentry/node": "7.14.0",
"@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/actions-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"react": "17.0.2",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"redux": "4.2.0"
},
"peerDependencies": {
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 @@ -83,7 +83,7 @@
"classnames": "^2.3.2",
"common-tags": "1.8.2",
"debounce-async": "0.0.2",
"downshift": "6.1.11",
"downshift": "6.1.12",
"fuse.js": "6.6.2",
"graphql": "16.6.0",
"history": "4.10.1",
Expand All @@ -101,7 +101,7 @@
"react-select": "5.4.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.4.1",
"tiny-invariant": "1.2.0",
"tiny-invariant": "1.3.1",
"unfetch": "4.2.0",
"uuid": "8.3.2"
},
Expand All @@ -113,7 +113,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3",
"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 @@ -32,7 +32,7 @@
"@tsconfig/node16": "^1.0.3",
"@types/jscodeshift": "0.11.5",
"rimraf": "3.0.2",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eslint": "8.x"
},
"devDependencies": {
"eslint": "8.23.1"
"eslint": "8.24.0"
},
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@commercetools-frontend/sentry": "21.15.0",
"@commercetools-uikit/i18n": "^15.2.2",
"@emotion/react": "11.10.4",
"@formatjs/icu-messageformat-parser": "2.1.7",
"@formatjs/icu-messageformat-parser": "2.1.8",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.49",
"moment": "^2.29.4",
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 @@ -23,7 +23,7 @@
},
"devDependencies": {
"postcss": "8.4.16",
"stylelint": "14.12.0"
"stylelint": "14.13.0"
},
"peerDependencies": {
"postcss": "8.x",
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.15.0",
"@commercetools-frontend/constants": "21.15.0",
"serialize-javascript": "6.0.0",
"uglify-js": "3.17.0",
"uglify-js": "3.17.2",
"uglifycss": "0.0.29"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
"terser-webpack-plugin": "5.3.6",
"thread-loader": "3.0.4",
"url": "^0.11.0",
"vite": "3.1.2",
"vite": "3.1.4",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.6.1",
"webpack-dev-server": "4.11.0",
"webpack-dev-server": "4.11.1",
"webpackbar": "5.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/react": "^17.0.49",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"tiny-invariant": "1.2.0",
"tiny-invariant": "1.3.1",
"tiny-warning": "1.0.3"
},
"devDependencies": {
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 @@ -51,7 +51,7 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@testing-library/react": "12.1.5",
"@types/uuid": "8.3.4",
"react": "17.0.2",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"redux": "4.2.0",
"redux-thunk": "2.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/runtime": "^7.19.0",
"@babel/runtime-corejs3": "^7.19.0",
"@commercetools-frontend/constants": "21.15.0",
"@sentry/browser": "7.13.0",
"@sentry/browser": "7.14.0",
"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.49",
"prop-types": "15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"dotenv-flow": "^3.2.0",
"express": "4.18.1",
"ts-node": "^10.9.1",
"typescript": "4.8.3"
"typescript": "4.8.4"
}
}
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.25.1",
"react-redux": "7.2.8",
"react-redux": "7.2.9",
"react-router-dom": "5.3.3"
},
"devDependencies": {
"@vitejs/plugin-react": "2.1.0",
"rimraf": "3.0.2",
"vite": "3.1.2"
"vite": "3.1.4"
}
}
8 changes: 4 additions & 4 deletions website-components-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"@fontsource/open-sans": "4.5.11",
"core-js": "^3.25.1",
"formik": "2.2.9",
"gatsby": "4.23.0",
"gatsby-cli": "4.23.0",
"gatsby-plugin-emotion": "7.23.0",
"gatsby-source-filesystem": "4.23.0",
"gatsby": "4.24.0",
"gatsby-cli": "4.24.0",
"gatsby-plugin-emotion": "7.24.0",
"gatsby-source-filesystem": "4.24.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"prop-types": "15.8.1",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@commercetools-uikit/spacings-stack": "^15.2.2",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"gatsby": "4.23.0",
"gatsby-cli": "4.23.0",
"gatsby": "4.24.0",
"gatsby-cli": "4.24.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down
Loading