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

feat(deps): update dependencies #592

Merged
merged 2 commits into from
Oct 27, 2024
Merged

feat(deps): update dependencies #592

merged 2 commits into from
Oct 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@aws-sdk/client-s3 (source) 3.665.0 -> 3.676.0 age adoption passing confidence dependencies minor
@aws-sdk/s3-request-presigner (source) 3.665.0 -> 3.676.0 age adoption passing confidence dependencies minor
@headlessui/react (source) 2.1.9 -> 2.1.10 age adoption passing confidence dependencies patch
@mdx-js/react (source) 3.0.1 -> 3.1.0 age adoption passing confidence devDependencies minor
@tanstack/react-query (source) 5.59.0 -> 5.59.15 age adoption passing confidence dependencies patch
@types/lodash (source) 4.17.10 -> 4.17.12 age adoption passing confidence dependencies patch
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence dependencies patch
bun-types (source) 1.1.29 -> 1.1.32 age adoption passing confidence devDependencies patch
elysia 1.1.19 -> 1.1.23 age adoption passing confidence dependencies patch
eslint (source) 9.12.0 -> 9.13.0 age adoption passing confidence devDependencies minor
oven/bun 1.1.29 -> 1.1.32 age adoption passing confidence final patch
react-router-dom (source) 6.26.2 -> 6.27.0 age adoption passing confidence dependencies minor
tailwindcss (source) 3.4.13 -> 3.4.14 age adoption passing confidence dependencies patch
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.8.0 -> 8.11.0 age adoption passing confidence devDependencies minor
vite (source) 5.4.8 -> 5.4.9 age adoption passing confidence devDependencies patch

Release Notes

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

v3.676.0

Compare Source

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

v3.675.0

Compare Source

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

v3.674.0

Compare Source

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

v3.673.0

Compare Source

Features
  • client-s3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. (e7f10a2)

v3.670.0

Compare Source

Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#​6561) (9d746f6)

v3.669.0

Compare Source

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

v3.668.0

Compare Source

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

v3.667.0

Compare Source

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

v3.666.0

Compare Source

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

aws/aws-sdk-js-v3 (@​aws-sdk/s3-request-presigner)

v3.676.0

Compare Source

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

v3.675.0

Compare Source

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

v3.674.0

Compare Source

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

v3.673.0

Compare Source

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

v3.670.0

Compare Source

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

v3.669.0

Compare Source

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

v3.668.0

Compare Source

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

v3.667.0

Compare Source

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

v3.666.0

Compare Source

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

tailwindlabs/headlessui (@​headlessui/react)

v2.1.10

Compare Source

Fixed
  • Use React.JSX instead of deprecated global JSX (#​3511)
  • Fix crash in ListboxOptions when using as={Fragment} (#​3513)
mdx-js/mdx (@​mdx-js/react)

v3.1.0

Compare Source

Add
Fix
Types
Miscellaneous
  • 77158cd Refactor to externalize recma packages
Site

Full Changelog: mdx-js/mdx@3.0.1...3.1.0

TanStack/query (@​tanstack/react-query)

v5.59.15

Compare Source

Version 5.59.15 - 10/15/24, 5:12 PM

Changes

Fix

Packages

v5.59.14

Compare Source

Version 5.59.14 - 10/15/24, 7:20 AM

Changes

Fix
  • react-query: make queryFn optional again (#​8176) (a085c92) by Julius Marminge
  • react-query: do not overwrite staleTime with the suspense default value if it"s a function (#​8174) (d409854) by Dominik Dorfmeister

Packages

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages

v5.59.11

Compare Source

Version 5.59.11 - 10/11/24, 6:35 PM

Changes

Refactor
  • types: throw type error when skipToken is present in suspense query (#​8082) (a991d92) by Gwansik Kim

Packages

v5.59.10

Compare Source

Version 5.59.10 - 10/11/24, 6:24 PM

Changes

Fix
  • core: correctly gc query when suspense is used when query unmounts while it"s still fetching (#​8168) (5edd617) by Dominik Dorfmeister
  • react-query: Allow optional initialData object in queryOptions (#​8162) (931d98d) by Sunghoon

Packages

v5.59.9

Compare Source

Version 5.59.9 - 10/10/24, 6:56 PM

Changes

Fix
  • core: don"t consider queries as enabled if they have no observers and have never fetched (successfully or erroneously) (#​8161) (5228e51) by Dominik Dorfmeister
Test

Packages

v5.59.8

Compare Source

Version 5.59.8 - 10/9/24, 7:10 PM

Changes

Fix

Packages

v5.59.6

Compare Source

Version 5.59.6 - 10/9/24, 2:34 PM

Changes

Fix
  • perf: improve long running task performance in query core (#​8107) (5499577) by David

Packages

v5.59.5

Compare Source

Version 5.59.5 - 10/9/24, 2:00 PM

Changes

Fix
  • react-query: Allow optional initialData in infiniteQueryOptions (#​8154) (8d03029) by Sunghoon

Packages

v5.59.4

Compare Source

Version 5.59.4 - 10/9/24, 1:02 PM

Changes

Fix
  • core: do not inform QueriesObserver subscribers if combined result hasn"t changed (#​8153) (cae2524) by Dominik Dorfmeister
  • eslint-plugin-query: handle callable params within exaustive-deps rule (#​8150) (eb2f9d3) by pawel-twardziak
Chore
  • eslint-plugin-query: expect-expect warning for expectArrayEqualIgnoreOrder (#​8143) (85a525a) by Sol Lee
  • no-shadow lint warning in insertAtPositions() (#​8142) (78b086b) by Sol Lee
Test
  • hydration test case for overwriting with promise (05ccd65) by Dominik Dorfmeister

Packages

v5.59.3

Compare Source

Version 5.59.3 - 10/9/24, 5:48 AM

Changes

Fix

Packages

oven-sh/bun (bun-types)

v1.1.32

Compare Source

v1.1.31

Compare Source

v1.1.30

Compare Source

elysiajs/elysia (elysia)

v1.1.23

Compare Source

Bug fix:

  • Handle object with .then even if it's not promise (looking at you, Drizzle)

v1.1.22

Compare Source

Bug fix:

  • Fix set-cookie to resent if value is accessed even without set

v1.1.21

[Compare Source](


Configuration

📅 Schedule: Branch creation - "before 4am 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

@renovate renovate bot added dependencies Pull requests that update a dependency file minor-version patch-version renovate labels Oct 14, 2024
@danadajian danadajian changed the title feat(deps): update dependencies chore(deps): update dependencies Oct 22, 2024
@danadajian danadajian enabled auto-merge (squash) October 22, 2024 12:38
@renovate renovate bot force-pushed the renovate/dependencies branch from 7ffb7f1 to 6bd9f89 Compare October 22, 2024 12:39
@renovate renovate bot changed the title chore(deps): update dependencies feat(deps): update dependencies Oct 22, 2024
Copy link
Contributor Author

renovate bot commented Oct 22, 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.

@danadajian danadajian disabled auto-merge October 27, 2024 15:39
@danadajian danadajian enabled auto-merge (squash) October 27, 2024 15:39
@danadajian danadajian merged commit 2e2f54b into main Oct 27, 2024
3 checks passed
@danadajian danadajian deleted the renovate/dependencies branch October 27, 2024 15:40
@eg-oss-ci
Copy link

🎉 This PR is included in version 1.20.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants