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

Merged
merged 3 commits into from
Apr 27, 2023
Merged

chore(deps): update all dependencies #3033

merged 3 commits into from
Apr 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.7.10 -> 3.7.12 age adoption passing confidence devDependencies patch
@apollo/client (source) 3.7.10 -> 3.7.12 age adoption passing confidence dependencies patch
@changesets/cli (source) 2.26.0 -> 2.26.1 age adoption passing confidence dependencies patch
@commercetools-docs/gatsby-theme-docs (source) 21.1.2 -> 21.3.2 age adoption passing confidence dependencies minor
@commercetools-docs/ui-kit (source) 21.1.0 -> 21.3.1 age adoption passing confidence dependencies minor
@commercetools-docs/writing-style (source) 3.3.3 -> 3.3.4 age adoption passing confidence dependencies patch
@commitlint/cli (source) 17.4.4 -> 17.6.1 age adoption passing confidence dependencies minor
@commitlint/config-conventional (source) 17.4.4 -> 17.6.1 age adoption passing confidence dependencies minor
@formatjs/cli 6.0.4 -> 6.1.0 age adoption passing confidence devDependencies minor
@formatjs/cli 6.0.4 -> 6.1.0 age adoption passing confidence dependencies minor
@formatjs/icu-messageformat-parser 2.3.0 -> 2.3.1 age adoption passing confidence dependencies patch
@percy/cli 1.21.0 -> 1.24.0 age adoption passing confidence dependencies minor
@preconstruct/cli (source) 2.3.0 -> 2.5.0 age adoption passing confidence dependencies minor
@reduxjs/toolkit (source) 1.9.3 -> 1.9.5 age adoption passing confidence dependencies patch
@sentry/node (source) 7.43.0 -> 7.49.0 age adoption passing confidence dependencies minor
@sentry/react (source) 7.43.0 -> 7.49.0 age adoption passing confidence dependencies minor
@sentry/tracing (source) 7.43.0 -> 7.49.0 age adoption passing confidence dependencies minor
@types/node-fetch (source) 2.6.2 -> 2.6.3 age adoption passing confidence dependencies patch
@types/node-fetch (source) 2.6.2 -> 2.6.3 age adoption passing confidence devDependencies patch
@types/react (source) 17.0.53 -> 17.0.58 age adoption passing confidence resolutions patch
@types/react-dom (source) 17.0.19 -> 17.0.20 age adoption passing confidence resolutions patch
cldr 7.3.0 -> 7.4.0 age adoption passing confidence devDependencies minor
dotansimha/changesets-action v1.3.3 -> v1.4.0 age adoption passing confidence action minor
eslint (source) 8.36.0 -> 8.39.0 age adoption passing confidence devDependencies minor
eslint (source) 8.36.0 -> 8.39.0 age adoption passing confidence dependencies minor
gatsby (source, changelog) 5.7.0 -> 5.9.0 age adoption passing confidence dependencies minor
gatsby-cli (source) 5.7.0 -> 5.9.0 age adoption passing confidence dependencies minor
html-webpack-plugin 5.5.0 -> 5.5.1 age adoption passing confidence dependencies patch
html-webpack-plugin 5.5.0 -> 5.5.1 age adoption passing confidence devDependencies patch
node 16.19 -> 16.20 age adoption passing confidence minor
postcss (source) 8.4.21 -> 8.4.23 age adoption passing confidence dependencies patch
postcss (source) 8.4.21 -> 8.4.23 age adoption passing confidence devDependencies patch
prettier (source) 2.8.4 -> 2.8.8 age adoption passing confidence devDependencies patch
prettier (source) 2.8.4 -> 2.8.8 age adoption passing confidence dependencies patch
puppeteer (source) 19.8.3 -> 19.11.1 age adoption passing confidence dependencies minor
react-select (source) 5.7.0 -> 5.7.2 age adoption passing confidence dependencies patch
reselect 4.1.7 -> 4.1.8 age adoption passing confidence dependencies patch
semver 7.3.8 -> 7.5.0 age adoption passing confidence dependencies minor
webpack 5.76.2 -> 5.80.0 age adoption passing confidence dependencies minor
webpack-dev-server 4.12.0 -> 4.13.3 age adoption passing confidence dependencies minor

Release Notes

apollographql/apollo-client

v3.7.12

Compare Source

Patch Changes

v3.7.11

Compare Source

Patch Changes
  • #​10586 4175af594 Thanks @​alessbell! - Improve WebSocket error handling for generic Event received on error. For more information see https://developer.mozilla.org/en-US/docs/Web/API/WebSocket/error_event.

  • #​10411 152baac34 Thanks @​lovasoa! - Simplify error message generation and make 'undefined' an impossible message string.

  • #​10592 cdb98ae08 Thanks @​alessbell! - Adds support for multipart subscriptions in HttpLink.

  • #​10698 38508a251 Thanks @​jerelmiller! - Changes the behavior of useLazyQuery introduced in #​10427 where unmounting a component before a query was resolved would reject the promise with an abort error. Instead, the promise will now resolve naturally with the result from the request.

    Other notable fixes:

    • Kicking off multiple requests in parallel with the execution function will now ensure each returned promise is resolved with the data from its request. Previously, each promise was resolved with data from the last execution.
    • Re-rendering useLazyQuery with a different query document will now ensure the execution function uses the updated query document. Previously, only the query document rendered the first time would be used for the request.
  • #​10660 364bee98f Thanks @​alessbell! - Upgrades TypeScript to v5. This change is fully backward-compatible and transparent to users.

  • #​10597 8fb9d190d Thanks @​phryneas! - Fix a bug where an incoming cache update could prevent future updates from the active link.

  • #​10629 02605bb3c Thanks @​phryneas! - useQuery: delay unsubscribe to fix race conditions

changesets/changesets

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.
commercetools/commercetools-docs-kit (@​commercetools-docs/gatsby-theme-docs)

v21.3.2

Compare Source

Patch Changes

v21.3.1

Compare Source

Patch Changes

v21.3.0

Compare Source

Minor Changes
Patch Changes

v21.2.0

Compare Source

Minor Changes

v21.1.4

Compare Source

Patch Changes

v21.1.3

Compare Source

Patch Changes
commercetools/commercetools-docs-kit (@​commercetools-docs/ui-kit)

v21.3.1

Compare Source

Patch Changes

v21.3.0

Compare Source

Patch Changes

v21.1.4

Compare Source

Patch Changes

v21.1.3

Compare Source

Patch Changes
commercetools/commercetools-docs-kit (@​commercetools-docs/writing-style)

v3.3.4

Compare Source

Patch Changes
conventional-changelog/commitlint (@​commitlint/cli)

v17.6.1

Compare Source

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

v17.6.0

Compare Source

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

17.5.1 (2023-03-28)

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

v17.5.1

Compare Source

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

v17.5.0

Compare Source

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

17.4.4 (2023-02-17)

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

17.4.3 (2023-02-13)

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

17.4.2 (2023-01-12)

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

17.4.1 (2023-01-09)

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

conventional-changelog/commitlint (@​commitlint/config-conventional)

v17.6.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v17.6.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

17.4.4 (2023-02-17)

Note: Version bump only for package @​commitlint/config-conventional

17.4.3 (2023-02-13)

Note: Version bump only for package @​commitlint/config-conventional

17.4.2 (2023-01-12)

Note: Version bump only for package @​commitlint/config-conventional

formatjs/formatjs (@​formatjs/cli)

v6.1.0

Compare Source

Features
formatjs/formatjs (@​formatjs/icu-messageformat-parser)

v2.3.1

Compare Source

Bug Fixes
percy/cli

v1.24.0

Compare Source

What's Changed

✨ Enhancements
🏗 Maintenance
⬆️⬇️ Dependency Updates

Full Changelog: percy/cli@v1.23.0...v1.24.0

v1.23.0

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes

Full Changelog: percy/cli@v1.22.0...v1.23.0

v1.22.0

Compare Source

What's Changed

✨ Enhancements
🐛 Bug Fixes
🏗 Maintenance
⬆️⬇️ Dependency Updates

Full Changelog: percy/cli@v1.21.0...v1.22.0

preconstruct/preconstruct

v2.5.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the 🤖 Type: Dependencies Dependency updates or something similar label Apr 10, 2023
@changeset-bot
Copy link

changeset-bot bot commented Apr 10, 2023

🦋 Changeset detected

Latest commit: 969d536

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

This PR includes changesets to release 35 packages
Name Type
@commercetools-applications/merchant-center-template-starter-typescript Patch
@commercetools-frontend/application-shell-connectors Patch
@commercetools-backend/eslint-config-node Patch
@commercetools-frontend/jest-stylelint-runner Patch
@commercetools-applications/merchant-center-template-starter Patch
@commercetools-frontend/eslint-config-mc-app Patch
@commercetools-frontend/react-notifications Patch
@commercetools-frontend/application-shell Patch
@commercetools-frontend/mc-html-template Patch
@commercetools-backend/loggers Patch
@commercetools-frontend/create-mc-app Patch
@commercetools-frontend/mc-scripts Patch
@commercetools-frontend/codemod Patch
@commercetools-frontend/cypress Patch
@commercetools-frontend/sentry Patch
@commercetools-frontend/i18n Patch
@commercetools-frontend/l10n Patch
@commercetools-frontend/sdk Patch
@commercetools-local/playground Patch
@commercetools-website/custom-applications Patch
@commercetools-frontend/application-components Patch
@commercetools-frontend/permissions Patch
@commercetools-local/visual-testing-app Patch
@commercetools-frontend/actions-global Patch
@commercetools-website/components-playground Patch
@commercetools-backend/express Patch
@commercetools-frontend/application-config Patch
@commercetools-frontend/assets Patch
@commercetools-frontend/babel-preset-mc-app Patch
@commercetools-frontend/browser-history Patch
@commercetools-frontend/constants Patch
@commercetools-frontend/jest-preset-mc-app Patch
@commercetools-frontend/mc-dev-authentication Patch
@commercetools-frontend/notifications Patch
@commercetools-frontend/url-utils 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

@github-actions
Copy link
Contributor

github-actions bot commented Apr 10, 2023

Deploy preview for merchant-center-application-kit ready!

✅ Preview
https://merchant-center-application-9udxduixp-commercetools.vercel.app
https://appkit-sha-818bfbfd6e40247700838aaa3601a4d49ba05fae.commercetools.vercel.app
https://appkit-pr-3033.commercetools.vercel.app

Built with commit 969d536.
This pull request is being automatically deployed with vercel-action

@renovate
Copy link
Contributor Author

renovate bot commented Apr 26, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@emmenko emmenko merged commit 6629d84 into main Apr 27, 2023
@emmenko emmenko deleted the renovate/all branch April 27, 2023 09:12
emmenko added a commit that referenced this pull request Apr 27, 2023
* chore(deps): update all dependencies

* chore: downgrade types react

* docs: add changeset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicola Molinari <nicola.molinari@commercetools.com>
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.

1 participant