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

Merged
merged 3 commits into from
Jun 15, 2020
Merged

fix(deps): update all dependencies #1573

merged 3 commits into from
Jun 15, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2020

This PR contains the following updates:

Package Type Update Change
@​commercetools-uikit/flat-button dependencies minor 10.21.0 -> 10.22.1
@​commercetools-uikit/icon-button dependencies minor 10.21.0 -> 10.22.1
@​commercetools-uikit/multiline-text-field dependencies patch 10.22.0 -> 10.22.1
@​commercetools-uikit/primary-button dependencies minor 10.21.0 -> 10.22.1
@​commercetools-uikit/secondary-button dependencies minor 10.21.0 -> 10.22.1
@​commercetools-uikit/select-field dependencies patch 10.22.0 -> 10.22.2
@​commercetools-uikit/text-field dependencies patch 10.22.0 -> 10.22.1
@graphql-codegen/add devDependencies patch 1.15.1 -> 1.15.3
@graphql-codegen/cli devDependencies patch 1.15.1 -> 1.15.3
@graphql-codegen/typescript devDependencies patch 1.15.1 -> 1.15.3
@graphql-codegen/typescript-graphql-files-modules devDependencies patch 1.15.1 -> 1.15.3
@graphql-codegen/typescript-operations devDependencies patch 1.15.1 -> 1.15.3
@sentry/browser dependencies minor 5.16.1 -> 5.17.0
@sentry/node dependencies minor 5.16.1 -> 5.17.0
@sentry/types resolutions minor 5.16.1 -> 5.17.0
@testing-library/jest-dom dependencies minor 5.9.0 -> 5.10.1
@types/node dependencies patch 14.0.11 -> 14.0.13
@types/node devDependencies patch 14.0.11 -> 14.0.13
@types/react resolutions patch 16.9.35 -> 16.9.36
@types/react devDependencies patch 16.9.35 -> 16.9.36
@typescript-eslint/eslint-plugin devDependencies minor 3.1.0 -> 3.2.0
@typescript-eslint/parser devDependencies minor 3.1.0 -> 3.2.0
bulk-update-versions devDependencies minor 1.0.1 -> 1.1.0
chalk devDependencies minor 4.0.0 -> 4.1.0
css-loader dependencies minor 3.5.3 -> 3.6.0
cypress resolutions minor 4.7.0 -> 4.8.0
cypress devDependencies minor 4.7.0 -> 4.8.0
eslint-config-airbnb-base devDependencies minor 14.1.0 -> 14.2.0
eslint-plugin-import devDependencies patch 2.21.1 -> 2.21.2
eslint-plugin-prettier devDependencies patch 3.1.3 -> 3.1.4
eslint-plugin-testing-library devDependencies minor 3.2.0 -> 3.3.0
gatsby (changelog) dependencies minor 2.22.12 -> 2.23.3
gatsby-cli dependencies patch 2.12.44 -> 2.12.45
gatsby-link resolutions patch 2.4.3 -> 2.4.6
gatsby-plugin-emotion dependencies patch 4.3.3 -> 4.3.4
gatsby-plugin-emotion devDependencies patch 4.3.3 -> 4.3.4
gatsby-plugin-mdx devDependencies patch 1.2.14 -> 1.2.15
gatsby-source-filesystem dependencies patch 2.3.10 -> 2.3.11
lerna devDependencies patch 3.22.0 -> 3.22.1
lint-staged devDependencies patch 10.2.9 -> 10.2.10
rollup (source) devDependencies minor 2.15.0 -> 2.16.1
terser-webpack-plugin dependencies patch 3.0.3 -> 3.0.4

Release Notes

dotansimha/graphql-code-generator

v1.15.3

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core/cli

typescript-resolvers

flow-resolvers

jsdoc

type-graphql

typescript-operations

v1.15.2

Compare Source

Come talk to us directly on our Discord channel
Contact us here: the-guild.dev

core/cli
  • Update dependencies
typescript
typescript-operations
  • Added support for Exact type in generated variables types to avoid runtime issues (#​4194)
jsdoc
near-operation-files
typescript-urql
docs/website
  • Update live-demo examples layout in https://graphql-code-generator.com/
  • Use Monaco (with YAML validation) instead of CodeMirror in live demo
  • Improve generated JSON Schema for codegen.yaml validation
  • Fix incorrectly renamed config key in near-operation-files (#​4189, thanks @​mattleff)
getsentry/sentry-javascript

v5.17.0

Compare Source

  • [browser] feat: Support fetchParameters (#​2567)
  • [apm] feat: Report LCP metric on pageload transactions (#​2624)
  • [core] fix: Normalize Transaction and Span consistently (#​2655)
  • [core] fix: Handle DSN qs and show better error messages (#​2639)
  • [browser] fix: Change XHR instrumentation order to handle onreadystatechange breadcrumbs correctly (#​2643)
  • [apm] fix: Re-add TraceContext for all events (#​2656)
  • [integrations] fix: Change Vue interface to be inline with the original types (#​2634)
  • [apm] ref: Use startTransaction where appropriate (#​2644)
testing-library/jest-dom

v5.10.1

Compare Source

Bug Fixes
  • element not allowed to be disabled being returned as disabled (#​261) (5e39222)

v5.10.0

Compare Source

Features
  • [toBeValid/toBeInvalid] Check aria-invalid on any element (#​259) (14d1630)
typescript-eslint/typescript-eslint

v3.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] dont report return type errors on constructor overloads (#​2158) (53232d7)
  • eslint-plugin: [explicit-module-boundary-types] handle bodyless arrow functions with explicit return types that return functions (#​2169) (58db655)
  • eslint-plugin: [explicit-module-boundary-types] handle nested functions and functions expressions in a typed variable declaration (#​2176) (6ff450d)
  • eslint-plugin: [no-extra-non-null-assertion] dont report for assertions not followed by the optional chain (#​2167) (e4c1834)
  • eslint-plugin: [no-unnecessary-conditionals] Handle comparison of generics and loose comparisons with undefined values (#​2152) (c86e2a2)
  • eslint-plugin: [prefer-optional-chain] handling first member expression (#​2156) (de18660)
  • eslint-plugin: [return-await] correct handling of ternaries (#​2168) (fe4c0bf)
Features
  • eslint-plugin: [naming-convention] put identifiers in quotes in error messages (#​2182) (fc61932), closes #​2178
  • eslint-plugin: [require-array-sort-compare] add ignoreStringArrays option (#​1972) (6dee784)
  • eslint-plugin: add rule ban-tslint-comment (#​2140) (43ee226)
  • eslint-plugin: add rule no-confusing-non-null-assertion (#​1941) (9b51c44)
emmenko/bulk-update-versions

v1.1.0

Compare Source

Minor Changes
  • 830ade8 #​8 Thanks @​emmenko! - Allow to update all the matching packages to their latest version by passing the --force-latest flag instead of a fixed version.
chalk/chalk

v4.1.0

Compare Source

webpack-contrib/css-loader

v3.6.0

Compare Source

Features
3.5.3 (2020-04-24)
Bug Fixes
  • add file from an error to file dependencies (841423f)
  • avoid query string in source maps (#​1082) (f64de13)
3.5.2 (2020-04-10)
Bug Fixes
3.5.1 (2020-04-07)
Bug Fixes
cypress-io/cypress

v4.8.0

Compare Source

Released 6/8/2020

Features:

Bugfixes:

  • Upon domain navigation, before and after hooks defined in completed suites no longer erroneously rerun. Fixes #​1987.
  • Errors thrown within root level after hooks now correctly display in the Test Runner's Command Log. Fixes #​2296.
  • We fixed a regression in 4.6.0 where an XHR response without a body would cause Cypress to throw Cannot read property '__error' of null. Fixes #​7518.
  • We fixed a regression in 4.6.0 where using cy.visit() to an authenticated URL would error with Request cannot be constructed from a URL that includes credentials: /__cypress/runner/./wasm/mappings.wasm Fixes #​7481.
  • We now properly load code from the pluginsFile or supportFile when they are TypeScript files. Fixes #​7459.
  • utf-8 characters now properly display within error code frames. Fixes #​7507.
  • Errors thrown in a cy.on('fail', fn) fail handler now display a stack trace and code frame pointing to the origin of the error. Fixes #​7512.
  • .click() now properly clicks on wrapped inline elements when the first child element in the parent element has no width or height. Fixes #​7434 and #​7012.
  • cy.wrap() now properly respects the timeout option. It also better handles situations when passed a promise that never resolves. Fixes #​5980.
  • When experimentalComponentTesting is enabled, Cypress will no longer exit with SIGABRT in certain situations. Fixes #​7572.
  • We fixed a regression in 3.8.0 where the "Tests" button in the Test Runner wouldn't take you back to the tests list in all browsers. Fixes #​5948.
  • Using the S shortcut during .pause() no longer does anything. This prevents the Test Runner from getting into a 'stuck' state. Fixes #​6867.

Misc:

  • The design of errors and some iconography displayed in the Test Runner's Command Log have been updated. Addresses #​7499, #​7542 and #​7563.
  • The commands in the Test Runner's Command Log now display in the same casing as the original command. Addresses #​5773.
  • The navigation links in the Test Runner now display the correct CSS styles when focused. Addresses #​7491.
  • Cypress.config() now has TypeScript types for the taskTimeout option. Addresses #​7531.
  • TypeScript types for cy.screenshot() options and Cypress.log() have been updated to be more accurate. Addresses #​7445.
  • TypeScript types for Cypress.automation have been added. Addresses #​7519.
  • We now display a more accurate error message when passing a browser to the --browser flag that is not supported by Cypress. Addresses #​6979.
  • We're continuing to make progress in converting our codebase from CoffeeScript to JavaScript. Addresses #​2690 in #​7588 and #​7591.

Dependency Updates:

  • Upgraded chrome-remote-interface from 0.28.1 to 0.28.2. Addressed in #​7615.
  • Upgraded electron from 8.3.0 to 8.3.1. Addressed in #​7599.
airbnb/javascript

v14.2.0

Compare Source

benmosher/eslint-plugin-import

v2.21.2

Compare Source

Fixed
  • [order]: avoid a crash on TypeScript’s export import syntax ([#​1808], thanks [@​ljharb])
  • [newline-after-import]: consider TypeScript import = syntax' ([#​1811], thanks [@​ljharb])
  • [no-internal-modules]: avoid a crash on a named export declaration ([#​1814], thanks [@​ljharb])
prettier/eslint-plugin-prettier

v3.1.4

Compare Source

  • Avoid clearing Prettier cache when not using prettierrc (#​303) (3c8e2d9)
  • build(deps-dev): bump eslint-plugin-eslint-plugin from 2.2.1 to 2.2.2 (93f7c8b)
  • build(deps-dev): bump eslint from 7.1.0 to 7.2.0 (650ac7a)
  • build(deps-dev): bump eslint-plugin-self from 1.2.0 to 1.2.1 (6449ec1)
  • build(deps-dev): bump eslint from 7.0.0 to 7.1.0 (fd30022)
  • Chore: Add CI tests for ESLint 7 (#​291) (cc2979b)
  • build(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (35a7ee6)
testing-library/eslint-plugin-testing-library

v3.3.0

Compare Source

Features

v3.2.3

Compare Source

Bug Fixes

v3.2.2

Compare Source

Bug Fixes

v3.2.1

Compare Source

Bug Fixes
  • prefer-screen-queries: take container into account (#​150) (a783036)
  • prefer-wait-for: only report when imported from TL (#​152) (b80accf)
gatsbyjs/gatsby

v2.23.3

Compare Source

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.22

Compare Source

v2.22.21

Compare Source

v2.22.20

Compare Source

v2.22.19

Compare Source

v2.22.18

Compare Source

v2.22.17

Compare Source

v2.22.16

Compare Source

v2.22.15

Compare Source

v2.22.14

Compare Source

v2.22.13

Compare Source

lerna/lerna

v3.22.1

Compare Source

Bug Fixes
okonet/lint-staged

v10.2.10

Compare Source

Bug Fixes
  • Git directory is not correctly resolved if GIT_WORK_TREE is set to relative path (#​887) (a1904ec)
rollup/rollup

v2.16.1

Compare Source

2020-06-13

Bug Fixes
  • Do not produce invalid code when an external or chunk id contain quotes or line-breaks (#​3632)
  • Do not fail but emit a warning when mutating a namespace object (#​3633)
Pull Requests

v2.16.0

Compare Source

2020-06-12

Features
  • Add support for numeric separators (#​3626)
  • Switch to finalized ESTree optional chaining AST (#​3628)
Pull Requests
webpack-contrib/terser-webpack-plugin

v3.0.4

Compare Source


Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Jun 15, 2020
@changeset-bot
Copy link

changeset-bot bot commented Jun 15, 2020

🦋 Changeset is good to go

Latest commit: 6ecb94d

We got this.

This PR includes changesets to release 17 packages
Name Type
merchant-center-application-template-starter Patch
@commercetools-backend/express Patch
@commercetools-backend/loggers Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/sentry Patch
playground Patch
@commercetools-local/visual-testing-app Patch
@commercetools-website/custom-applications Patch
@commercetools-website/components-playground Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/react-notifications Patch
@commercetools-frontend/permissions Patch
@commercetools-frontend/application-components Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Jun 15, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/commercetools/merchant-center-application-kit/9dh0lhuqt
✅ Preview: https://merchant-center-application-kit-git-renovate-all.commercetools.vercel.app

@vercel vercel bot temporarily deployed to Preview June 15, 2020 11:08 Inactive
@vercel vercel bot temporarily deployed to Preview June 15, 2020 11:09 Inactive
@renovate
Copy link
Contributor Author

renovate bot commented Jun 15, 2020

PR has been edited

👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description.

If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help.

@tdeekens tdeekens merged commit f8f8609 into master Jun 15, 2020
@tdeekens tdeekens deleted the renovate/all branch June 15, 2020 11:28
@github-actions github-actions bot mentioned this pull request Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants