fix(deps): update patch dependencies #3240
Merged
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.0
->1.2.1
==3.11.10
->==3.11.11
5.4.5
->5.4.6
Release Notes
uswds/uswds-compile (@uswds/compile)
v1.2.1
: USWDS Compile 1.2.1Compare Source
What's new in USWDS Compile 1.2.1
Silenced USWDS Sass deprecation warnings. Sass deprecation warnings related to USWDS code will now be turned off by default. If you would like to see deprecation warnings related to USWDS Sass, set
settings.compile.sassDeprecationWarnings
totrue
in yourgulpfile.js
. Deprecation warnings for non-USWDS Sass will output even when this value is set tofalse
. Thanks @mdmower-csnw!Dependencies and security
0
vulnerabilities usingnpm audit
.Release TGZ SHA-256 hash:
168d22955563e1d36f7d4c1fdfb7db6ef71fdb2d862a83b3497d7b5fb475de6e
aio-libs/aiohttp (aiohttp)
v3.11.11
: 3.11.11Compare Source
Bug fixes
Updated :py:meth:
~aiohttp.ClientSession.request
to reuse thequote_cookie
setting fromClientSession._cookie_jar
when processing cookies parameter.-- by :user:
Cycloctane
.Related issues and pull requests on GitHub:
#10093.
Fixed type of
SSLContext
for some static type checkers (e.g. pyright).Related issues and pull requests on GitHub:
#10099.
Updated :meth:
aiohttp.web.StreamResponse.write
annotation to also allow :class:bytearray
and :class:memoryview
as inputs -- by :user:cdce8p
.Related issues and pull requests on GitHub:
#10154.
Fixed a hang where a connection previously used for a streaming
download could be returned to the pool in a paused state.
-- by :user:
javitonino
.Related issues and pull requests on GitHub:
#10169.
Features
Enabled ALPN on default SSL contexts. This improves compatibility with some
proxies which don't work without this extension.
-- by :user:
Cycloctane
.Related issues and pull requests on GitHub:
#10156.
Miscellaneous internal changes
Fixed an infinite loop that can occur when using aiohttp in combination
with
async-solipsism
_ -- by :user:bmerry
... _async-solipsism: https://github.com/bmerry/async-solipsism
Related issues and pull requests on GitHub:
#10149.
ealush/vest (vest)
v5.4.6
Compare Source
This PR was generated by Mend Renovate. View the repository job log.