Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update patch, pin, image digest versions #569

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@testing-library/jest-dom 6.1.3 -> 6.1.4 age adoption passing confidence devDependencies patch
@types/node (source) 18.18.1 -> 18.18.8 age adoption passing confidence dependencies patch
@types/react (source) 18.2.24 -> 18.2.35 age adoption passing confidence dependencies patch
@types/react-datepicker (source) 4.19.0 -> 4.19.1 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.8 -> 18.2.14 age adoption passing confidence dependencies patch
@vitejs/plugin-react (source) 4.1.0 -> 4.1.1 age adoption passing confidence devDependencies patch
cachetools ==5.3.1 -> ==5.3.2 age adoption passing confidence patch
geventhttpclient ==2.0.10 -> ==2.0.11 age adoption passing confidence patch
google-auth ==2.23.2 -> ==2.23.4 age adoption passing confidence patch
license-checker-rseidelsohn 4.2.8 -> 4.2.10 age adoption passing confidence devDependencies patch
nginx 1.25.2 -> 1.25.3 age adoption passing confidence final patch
node 18.18.0 -> 18.18.2 age adoption passing confidence patch
prettier-plugin-tailwindcss 0.5.4 -> 0.5.6 age adoption passing confidence devDependencies patch
psutil ==5.9.5 -> ==5.9.6 age adoption passing confidence patch
react-oidc-context 2.3.0 -> 2.3.1 age adoption passing confidence dependencies patch
tailwindcss (source) 3.3.3 -> 3.3.5 age adoption passing confidence devDependencies patch
websocket-client (source) ==1.6.3 -> ==1.6.4 age adoption passing confidence patch
org.testcontainers:testcontainers-bom (source) 1.19.0 -> 1.19.1 age adoption passing confidence dependencies patch
io.swagger.core.v3:swagger-annotations 2.2.16 -> 2.2.18 age adoption passing confidence dependencies patch
org.jetbrains.kotlin.plugin.spring 1.9.10 -> 1.9.20 age adoption passing confidence plugin patch
org.jetbrains.kotlin.jvm 1.9.10 -> 1.9.20 age adoption passing confidence plugin patch
org.springframework.boot 3.1.4 -> 3.1.5 age adoption passing confidence plugin patch
org.flywaydb.flyway 9.22.1 -> 9.22.3 age adoption passing confidence plugin patch
jacoco (source) 0.8.10 -> 0.8.11 age adoption passing confidence dependencies patch

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.1.1

Compare Source

  • Enable retainLines to get correct line numbers for jsxDev (fix #​235)
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.10

Compare Source

What's Changed

Fix the broken --direct option

Full Changelog: RSeidelsohn/license-checker-rseidelsohn@v4.2.9...v4.2.10

v4.2.9: 4.2.9

Compare 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), @​richardlau

Compare Source

Notable Changes

This release addresses some regressions that appeared in Node.js 18.18.0:

  • (Windows) FS can not handle certain characters in file name #​48673
  • 18 and 20 node images give error - Text file busy (after re-build images) nodejs/docker-node#1968
  • libuv update in 18.18.0 breaks webpack's thread-loader #​49911

The libuv 1.45.0 and 1.46.0 updates that were released in Node.js 18.18.0 have been temporarily reverted.

Commits
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.5.6

Compare Source

Fixed
  • Fix sorting inside {{ … }} expressions when using @shopify/prettier-plugin-liquid v1.3+ (#​222)

v0.5.5

Compare Source

Fixed
  • Sort classes inside className in Astro (#​215)
  • Support member access on function calls (#​218)
giampaolo/psutil (psutil)

v5.9.6

Compare Source

=====

2023-10-15

Enhancements

  • 1703_: cpu_percent()_ and cpu_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 10
    would get the right result.
  • 2266_: if Process_ class is passed a very high PID, raise NoSuchProcess_
    instead of OverflowError. (patch by Xuehai Pan)
  • 2246_: drop python 3.4 & 3.5 support. (patch by Matthieu Darbois)
  • 2290_: PID reuse is now pre-emptively checked for Process.ppid()_ and
    Process.parents()_.
  • 2312_: use ruff Python linter instead of flake8 + isort. It's an
    order of magnitude faster + it adds a ton of new code quality checks.

Bug fixes

  • 2195_, [Linux]: no longer print exception at import time in case /proc/stat
    can't be read due to permission error. Redirect it to PSUTIL_DEBUG
    instead.
  • 2241_, [NetBSD]: can't compile On NetBSD 10.99.3/amd64. (patch by Thomas
    Klausner)
  • 2245_, [Windows]: fix var unbound error on possibly in swap_memory()_
    (patch by student_2333)
  • 2268_: bytes2human() utility function was unable to properly represent
    negative values.
  • 2252_, [Windows]: disk_usage()_ fails on Python 3.12+. (patch by
    Matthieu Darbois)
  • 2284_, [Linux]: Process.memory_full_info()_ may incorrectly raise
    ZombieProcess_ if it's determined via /proc/pid/smaps_rollup. Instead
    we now fallback on reading /proc/pid/smaps.
  • 2287_, [OpenBSD], [NetBSD]: Process.is_running()_ erroneously return
    False for zombie processes, because creation time cannot be determined.
  • 2288_, [Linux]: correctly raise ZombieProcess_ on Process.exe(),
    Process.cmdline()
    and Process.memory_maps()_ instead of returning a
    "null" value.
  • 2290_: differently from what stated in the doc, PID reuse is not
    pre-emptively checked for Process.nice()_ (set), Process.ionice(),
    (set), Process.cpu_affinity()
    (set), Process.rlimit()_
    (set), Process.parent()_.
  • 2308_, [OpenBSD]: Process.threads()_ always fail with AccessDenied (also as
    root).
authts/react-oidc-context (react-oidc-context)

v2.3.1

Compare Source

react-oidc-context 2.3.1 is a bugfix release.

Changelog:

  • #​932: add signinResourceOwnerCredentials
  • #​936: generate esm package.json with version
  • #​933: fix broken link for LICENSE in README.md
  • #​900: fix some unit-test warning like "inside a test was not wrapped in act"

thanks to @​mikoto2000 and @​Gitarcitano

tailwindlabs/tailwindcss (tailwindcss)

v3.3.5

Compare Source

Fixed
  • Fix incorrect spaces around - in calc() expression (#​12283)

v3.3.4

Compare Source

Fixed
  • Improve normalisation of calc()-like functions (#​11686)
  • Skip calc() normalisation in nested theme() calls (#​11705)
  • Fix incorrectly generated CSS when using square brackets inside arbitrary properties (#​11709)
  • Make content optional for presets in TypeScript types (#​11730)
  • Handle variable colors that have variable fallback values (#​12049)
  • Batch reading content files to prevent too many open files error (#​12079)
  • Skip over classes inside :not(…) when nested in an at-rule (#​12105)
  • Update types to work with Node16 module resolution (#​12097)
  • Don’t crash when important and parent selectors are equal in @apply (#​12112)
  • Eliminate irrelevant rules when applying variants (#​12113)
  • Improve RegEx parser, reduce possibilities as the key for arbitrary properties (#​12121)
  • Fix sorting of utilities that share multiple candidates (#​12173)
  • Ensure variants with arbitrary values and a modifier are correctly matched in the RegEx based parser (#​12179)
  • Fix crash when watching renamed files on FreeBSD (#​12193)
  • Allow plugins from a parent document to be used in an iframe (#​12208)
  • Add types for tailwindcss/nesting (#​12269)
  • Bump jiti, fast-glob, and browserlist dependencies (#​11550)
  • Improve automatic 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
📦 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

  • python CI - encode request body (#​4489)
  • python CI - encode request body (#​4488)
  • update pythom CI (#​4487)
  • update dependencies (#​4486)
  • refs #​4455 - add config properties for default response status code (#​4482)
  • fix: compare string using equals instead of == for Reader class (#​4480)
jacoco/jacoco (jacoco)

v0.8.11: 0.8.11

New Features

  • JaCoCo now officially supports Java 21 (GitHub #​1520).
  • Experimental support for Java 22 class files (GitHub #​1479).
  • Part of bytecode generated by the Java compilers for exhaustive switch expressions is filtered out during generation of report (GitHub #​1472).
  • Part of bytecode generated by the Java compilers for record patterns is filtered out during generation of report (GitHub #​1473).

Fixed bugs

  • Instrumentation should not cause 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).
  • Restore exec file compatibility with versions from 0.7.5 to 0.8.8 in case of class files with zero line numbers (GitHub #​1492).

Non-functional Changes

  • jacoco-maven-plugin now requires at least Java 8 (GitHub #​1466, #​1468).
  • JaCoCo build now requires at least Maven 3.5.4 (GitHub #​1467).
  • Maven 3.9.2 should not produce warnings for jacoco-maven-plugin (GitHub #​1468).
  • JaCoCo build now requires JDK 17 (GitHub #​1482).
  • JaCoCo now depends on ASM 9.6 (GitHub #​1518).

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #569 (bba6ea1) into main (8b83e09) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #569   +/-   ##
=======================================
  Coverage   99.07%   99.07%           
=======================================
  Files          27       27           
  Lines        1085     1085           
  Branches       97       97           
=======================================
  Hits         1075     1075           
  Misses         10       10           

@renovate renovate bot force-pushed the renovate/patch-pin-image-digest-versions branch 7 times, most recently from 8168b44 to ce1aceb Compare October 12, 2023 06:22
@renovate renovate bot changed the title fix(deps): update patch, pin, image digest versions chore(deps): update patch, pin, image digest versions Oct 12, 2023
@renovate renovate bot force-pushed the renovate/patch-pin-image-digest-versions branch 14 times, most recently from edb79ca to 5247e7c Compare October 18, 2023 18:39
@renovate renovate bot force-pushed the renovate/patch-pin-image-digest-versions branch 6 times, most recently from 92f2235 to 7334959 Compare October 25, 2023 15:10
@renovate renovate bot force-pushed the renovate/patch-pin-image-digest-versions branch 5 times, most recently from 8408220 to 7ca3281 Compare October 31, 2023 20:09
@renovate renovate bot force-pushed the renovate/patch-pin-image-digest-versions branch 2 times, most recently from 71306da to 3eaa78c Compare November 5, 2023 10:34
@renovate renovate bot force-pushed the renovate/patch-pin-image-digest-versions branch from 3eaa78c to bba6ea1 Compare November 6, 2023 08:57
@renovate renovate bot merged commit 75669ca into main Nov 6, 2023
7 checks passed
@renovate renovate bot deleted the renovate/patch-pin-image-digest-versions branch November 6, 2023 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants