chore(deps): update patch, pin, image digest versions #569
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:
6.1.3
->6.1.4
18.18.1
->18.18.8
18.2.24
->18.2.35
4.19.0
->4.19.1
18.2.8
->18.2.14
4.1.0
->4.1.1
==5.3.1
->==5.3.2
==2.0.10
->==2.0.11
==2.23.2
->==2.23.4
4.2.8
->4.2.10
1.25.2
->1.25.3
18.18.0
->18.18.2
0.5.4
->0.5.6
==5.9.5
->==5.9.6
2.3.0
->2.3.1
3.3.3
->3.3.5
==1.6.3
->==1.6.4
1.19.0
->1.19.1
2.2.16
->2.2.18
1.9.10
->1.9.20
1.9.10
->1.9.20
3.1.4
->3.1.5
9.22.1
->9.22.3
0.8.10
->0.8.11
Release Notes
testing-library/jest-dom (@testing-library/jest-dom)
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.1.1
Compare Source
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
googleapis/google-auth-library-python (google-auth)
v2.23.4
Compare Source
Bug Fixes
v2.23.3
Compare Source
Bug Fixes
RSeidelsohn/license-checker-rseidelsohn (license-checker-rseidelsohn)
v4.2.10
: 4.2.10Compare Source
What's Changed
Fix the broken
--direct
optionFull Changelog: RSeidelsohn/license-checker-rseidelsohn@v4.2.9...v4.2.10
v4.2.9
: 4.2.9Compare Source
What's Changed
New Contributors
Full Changelog: RSeidelsohn/license-checker-rseidelsohn@v4.2.7...v4.2.9
nodejs/node (node)
v18.18.2
Compare Source
v18.18.1
: 2023-10-10, Version 18.18.1 'Hydrogen' (LTS), @richardlauCompare Source
Notable Changes
This release addresses some regressions that appeared in Node.js 18.18.0:
The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.
Commits
3e3a75cc46
] - Revert "build: sync libuv header change" (Richard Lau) #5003614ece2c479
] - Revert "deps: upgrade to libuv 1.45.0" (Richard Lau) #50036022352acbe
] - Revert "deps: upgrade to libuv 1.46.0" (Richard Lau) #50036d9f138189c
] - Revert "deps: add missing thread-common.c in uv.gyp" (Richard Lau) #500367a3e1ffbb8
] - fs: make sure to write entire buffer (Robert Nagy) #4921104cba95a67
] - test: addtmpdir.resolve()
(Livia Medeiros) #49079tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
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).
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.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)websocket-client/websocket-client (websocket-client)
v1.6.4
Compare Source
1.6.4
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom)
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.18
: Swagger-core 2.2.18 released!Compare Source
v2.2.17
: Swagger-core 2.2.17 released!Compare Source
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.