build(deps): bump the production-dependencies group across 1 directory with 4 updates#19
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…y with 4 updates Bumps the production-dependencies group with 4 updates in the / directory: [@rolldown/binding-win32-x64-msvc](https://github.com/rolldown/rolldown/tree/HEAD/packages/rolldown), [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query), [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) and [@lancedb/lancedb](https://github.com/lancedb/lancedb). Updates `@rolldown/binding-win32-x64-msvc` from 1.0.0-rc.12 to 1.0.0-rc.13 - [Release notes](https://github.com/rolldown/rolldown/releases) - [Changelog](https://github.com/rolldown/rolldown/blob/main/CHANGELOG.md) - [Commits](https://github.com/rolldown/rolldown/commits/v1.0.0-rc.13/packages/rolldown) Updates `@tanstack/react-query` from 5.95.2 to 5.96.1 - [Release notes](https://github.com/TanStack/query/releases) - [Changelog](https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md) - [Commits](https://github.com/TanStack/query/commits/@tanstack/react-query@5.96.1/packages/react-query) Updates `react-native` from 0.76.9 to 0.84.1 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-0.7x.md) - [Commits](https://github.com/facebook/react-native/commits/v0.84.1/packages/react-native) Updates `@lancedb/lancedb` from 0.27.1 to 0.27.2 - [Release notes](https://github.com/lancedb/lancedb/releases) - [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md) - [Commits](lancedb/lancedb@v0.27.1...v0.27.2) --- updated-dependencies: - dependency-name: "@rolldown/binding-win32-x64-msvc" dependency-version: 1.0.0-rc.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: "@tanstack/react-query" dependency-version: 5.96.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: react-native dependency-version: 0.84.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@lancedb/lancedb" dependency-version: 0.27.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
915355f to
01f9074
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the production-dependencies group with 4 updates in the / directory: @rolldown/binding-win32-x64-msvc, @tanstack/react-query, react-native and @lancedb/lancedb.
Updates
@rolldown/binding-win32-x64-msvcfrom 1.0.0-rc.12 to 1.0.0-rc.13Release notes
Sourced from
@rolldown/binding-win32-x64-msvc's releases.... (truncated)
Changelog
Sourced from
@rolldown/binding-win32-x64-msvc's changelog.... (truncated)
Commits
1d1cd7arelease: v1.0.0-rc.13 (#8984)acf2087fix: prevent chunk merging from leaking entry side effects (#8979)3e4eaa0chore: remove unusedtype-checkscripts (#8957)aebebc6feat: add friendly error for unloadable virtual modules (#8955)5e59171test: enable 8 previously-skipped MagicString remove tests (#8945)c9b3859chore(deps): update napi (#8943)c7041f7fix(browser): bundle binding types in dts output (#8930)88cb544fix(watch): clear emitted_filenames between rebuilds (#8914)037af77chore: regenerate testing snapshots (#8928)dd77c52fix(magic-string): throw TypeError for non-string content args (#8905)Updates
@tanstack/react-queryfrom 5.95.2 to 5.96.1Release notes
Sourced from
@tanstack/react-query's releases.... (truncated)
Changelog
Sourced from
@tanstack/react-query's changelog.Commits
75052a7ci: Version Packages (#10370)73e783bci: Version Packages (#10364)14a97b7test(react-query): replace 'import React' with 'import * as React' in 'usePre...fd8c068test({react,preact}-query/useSuspenseQueries): merge redundant second 'descri...f168555test({react,preact,solid}-query): move 'queryClient' and 'queryCache' to 'bef...afb5812test({react,preact}-query/useSuspenseQueries): inline test helpers, remove sh...9e1bb94test(react-query/useSuspenseQueries): remove unnecessary 'act' wrapper from b...55cee0atest({react,preact}-query/useSuspenseQueries): add test for not suspending bu...7fc6e6atest({react,preact}-query/useSuspenseQueries): add test for not suspending bu...Updates
react-nativefrom 0.76.9 to 0.84.1Release notes
Sourced from react-native's releases.
... (truncated)
Changelog
Sourced from react-native's changelog.
... (truncated)
Commits
6064933Release 0.84.12c65dd7Fix flaky Modal-itest by adding proper root cleanup (#55712)938a338Attempt to reduce flakyness on Modal-itest "MessageQueue is not empty" failur...3483f16[LOCAL] Bump hermes v1 versiond965609fix(react-native): resolve included-build gradle.properties from parent build...3c503a8fix: missing symbols on prebuilt Android with hermesV1 disabled (#55400)9b79d39[LOCAL] Fix misaligned Hermes version5693f60Release 0.84.05c69e21Release 0.84.0-rc.53552d65[LOCAL] Bump Hermes versionUpdates
@lancedb/lancedbfrom 0.27.1 to 0.27.2Release notes
Sourced from
@lancedb/lancedb's releases.... (truncated)
Commits
294e1baBump version: 0.27.2-beta.2 → 0.27.2f903d07Bump version: 0.27.2-beta.1 → 0.27.2-beta.25d55012Bump version: 0.30.2-beta.2 → 0.30.2c57cb31Bump version: 0.30.2-beta.1 → 0.30.2-beta.297754f5fix: change _client reference to _conn (#3188)7b1c063feat(python): add type-safe expression builder API (#3150)c7f189fchore: upgrade lance to stable 4.0.0 (#3207)a0a2942fix: respect max_batch_length for Rust vector and hybrid queries (#3172)e3d53ddfix(python): skip test_url_retrieve_downloads_image when PIL not installed (#...66804e9fix(python): use correct exception types in namespace tests (#3206)