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 non-major dependencies #1637

Merged
merged 2 commits into from
Jun 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/server (source) ^4.10.2 -> ^4.10.4 age adoption passing confidence
@babel/cli (source) ^7.24.1 -> ^7.24.7 age adoption passing confidence
@babel/code-frame (source) ^8.0.0-alpha.7 -> ^8.0.0-alpha.10 age adoption passing confidence
@babel/core (source) ^7.24.3 -> ^7.24.7 age adoption passing confidence
@babel/eslint-parser (source) ^7.24.1 -> ^7.24.7 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.24.3 -> ^7.24.7 age adoption passing confidence
@babel/preset-env (source) ^7.24.3 -> ^7.24.7 age adoption passing confidence
@babel/preset-react (source) ^7.24.1 -> ^7.24.7 age adoption passing confidence
@babel/preset-typescript (source) ^7.24.1 -> ^7.24.7 age adoption passing confidence
@babel/register (source) ^7.23.7 -> ^7.24.6 age adoption passing confidence
@babel/runtime (source) ^7.24.1 -> ^7.24.7 age adoption passing confidence
@changesets/cli (source) ^2.27.1 -> ^2.27.5 age adoption passing confidence
@chromatic-com/storybook 1.2.25 -> 1.5.0 age adoption passing confidence
@emotion/styled (source) ^11.11.0 -> ^11.11.5 age adoption passing confidence
@nrwl/nx-cloud ^18.0.0 -> ^18.0.1 age adoption passing confidence
@storybook/addon-essentials (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-interactions (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-links (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-onboarding (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/addon-webpack5-compiler-swc 1.0.2 -> 1.0.3 age adoption passing confidence
@storybook/blocks (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/react (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@storybook/test (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
@testing-library/jest-dom ^6.4.2 -> ^6.4.5 age adoption passing confidence
@testing-library/react ^14.2.2 -> ^14.3.1 age adoption passing confidence
@types/chrome (source) ^0.0.263 -> ^0.0.268 age adoption passing confidence
@types/lodash (source) ^4.17.0 -> ^4.17.4 age adoption passing confidence
@types/node (source) ^20.11.30 -> ^20.14.2 age adoption passing confidence
@types/ramda (source) ^0.29.11 -> ^0.30.0 age adoption passing confidence
@types/react (source) ^18.2.72 -> ^18.3.3 age adoption passing confidence
@types/react-dom (source) ^18.2.22 -> ^18.3.0 age adoption passing confidence
@types/react-test-renderer (source) ^18.0.7 -> ^18.3.0 age adoption passing confidence
@types/source-map 0.5.2 -> 0.5.7 age adoption passing confidence
@types/webpack-env (source) ^1.18.4 -> ^1.18.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.4.0 -> ^7.12.0 age adoption passing confidence
@typescript-eslint/parser (source) ^7.4.0 -> ^7.12.0 age adoption passing confidence
css-loader ^6.10.0 -> ^6.11.0 age adoption passing confidence
electron ^27.3.7 -> ^27.3.11 age adoption passing confidence
esbuild ^0.20.2 -> ^0.21.4 age adoption passing confidence
eslint-plugin-react ^7.34.1 -> ^7.34.2 age adoption passing confidence
eslint-plugin-react-hooks (source) ^4.6.0 -> ^4.6.2 age adoption passing confidence
framer-motion ^11.0.22 -> ^11.2.10 age adoption passing confidence
immutable (source) ^4.3.5 -> ^4.3.6 age adoption passing confidence
nanoid ^5.0.6 -> ^5.0.7 age adoption passing confidence
nx (source) ^18.1.3 -> ^18.3.5 age adoption passing confidence
pnpm (source) 8.15.5 -> 8.15.8 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.1 age adoption passing confidence
ramda (source) ^0.29.1 -> ^0.30.1 age adoption passing confidence
react (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-dom (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-icons ^5.0.1 -> ^5.2.1 age adoption passing confidence
react-is (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
react-router-dom (source) ^6.22.3 -> ^6.23.1 age adoption passing confidence
react-test-renderer (source) ^18.2.0 -> ^18.3.1 age adoption passing confidence
rimraf ^5.0.5 -> ^5.0.7 age adoption passing confidence
selenium-webdriver (source) ^4.18.1 -> ^4.21.0 age adoption passing confidence
semver ^7.6.0 -> ^7.6.2 age adoption passing confidence
socketcluster-client (source) ^19.1.0 -> ^19.2.1 age adoption passing confidence
socketcluster-server ^19.0.1 -> ^19.1.0 age adoption passing confidence
storybook (source) ^8.0.5 -> ^8.1.6 age adoption passing confidence
stylelint (source) ^16.3.1 -> ^16.6.1 age adoption passing confidence
ts-jest (source) ^29.1.2 -> ^29.1.4 age adoption passing confidence

Release Notes

apollographql/apollo-server (@​apollo/server)

v4.10.4

Compare Source

Patch Changes
  • #​7871 18a3827 Thanks @​tninesling! - Subscription heartbeats are initialized prior to awaiting subscribe(). This allows long-running setup to happen in the returned Promise without the subscription being terminated prior to resolution.

v4.10.3

Compare Source

Patch Changes
  • #​7866 5f335a5 Thanks @​tninesling! - Catch errors thrown by subscription generators, and gracefully clean up the subscription instead of crashing.
babel/babel (@​babel/cli)

v7.24.7

Compare Source

🐛 Bug Fix
🏠 Internal
  • babel-helpers, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime

v7.24.6

Compare Source

🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs3
  • babel-parser, babel-plugin-transform-typescript
🏠 Internal
  • babel-core, babel-helpers, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers
  • babel-cli, babel-helpers, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-parser, babel-traverse
  • Other

v7.24.5

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-classes, babel-traverse
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3

Copy link

changeset-bot bot commented Mar 26, 2024

⚠️ No Changeset found

Latest commit: be6027e

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1353668 to c6fb7bc Compare March 27, 2024 11:47
@renovate renovate bot changed the title chore(deps): update dependency @types/source-map to v0.5.7 chore(deps): update all non-major dependencies Mar 27, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 64a59e4 to f42aaa8 Compare March 29, 2024 20:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 29, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 27b10c5 to b74c531 Compare April 2, 2024 13:18
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Apr 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 10be22e to ea35c9b Compare April 4, 2024 14:00
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from cfb3e29 to 2c20253 Compare May 31, 2024 09:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 93a89c8 to 7f8800b Compare June 5, 2024 14:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f8800b to 28e82ea Compare June 6, 2024 01:31
@Methuselah96 Methuselah96 enabled auto-merge (squash) June 7, 2024 01:13
Copy link
Contributor Author

renovate bot commented Jun 7, 2024

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.

@Methuselah96 Methuselah96 merged commit 911b063 into main Jun 7, 2024
1 check passed
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch June 7, 2024 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant