fix(deps): update patch dependencies #3264
Open
+802
−614
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.6
2.5.0
->2.5.1
==2.0.36
->==2.0.38
==3.11.11
->==3.11.12
==1.14.0
->==1.14.1
==1.6.0
->==1.6.1
==1.4.0
->==1.4.1
14.0.0
->14.0.3
5.2.1
->5.2.3
7.37.3
->7.37.4
0.4.16
->0.4.19
==1.4.0
->==1.4.1
==2.2.1
->==2.2.3
3.5.0
->3.5.1
4.34.0
->4.34.6
==2.0.36
->==2.0.38
6.1.13
->6.1.15
Release Notes
eslint/rewrite (@eslint/compat)
v1.2.6
Compare Source
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
aio-libs/aiohttp (aiohttp)
v3.11.12
Compare Source
====================
Bug fixes
MultipartForm.decode()
now follows RFC1341 7.2.1 with aCRLF
after the boundary-- by :user:
imnotjames
.Related issues and pull requests on GitHub:
:issue:
10270
.Restored the missing
total_bytes
attribute toEmptyStreamReader
-- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
10387
.Features
Updated :py:func:
~aiohttp.request
to make it accept_RequestOptions
kwargs.-- by :user:
Cycloctane
.Related issues and pull requests on GitHub:
:issue:
10300
.Improved logging of HTTP protocol errors to include the remote address -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
10332
.Improved documentation
Added
aiohttp-openmetrics
to list of third-party libraries -- by :user:jelmer
.Related issues and pull requests on GitHub:
:issue:
10304
.Packaging updates and notes for downstreams
Added missing files to the source distribution to fix
Makefile
targets.Added a
cythonize-nodeps
target to run Cython without invoking pip to install dependencies.Related issues and pull requests on GitHub:
:issue:
10366
.Started building armv7l musllinux wheels -- by :user:
bdraco
.Related issues and pull requests on GitHub:
:issue:
10404
.Contributor-facing changes
The CI/CD workflow has been updated to use
upload-artifact
v4 anddownload-artifact
v4 GitHub Actions -- by :user:silamon
.Related issues and pull requests on GitHub:
:issue:
10281
.Miscellaneous internal changes
Restored support for zero copy writes when using Python 3.12 versions 3.12.9 and later or Python 3.13.2+ -- by :user:
bdraco
.Zero copy writes were previously disabled due to :cve:
2024-12254
which is resolved in these Python versions.Related issues and pull requests on GitHub:
:issue:
10137
.RustyGuard/alembic-postgresql-enum (alembic-postgresql-enum)
v1.6.1
Compare Source
lepture/authlib (authlib)
v1.4.1
: Version 1.4.1Compare Source
cypress-io/cypress (cypress)
v14.0.3
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-0-3
v14.0.2
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-0-2
v14.0.1
Compare Source
Changelog: https://docs.cypress.io/app/references/changelog#14-0-1
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.19
Compare Source
Add name to configs for ESLint Config Inspector
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)marshmallow-code/marshmallow-sqlalchemy (marshmallow-sqlalchemy)
v1.4.1
Compare Source
numpy/numpy (numpy)
v2.2.3
Compare Source
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
prettier/prettier (prettier)
v3.5.1
Compare Source
diff
Fix CLI crash when cache for old version exists (#17100 by @sosukesuzuki)
Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.
Support dockercompose and github-actions-workflow in VSCode (#17101 by @remcohaszing)
Prettier now supports the
dockercompose
andgithub-actions-workflow
languages in Visual Studio Code.rollup/rollup (rollup)
v4.34.6
Compare Source
2025-02-07
Bug Fixes
Pull Requests
v4.34.5
Compare Source
2025-02-07
Bug Fixes
Pull Requests
v4.34.4
Compare Source
2025-02-05
Bug Fixes
Pull Requests
v4.34.3
Compare Source
2025-02-05
Bug Fixes
Pull Requests
v4.34.2
Compare Source
2025-02-04
Bug Fixes
Pull Requests
v4.34.1
Compare Source
2025-02-03
Bug Fixes
Pull Requests
styled-components/styled-components (styled-components)
v6.1.15
Compare Source
v6.1.14
Compare Source
This PR was generated by Mend Renovate. View the repository job log.