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: update deps 💣 #1324

Merged
merged 16 commits into from
Feb 11, 2020
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rules:
- error
- env: literal
'jest/expect-expect': 'off'
'testing-library/prefer-expect-query-by': 'error'
'testing-library/no-get-by-for-checking-element-not-present': 'error'
tdeekens marked this conversation as resolved.
Show resolved Hide resolved
settings:
react:
version: 'detect'
Expand Down
55 changes: 27 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,52 +79,51 @@
"@graphql-codegen/typescript": "1.11.2",
"@graphql-codegen/typescript-graphql-files-modules": "1.11.2",
"@graphql-codegen/typescript-operations": "1.11.2",
"@percy/cypress": "2.2.0",
"@percy/puppeteer": "1.0.8",
"@rollup/plugin-json": "4.0.1",
"@testing-library/cypress": "5.0.2",
"@percy/cypress": "2.3.0",
"@percy/puppeteer": "1.1.0",
"@rollup/plugin-json": "4.0.2",
"@testing-library/cypress": "5.3.0",
"@testing-library/react": "9.4.0",
"@types/enzyme": "3.10.4",
"@types/jest": "24.9.1",
"@types/jquery": "3.3.31",
"@types/enzyme": "3.10.5",
"@types/jquery": "3.3.32",
"@types/node": "12.12.25",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"@types/react-redux": "7.1.7",
"@types/react-router": "5.1.4",
"@types/react-router-dom": "5.1.3",
"@types/webpack": "4.41.3",
"@types/webpack-env": "1.15.0",
"@typescript-eslint/eslint-plugin": "2.17.0",
"@typescript-eslint/parser": "2.17.0",
"@types/webpack": "4.41.6",
"@types/webpack-env": "1.15.1",
"@typescript-eslint/eslint-plugin": "2.19.0",
"@typescript-eslint/parser": "2.19.0",
"apollo-server-errors": "2.3.4",
"babel-eslint": "10.0.3",
"babel-plugin-import-graphql": "2.7.0",
"babel-plugin-transform-rename-import": "2.3.0",
"babel-plugin-typescript-to-proptypes": "1.2.0",
"babel-plugin-typescript-to-proptypes": "1.2.1",
"cross-env": "7.0.0",
"cypress": "4.0.1",
"cypress-graphql-mock": "0.3.1",
"dotenv": "8.2.0",
"enzyme": "3.11.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.9.0",
"eslint-config-prettier": "6.10.0",
"eslint-formatter-pretty": "3.0.1",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-cypress": "2.8.1",
"eslint-plugin-cypress": "2.9.0",
"eslint-plugin-graphql": "3.1.1",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-jest": "23.6.0",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jest": "23.7.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prefer-object-spread": "1.2.1",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.3.0",
"eslint-plugin-testing-library": "1.5.0",
"eslint-plugin-testing-library": "2.2.1",
"faker": "4.1.0",
"gatsby-plugin-emotion": "4.1.21",
"gatsby-plugin-emotion": "4.1.22",
"graphql-cli": "3.0.14",
"husky": "4.2.1",
"jest": "25.1.0",
Expand All @@ -133,33 +132,33 @@
"jest-runner-eslint": "0.7.6",
"jest-runner-executor": "1.0.0",
"jest-runner-prettier": "0.3.6",
"jest-silent-reporter": "0.1.2",
"jest-silent-reporter": "0.2.1",
"jest-watch-typeahead": "0.4.2",
"lerna": "3.20.2",
"lerna-changelog": "1.0.0",
"lint-staged": "10.0.2",
"lint-staged": "10.0.7",
"mri": "1.1.4",
"postcss": "7.0.26",
"postcss-custom-properties": "9.0.2",
"postcss-import": "12.0.1",
"prettier": "1.19.1",
"puppeteer": "2.0.0",
"puppeteer": "2.1.1",
"rcfile": "1.0.3",
"read-pkg-up": "7.0.1",
"replace": "1.1.5",
"rollup": "1.29.1",
"rollup": "1.31.0",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.0",
"rollup-plugin-postcss": "2.0.5",
"rollup-plugin-peer-deps-external": "2.2.2",
"rollup-plugin-postcss": "2.0.6",
"rosie": "2.0.1",
"shelljs": "0.8.3",
"start-server-and-test": "1.10.7",
"stylelint": "13.0.0",
"start-server-and-test": "1.10.8",
"stylelint": "13.1.0",
"stylelint-config-prettier": "8.0.1",
"stylelint-config-standard": "19.0.0",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.0.0",
"stylelint-value-no-unknown-custom-properties": "2.0.0",
"typescript": "3.7.5",
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 @@ -39,7 +39,7 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/browser-history": "16.0.0",
"@commercetools-frontend/constants": "16.0.0",
"@commercetools-frontend/notifications": "16.0.0",
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 @@ -40,7 +40,7 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/assets": "16.0.0",
"@commercetools-frontend/constants": "16.0.0",
"@commercetools-frontend/i18n": "16.1.0",
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 @@ -41,7 +41,7 @@
"build:test-utils": "cross-env NODE_ENV=development rollup -c ../../rollup.config.js -i ./src/test-utils/index.ts"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/constants": "16.0.0",
"@commercetools-frontend/sentry": "16.0.0",
"@types/graphql": "^14.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe('rendering', () => {
]);
});
it('should render regex info', async () => {
await waitForElementToBeRemoved(() => rendered.getByText('Loading...'));
await waitForElementToBeRemoved(() => rendered.queryByText('Loading...'));
expect(rendered.queryByText('-thumb.jpg')).toBeInTheDocument();
});
});
Expand All @@ -121,7 +121,7 @@ describe('rendering', () => {
]);
});
it('should not render regex info', async () => {
await waitForElementToBeRemoved(() => rendered.getByText('Loading...'));
await waitForElementToBeRemoved(() => rendered.queryByText('Loading...'));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Detected by new eslint rule.

expect(rendered.queryByText('Not found')).toBeInTheDocument();
});
});
Expand Down
10 changes: 5 additions & 5 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"@flopflip/launchdarkly-adapter": "2.10.0",
"@flopflip/memory-adapter": "1.5.0",
"@flopflip/react-broadcast": "10.1.0",
"@sentry/browser": "5.11.1",
"@sentry/browser": "5.12.1",
"@types/classnames": "^2.2.9",
"@types/common-tags": "^1.8.0",
"@types/graphql": "^14.5.0",
"@types/history": "^4.7.4",
"@types/history": "^4.7.5",
"@types/lodash": "^4.14.149",
"@types/moment-timezone": "^0.5.12",
"@types/react-select": "^3.0.8",
Expand All @@ -89,7 +89,7 @@
"classnames": "^2.2.6",
"common-tags": "1.8.0",
"debounce-async": "0.0.2",
"downshift": "^4.0.0",
"downshift": "^4.1.0",
"fuse.js": "3.4.6",
"graphql": "14.5.8",
"graphql-tag": "^2.10.1",
Expand All @@ -102,13 +102,13 @@
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"omit-empty-es": "1.0.3",
"perfume.js": "4.7.0",
"perfume.js": "4.7.1",
"prop-types": "15.7.2",
"qss": "2.0.3",
"react-required-if": "1.0.3",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"tiny-invariant": "1.0.6",
"tiny-invariant": "1.1.0",
"unfetch": "4.1.0",
"uuid": "3.4.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"main": "./index.js",
"module": "./index.js",
"dependencies": {
"@babel/core": "7.8.3",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-do-expressions": "7.8.3",
"@babel/plugin-proposal-export-default-from": "7.8.3",
Expand All @@ -34,10 +34,10 @@
"@babel/plugin-transform-react-display-name": "7.8.3",
"@babel/plugin-transform-regenerator": "7.8.3",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@emotion/babel-preset-css-prop": "10.0.27",
"babel-plugin-dev-expression": "0.2.2",
"babel-plugin-macros": "2.8.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/browser-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@types/history": "^4.7.4",
"@babel/runtime-corejs3": "7.8.4",
"@types/history": "^4.7.5",
"history": "4.10.1",
"history-query-enhancer": "1.0.4",
"qss": "2.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 @@ -27,7 +27,7 @@
"execa": "4.0.0",
"listr": "0.14.3",
"mri": "1.1.4",
"semver": "7.1.1"
"semver": "7.1.2"
},
"engines": {
"node": ">=8",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/sentry": "16.0.0",
"@commercetools-uikit/i18n": "^10.13.0",
"@types/prop-types": "^15.7.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/jest-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"main": "./jest-preset.js",
"module": "./jest-preset.js",
"dependencies": {
"@babel/core": "7.8.3",
"@babel/core": "7.8.4",
"@commercetools-frontend/babel-preset-mc-app": "16.0.0",
"@commercetools/enzyme-extensions": "5.0.0",
"@commercetools/jest-enzyme-matchers": "1.1.2",
"@testing-library/jest-dom": "5.0.2",
"@testing-library/jest-dom": "5.1.1",
"babel-jest": "25.1.0",
"colors": "1.4.0",
"enzyme-adapter-react-16": "1.15.2",
"enzyme-matchers": "7.1.2",
"enzyme-to-json": "3.4.3",
"enzyme-to-json": "3.4.4",
"identity-obj-proxy": "3.0.0",
"intl": "1.2.5",
"jest-enzyme": "7.1.2",
"jest-localstorage-mock": "2.4.0",
"jest-silent-reporter": "0.1.2",
"jest-silent-reporter": "0.2.1",
"jest-transform-graphql": "2.1.0",
"jest-watch-master": "1.0.0",
"jest-watch-typeahead": "0.4.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/l10n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"generate-data": "node ./scripts/generate-l10n-data.js"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/sentry": "16.0.0",
"@types/prop-types": "^15.7.3",
"moment": "^2.24.0",
Expand All @@ -54,7 +54,7 @@
"deep-diff": "1.0.2",
"moment-timezone": "0.5.27",
"node-fetch": "2.6.0",
"rimraf": "3.0.0",
"rimraf": "3.0.2",
"shelljs": "0.8.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mc-http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"compression": "1.7.4",
"express": "4.17.1",
"hide-powered-by": "1.1.0",
"lightship": "6.0.1",
"lightship": "6.1.0",
"morgan": "1.9.1",
"mri": "1.1.4",
"prom-client": "11.5.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/mc-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
]
},
"dependencies": {
"@babel/core": "7.8.3",
"@babel/core": "7.8.4",
"@commercetools-frontend/assets": "16.0.0",
"@commercetools-frontend/babel-preset-mc-app": "16.0.0",
"@commercetools-frontend/mc-dev-authentication": "16.0.0",
"@commercetools-frontend/mc-html-template": "16.0.0",
"@svgr/webpack": "5.1.0",
"babel-loader": "8.0.6",
"babel-plugin-react-intl": "5.1.17",
"browserslist": "4.8.5",
"babel-plugin-react-intl": "5.1.18",
"browserslist": "4.8.6",
"clean-webpack-plugin": "3.0.0",
"core-js": "3.6.4",
"css-loader": "3.4.2",
Expand All @@ -66,17 +66,17 @@
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"postcss-reporter": "6.0.1",
"postcss-safe-parser": "4.0.1",
"react-dev-utils": "10.0.0",
"postcss-safe-parser": "4.0.2",
"react-dev-utils": "10.1.0",
"shelljs": "0.8.3",
"style-loader": "1.1.3",
"svg-url-loader": "3.0.3",
"terser-webpack-plugin": "2.3.2",
"svg-url-loader": "4.0.0",
"terser-webpack-plugin": "2.3.4",
"thread-loader": "2.1.3",
"url-loader": "3.0.0",
"webpack": "4.41.5",
"webpack-bundle-analyzer": "3.6.0",
"webpack-dev-server": "3.10.1",
"webpack-dev-server": "3.10.3",
"webpackbar": "4.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3"
"@babel/runtime-corejs3": "7.8.4"
},
"devDependencies": {
"redux": "4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/permissions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/application-shell-connectors": "16.0.0",
"@types/lodash": "^4.14.149",
"@types/prop-types": "^15.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:typings": "cross-env tsc -p tsconfig.declarations.json --emitDeclarationOnly --declarationDir dist/typings"
},
"dependencies": {
"@babel/runtime-corejs3": "7.8.3",
"@babel/runtime-corejs3": "7.8.4",
"@commercetools-frontend/actions-global": "16.0.0",
"@commercetools-frontend/constants": "16.0.0",
"@commercetools-frontend/notifications": "16.0.0",
Expand All @@ -49,7 +49,7 @@
"@commercetools-uikit/spacings": "^10.13.0",
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"@types/history": "^4.7.4",
"@types/history": "^4.7.5",
"@types/lodash": "^4.14.149",
"@types/moment-timezone": "^0.5.12",
"@types/prop-types": "^15.7.3",
Expand Down
Loading