fix(deps): update patch dependencies #3264
Open
+284
−205
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:
1.2.4
->1.2.5
2.5.0
->2.5.1
==2.0.36
->==2.0.37
==1.14.0
->==1.14.1
==12.24.0
->==12.24.1
5.2.1
->5.2.3
7.37.3
->7.37.4
0.4.16
->0.4.18
==2.2.1
->==2.2.2
1.83.0
->1.83.4
==2.0.36
->==2.0.37
6.1.13
->6.1.14
5.4.12
->5.4.14
Release Notes
eslint/rewrite (@eslint/compat)
v1.2.5
Compare Source
reduxjs/redux-toolkit (@reduxjs/toolkit)
v2.5.1
Compare Source
This bugfix release fixes a logic issue with the new
upsertQueryEntries
util that sometimes kept entries in apending
state indefinitely.Changelog
upsertQueryEntries
fixesUsers reported that in some cases, use of
upsertQueryEntries
to insert RTKQ cache entries prevented any further refetches of that data from happening. After investigation, we found a logic mismatch for how we handle upserts vs the existingupsertQueryData
util, which meant that sometimes the entry would be left in apending
state expecting afulfilled
action from a request ID that would never happen.This release fixes that issue and ensures the updates and refetches happen correctly.
What's Changed
Full Changelog: reduxjs/redux-toolkit@v2.5.0...v2.5.1
Azure/azure-sdk-for-python (azure-storage-blob)
v12.24.1
Compare Source
12.24.1 (2025-01-22)
Bugs Fixed
AttributeError
on certain requests.StorageStreamDownloader(chars=-1)
may not return all data.prettier/eslint-plugin-prettier (eslint-plugin-prettier)
v5.2.3
Compare Source
Patch Changes
9c6141f
Thanks @BPScott! - Add name field to recommended flat configv5.2.2
Compare Source
Patch Changes
aa5b59f
Thanks @ntnyq! - fix: report node when loc not foundjsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.4
Compare Source
Fixed
no-unknown-property
]: supportonBeforeToggle
,popoverTarget
,popoverTargetAction
attributes (#3865 @acusti)ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)
v0.4.18
Compare Source
ESM/CJS interop is the worth that happend to this ecosystem, this is all I have to say.
v0.4.17
Compare Source
.default
property access under TS node16 module resolution (fixes #70)numpy/numpy (numpy)
v2.2.2
: 2.2.2 (Jan 18, 2025)Compare Source
NumPy 2.2.2 Release Notes
NumPy 2.2.2 is a patch release that fixes bugs found after the 2.2.1
release. The number of typing fixes/updates is notable. This release
supports Python versions 3.10-3.13.
Contributors
A total of 8 people contributed to this release. People with a "+" by
their names contributed a patch for the first time.
Pull requests merged
A total of 16 pull requests were merged for this release.
void
arrays not acceptingstr
keys in__setitem__
integer
binop return types (#28065)ndarray
binop return types forfloat64
&...bool
fromissubdtype
date[time]
in thedatetime64
constructorinterp
to accept and return scalarsChecksums
MD5
SHA256
sass/dart-sass (sass)
v1.83.4
Compare Source
v1.83.3
Compare Source
v1.83.2
Compare Source
Properly display deprecation IDs for the JS Sass API.
Don't display deprecation IDs for user-defined deprecations.
v1.83.1
Compare Source
Fix a bug where
--quiet-deps
would get deactivated for@content
blocks,even when those blocks were entirely contained within dependencies.
Include deprecation IDs in deprecation warnings to make it easier to determine
what to pass to
--silence-deprecation
or--fatal-deprecation
.styled-components/styled-components (styled-components)
v6.1.14
Compare Source
vitejs/vite (vite)
v5.4.14
Compare Source
Please refer to CHANGELOG.md for details.
v5.4.13
Compare Source
Please refer to CHANGELOG.md for details.
This PR was generated by Mend Renovate. View the repository job log.