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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@apollo/client (source) 3.12.3 -> 3.12.5 age adoption passing confidence dependencies patch
@mui/icons-material (source) 6.2.1 -> 6.3.1 age adoption passing confidence dependencies minor
@mui/material (source) 6.2.1 -> 6.3.1 age adoption passing confidence dependencies minor
@mui/system (source) 6.2.1 -> 6.3.1 age adoption passing confidence dependencies minor
@mui/x-date-pickers (source) 7.23.2 -> 7.23.6 age adoption passing confidence dependencies patch
@sentry/react (source) 8.47.0 -> 8.48.0 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.62.8 -> 5.64.1 age adoption passing confidence dependencies minor
@types/lodash (source) 4.17.13 -> 4.17.14 age adoption passing confidence devDependencies patch
@types/react (source) 18.3.17 -> 18.3.18 age adoption passing confidence devDependencies patch
eslint-plugin-react-refresh 0.4.16 -> 0.4.18 age adoption passing confidence devDependencies patch
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence devDependencies minor
node (source) 22.12.0 -> 22.13.0 age adoption passing confidence minor
pnpm (source) 8.15.1 -> 8.15.9 age adoption passing confidence packageManager patch
pnpm (source) 8.15.1 -> 8.15.9 age adoption passing confidence patch
react-chartjs-2 5.2.0 -> 5.3.0 age adoption passing confidence dependencies minor
react-hook-form (source) 7.54.1 -> 7.54.2 age adoption passing confidence dependencies patch
react-intersection-observer 9.14.0 -> 9.14.1 age adoption passing confidence dependencies patch
react-number-format (source) 5.4.2 -> 5.4.3 age adoption passing confidence dependencies patch
react-router-dom (source) 7.0.2 -> 7.1.1 age adoption passing confidence dependencies minor
rimosafe-plugin-wallet-adapter ^0.0.1 -> ^0.0.4 age adoption passing confidence dependencies patch
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
vite (source) 6.0.3 -> 6.0.7 age adoption passing confidence devDependencies patch

Release Notes

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

v3.12.5

Compare Source

Patch Changes
  • #​12252 cb9cd4e Thanks @​jerelmiller! - Changes the default behavior of the MaybeMasked type to preserve types unless otherwise specified. This change makes it easier to upgrade from older versions of the client where types could have unexpectedly changed in the application due to the default of trying to unwrap types into unmasked types. This change also fixes the compilation performance regression experienced when simply upgrading the client since types are now preserved by default.

    A new mode option has now been introduced to allow for the old behavior. See the next section on migrating if you wish to maintain the old default behavior after upgrading to this version.

Migrating from <= v3.12.4

If you've adopted data masking and have opted in to using masked types by setting the enabled property to true, you can remove this configuration entirely:

-declare module "@&#8203;apollo/client" {
-  interface DataMasking {
-    mode: "unmask"
-  }
-}

If you prefer to specify the behavior explicitly, change the property from enabled: true, to mode: "preserveTypes":

declare module "@&#8203;apollo/client" {
  interface DataMasking {
-    enabled: true
+    mode: "preserveTypes"
  }
}

If you rely on the default behavior in 3.12.4 or below and would like to continue to use unmasked types by default, set the mode to unmask:

declare module "@&#8203;apollo/client" {
  interface DataMasking {
    mode: "unmask";
  }
}

v3.12.4

Compare Source

Patch Changes
  • #​12236 4334d30 Thanks @​charpeni! - Fix an issue with refetchQueries where comparing DocumentNodes internally by references could lead to an unknown query, even though the DocumentNode was indeed an active query—with a different reference.
mui/material-ui (@​mui/icons-material)

v6.3.1

Compare Source

Jan 3, 2025

A big thanks to the 8 contributors who made this release possible.

@mui/material@6.3.1
Docs
Core

All contributors of this release in alphabetical order: @​adityaparab, @​DiegoAndai, @​komkanit, @​oliviertassinari, @​sai6855, @​siddhantantil39, @​yash49, @​ZeeshanTamboli

v6.3.0

Compare Source

Dec 23, 2024

A big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • Fix invalid HTML structure in the Accordion component (#​44408) @​ZeeshanTamboli
    The HTML elements of the Accordion summary have been updated:
    • the root element is now button (previously div).
    • summary content and the icon wrapper are now span (previously div).
      This will only impact you if you used the HTML element as selectors in your styles.
@mui/material@6.3.0
@mui/system@6.3.0
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alelthomas, @​DiegoAndai, @​Janpot, @​lewxdev, @​LukasTy, @​romgrk, @​sai6855, @​siriwatknp, @​yash49, @​ZeeshanTamboli

mui/mui-x (@​mui/x-date-pickers)

v7.23.6

Compare Source

We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Add Chinese (Taiwan) (zh-TW) locale on the Date and Time Pickers
  • 🌍 Improve Norwegian (nb-NO) locale on the Date and Time Pickers
  • 🌍 Improve Dutch (nl-NL) locale on the Data Grid
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@​josteinjhauge, @​derek-0000, @​nusr, @​k-rajat19, @​tomashauser.
Following are all team members who have contributed to this release:
@​flaviendelangle, @​LukasTy, @​MBilalShafi, @​arminmeh, @​oliviertassinari, @​cherniavskii.

Data Grid
@mui/x-data-grid@7.23.6
@mui/x-data-grid-pro@7.23.6 pro

Same changes as in @mui/x-data-grid@7.23.6.

@mui/x-data-grid-premium@7.23.6 premium

Same changes as in @mui/x-data-grid-pro@7.23.6.

Date and Time Pickers
@mui/x-date-pickers@7.23.6
@mui/x-date-pickers-pro@7.23.6 pro

Same changes as in @mui/x-date-pickers@7.23.6.

Charts
@mui/x-charts@7.23.6
@mui/x-charts-pro@7.23.6 pro

Same changes as in @mui/x-charts@7.23.6.

Tree View
@mui/x-tree-view@7.23.6
@mui/x-tree-view-pro@7.23.6 pro

Same changes as in @mui/x-tree-view@7.23.6.

Docs
Core

v7.23.3

Compare Source

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Improve Korean (ko-KR) locale on the Data Grid
  • 🐞 Bugfixes

Special thanks go out to the community contributors who have helped make this release possible:
@​k-rajat19, @​good-jinu.
Following are all team members who have contributed to this release:
@​KenanYusuf, @​MBilalShafi, @​arminmeh, @​flaviendelangle.

Data Grid
@mui/x-data-grid@7.23.3
@mui/x-data-grid-pro@7.23.3 pro

Same changes as in @mui/x-data-grid@7.23.3.

@mui/x-data-grid-premium@7.23.3 premium

Same changes as in @mui/x-data-grid-pro@7.23.3.

Date and Time Pickers
@mui/x-date-pickers@7.23.3
@mui/x-date-pickers-pro@7.23.3 pro

Same changes as in @mui/x-date-pickers@7.23.3.

getsentry/sentry-javascript (@​sentry/react)

v8.48.0

Compare Source

Deprecations
  • feat(v8/core): Deprecate getDomElement method (#​14799)

    Deprecates getDomElement. There is no replacement.

Other changes
  • fix(nestjs/v8): Use correct main/module path in package.json (#​14791)
  • fix(v8/core): Use consistent continueTrace implementation in core (#​14819)
  • fix(v8/node): Correctly resolve debug IDs for ANR events with custom appRoot (#​14823)
  • fix(v8/node): Ensure NODE_OPTIONS is not passed to worker threads (#​14825)
  • fix(v8/angular): Fall back to element tagName when name is not provided to TraceDirective (#​14828)
  • fix(aws-lambda): Remove version suffix from lambda layer (#​14843)
  • fix(v8/node): Ensure express requests are properly handled (#​14851)
  • feat(v8/node): Add openTelemetrySpanProcessors option (#​14853)
  • fix(v8/react): Use Set as the allRoutes container. (#​14878) (#​14884)
  • fix(v8/react): Improve handling of routes nested under path="/" (#​14897)
  • feat(v8/core): Add normalizedRequest to samplingContext (#​14903)
  • fix(v8/feedback): Avoid lazy loading code for syncFeedbackIntegration (#​14918)

Work in this release was contributed by @​arturovt. Thank you for your contribution!

Bundle size 📦
Path Size
@​sentry/browser 23.29 KB
@​sentry/browser - with treeshaking flags 21.96 KB
@​sentry/browser (incl. Tracing) 35.85 KB
@​sentry/browser (incl. Tracing, Replay) 73.09 KB
@​sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.48 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) 77.4 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) 89.34 KB
@​sentry/browser (incl. Feedback) 39.5 KB
@​sentry/browser (incl. sendFeedback) 27.89 KB
@​sentry/browser (incl. FeedbackAsync) 32.69 KB
@​sentry/react 25.96 KB
@​sentry/react (incl. Tracing) 38.66 KB
@​sentry/vue 27.56 KB
@​sentry/vue (incl. Tracing) 37.69 KB
@​sentry/svelte 23.45 KB
CDN Bundle 24.49 KB
CDN Bundle (incl. Tracing) 37.56 KB
CDN Bundle (incl. Tracing, Replay) 72.75 KB
CDN Bundle (incl. Tracing, Replay, Feedback) 78.11 KB
CDN Bundle - uncompressed 71.93 KB
CDN Bundle (incl. Tracing) - uncompressed 111.42 KB
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.5 KB
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.6 KB
@​sentry/nextjs (client) 38.92 KB
@​sentry/sveltekit (client) 36.36 KB
@​sentry/node 162.8 KB
@​sentry/node - without tracing 98.94 KB
@​sentry/aws-serverless 126.63 KB
TanStack/query (@​tanstack/react-query)

v5.64.1

Compare Source

Version 5.64.1 - 1/13/25, 1:23 PM

Changes

Fix

Packages

v5.64.0

Compare Source

v5.63.0

Compare Source

Version 5.63.0 - 1/8/25, 2:21 PM

Changes

Feat
  • react-query: allow useQuery and useQueries to unsubscribe from the query cache with an option (#​8348) (e2bc216) by Dominik Dorfmeister

Packages

v5.62.16

Version 5.62.16 - 1/6/25, 7:15 PM (Manual Release)

Changes

Fix
  • QueriesObserver: include default options on duplicate query, queryHash check (#​8432) (e664d22) by nick-avi-say
  • vue-query: ensure queryKey match the current value of ref used inside (#​8443) (3104854) by @​Mini-ghost
  • react-query: eslint-plugin-query now working with vanilla js (#​8322) (f6757a6) by Ifeanyi Aladi
  • eslint-plugin-query: export Plugin interface (#​8392) (9a0ca9b) by Tomáš Vojtášek
Test
  • add a test to ensure new meta gets accepted by fetchQuery (d08d115) by Dominik Dorfmeister

Packages

v5.62.14

Compare Source

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

Packages

v5.62.12

Compare Source

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf
  • query-core: Improve mutationCache implementation performance (#​8496) (19b95c4) by Dominik Dorfmeister
Docs

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

Copy link

netlify bot commented Nov 5, 2024

Deploy Preview for aptos-explorer ready!

Name Link
🔨 Latest commit 1df80d3
🔍 Latest deploy log https://app.netlify.com/sites/aptos-explorer/deploys/67854574b2c1d900096e6162
😎 Deploy Preview https://deploy-preview-901--aptos-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from e4489dc to 3ccdbfa Compare November 12, 2024 16:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 3e80311 to e0784e3 Compare November 20, 2024 15:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bed3ce7 to 49890b9 Compare November 25, 2024 14:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 0909a99 to 788bb98 Compare December 26, 2024 04:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a3251af to 5a440bc Compare January 3, 2025 16:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 28a912c to 945a2d4 Compare January 7, 2025 01:20
@renovate renovate bot changed the title Update all non-major dependencies fix(deps): update all non-major dependencies Jan 7, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9304c76 to faaeac9 Compare January 11, 2025 22:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from faaeac9 to 1df80d3 Compare January 13, 2025 16:55
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.

0 participants