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

Merged
merged 3 commits into from
Oct 12, 2021
Merged

chore(deps): update all dependencies #2362

merged 3 commits into from
Oct 12, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.4.13 -> 3.4.16 age adoption passing confidence
@babel/core (source) 7.15.5 -> 7.15.8 age adoption passing confidence
@babel/plugin-transform-runtime (source) 7.15.0 -> 7.15.8 age adoption passing confidence
@babel/preset-env (source) 7.15.6 -> 7.15.8 age adoption passing confidence
@commercetools-docs/gatsby-theme-docs 17.0.7 -> 17.0.8 age adoption passing confidence
@commercetools-docs/ui-kit 17.0.5 -> 17.0.8 age adoption passing confidence
@commercetools-docs/writing-style 3.0.6 -> 3.0.7 age adoption passing confidence
@commitlint/cli 13.1.0 -> 13.2.0 age adoption passing confidence
@commitlint/config-conventional 13.1.0 -> 13.2.0 age adoption passing confidence
@fontsource/open-sans 4.5.0 -> 4.5.1 age adoption passing confidence
@formatjs/cli 4.2.33 -> 4.3.1 age adoption passing confidence
@graphql-codegen/typescript-operations 2.1.4 -> 2.1.6 age adoption passing confidence
@jest/types 27.1.1 -> 27.2.5 age adoption passing confidence
@preconstruct/cli 2.1.4 -> 2.1.5 age adoption passing confidence
@sentry/browser 6.13.2 -> 6.13.3 age adoption passing confidence
@sentry/node 6.13.2 -> 6.13.3 age adoption passing confidence
@testing-library/react 12.1.0 -> 12.1.2 age adoption passing confidence
@types/react 17.0.24 -> 17.0.27 age adoption passing confidence
@types/react-router 5.1.16 -> 5.1.17 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.31.2 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser 4.31.2 -> 4.33.0 age adoption passing confidence
autoprefixer 10.3.5 -> 10.3.7 age adoption passing confidence
babel-jest 27.2.1 -> 27.2.5 age adoption passing confidence
browserslist 4.17.1 -> 4.17.3 age adoption passing confidence
core-js 3.18.0 -> 3.18.2 age adoption passing confidence
css-minimizer-webpack-plugin 3.0.2 -> 3.1.1 age adoption passing confidence
cypress 8.4.1 -> 8.5.0 age adoption passing confidence
gatsby (changelog) 3.14.0 -> 3.14.2 age adoption passing confidence
gatsby-cli 3.14.0 -> 3.14.1 age adoption passing confidence
graphql 15.6.0 -> 15.6.1 age adoption passing confidence
jest (source) 27.2.1 -> 27.2.5 age adoption passing confidence
jest-each 27.2.0 -> 27.2.5 age adoption passing confidence
linkinator 2.14.0 -> 2.14.4 age adoption passing confidence
lint-staged 11.1.2 -> 11.2.0 age adoption passing confidence
node-fetch 2.6.4 -> 2.6.5 age adoption passing confidence
postcss (source) 8.3.7 -> 8.3.9 age adoption passing confidence
postcss-reporter 7.0.2 -> 7.0.3 age adoption passing confidence
react-intl (source) 5.20.10 -> 5.20.12 age adoption passing confidence
webpack 5.53.0 -> 5.58.1 age adoption passing confidence
webpack-dev-server 4.2.1 -> 4.3.1 age adoption passing confidence

Release Notes

apollographql/apollo-client

v3.4.16

Compare Source

Improvements
  • Prevent webpack from misresolving the graphql package as the local @apollo/client/utilities/globals/graphql.js module when module.exports.resolve.preferRelative is enabled in webpack.config.js.

    Note: if you encounter strange module resolution errors like export 'isType' (imported as 'isType') was not found in 'graphql' (possible exports: removeTemporaryGlobals) please try removing preferRelative: true from your webpack.config.js file, or find a way to disable that resolution behavior for packages within node_modules.

    @​benjamn in #​8862

  • Avoid importing isType from the graphql package internally, to prevent bundlers from including as much as 3.4kB of unnecessary code.

    @​benjamn in #​8891

  • Make client.resetStore and client.clearStore pass appropriate discardWatches option to cache.reset.

    @​benjamn in #​8873

v3.4.15

Compare Source

Bug Fixes
  • Require calling cache.reset({ discardWatches: true }) to make cache.reset discard cache.watches, restoring behavior broken in v3.4.14 by #​8826.

    @​benjamn in #​8852

v3.4.14

Compare Source

Bug Fixes
  • Disable InMemoryCache result object canonization by default, to prevent unexpected memory growth and/or reuse of object references, with multiple ways to reenable it (per-cache, per-query, or a mixture of both).

    @​benjamn in #​8822

  • Clear InMemoryCache watches set when cache.reset() called.

    @​benjamn in #​8826

  • Stop excluding observerless queries from refetchQueries: [...] selection.

    @​benjamn in #​8825

  • Prevent optimistic cache evictions from evicting non-optimistic data.

    @​benjamn in #​8829

  • Ensure cache.broadcastWatch passes all relevant WatchOptions to cache.diff as DiffOptions.

    @​benjamn in #​8832

babel/babel

v7.15.8

Compare Source

👓 Spec Compliance
  • babel-helper-module-transforms, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-umd
  • babel-parser
🐛 Bug Fix
💅 Polish
🏠 Internal
🏃‍♀️ Performance
commercetools/commercetools-docs-kit

v17.0.8

Compare Source

Patch Changes
conventional-changelog/commitlint

v13.2.0

Compare Source

Bug Fixes
  • parse: enforce secure version of conventional-commits-parser (#​2776) (a351801)
  • update dependency read-pkg to v7 (#​2721) (7d9a3b1)
  • types: prompt messages key (4825a52)
  • types: prompt messages props optional (0bd0592)
  • types: user config prompt (6d7a1c4)
Features
  • load: add cosmiconfig typescript loader (b65aced)
fontsource/fontsource

v4.5.1

formatjs/formatjs

v4.3.1

Compare Source

v4.3.0

dotansimha/graphql-code-generator

v2.1.6

Compare Source

Patch Changes
  • 5c37b9d: Fix avoidOptional handle of Maybe types

v2.1.5

Compare Source

Patch Changes
  • 25cd11d: correctly inline Maybe types if the preresolveTypes config option is set to true
facebook/jest

v27.2.5

Compare Source

v27.2.4

Compare Source

Features
  • [expect] Add equality checks for Array Buffers in expect.ToStrictEqual() (#​11805)
Fixes
  • [jest-snapshot] Correctly indent inline snapshots (#​11560)

v27.2.3

Compare Source

Features
  • [@jest/fake-timers] Update @sinonjs/fake-timers to v8 (#​11879)
Fixes
  • [jest-config] Parse testEnvironmentOptions if received from CLI (#​11902)
  • [jest-reporters] Call destroy on v8-to-istanbul converters to free memory (#​11896)
preconstruct/preconstruct

v2.1.5

Compare Source

Patch Changes
  • ad15ffa Thanks @​mitchellhamilton! - Fixed resolving typescript package when using Yarn PnP and installing typescript at the root of a project
getsentry/sentry-javascript

v6.13.3

Compare Source

  • feat(nextjs): Add ability for integration tests to use linked @sentry/xxxx packages (#​4019)
  • feat(nextjs): Support distDir Next.js option (#​3990)
  • fix(tracing): Call hasTracingEnabled with correct options when invoking startTransaction (#​4020)
  • ref(browser): Refactor sending client reports w. fetch fallback (#​4008)
  • ref(core): Make getTransport method on client optional (#​4013)
  • ref(ember): Update htmlbars dependency (#​4026)
  • ref(integrations): Minor simplification of ExtraErrorData code (#​4024)
  • ref(react): Rely on error.cause to link ErrorBoundary errors (#​4005)
testing-library/react-testing-library

v12.1.2

Compare Source

Bug Fixes
  • render: Don't reject wrapper types based on statics (#​973) (7f53b56)

v12.1.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint

v4.33.0

Compare Source

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

v4.32.0

Compare Source

Features

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

postcss/autoprefixer

v10.3.7

Compare Source

  • Replaced nanocolors to picocolors.

v10.3.6

Compare Source

  • Updated nanocolors.
  • Reduced package size.
browserslist/browserslist

v4.17.3

Compare Source

  • Use picocolors for color output in --update-db.

v4.17.2

Compare Source

  • Reduced package size.
zloirock/core-js

v3.18.2

Compare Source

  • Early { Array, %TypedArray% }.fromAsync errors moved to the promise, per the latest changes of the spec draft
  • Internal ToInteger(OrInfinity) operation returns +0 for -0 argument, ES2020+ update
  • Fixed theoretical problems with handling bigint in Number constructor wrapper
  • Fixed String.raw with extra arguments
  • Fixed some missed dependencies in entry points
  • Some other minor fixes and improvements
  • Refactoring

v3.18.1

Compare Source

  • Fixed String.prototype.substr feature detection and compat data
  • Removed mistakenly added .forEach from prototypes of some DOM collections where it shouldn't be, #​988, #​987, thanks @​moorejs
  • Added cause to AggregateError constructor implementation (still without adding to the feature detection)
  • Families of .at and .findLast methods marked as supported in Safari TP
  • Added Electron 16.0 compat data mapping
webpack-contrib/css-minimizer-webpack-plugin

v3.1.1

Compare Source

v3.1.0

Compare Source

Features
Bug Fixes
  • source map generation for multiple minify functions (b736099)
3.0.2 (2021-06-25)
Chore
  • update serialize-javascript
3.0.1 (2021-05-31)
Chore
  • update jest-worker
cypress-io/cypress

v8.5.0

Compare Source

Released 09/27/2021

Features:

  • You can now select an option by index within the
    .select() command. Addresses
    #​757.
  • Cypress now captures the repository URL on Drone CI. Addresses
    #​18210.

Bugfixes:

  • The download of Cypress now respects the NO_PROXY environment variable when
    one is set. Fixes
    #​17702.
  • When using a custom config file and setting it up to record to the Dashboard,
    Cypress now writes the projectId in the custom config file instead of
    cypress.json. Fixes
    #​5747.

Misc:

  • Windows 32-bit has been deprecated and support will be removed in a later
    release. A deprecation warning will now display when using Cypress in a
    Windows 32-bit OS. See
    #​17962 for more detail.
    Addresses #​18094.
  • Improved the error messages when an invalid argument type is passed to the .select() command. Addressed in #​18234.
gatsbyjs/gatsby

v3.14.2

Compare Source

v3.14.1

Compare Source

graphql/graphql-js

v15.6.1

Compare Source

v15.6.1 (2021-10-05)
Bug Fix 🐞
Committers: 1
JustinBeckwith/linkinator

v2.14.4

Compare Source

Bug Fixes

v2.14.3

Compare Source

Bug Fixes

v2.14.2

Compare Source

Bug Fixes
  • perf: use request streams to reduce memory usage (#​336) (6e33b39)

v2.14.1

Compare Source

Bug Fixes
okonet/lint-staged

v11.2.0

Compare Source

Features

v11.1.4

Compare Source

v11.1.3

Compare Source

node-fetch/node-fetch

v2.6.5

Compare Source

postcss/postcss

v8.3.9

Compare Source

  • Replaced nanocolors to picocolors.
  • Reduced package size.

v8.3.8

Compare Source

  • Update nanocolors.
postcss/postcss-reporter

v7.0.3

Compare Source

  • Replaced colorette with nanocolors.
webpack/webpack

v5.58.1

Compare Source

Bugfixes

  • fix .webpack[] suffix to not execute rules
  • revert performance optimization that has too large memory usage in large builds

v5.58.0

Compare Source

Features

  • add hook for readResource
  • add diagnostics_channel to node builtins

Performance

  • improve chunk graph creation performance
    • add cacheUnaffected cache support
  • remove some caching that makes not difference
  • improve splitChunks performance
  • improve chunk conditions performance

v5.57.1

Compare Source

Bugfix

  • fix experiments.cacheUnaffected which broke by last release

[v5.57.0](https://github.com/webpack/webpack/


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 Sep 27, 2021
@vercel
Copy link

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

@changeset-bot
Copy link

changeset-bot bot commented Sep 27, 2021

🦋 Changeset detected

Latest commit: 5b3d2f0

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

This PR includes changesets to release 23 packages
Name Type
merchant-center-application-template-starter Patch
@commercetools-backend/loggers Patch
@commercetools-frontend/application-components Patch
@commercetools-frontend/application-config Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-frontend/babel-preset-mc-app Patch
@commercetools-frontend/cypress 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-html-template Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/react-notifications Patch
@commercetools-frontend/sdk 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/permissions Patch
@commercetools-frontend/actions-global 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 September 27, 2021 05:52 Inactive
@vercel vercel bot temporarily deployed to Preview September 27, 2021 13:57 Inactive
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Sep 27, 2021
@vercel vercel bot temporarily deployed to Preview September 27, 2021 14:57 Inactive
@vercel vercel bot temporarily deployed to Preview September 27, 2021 17:40 Inactive
@vercel vercel bot temporarily deployed to Preview September 27, 2021 20:45 Inactive
@vercel vercel bot temporarily deployed to Preview September 27, 2021 22:58 Inactive
@vercel vercel bot temporarily deployed to Preview September 28, 2021 03:12 Inactive
@vercel vercel bot temporarily deployed to Preview September 28, 2021 11:37 Inactive
@vercel vercel bot temporarily deployed to Preview September 28, 2021 13:46 Inactive
@vercel vercel bot temporarily deployed to Preview September 28, 2021 18:11 Inactive
@vercel vercel bot temporarily deployed to Preview September 29, 2021 09:57 Inactive
@vercel vercel bot temporarily deployed to Preview September 29, 2021 16:02 Inactive
@vercel vercel bot temporarily deployed to Preview September 29, 2021 17:59 Inactive
@vercel vercel bot temporarily deployed to Preview October 5, 2021 18:01 Inactive
@vercel vercel bot temporarily deployed to Preview October 5, 2021 19:19 Inactive
@vercel vercel bot temporarily deployed to Preview October 5, 2021 22:01 Inactive
@vercel vercel bot temporarily deployed to Preview October 5, 2021 23:46 Inactive
@vercel vercel bot temporarily deployed to Preview October 6, 2021 13:57 Inactive
@vercel vercel bot temporarily deployed to Preview October 6, 2021 16:21 Inactive
@vercel vercel bot temporarily deployed to Preview October 6, 2021 21:56 Inactive
@vercel vercel bot temporarily deployed to Preview October 7, 2021 17:44 Inactive
@vercel vercel bot temporarily deployed to Preview October 8, 2021 02:46 Inactive
@vercel vercel bot temporarily deployed to Preview October 8, 2021 13:59 Inactive
@vercel vercel bot temporarily deployed to Preview October 8, 2021 14:50 Inactive
@vercel vercel bot temporarily deployed to Preview October 12, 2021 13:00 Inactive
@emmenko emmenko merged commit f6b3ae0 into main Oct 12, 2021
@emmenko emmenko deleted the renovate/all branch October 12, 2021 15:43
@ghost ghost mentioned this pull request Oct 12, 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