fix(deps): update patch, pin, image digest versions #573
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:
0.5.6
->0.5.7
6.1.3
->6.1.5
18.2.24
->18.2.42
4.19.0
->4.19.3
18.2.8
->18.2.17
4.2.0
->4.2.1
==2.3.7
->==2.3.8
==5.3.1
->==5.3.2
==2.0.10
->==2.0.11
1.25.2
->1.25.3
8.4.31
->8.4.32
0.5.4
->0.5.9
==5.9.5
->==5.9.6
==0.5.0
->==0.5.1
==25.1.1
->==25.1.2
2.3.0
->2.3.1
3.3.3
->3.3.6
1.19.0
->1.19.3
2.2.16
->2.2.19
1.9.10
->1.9.21
1.9.10
->1.9.21
4.0.15
->4.0.16
2.2.0
->2.2.1
9.22.1
->9.22.3
0.8.10
->0.8.11
Release Notes
tailwindlabs/tailwindcss-forms (@tailwindcss/forms)
v0.5.7
Compare Source
Fixed
checkbox
andradio
appearance inforced-colors
mode (#152)testing-library/jest-dom (@testing-library/jest-dom)
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.2.1
Compare Source
Remove generic parameter on
Plugin
to avoid type error with Rollup 4/Vite 5 andskipLibCheck: false
.I expect very few people to currently use this feature, but if you are extending the React plugin via
api
object, you can get back the typing of the hook by importingViteReactPluginApi
:tkem/cachetools (cachetools)
v5.3.2
Compare Source
===================
Add support for Python 3.12.
Various documentation improvements.
gwik/geventhttpclient (geventhttpclient)
v2.0.11
Compare Source
What's Changed
Full Changelog: geventhttpclient/geventhttpclient@2.0.10...2.0.11
postcss/postcss (postcss)
v8.4.32
Compare Source
postcss().process()
types (by Andrew Ferreira).tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.5.9
Compare Source
Fixed
v0.5.8
Compare Source
Added
prettier-plugin-marko
(#229)v0.5.7
Compare Source
Fixed
v0.5.6
Compare Source
Fixed
{{ … }}
expressions when using@shopify/prettier-plugin-liquid
v1.3+ (#222)v0.5.5
Compare Source
Fixed
className
in Astro (#215)giampaolo/psutil (psutil)
v5.9.6
Compare Source
=====
2023-10-15
Enhancements
cpu_percent()
_ andcpu_times_percent()
_ are now thread safe,meaning they can be called from different threads and still return
meaningful and independent results. Before, if (say) 10 threads called
cpu_percent(interval=None)
at the same time, only 1 thread out of 10would get the right result.
Process
_ class is passed a very high PID, raiseNoSuchProcess
_instead of OverflowError. (patch by Xuehai Pan)
Process.ppid()
_ andProcess.parents()
_.ruff
Python linter instead offlake8 + isort
. It's anorder of magnitude faster + it adds a ton of new code quality checks.
Bug fixes
can't be read due to permission error. Redirect it to
PSUTIL_DEBUG
instead.
Klausner)
swap_memory()
_(patch by student_2333)
bytes2human()
utility function was unable to properly representnegative values.
disk_usage()
_ fails on Python 3.12+. (patch byMatthieu Darbois)
Process.memory_full_info()
_ may incorrectly raiseZombieProcess
_ if it's determined via/proc/pid/smaps_rollup
. Insteadwe now fallback on reading
/proc/pid/smaps
.Process.is_running()
_ erroneously returnFalse
for zombie processes, because creation time cannot be determined.ZombieProcess
_ onProcess.exe()
,Process.cmdline()
andProcess.memory_maps()
_ instead of returning a"null" value.
pre-emptively checked for
Process.nice()
_ (set),Process.ionice()
,(set),
Process.cpu_affinity()
(set),Process.rlimit()
_(set),
Process.parent()
_.Process.threads()
_ always fail with AccessDenied (also asroot).
pyasn1/pyasn1 (pyasn1)
v0.5.1
Compare Source
Added support for PyPy 3.10 and Python 3.12
pr #32
Updated RTD configuration to include a dummy index.rst
redirecting to contents.html, ensuring compatibility with
third-party documentation and search indexes.
pr #47
Fixed the API breakage wih decoder.decode(substrateFun=...).
A substrateFun passed to
decoder.decode()
can now be eitherv0.4 Non-Streaming or v0.5 Streaming. pyasn1 will detect and
handle both cases transparently.
A substrateFun passed to one of the new streaming decoders is
still expected to be v0.5 Streaming only.
pr #30
pr #39
zeromq/pyzmq (pyzmq)
v25.1.2
Compare Source
authts/react-oidc-context (react-oidc-context)
v2.3.1
Compare Source
react-oidc-context 2.3.1 is a bugfix release.
Changelog:
README.md
thanks to @mikoto2000 and @Gitarcitano
tailwindlabs/tailwindcss (tailwindcss)
v3.3.6
Compare Source
Fixed
@config
in CSS when watching via the CLI (#12327)resolveConfig
(#12272)font-feature-settings
formono
are included in Preflight (#12342)@layer
rule (#12508)v3.3.5
Compare Source
Fixed
-
incalc()
expression (#12283)v3.3.4
Compare Source
Fixed
calc()
-like functions (#11686)calc()
normalisation in nestedtheme()
calls (#11705)content
optional for presets in TypeScript types (#11730)too many open files
error (#12079):not(…)
when nested in an at-rule (#12105)Node16
module resolution (#12097)@apply
(#12112)tailwindcss/nesting
(#12269)jiti
,fast-glob
, andbrowserlist
dependencies (#11550)var
injection for properties that accept a<dashed-ident>
(#12236)testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom)
v1.19.3
Compare Source
What's Changed
🐛 Bug Fixes
ScriptScanner
with big String literals and PostgreSQL identifiers (as introduced by #7646) (#7818) @inponomarev🧹 Housekeeping
v1.19.2
Compare Source
Testcontainers for Java 1.19.2
Core
Modules
Elasticserach
JDBC
K3S
Kafka
LocalStack
YugabyteDB
What's Changed
📖 Documentation
📦 Dependency updates
12 changes
v1.19.1
Compare Source
Testcontainers for Java 1.19.1
Core
Modules
Redpanda
What's Changed
☠️ Deprecations
📖 Documentation
copyFile
API (#4661) @kiview📦 Dependency updates
7 changes
swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)
v2.2.19
: Swagger-core 2.2.19 released!v2.2.18
: Swagger-core 2.2.18 released!v2.2.17
: Swagger-core 2.2.17 released!jacoco/jacoco (jacoco)
v0.8.11
: 0.8.11New Features
Fixed bugs
VerifyError
when the last local variable of method parameters is overridden in the method body to store a value of type long or double (GitHub #893).Non-functional Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.