Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1551)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* chore: update docs-kit deps

* fix: downgrade gatsby

* fix: type cast

* fix: ignore test-utils from stylelint

* fix: cors issue in test env

* chore: add changeset

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nicola Molinari <nicola.molinari@commercetools.de>
Co-authored-by: Tobias Deekens <tobias.deekens@commercetools.de>
  • Loading branch information
4 people authored Jun 8, 2020
1 parent 92b1637 commit f92ec54
Show file tree
Hide file tree
Showing 35 changed files with 357 additions and 591 deletions.
30 changes: 30 additions & 0 deletions .changeset/brown-lies-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
"@commercetools-backend/express": patch
"@commercetools-backend/loggers": patch
"@commercetools-frontend/actions-global": patch
"@commercetools-frontend/application-components": patch
"@commercetools-frontend/application-shell-connectors": patch
"@commercetools-frontend/application-shell": patch
"@commercetools-frontend/assets": patch
"@commercetools-frontend/babel-preset-mc-app": patch
"@commercetools-frontend/browser-history": patch
"@commercetools-frontend/constants": patch
"@commercetools-frontend/create-mc-app": patch
"@commercetools-frontend/eslint-config-mc-app": patch
"@commercetools-frontend/i18n": patch
"@commercetools-frontend/jest-preset-mc-app": patch
"@commercetools-frontend/jest-stylelint-runner": patch
"@commercetools-frontend/l10n": patch
"@commercetools-frontend/mc-dev-authentication": patch
"@commercetools-frontend/mc-html-template": patch
"@commercetools-frontend/mc-http-server": patch
"@commercetools-frontend/mc-scripts": patch
"@commercetools-frontend/notifications": patch
"@commercetools-frontend/permissions": patch
"@commercetools-frontend/react-notifications": patch
"@commercetools-frontend/sdk": patch
"@commercetools-frontend/sentry": patch
"@commercetools-frontend/url-utils": patch
---

chore(deps): update all dependencies
1 change: 1 addition & 0 deletions jest.stylelint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
'.visualspec.js',
'.visualroute.js',
'packages/jest-stylelint-runner/',
'test-utils',
],
testMatch: [
'<rootDir>/**/*.css',
Expand Down
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@
"website",
"website-components-playground"
],
"nohoist": [
"**/react-apollo"
]
"nohoist": ["**/react-apollo"]
},
"devDependencies": {
"@babel/cli": "7.10.1",
Expand Down Expand Up @@ -105,7 +103,7 @@
"babel-plugin-import-graphql": "2.7.0",
"babel-plugin-transform-rename-import": "2.3.0",
"babel-plugin-typescript-to-proptypes": "1.3.2",
"bulk-update-versions": "1.0.0",
"bulk-update-versions": "1.0.1",
"cross-env": "7.0.2",
"cypress": "4.7.0",
"cypress-graphql-mock": "0.3.1",
Expand All @@ -119,7 +117,7 @@
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-graphql": "4.0.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-import": "2.21.1",
"eslint-plugin-jest": "23.13.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prefer-object-spread": "1.2.1",
Expand All @@ -128,8 +126,8 @@
"eslint-plugin-react-hooks": "3.0.0",
"eslint-plugin-testing-library": "3.2.0",
"faker": "4.1.0",
"gatsby-plugin-emotion": "4.3.2",
"gatsby-plugin-mdx": "1.2.13",
"gatsby-plugin-emotion": "4.3.3",
"gatsby-plugin-mdx": "1.2.14",
"graphql-cli": "3.0.14",
"husky": "4.2.5",
"jest": "26.0.1",
Expand All @@ -147,21 +145,21 @@
"postcss-custom-properties": "9.1.1",
"postcss-import": "12.0.1",
"prettier": "2.0.5",
"puppeteer": "3.1.0",
"puppeteer": "3.3.0",
"rcfile": "1.0.3",
"read-pkg-up": "7.0.1",
"replace": "1.2.0",
"rollup": "2.13.1",
"rollup": "2.15.0",
"rollup-plugin-node-builtins": "2.1.2",
"rollup-plugin-peer-deps-external": "2.2.2",
"rollup-plugin-postcss": "3.1.2",
"rosie": "2.0.1",
"shelljs": "0.8.4",
"start-server-and-test": "1.11.0",
"stylelint": "13.3.0",
"stylelint": "13.6.0",
"stylelint-config-prettier": "8.0.1",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.0.0",
"stylelint-order": "4.1.0",
"stylelint-value-no-unknown-custom-properties": "3.0.0",
"typescript": "3.9.5",
"vfile-message": "2.0.4",
Expand All @@ -172,8 +170,9 @@
"**/@mdx-js/mdx": "1.6.5",
"@mdx-js/react": "1.6.5",
"**/@mdx-js/react": "1.6.5",
"**/gatsby-link": "2.4.3",
"@sentry/types": "5.16.1",
"**/@sentry/types": "5.15.5",
"**/@sentry/types": "5.16.1",
"@types/react": "16.9.35",
"@types/react-router": "5.1.7",
"react": "16.13.1",
Expand Down
18 changes: 3 additions & 15 deletions packages-backend/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@
"directory": "packages-backend/express"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"nodejs",
"express",
"http",
"server",
"toolkit"
],
"keywords": ["javascript", "nodejs", "express", "http", "server", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -25,12 +18,7 @@
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"types": "./build/index.d.ts",
"files": [
"build",
"package.json",
"LICENSE",
"README.md"
],
"files": ["build", "package.json", "LICENSE", "README.md"],
"scripts": {
"prebuild": "rimraf build/**",
"build": "tsc -p tsconfig.build.json"
Expand All @@ -39,7 +27,7 @@
"@types/node": "14.0.11",
"express": "4.17.1",
"express-jwt": "5.3.3",
"jwks-rsa": "1.7.0"
"jwks-rsa": "1.8.0"
},
"devDependencies": {
"@panva/jose": "1.9.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ describe.each`
({ cloudIdentifier, issuer }) => {
beforeEach(() => {
nock(issuer)
.defaultReplyHeaders({ 'access-control-allow-origin': '*' })
.get('/.well-known/jwks.json')
.reply(200, fixtureJWTToken.jwksStore.toJWKS());
});
Expand Down
7 changes: 1 addition & 6 deletions packages-backend/loggers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,7 @@
"main": "./build/index.js",
"typings": "./build/index.d.ts",
"types": "./build/index.d.ts",
"files": [
"build",
"package.json",
"LICENSE",
"README.md"
],
"files": ["build", "package.json", "LICENSE", "README.md"],
"scripts": {
"prebuild": "rimraf build/**",
"build": "tsc -p tsconfig.build.json"
Expand Down
14 changes: 2 additions & 12 deletions packages/actions-global/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/actions-global"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -24,12 +19,7 @@
"module": "./dist/actions-global.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/**",
Expand Down
7 changes: 1 addition & 6 deletions packages/application-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/application-components"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
15 changes: 2 additions & 13 deletions packages/application-shell-connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/application-shell-connectors"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -24,13 +19,7 @@
"module": "./dist/application-shell-connectors.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"files": [
"dist",
"test-utils",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "test-utils", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/** test-utils/**",
Expand Down
17 changes: 3 additions & 14 deletions packages/application-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/application-shell"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -24,13 +19,7 @@
"module": "./dist/application-shell-index.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"files": [
"dist",
"test-utils",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "test-utils", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/** test-utils/**",
Expand Down Expand Up @@ -105,7 +94,7 @@
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"omit-empty-es": "1.0.3",
"perfume.js": "5.0.2",
"perfume.js": "5.1.0",
"prop-types": "15.7.2",
"qss": "2.0.3",
"react-required-if": "1.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/application-shell/src/track-performance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const trackPerformance = () => {
case 'tbt':
case 'tbt10S':
case 'tbtFinal': {
const paintValue = data;
const paintValue = data as number;
trackTiming({
category: 'Loading Performance',
variable: mapMetricToLabel(metricName),
Expand Down
7 changes: 1 addition & 6 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/assets"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
7 changes: 1 addition & 6 deletions packages/babel-preset-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/babel-preset-mc-app"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
14 changes: 2 additions & 12 deletions packages/browser-history/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/browser-history"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -24,12 +19,7 @@
"module": "./dist/browser-history.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/**",
Expand Down
14 changes: 2 additions & 12 deletions packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/constants"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand All @@ -24,12 +19,7 @@
"module": "./dist/constants.es.js",
"typings": "./dist/typings/index.d.ts",
"types": "./dist/typings/index.d.ts",
"files": [
"dist",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "package.json", "LICENSE", "README.md"],
"scripts": {
"prepare": "./../../scripts/version.js replace",
"prebuild": "rimraf dist/**",
Expand Down
7 changes: 1 addition & 6 deletions packages/create-mc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@
"directory": "packages/create-mc-app"
},
"homepage": "https://docs.commercetools.com/custom-applications",
"keywords": [
"javascript",
"frontend",
"react",
"toolkit"
],
"keywords": ["javascript", "frontend", "react", "toolkit"],
"license": "MIT",
"private": false,
"publishConfig": {
Expand Down
Loading

1 comment on commit f92ec54

@vercel
Copy link

@vercel vercel bot commented on f92ec54 Jun 8, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.