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

Merged
merged 2 commits into from
Nov 9, 2020
Merged

fix(deps): update all dependencies #1857

merged 2 commits into from
Nov 9, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2020

This PR contains the following updates:

Package Type Update Change
@babel/preset-react (source) dependencies patch 7.12.1 -> 7.12.5
@babel/runtime (source) dependencies patch 7.12.1 -> 7.12.5
@babel/runtime-corejs3 dependencies patch 7.12.1 -> 7.12.5
@emotion/babel-preset-css-prop dependencies minor 10.1.0 -> 10.2.0
@formatjs/cli devDependencies patch 2.13.2 -> 2.13.10
@graphql-cli/codegen devDependencies patch 1.17.12 -> 1.17.13
@graphql-codegen/cli devDependencies patch 1.19.0 -> 1.19.1
@graphql-codegen/typescript-operations devDependencies patch 1.17.8 -> 1.17.9
@mdx-js/mdx (source) resolutions patch 1.6.19 -> 1.6.21
@mdx-js/react (source) resolutions patch 1.6.19 -> 1.6.21
@sentry/node dependencies patch 5.27.1 -> 5.27.3
@testing-library/react devDependencies patch 11.1.0 -> 11.1.1
@types/enzyme devDependencies patch 3.10.7 -> 3.10.8
@types/jquery devDependencies patch 3.5.3 -> 3.5.4
@types/node dependencies patch 14.14.3 -> 14.14.6
@types/node devDependencies patch 14.14.3 -> 14.14.6
@types/react resolutions patch 16.9.53 -> 16.9.56
@types/react devDependencies patch 16.9.53 -> 16.9.56
@types/react-dom devDependencies patch 16.9.8 -> 16.9.9
@types/react-redux devDependencies patch 7.1.9 -> 7.1.11
@types/webpack devDependencies patch 4.41.23 -> 4.41.24
@typescript-eslint/eslint-plugin devDependencies minor 4.6.1 -> 4.7.0
@typescript-eslint/parser devDependencies minor 4.6.1 -> 4.7.0
babel-jest dependencies patch 26.6.1 -> 26.6.3
babel-plugin-typescript-to-proptypes devDependencies patch 1.4.1 -> 1.4.2
browserslist dependencies patch 4.14.6 -> 4.14.7
bulk-update-versions dependencies patch 1.1.0 -> 1.1.1
core-js dependencies minor 3.6.5 -> 3.7.0
css-loader dependencies patch 5.0.0 -> 5.0.1
cypress resolutions minor 5.4.0 -> 5.5.0
cypress devDependencies minor 5.4.0 -> 5.5.0
execa dependencies minor 4.0.3 -> 4.1.0
formik dependencies patch 2.2.1 -> 2.2.3
fuse.js (source) dependencies patch 6.4.2 -> 6.4.3
gatsby-plugin-emotion devDependencies patch 4.3.14 -> 4.3.15
gatsby-plugin-mdx devDependencies minor 1.2.51 -> 1.3.1
intl-messageformat-parser devDependencies patch 6.0.11 -> 6.0.15
intl-messageformat-parser resolutions patch 6.0.11 -> 6.0.15
jest (source) devDependencies patch 26.6.1 -> 26.6.3
jest-each devDependencies patch 26.6.1 -> 26.6.2
jest-silent-reporter devDependencies minor 0.2.1 -> 0.3.0
jose devDependencies patch 2.0.2 -> 2.0.3
lint-staged devDependencies minor 10.4.2 -> 10.5.1
postcss (source) dependencies patch 8.1.4 -> 8.1.6
postcss (source) devDependencies patch 8.1.4 -> 8.1.6
pretty-format resolutions patch 26.6.1 -> 26.6.2
puppeteer devDependencies patch 5.4.0 -> 5.4.1
react-intl (source) dependencies minor 5.8.6 -> 5.9.4
react-intl (source) devDependencies minor 5.8.6 -> 5.9.4
react-intl (source) resolutions minor 5.8.6 -> 5.9.4
ts-jest (source) dependencies patch 26.4.3 -> 26.4.4

Release Notes

babel/babel

v7.12.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
📝 Documentation
🏠 Internal
emotion-js/emotion

v10.2.0

Compare Source

Minor Changes
  • c55fadb4 #​2074 Thanks @​Andarist! - runtime option has been deprecated. It still works and will continue to work in Emotion 10 but we have found out that including JSX plugin twice in the Babel configuration leads to hard to debug problems and it's not always obvious that some presets include it. If you want to configure runtime: "automatic" just replace @emotion/babel-preset-css-prop with @babel/preset-react and babel-plugin-emotion. You can find out how to configure things properly here: https://emotion.sh/docs/css-prop#babel-preset
formatjs/formatjs

v2.13.10

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.9

Compare Source

Bug Fixes

v2.13.8

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.7

Compare Source

Bug Fixes

v2.13.6

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.5

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.4

Compare Source

Note: Version bump only for package @​formatjs/cli

v2.13.3

Compare Source

Note: Version bump only for package @​formatjs/cli

dotansimha/graphql-code-generator

v1.17.13

Compare Source

Patch Changes
mdx-js/mdx

v1.6.21

Compare Source

v1.6.20

Compare Source

getsentry/sentry-javascript

v5.27.3

Compare Source

  • [hub] fix: Make sure that getSession exists before calling it (#​3017)
  • [browser] feat: Add DOMException.code as tag if it exists (#​3018)
  • [browser] fix: Call removeEventListener twice only when necessary (#​3016)
  • [tracing] fix: Schedule the execution of the finish to let all the spans being closed first (#​3022)
  • [tracing] fix: Adjust some web vitals to be relative to fetchStart and some other improvements (#​3019)
  • [tracing] fix: Add transaction name as tag on error events (#​3024)

v5.27.2

Compare Source

  • [apm] ref: Delete sentry/apm package (#​2990)
  • [types] fix: make requestHandler options an own type (#​2995)
  • [core] fix: Use 'production' as default value for environment key (#​3013)
testing-library/react-testing-library

v11.1.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint

v4.7.0

Compare Source

Bug Fixes
  • eslint-plugin: [array-type] parenthesize ReadonlyArray fix (#​2747) (83385ac)
  • eslint-plugin: [no-extra-non-null-assertion] false positive with non-nullable computed key (#​2737) (e82698c)
Features

4.6.1 (2020-11-02)

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] fix wrong autofix behaviour with generics (#​2722) (73d9713)
  • eslint-plugin: [no-shadow] ignore global module augmentation (#​2729) (d8c67a5)
facebook/jest

v26.6.3

Compare Source

Fixes
  • [jest-resolve-dependencies] Continue dependency resolution if mock dependency can't be found (#​10779)

v26.6.2

Compare Source

Features
  • [jest-core] Add findRelatedTests and nonFlagArgs in allowed config options for updateConfigAndRun in watch plugins (#​10659)
Fixes
  • [babel-plugin-jest-hoist] Preserve order of hoisted mock nodes within containing block (#​10536)
  • [babel-plugin-jest-hoist] Hoist pure constants to support experimental JSX transform in hoisted mocks (#​10723)
  • [babel-preset-jest] Update babel-preset-current-node-syntax to support top level await (#​10747)
  • [expect] Revert "Fix objectContaining to work recursively into sub-objects (#​10508)" (#​10766)
  • [jest-circus, jest-jasmine2] fix: don't assume stack is always a string (#​10697)
  • [jest-config] Fix bug introduced in watch mode by PR #​10678 (#​10692)
  • [jest-config] Throw correct error for missing preset modules (#​10737)
  • [jest-resolve-dependencies] Resolve mocks as dependencies (#​10713)
  • [jest-runtime] Handle file URLs in dynamic imports (#​10744)
  • [jest-runtime, babel-jest] Pass more ESM options to @jest/transform (#​10752)
  • [jest-runtime] Properly inject extraGlobals into the runtime (#​10758)
  • [jest-transform] Link to ESM docs on syntax errors (#​10748)
Chore & Maintenance
  • [docs] Add docs for using mocks in TypeScript (#​10415)
  • [eslint-config-fb-strict] Move package from this repo to fbjs repo (#​10739)
  • [examples] Update TypeScript example to show use of newer Jest types (#​10399)
  • [jest-cli] chore: standardize files and folder names (#​10698)
milesj/babel-plugin-typescript-to-proptypes

v1.4.2

Compare Source

browserslist/browserslist

v4.14.7

Compare Source

  • Fixed Yarn Workspaces support to --update-db (by Fausto Núñez Alberro).
  • Added browser changes to --update-db (by @​AleksandrSl).
  • Added color output to --update-db.
  • Updated package.funding to have link to our Open Collective.
emmenko/bulk-update-versions

v1.1.1

Compare Source

Patch Changes
zloirock/core-js

v3.7.0

Compare Source

  • String#replaceAll moved to the stable ES, per June TC39 meeting
  • Promise.any and AggregateError moved to the stable ES, per July TC39 meeting
  • Added Reflect[@​@​toStringTag], per July TC39 meeting
  • Forced replacement of Array#{ reduce, reduceRight } in Chrome 80-82 because of a bug, #​766
  • Following the changes in the upsert proposal, { Map, WeakMap }#emplace replace { Map, WeakMap }#upsert, these obsolete methods will be removed in the next major release
  • By the current spec, AggregateError#errors is own data property
  • Added correct iteration closing in the iteration helpers according to the current version of the proposal
  • process.nextTick have a less priority when Promise in the microtask implementation, #​855
  • Fixed microtask implementation in engines with MutationObserver, but without document, #​865, #​866
  • Fixed core-js-builder with an empty (after the targets engines or another filtration) modules list, #​822
  • Fixed possible twice call of window.onunhandledrejection, #​760
  • Fixed some possible problems related multiple global copies of core-js, #​880
  • Added a workaround for 3rd party Reflect.set polyfill bug, #​847
  • Updated compat data:
    • Chrome up to 86
    • FF up to 82
    • Safari up to 14
  • Updated compat data mapping:
    • iOS up to 14
    • NodeJS up to 15.0
    • Electron up to 11.0
    • Samsung Internet up to 13.0
    • Opera Android up to 60
    • The rest automatically
  • Updated all required dependencies
webpack-contrib/css-loader

v5.0.1

Compare Source

cypress-io/cypress

v5.5.0

Compare Source

Released 10/26/2020

Features:

  • cy.viewport() has a new macbook-16 preset. Addresses #​8889.
  • .type() now fires the beforeInput event during typing. Note: Firefox does not support the beforeinput event. Addresses #​7088.

Bugfixes:

  • Updated the Cypress proxy layer to proxy HTTPS traffic from non-AUT origins. Addressed in #​8827.
    • This fixed an issue with cy.route2 where HTTPS requests to a non-AUT origin would not be intercepted as expected.
  • cy.route2() now properly handles passing a method as its first argument. Fixes #​8729.
  • Fixed an issue with cy.route2() where a "Cannot set property response of undefined" error would occasionally occur. Fixes #​8858.
  • Headers field names passed to `cy.route2() now case-insensitively match against the field names of incoming HTTP requests. Fixes #​8921.
  • Routes that stub fixtures for binary resources (including images) made with cy.route2() now serve the correct mime-type and content. Fixes #​8623.
  • When experimentalNetworkStubbing is enabled, using cy.visit() to URLs that redirect and set Transfer-Encoding: chunked will no longer fail in Cypress with a "Parse Error". Fixes #​8497.
  • cypress.run() through the Module API now has a status property in the results matching the correct CLI types ("failed" or "finished"). Addresses #​8799.
  • When a value containing an e character is passed to the --ci-build-id flag, Cypress now properly reads it as a string. Fixes #​8874.

Misc:

  • Updated type definitions to allow for passed either runMode or openMode to retries alone. Addresses #​8869.

Dependency Updates:

  • Upgraded electron from 10.1.3 to 10.1.5. Addresses #​8927, #​8975.
  • Upgraded color-string from 1.5.3 to 1.5.4. Addresses #​8945.
  • Upgraded pretty-bytes from ^5.3.0 to ^5.4.1. Addresses #​8964.
sindresorhus/execa

v4.1.0

Compare Source

formium/formik

v2.2.3

Compare Source

Patch Changes

v2.2.2

Compare Source

Patch Changes
krisk/Fuse

v6.4.3

Compare Source

gatsbyjs/gatsby

v4.3.15

Compare Source

rickhanlonii/jest-silent-reporter

v0.3.0

Compare Source

panva/jose

v2.0.3

Compare Source

Bug Fixes
  • allow stubbing of the JWT.decode function (6c3b92f)
okonet/lint-staged

v10.5.1

Compare Source

Bug Fixes

v10.5.0

Compare Source

Features
postcss/postcss

v8.1.6

Compare Source

  • Reverted package.exports Node.js 15 fix.

v8.1.5

Compare Source

  • Fixed Node.js 15 warning (by 沈鸿飞).
puppeteer/puppeteer

v5.4.1

Compare Source

Bug fixes

  • Fixed an issue in 5.4.0 on Node.js v10.17.0 and below where trying to access fs.promises would throw an error. See #​6548 for the bug report and #​6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.

Raw notes

520cd90 - chore: mark version 5.4.1
8f4a79e - docs(troubleshooting): update Alpine Chromium version (#​6529)
e45acce - chore: run unit tests on node 10.15 + fix fs.promises access (#​6550)
a2175c6 - docs(queryhandler): fix link (#​6543)
d787865 - chore: bump version to v5.4.0-post (#​6544)

kulshekhar/ts-jest

v26.4.4

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 Nov 9, 2020
@vercel
Copy link

vercel bot commented Nov 9, 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/nq82qrfuu
✅ Preview: https://merchant-center-application-kit-git-renovate-all.commercetools.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Nov 9, 2020

⚠️ No Changeset found

Latest commit: d671913

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@emmenko
Copy link
Member

emmenko commented Nov 9, 2020

Putting this on hold until we fix it upstream.

@tdeekens
Copy link
Contributor

tdeekens commented Nov 9, 2020

Putting this on hold until we fix it upstream.

We fix what exactly upstream?

@emmenko
Copy link
Member

emmenko commented Nov 9, 2020

gatsby mdx plugin: commercetools/commercetools-docs-kit@4187f75

@emmenko
Copy link
Member

emmenko commented Nov 9, 2020

Update: we need to release both uikit and docs-kit first. I'll take care of that and update this PR once we're ready.

@vercel vercel bot temporarily deployed to Preview November 9, 2020 20:05 Inactive
@emmenko emmenko marked this pull request as ready for review November 9, 2020 20:17
@emmenko emmenko merged commit 6a925b8 into master Nov 9, 2020
@emmenko emmenko deleted the renovate/all branch November 9, 2020 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖐 Status: On Hold 🤖 Type: Dependencies Dependency updates or something similar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants