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(deps): update all dependencies #2342

Merged
merged 2 commits into from
Aug 24, 2021
Merged

chore(deps): update all dependencies #2342

merged 2 commits into from
Aug 24, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 16, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.4.5 -> 3.4.8 age adoption passing confidence
@babel/register (source) 7.14.5 -> 7.15.3 age adoption passing confidence
@babel/runtime (source) 7.14.8 -> 7.15.3 age adoption passing confidence
@babel/runtime-corejs3 7.14.9 -> 7.15.3 age adoption passing confidence
@commercetools-docs/gatsby-theme-docs 17.0.5 -> 17.0.6 age adoption passing confidence
@formatjs/cli 4.2.30 -> 4.2.33 age adoption passing confidence
@graphql-cli/codegen 2.0.1 -> 2.1.1 age adoption passing confidence
@graphql-codegen/add 3.0.0 -> 3.1.0 age adoption passing confidence
@graphql-codegen/cli 2.0.1 -> 2.1.1 age adoption passing confidence
@graphql-codegen/introspection 2.0.0 -> 2.1.0 age adoption passing confidence
@graphql-codegen/typescript 2.0.0 -> 2.1.1 age adoption passing confidence
@graphql-codegen/typescript-graphql-files-modules 2.0.0 -> 2.1.0 age adoption passing confidence
@graphql-codegen/typescript-operations 2.0.1 -> 2.1.1 age adoption passing confidence
@percy/cli 1.0.0-beta.63 -> 1.0.0-beta.65 age adoption passing confidence
@pmmmwh/react-refresh-webpack-plugin 0.5.0-rc.2 -> 0.5.0-rc.5 age adoption passing confidence
@preconstruct/cli 2.1.0 -> 2.1.1 age adoption passing confidence
@types/faker 5.5.7 -> 5.5.8 age adoption passing confidence
@types/react 17.0.16 -> 17.0.19 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.29.0 -> 4.29.3 age adoption passing confidence
@typescript-eslint/parser 4.29.0 -> 4.29.3 age adoption passing confidence
autoprefixer 10.3.1 -> 10.3.2 age adoption passing confidence
browserslist 4.16.7 -> 4.16.8 age adoption passing confidence
cldr 7.1.0 -> 7.1.1 age adoption passing confidence
core-js 3.16.1 -> 3.16.2 age adoption passing confidence
cosmiconfig 7.0.0 -> 7.0.1 age adoption passing confidence
downshift (source) 6.1.6 -> 6.1.7 age adoption passing confidence
express-jwt 6.0.0 -> 6.1.0 age adoption passing confidence
gatsby (changelog) 3.11.1 -> 3.12.0 age adoption passing confidence
gatsby-cli 3.11.0 -> 3.12.0 age adoption passing confidence
gatsby-plugin-emotion 6.11.0 -> 6.12.0 age adoption passing confidence
gatsby-source-filesystem 3.11.0 -> 3.12.0 age adoption passing confidence
jest-localstorage-mock 2.4.14 -> 2.4.17 age adoption passing confidence
msw (source) 0.34.0 -> 0.35.0 age adoption passing confidence
react-intl (source) 5.20.7 -> 5.20.10 age adoption passing confidence
ts-jest (source) 27.0.4 -> 27.0.5 age adoption passing confidence
vfile-message 3.0.1 -> 3.0.2 age adoption passing confidence
webpack 5.49.0 -> 5.51.1 age adoption passing confidence
webpack-dev-server 4.0.0-rc.0 -> 4.0.0 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.4.8

Compare Source

Bug Fixes
  • Fix error thrown by nested keyFields: ["a", ["b", "c"], "d"] type policies when writing results into the cache where any of the key fields (.a, .a.b, .a.c, or .d) have been renamed by query field alias syntax.

    @​benjamn in #​8643

  • Fix regression from PR #​8422 (first released in @apollo/client@3.4.0-rc.15) that caused result.data to be set to undefined in some cases after ObservableQuery#getCurrentResult reads an incomplete result from the cache.

    @​benjamn in #​8642

v3.4.7

Compare Source

Bug Fixes
  • Fix accidental reuse of recycled MergeTree objects in StoreWriter class used by InMemoryCache.

    @​benjamn in #​8618

v3.4.6

Compare Source

Improvements
  • Reevaluate window.fetch each time HttpLink uses it, if not configured using options.fetch. This change enables a variety of strategies for instrumenting window.fetch, without requiring those strategies to run before @apollo/client/link/http is first imported.

    @​benjamn in #​8603

  • Clarify mutation fetchPolicy options ("network-only" or "no-cache") using MutationFetchPolicy union type.

    @​benjamn in #​8602

Bug Fixes
  • Restore full @apollo/client/apollo-client.cjs.js CommonJS bundle for older bundlers.

    Note that Node.js and CommonJS bundlers typically use the bundles specified by "main" fields in our generated package.json files, which are all independent and non-overlapping CommonJS modules. However, apollo-client.cjs.js is just one big bundle, so mixing imports of apollo-client.cjs.js with the other CommonJS bundles is discouraged, as it could trigger the dual package hazard. In other words, please don't start using apollo-client.cjs.js if you're not already.

    @​benjamn in #​8592

  • Log MissingFieldErrors in ObservableQuery#getCurrentResult using invariant.debug, rather than reporting them via result.error.

    @​benjamn in #​8604

babel/babel

v7.15.3

Compare Source

👓 Spec Compliance
  • babel-helpers, babel-plugin-transform-classes
🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
commercetools/commercetools-docs-kit

v17.0.6

Compare Source

Patch Changes
formatjs/formatjs

v4.2.33

v4.2.32

Bug Fixes

v4.2.31

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

dotansimha/graphql-code-generator

v2.1.1

Compare Source

Patch Changes
  • b31ce77: prevent baseOptions from being required when Mutation is used

v2.1.0

Compare Source

Minor Changes
  • 9f2a4e2: Improved type-safety: in generated React Hooks, baseOptions will be non-optional in case there when there is a required variables with no default value
Patch Changes
percy/cli

v1.0.0-beta.65

Compare Source

✨ Enhancements

🐛 Bug Fixes

v1.0.0-beta.64

Compare Source

✨ Enhancements

🐛 Bug Fixes

⬆️⬇️ Dependency Updates

pmmmwh/react-refresh-webpack-plugin

v0.5.0-rc.4

Compare Source

v0.5.0-rc.3

Compare Source

preconstruct/preconstruct

v2.1.1

Compare Source

Patch Changes
  • adcca78 Thanks @​mitchellhamilton! - Fixed issues around ERR_PACKAGE_PATH_NOT_EXPORTED errors when resolving the location of dependencies' package.jsons with UMD builds
typescript-eslint/typescript-eslint

v4.29.3

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v4.29.2

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v4.29.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

postcss/autoprefixer

v10.3.2

Compare Source

  • Fixed ::file-selector-button support (by Usman Yunusov).
browserslist/browserslist

v4.16.8

Compare Source

  • Update Firefox ESR.
papandreou/node-cldr

v7.1.1

Compare Source

zloirock/core-js

v3.16.2

Compare Source

  • Added a workaround of a Closure Compiler unsafe optimization, #​972
  • One more fix crashing of Object.create(null) on WSH, #​970
  • Added Deno 1.14 compat data mapping
davidtheclark/cosmiconfig

v7.0.1

Compare Source

  • Fixed: If there was a directory that had the same name as a search place (e.g. "package.json"), we would try to read it as a file, which would cause an exception.
downshift-js/downshift

v6.1.7

Compare Source

Bug Fixes
auth0/express-jwt

v6.1.0

Compare Source

gatsbyjs/gatsby

v3.12.0

Compare Source

Note: Version bump only for package gatsby-transformer-sharp

clarkbw/jest-localstorage-mock

v2.4.17

Compare Source

v2.4.16

Compare Source

v2.4.15

Compare Source

mswjs/msw

v0.35.0

Compare Source

Breaking changes

-worker.on('request:start', listener)
+worker.events.on('request:start', listener)

-server.on('response:mocked', listener)
+server.events.on('response:mocked', listener)

Features

  • Life-cycle events now support .removeListener() and .removeAllListeners() methods (#​868).
// Removes all life-cycle event listeners you've attached to this server instance.
server.events.removeAllListeners()
  • The "error" strategy of the onUnhandledRequest option now throws an exception to halt running tests (#​856).

Bug fixes

  • Fixes an issue where a request handler with parenthesis in the URL wouldn't match an otherwise matching request (#​857).

Security

  • Updates the @mswjs/interceptors package to propagate the xmldom security update (#​876).
kulshekhar/ts-jest

v27.0.5

Compare Source

Bug Fixes
Code Refactoring
vfile/vfile-message

v3.0.2

Compare Source

  • 8e86790 Fix support for node w/o position
webpack/webpack

v5.51.1

Compare Source

Bugfixes

  • library: "module" propages top-level-await correctly
  • fix crash in filesystem snapshotting when trying to snapshot a non-existing directory
  • fix some context-dependent logic in concatenated modules and source url handling

v5.51.0

Compare Source

Bugfixes

  • correctly keep chunk loading state when the chunk loading logic is HMR updated
    • This fixes some edge cases that e. g. occur when using lazy compilation for entrypoints. It is now able to HMR update that instead of needing a manual reload. Also see fixes in webpack-dev-server@4.
  • track and resolve symlinks for filesystem snapshotting
    • This fixes some cases of circular yarn linking of dependencies.
    • It also fixes some problems when using package managers that use symlinks to deduplicate (e. g. cnpm or pnpm)
  • pass the resulting module in the callbacks of Compilation.addModuleChain and Compilation.addModuleTree

v5.50.0

Compare Source

Features

Performance

  • disable cache compression by default as it tend to make performance worse
    • I could still be enabled again for specific scenarios
  • reduce the number of allocations during cache serialization
    • This improves performance and memory usage
webpack/webpack-dev-server

v4.0.0

Compare Source

v4.0.0-rc.1

Compare Source


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 Aug 16, 2021
@vercel
Copy link

vercel bot commented Aug 16, 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/6JuFtiZQBUVPcEzGUykHsC4CMK6h
✅ Preview: https://merchant-center-application-kit-git-renovate-all-commercetools.vercel.app

@changeset-bot
Copy link

changeset-bot bot commented Aug 16, 2021

🦋 Changeset detected

Latest commit: 5ce617d

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

This PR includes changesets to release 27 packages
Name Type
@commercetools-frontend/actions-global Patch
@commercetools-frontend/application-components Patch
@commercetools-frontend/application-config Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/babel-preset-mc-app Patch
@commercetools-frontend/browser-history Patch
@commercetools-frontend/constants Patch
@commercetools-frontend/cypress Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/mc-html-template 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
@commercetools-backend/express Patch
@commercetools-backend/loggers Patch
merchant-center-application-template-starter Patch
playground Patch
@commercetools-local/visual-testing-app Patch
@commercetools-website/custom-applications Patch
@commercetools-website/components-playground 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 August 16, 2021 15:05 Inactive
@vercel vercel bot temporarily deployed to Preview August 16, 2021 17:35 Inactive
@vercel vercel bot temporarily deployed to Preview August 16, 2021 22:16 Inactive
@vercel vercel bot temporarily deployed to Preview August 17, 2021 09:41 Inactive
@vercel vercel bot temporarily deployed to Preview August 17, 2021 14:01 Inactive
@vercel vercel bot temporarily deployed to Preview August 17, 2021 17:51 Inactive
@vercel vercel bot temporarily deployed to Preview August 18, 2021 09:56 Inactive
@vercel vercel bot temporarily deployed to Preview August 18, 2021 16:39 Inactive
@vercel vercel bot temporarily deployed to Preview August 18, 2021 19:33 Inactive
@vercel vercel bot temporarily deployed to Preview August 18, 2021 23:55 Inactive
@vercel vercel bot temporarily deployed to Preview August 19, 2021 07:26 Inactive
@vercel vercel bot temporarily deployed to Preview August 19, 2021 09:53 Inactive
@vercel vercel bot temporarily deployed to Preview August 19, 2021 15:59 Inactive
@vercel vercel bot temporarily deployed to Preview August 19, 2021 17:04 Inactive
@vercel vercel bot temporarily deployed to Preview August 20, 2021 04:19 Inactive
@vercel vercel bot temporarily deployed to Preview August 20, 2021 07:12 Inactive
@vercel vercel bot temporarily deployed to Preview August 20, 2021 09:52 Inactive
@vercel vercel bot temporarily deployed to Preview August 21, 2021 02:42 Inactive
@vercel vercel bot temporarily deployed to Preview August 21, 2021 19:33 Inactive
@vercel vercel bot temporarily deployed to Preview August 21, 2021 23:46 Inactive
@vercel vercel bot temporarily deployed to Preview August 23, 2021 06:12 Inactive
@vercel vercel bot temporarily deployed to Preview August 23, 2021 11:12 Inactive
@vercel vercel bot temporarily deployed to Preview August 23, 2021 18:12 Inactive
@vercel vercel bot temporarily deployed to Preview August 24, 2021 01:35 Inactive
@vercel vercel bot temporarily deployed to Preview August 24, 2021 11:00 Inactive
@tdeekens tdeekens enabled auto-merge (squash) August 24, 2021 11:01
@tdeekens tdeekens disabled auto-merge August 24, 2021 11:20
@tdeekens tdeekens merged commit 91ba091 into main Aug 24, 2021
@tdeekens tdeekens deleted the renovate/all branch August 24, 2021 11:20
@ghost ghost mentioned this pull request Aug 24, 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