fix(deps): update dependencies-non-major#1730
Merged
jakubadamw merged 7 commits intomainfrom May 27, 2024
Merged
Conversation
Contributor
Author
|
Contributor
Author
Edited/Blocked NotificationRenovate 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. |
ced9b8e to
3c8e613
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.
This PR contains the following updates:
3.10.3->3.10.41.1.2->1.1.320.12.11->20.12.1218.3.2->18.3.37.8.0->7.10.07.8.0->7.10.04.2.1->4.3.03.19->3.201.0.83->1.0.861.0.83->1.0.861.1.8->1.1.103.7.0->3.7.23.7.0->3.7.23.7.0->3.7.20.20.8->0.20.90.100.0->0.101.00.1.3->0.1.41.38.0->1.39.01.38.0->1.39.01.38.0->1.39.00.12.1->0.13.00.12.1->0.13.00.1.41->0.1.420.22->0.230.15->0.160.3->0.40.22.1->0.23.01.0.82->1.0.840.23.5->0.23.80.102.3->0.102.41.0.201->1.0.2031.0.201->1.0.2031.0.201->1.0.2031.0.201->1.0.2030.113.3->0.113.42.0.63->2.0.661.0.60->1.0.611.0.60->1.0.610.11.0->0.12.00.25.0->0.26.00.8.12->0.8.130.8.12->0.8.13=29.1.2->=29.1.34.18.2->4.18.30.2.0->0.3.01.2.3->1.3.1Release Notes
apollographql/apollo-client (@apollo/client)
v3.10.4Compare Source
Patch Changes
#11838
8475346Thanks @alex-kinokon! - Don’t prompt for DevTools installation for browser extension page#11839
6481fe1Thanks @jerelmiller! - Fix a regression in 3.9.5 where a merge function that returned an incomplete result would not allow the client to refetch in order to fulfill the query.#11844
86984f2Thanks @jerelmiller! - Honor the@nonreactivedirective when usingcache.watchFragmentor theuseFragmenthook to avoid rerendering when using these directives.#11824
47ad806Thanks @phryneas! - Create brandedQueryReftype without exposed properties.This change deprecates
QueryReferencein favor of aQueryReftype that doesn't expose any properties.This change also updates
preloadQueryto return a newPreloadedQueryReftype, which exposes thetoPromisefunction as it does today. This means that query refs produced byuseBackgroundQueryanduseLoadableQuerynow returnQueryReftypes that do not have access to atoPromisefunction, which was never meant to be used in combination with these hooks.While we tend to avoid any types of breaking changes in patch releases as this, this change was necessary to support an upcoming version of the React Server Component integration, which needed to omit the
toPromisefunction that would otherwise have broken at runtime.Note that this is a TypeScript-only change. At runtime,
toPromiseis still present on all queryRefs currently created by this package - but we strongly want to discourage you from accessing it in all cases except for thePreloadedQueryRefuse case.Migration is as simple as replacing all references to
QueryReferencewithQueryRef, so it should be possible to do this with a search & replace in most code bases:#11845
4c5c820Thanks @jerelmiller! - Remove@nonreactivedirectives from queries passed toMockLinkto ensure they are properly matched.#11837
dff15b1Thanks @jerelmiller! - Fix an issue where a polled query created in React strict mode may not stop polling after the component unmounts while using thecache-and-networkfetch policy.typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v7.10.0Compare Source
🚀 Features
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v7.9.0Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v7.10.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v7.9.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.0Compare Source
Fix support for React compiler
Don't set
retainLines: truewhen the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
dtolnay/anyhow (anyhow)
v1.0.86Compare Source
ensure!with non-literal after minus sign (#373)v1.0.85Compare Source
ensure!macro's rules to unblock some rustc pretty-printer improvements (#368, #371)v1.0.84Compare Source
ensure!through aNotimpl for a type that is notbool(#367)oven-sh/bun (bun)
v1.1.10: Bun v1.1.10Compare Source
To install Bun v1.1.10:
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.1.10:
Read Bun v1.1.10's release notes on Bun's blog
Thanks to 9 contributors!
v1.1.9: Bun v1.1.9Compare Source
To install Bun v1.1.9:
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.1.9:
Read Bun v1.1.9's release notes on Bun's blog
Thanks to 16 contributors!
obmarg/cynic (cynic)
v3.7.2Compare Source
Changes
v3.7.1Compare Source
Bug Fixes
clippy::nurseryis on.(#951)
TedDriggs/darling (darling)
v0.20.9from_noneis called on their type #249FromMetaimpls for thestd::num::NonZero*types #288FromMetaimpls when the parsed value is too large for the receiver type #289open-telemetry/opentelemetry-collector-releases (ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib)
v0.101.0Compare Source
Check the v0.101.0 contrib changelog and the v0.101.0 core changelog for changelogs on specific components.
Changelog
a09318c[chore] Prepare v0.101.0 (#559)962611eBump actions/checkout from 4.1.5 to 4.1.6 (#556)36d5d69added splunkenterprise receiver to the manifest (#553)5176736Bump github.com/goreleaser/nfpm/v2 from 2.36.1 to 2.37.1 (#549)640329dBump actions/checkout from 4.1.4 to 4.1.5 (#548)a87da25Bump goreleaser/goreleaser-action from 5.0.0 to 5.1.0 (#547)c782c5d[chore] prepare v0.100.0 (#545)f19cdbcBump actions/setup-go from 5.0.0 to 5.0.1 (#544)2b50459Add otlpencodingextension to contrib (#542)b46b435Bump actions/upload-artifact from 4.3.2 to 4.3.3 (#541)fe5f3d6Bump actions/checkout from 4.1.3 to 4.1.4 (#540)16d2f27Bump anchore/sbom-action from 0.15.10 to 0.15.11 (#538)7fa522aBump actions/download-artifact from 4.1.5 to 4.1.7 (#539)b7383b6Add zipkinencodingextension to contrib (#537)hyperium/hyper-util (hyper-util)
v0.1.4Compare Source
initial_max_send_streams()tolegacyclient buildermax_pending_accept_reset_streams()tolegacyclient buildermax_headers(usize)toautoserver builderhttp1_onl()andhttp2_only()toautoserver builderlegacyclientimpl Connection for TokioIomitsuhiko/insta (insta)
v1.39.0Compare Source
Fixed a bug in
require_full_match. #485Fixed a bug that caused snapshot and module names to sometimes be inaccurate. #483
Insta will no longer error when removing snapshots that were already removed. #484
Added support for trailing commas in inline snapshots. #472
Don't pass
--colorin all cases tolibtestany more to work around limitationswith custom test harnesses. #491
rust-itertools/itertools (itertools)
v0.13.0Compare Source
Breaking
DoubleEndedIteratorforConsTuples(#853)MultiProductfused and fixed on an empty iterator (#835, #834)iproduct!to return tuples for maxi one iterator too (#870)PutBack::put_backto return the old value (#880)repeat_call, Itertools::{foreach, step, map_results, fold_results}(#878)TakeWhileInclusive::new(#912)Added
Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key}(#654, #885)Itertools::tail(#899)DoubleEndedIteratorforProcessResults(#910)DebugforFormatWith(#931)Itertools::get(#891)Changed
Itertools::group_by(renamedchunk_by) (#866, #879)unfold(usestd::iter::from_fninstead) (#871)GroupingMapBy(#873, #876)Fnbounds toFnMutindiff_with, Itertools::into_group_map_by(#886)Debug/Clonebounds forMapInto(#889)use_allocfeature (#887)Itertools::set_from(#888)README.md(#890)Cargo.toml(#894)Itertools::k_smalleston short unfused iterators (#900)Itertools::tree_fold1(renamedtree_reduce) (#895)GroupingMap::fold_first(renamedreduce) (#902)Itertools::k_smallest(0)to consume the iterator, optimizedItertools::k_smallest(1)(#909)Combinations::nth(#914)MergeBy::fold(#920)CombinationsWithReplacement::nth(#923)FlattenOk::{fold, rfold}(#927)Powerset::nth(#924)assert_equalfor iterators longer thani32::MAX(#932)must_usemessage of non-lazyKMergeByandTupleCombinations(#939)Notable Internal Changes
CONTRIBUTING.md(#767)<
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.
This PR has been generated by Mend Renovate. View repository job log here.