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

fix(deps): update patch, pin, image digest versions #778

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@tailwindcss/forms 0.5.9 -> 0.5.10 age adoption passing confidence dependencies patch
@types/node (source) 20.17.6 -> 20.17.12 age adoption passing confidence dependencies patch
@types/react (source) 18.3.12 -> 18.3.18 age adoption passing confidence dependencies patch
@types/react-dom (source) 18.3.1 -> 18.3.5 age adoption passing confidence dependencies patch
@vitejs/plugin-react (source) 4.3.3 -> 4.3.4 age adoption passing confidence devDependencies patch
locustio/locust 2.32.2 -> 2.32.5 age adoption passing confidence final patch
nginx 1.27.2 -> 1.27.3 age adoption passing confidence final patch
node (source) 20.18.0 -> 20.18.1 age adoption passing confidence patch
prettier-plugin-tailwindcss 0.6.8 -> 0.6.9 age adoption passing confidence devDependencies patch
tailwindcss (source) 3.4.15 -> 3.4.17 age adoption passing confidence devDependencies patch
au.com.dius.pact.provider:junit5spring 4.6.15 -> 4.6.16 age adoption passing confidence dependencies patch
org.testcontainers:testcontainers-bom (source) 1.20.3 -> 1.20.4 age adoption passing confidence dependencies patch
io.swagger.core.v3:swagger-annotations 2.2.25 -> 2.2.27 age adoption passing confidence dependencies patch
com.squareup.moshi:moshi 1.15.1 -> 1.15.2 age adoption passing confidence dependencies patch
io.mockk:mockk (source) 1.13.13 -> 1.13.14 age adoption passing confidence dependencies patch
io.kubernetes:client-java-extended 19.0.1 -> 19.0.2 age adoption passing confidence dependencies patch

Release Notes

tailwindlabs/tailwindcss-forms (@​tailwindcss/forms)

v0.5.10

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​163)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v4.3.4

Compare Source

Add Vite 6 to peerDependencies range

Vite 6 is highly backward compatible, not much to add!

Force Babel to output spec compliant import attributes #​386

The default was an old spec (with type: "json"). We now enforce spec compliant (with { type: "json" })

nodejs/node (node)

v20.18.1: 2024-11-20, Version 20.18.1 'Iron' (LTS), @​marco-ippolito

Compare Source

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

v0.6.9

Compare Source

  • Introduce tailwindStylesheet option to replace tailwindEntryPoint (#​330)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

v3.4.16

Compare Source

Fixed
  • Ensure the TypeScript types for PluginsConfig allow undefined values (#​14668)

Changed

pact-foundation/pact-jvm (au.com.dius.pact.provider:junit5spring)

v4.6.16

Compare Source

  • 2d20163 - fix: Dependency conflict with org.slf4j:slf4j-api was causing Spring tests to fail (Ronald Holshausen, Wed Dec 4 14:21:15 2024 +1100)
  • 38c0d27 - feat: Update LambdaDsl.newJsonArray to allow setting the number of examples (Ronald Holshausen, Wed Dec 4 10:59:23 2024 +1100)
  • 19c663c - chore: The pact-jvm-server main spec was not configured correctly (Ronald Holshausen, Wed Dec 4 10:24:23 2024 +1100)
  • 147a2a6 - fix: LambdaDslJsonArray has no datetime function #​1839 (Ronald Holshausen, Wed Dec 4 10:23:10 2024 +1100)
  • c791170 - chore: Update readme (Ronald Holshausen, Wed Dec 4 09:59:01 2024 +1100)
  • 7229244 - Merge pull request #​1837 from cburgmer/patch-1 (Ronald Holshausen, Fri Nov 15 10:03:21 2024 +1100)
  • e95461a - Fix path to Clojure example (Christoph Burgmer, Thu Nov 14 14:21:10 2024 +0100)
  • 9f6b209 - chore: Add a test + update docs on JUnit 4 report dir default #​1836 (Ronald Holshausen, Thu Nov 14 15:58:48 2024 +1100)
  • 3e501f5 - chore: Add a test for pact-jvm-server (Ronald Holshausen, Tue Oct 29 17:40:28 2024 +1100)
  • 85c9236 - Update README.md (Ronald Holshausen, Tue Oct 29 11:32:02 2024 +1100)
  • 5c41e17 - bump version to 4.6.16 (Ronald Holshausen, Tue Oct 29 10:38:07 2024 +1100)
testcontainers/testcontainers-java (org.testcontainers:testcontainers-bom)

v1.20.4

Compare Source

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

swagger-api/swagger-core (io.swagger.core.v3:swagger-annotations)

v2.2.27: Swagger-core 2.2.27 released!

Compare Source

v2.2.26: Swagger-core 2.2.26 released!

Compare Source

  • fix CI (java17 module substitution) (#​4785)
  • refs #​4771 - schema resolution for container types and oas31 (#​4784)
  • refs-#​4760-Fix enum type annotations processing (#​4780)
  • Fix java record type use annotations support (#​4773)
  • fix findJsonValueType (#​4764)
  • refs-#​4737 add scanning for other OAS elements besides paths (#​4762)
  • bump jetty to 9.4.56.v20240826 (#​4758)
  • Update findJsonValueType method to provide better support for Jackson… (#​4756)
  • Implement Tests to check basic Java Record processing result (#​4749)
square/moshi (com.squareup.moshi:moshi)

v1.15.2

Compare Source

2024-12-05

  • Do not generate conditional shrinker rules (i.e., -if) when the rule is already predicated on the presence of the target type (as -keepnames and -keepclassmembers are).
    This will improve shrinker performance for projects with hundreds of model types, as conditional rules are more expensive to evaluate.
mockk/mockk (io.mockk:mockk)

v1.13.14

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.13...1.13.14


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit 0639c02 into main Jan 10, 2025
21 checks passed
@renovate renovate bot deleted the renovate/patch-pin-image-digest-versions branch January 10, 2025 01:38
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