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 (minor) #492

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.700.0 -> 3.717.0 age adoption passing confidence
@prosemirror-adapter/react (source) 0.2.6 -> 0.4.0 age adoption passing confidence
@shikijs/transformers (source) 1.23.1 -> 1.24.4 age adoption passing confidence
@tanstack/query-async-storage-persister (source) 5.60.6 -> 5.62.9 age adoption passing confidence
@tanstack/react-query (source) 5.61.5 -> 5.62.11 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.61.5 -> 5.62.11 age adoption passing confidence
@tanstack/react-query-persist-client (source) 5.61.5 -> 5.62.11 age adoption passing confidence
@types/node (source) 22.9.4 -> 22.10.2 age adoption passing confidence
eslint (source) 9.15.0 -> 9.17.0 age adoption passing confidence
jotai 2.10.4 -> 2.11.0 age adoption passing confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence
motion 11.11.17 -> 11.15.0 age adoption passing confidence
openai 4.72.0 -> 4.77.0 age adoption passing confidence
pnpm (source) 9.13.2 -> 9.15.2 age adoption passing confidence
qrcode.react (source) 4.1.0 -> 4.2.0 age adoption passing confidence
react-intersection-observer 9.13.1 -> 9.14.1 age adoption passing confidence
react-responsive-masonry 2.4.1 -> 2.6.0 age adoption passing confidence
react-router-dom (source) 7.0.2 -> 7.1.1 age adoption passing confidence
remove-markdown 0.5.5 -> 0.6.0 age adoption passing confidence
shiki (source) 1.23.1 -> 1.24.4 age adoption passing confidence
tailwind-merge 2.5.5 -> 2.6.0 age adoption passing confidence
zx (source) 8.2.4 -> 8.3.0 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.717.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.716.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.715.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.714.0

Compare Source

Features

v3.713.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.712.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.709.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.705.0

Compare Source

Features
  • client-s3: Amazon S3 Metadata stores object metadata in read-only, fully managed Apache Iceberg metadata tables that you can query. You can create metadata table configurations for S3 general purpose buckets. (b6368e5)

v3.703.0

Compare Source

Features
  • client-s3: Amazon S3 introduces support for AWS Dedicated Local Zones (a4b4303)

v3.701.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

Saul-Mirone/prosemirror-adapter (@​prosemirror-adapter/react)

v0.4.0

Compare Source

Minor Changes
Patch Changes
shikijs/shiki (@​shikijs/transformers)

v1.24.4

Compare Source

   🚀 Features
    View changes on GitHub

v1.24.3

Compare Source

   🚀 Features
    View changes on GitHub

v1.24.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.24.1

Compare Source

   🚀 Features
    View changes on GitHub

v1.24.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
TanStack/query (@​tanstack/query-async-storage-persister)

v5.62.9

Compare Source

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix
Chore
Docs

Packages

v5.62.8

Compare Source

Version 5.62.8 - 12/17/24, 5:11 PM

Changes

Fix
  • types: fix issues with queryOptions factory method types (#​8394) (4989399) by Nick Lucas
Chore
  • deps: use stable @types/react version (#​8437) (94e2c77) by Lachlan Collins
Docs
  • use correct broadcastChannel default value and type name (#​8436) (4521a04) by Alex Liu

Packages

v5.62.7

Compare Source

Version 5.62.7 - 12/10/24, 7:04 PM

Changes

Fix
  • query-core: respect initialData for queryClient.ensureQueryData (#​8425) (465906a) by Dominik Dorfmeister
Chore

Packages

v5.62.3

Compare Source

Version 5.62.3 - 12/6/24, 3:33 PM

Changes

Fix
  • allow passing enabled:true when skipToken is present (#​8407) (32d7189) by Dominik Dorfmeister
Docs

Packages

v5.62.2

Compare Source

Version 5.62.2 - 12/3/24, 7:29 AM

Changes

Fix
  • types: Fix type errors when using fully-typed inputs like QueryFilters<Data, Error>, and test all QueryClient methods to detect similar issues (#​8375) (175757a) by Nick Lucas

Packages

v5.62.1

Compare Source

Version 5.62.1 - 12/2/24, 6:40 PM

Changes

Fix
  • eslint-plugin-query: handle non-null at then end of var in exhaustive-deps (#​8385) (d9d2728) by Parbez
Chore
  • angular-query: update examples to typescript 5.7 (#​8374) (b7bad3d) by Arnoud
Test
  • query-core: add type check tests for queryObserver (#​8304) (12b6782) by Sol Lee

Packages

v5.62.0

Compare Source

Version 5.62.0 - 11/29/24, 1:03 PM

Changes

Feat
  • types: Include optional TError on DataTag (#​8361) (0fa1f01) by Nick Lucas
Chore
  • angular-query: update example dev containers to node 22 (#​8370) (f245792) by Arnoud

Packages

v5.61.5

Compare Source

Version 5.61.5 - 11/27/24, 8:09 AM

Changes

Fix
  • types: Add types for QueryFilters which flow down to Query<> and QueryKey/DataTag types (#​8332) (422c879) by Nick Lucas
Ci
  • disable max report age in codecov (#​8354) (d28de3c) by Leonardo Montini

Packages

v5.61.4

Compare Source

Version 5.61.4 - 11/26/24, 1:39 PM

Changes

Fix
  • QueriesObserver: fix improper sorting in QueriesObserver"s #find… (#​8351) (3b7556f) by Jonathan Toung
Chore

Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, 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.

@renovate renovate bot added the renovate label Nov 20, 2024
Copy link

vercel bot commented Nov 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shiro ❌ Failed (Inspect) Dec 31, 2024 4:39pm

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.22 KB (🟡 +3 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.22 KB (🟡 +3 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 025f31a to ed1df1a Compare November 24, 2024 14:09
Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.23 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 87.23 KB (🟡 +1 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.19 KB (-4 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

📦 Next.js Bundle Analysis for Shiro

This analysis was generated by the Next.js Bundle Analysis action. 🤖

🎉 Global Bundle Size Decreased

Page Size (compressed)
global 87.19 KB (-3 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 57522aa to a2722c3 Compare December 21, 2024 23:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2722c3 to 32483b0 Compare December 23, 2024 16:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32483b0 to da10e9a Compare December 23, 2024 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from da10e9a to 89d4513 Compare December 23, 2024 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 89d4513 to b827dd2 Compare December 24, 2024 14:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b827dd2 to 088e6c1 Compare December 27, 2024 13:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 088e6c1 to a92908f Compare December 27, 2024 15:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a92908f to 63dd993 Compare December 28, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 63dd993 to afa13f1 Compare December 28, 2024 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from afa13f1 to c32dc88 Compare December 30, 2024 13:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c32dc88 to d6bc634 Compare December 30, 2024 23:22
@Innei Innei enabled auto-merge (squash) December 31, 2024 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d6bc634 to 4c6e1a2 Compare December 31, 2024 16:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4c6e1a2 to 576663f Compare December 31, 2024 16:06
@Innei Innei merged commit 8ed7b74 into main Dec 31, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant