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

Merged
merged 3 commits into from
Feb 1, 2021
Merged

fix(deps): update all dependencies #2020

merged 3 commits into from
Feb 1, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli 2.13.1 -> 2.14.0 age adoption passing confidence
@commercetools-docs/gatsby-theme-docs 14.0.1 -> 14.0.2 age adoption passing confidence
@commercetools-docs/ui-kit 14.0.0 -> 14.0.2 age adoption passing confidence
@commercetools-docs/writing-style 3.0.3 -> 3.0.4 age adoption passing confidence
@commercetools-frontend/ui-kit (source) 10.44.2 -> 10.46.0 age adoption passing confidence
@formatjs/cli 3.0.3 -> 3.0.5 age adoption passing confidence
@graphql-cli/codegen 1.17.17 -> 1.17.18 age adoption passing confidence
@graphql-codegen/cli 1.20.0 -> 1.20.1 age adoption passing confidence
@graphql-codegen/typescript 1.20.0 -> 1.20.2 age adoption passing confidence
@graphql-codegen/typescript-operations 1.17.13 -> 1.17.14 age adoption passing confidence
@preconstruct/cli 2.0.1 -> 2.0.2 age adoption passing confidence
@rollup/plugin-babel 5.2.2 -> 5.2.3 age adoption passing confidence
@rollup/plugin-commonjs 17.0.0 -> 17.1.0 age adoption passing confidence
@rollup/plugin-node-resolve 11.1.0 -> 11.1.1 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.14.0 -> 4.14.1 age adoption passing confidence
@typescript-eslint/parser 4.14.0 -> 4.14.1 age adoption passing confidence
browserslist 4.16.1 -> 4.16.3 age adoption passing confidence
eslint (source) 7.18.0 -> 7.19.0 age adoption passing confidence
faker 5.1.0 -> 5.2.0 age adoption passing confidence
gatsby (changelog) 2.30.3 -> 2.31.1 age adoption passing confidence
intl-messageformat-parser 6.2.0 -> 6.3.1 age adoption passing confidence
mini-css-extract-plugin 1.3.4 -> 1.3.5 age adoption passing confidence
msw (source) 0.25.0 -> 0.26.0 age adoption passing confidence
omit-empty-es 1.1.2 -> 1.1.3 age adoption passing confidence
react-intl (source) 5.10.17 -> 5.11.0 age adoption passing confidence
rollup (source) 2.38.0 -> 2.38.3 age adoption passing confidence
sentry-testkit (source) 3.2.1 -> 3.2.4 age adoption passing confidence
sharp 0.27.0 -> 0.27.1 age adoption passing confidence
start-server-and-test 1.11.7 -> 1.12.0 age adoption passing confidence
ts-jest (source) 26.4.4 -> 26.5.0 age adoption passing confidence

Release Notes

changesets/changesets

v2.14.0

Compare Source

Minor Changes
  • 12f9a43 #​507 Thanks @​zkochan! - New setting added: bumpVersionsWithWorkspaceProtocolOnly. When it is set to true, versions are bumped in dependencies, only if those versions are prefixed by the workspace protocol. For instance, "foo": "workspace:^1.0.0".
Patch Changes
commercetools/commercetools-docs-kit

v14.0.2

Compare Source

Patch Changes
commercetools/ui-kit

v10.46.0

Patch Changes

v10.44.3

Patch Changes
formatjs/formatjs

v3.0.5

Compare Source

v3.0.4

Compare Source

dotansimha/graphql-code-generator

v1.17.18

Compare Source

Patch Changes
  • faa1397: Fixed a bug in parseMapper that were preventing to use mappers with complex type usages
preconstruct/preconstruct

v2.0.2

Compare Source

Patch Changes
typescript-eslint/typescript-eslint

v4.14.1

Compare Source

Bug Fixes
browserslist/browserslist

v4.16.3

Compare Source

  • Fixed --update-db.

v4.16.2

Compare Source

eslint/eslint

v7.19.0

Compare Source

Marak/Faker.js

v5.2.0

Compare Source

gatsbyjs/gatsby

v2.31.1

Compare Source

v2.31.0

Compare Source

Welcome to [email protected] release (January 2021 #​2)

Key highlights of this release:

Also check out notable bugfixes.

Bleeding Edge: Want to try new features as soon as possible? Install gatsby@next and let us know
if you have any issues.

Previous release notes

Full changelog

webpack-contrib/mini-css-extract-plugin

v1.3.5

Compare Source

mswjs/msw

v0.26.0

Compare Source

This release introduces changes to the mockServiceWorker.js file. Please follow the instructions in the browser to update the worker file. Thank you.

Features

  • Adds support for GraphQL upload and multipart data operations (#​215, #​543).
  • Adds delay modes: “real” and “infinite” (#​538). Supports infinite loading.
ctx.delay() // random realistic response time
ctx.delay('real') // the same as `ctx.delay()`
ctx.delay('infinite') // infinite response time
ctx.delay(50) // explicit response delay (50ms)
  • Displays [MSW] Mocking disabled message when calling worker.stop(). (#​485, #​493).

Bug fixes

  • Fixes an issue that resulted in theFailed to construct 'Response': The status provided (0) is outside the range [200, 599]. exception caused by an opaque response on the page (#​529, #​564). MSW will now skip opaque responses during the life-cycle events handling. You will not get the response:bypass invoked upon an opaque response.
  • Fixes an issue that resulted in an exception being thrown when handling subsequent requests in Safari (#​558, #​565).
  • Fixes an issue when the ExecutionResult of graphql was not compatible with ctx.data and ctx.errors utilities (#​522, #​542).
  • Fixes an issue that resulted in the MSW worker handling unrelated message event originating from other tools (#​551).

Internal

  • Updates dependencies to their latest versions.
  • Consistently uses self instead of this in the worker script (#​568).
  • Ensures that MSW doesn’t handle events originating from unrelated workers (#​551).
emmenko/omit-empty-es

v1.1.3

Compare Source

Patch Changes
rollup/rollup

v2.38.3

Compare Source

2021-02-01

Bug Fixes
  • Prevent an unexpected live-binding when default exporting a synthetic named export (#​3946)
Pull Requests

v2.38.2

Compare Source

2021-01-31

Bug Fixes
  • Do not generate invalid code for partially tree-shaken declarations in for loops (#​3943)
  • Always include function bodies of functions in side-effect-free modules (#​3944)
Pull Requests

v2.38.1

Compare Source

2021-01-28

Bug Fixes
  • Fix internal error when resolving a missing entry point in the browser build (#​3935)
Pull Requests
wix/sentry-testkit

v3.2.4

Compare Source

lovell/sharp

v0.27.1

Compare Source

bahmutov/start-server-and-test

v1.12.0

Compare Source

Features
kulshekhar/ts-jest

v26.5.0

Compare Source

Bug Fixes
Features

Renovate configuration

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

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 Feb 1, 2021
@vercel
Copy link

vercel bot commented Feb 1, 2021

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/dtipj75pt
✅ Preview: https://merchant-center-application-kit-git-renovate-all.commercetools.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Feb 1, 2021

🦋 Changeset detected

Latest commit: c63a88d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 21 packages
Name Type
merchant-center-application-template-starter Patch
@commercetools-backend/express Patch
@commercetools-frontend/application-components Patch
@commercetools-frontend/application-config Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/eslint-config-mc-app Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/react-notifications 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/cypress Patch
@commercetools-frontend/mc-html-template Patch
@commercetools-frontend/actions-global Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/permissions 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 vercel bot temporarily deployed to Preview February 1, 2021 09:01 Inactive
@tdeekens tdeekens merged commit c9589f5 into master Feb 1, 2021
@tdeekens tdeekens deleted the renovate/all branch February 1, 2021 09:10
@ghost ghost mentioned this pull request Feb 1, 2021
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