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 all patch dependencies (master) - autoclosed #347

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react (source) 11.11.1 -> 11.11.4 age adoption passing confidence
@emotion/styled (source) 11.11.0 -> 11.11.5 age adoption passing confidence
@fontsource/roboto (source) 5.0.3 -> 5.0.12 age adoption passing confidence
@types/d3-hierarchy (source) 3.1.3 -> 3.1.7 age adoption passing confidence
@types/jest (source) 29.5.1 -> 29.5.12 age adoption passing confidence
csstype 3.1.2 -> 3.1.3 age adoption passing confidence
react-i18next 12.3.0 -> 12.3.1 age adoption passing confidence
vite (source) 5.2.7 -> 5.2.8 age adoption passing confidence
com.hivemq:hivemq-mqtt-client 1.3.1 -> 1.3.3 age adoption passing confidence
com.digitalpetri.modbus:modbus-master-tcp 1.2.0 -> 1.2.2 age adoption passing confidence
com.github.tomakehurst:wiremock-jre8-standalone (source) 2.35.0 -> 2.35.2 age adoption passing confidence
net.bytebuddy:byte-buddy 1.14.5 -> 1.14.13 age adoption passing confidence
io.swagger.core.v3.swagger-gradle-plugin 2.2.8 -> 2.2.21 age adoption passing confidence
org.awaitility:awaitility (source) 4.2.0 -> 4.2.1 age adoption passing confidence
io.swagger.core.v3:swagger-annotations 2.2.8 -> 2.2.21 age adoption passing confidence
org.jctools:jctools-core (source) 4.0.1 -> 4.0.3 age adoption passing confidence
io.dropwizard.metrics:metrics-jvm (source) 4.2.19 -> 4.2.25 age adoption passing confidence
io.dropwizard.metrics:metrics-logback (source) 4.2.19 -> 4.2.25 age adoption passing confidence
io.dropwizard.metrics:metrics-jmx (source) 4.2.19 -> 4.2.25 age adoption passing confidence
io.dropwizard.metrics:metrics-core (source) 4.2.19 -> 4.2.25 age adoption passing confidence
com.sun.xml.bind:jaxb-impl (source) 2.3.8 -> 2.3.9 age adoption passing confidence
org.slf4j:jul-to-slf4j (source, changelog) 2.0.11 -> 2.0.12 age adoption passing confidence
org.slf4j:slf4j-api (source, changelog) 2.0.11 -> 2.0.12 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/react)

v11.11.4

Compare Source

Patch Changes
  • #​3159 5b82631d Thanks @​iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).

v11.11.3

Compare Source

Patch Changes
fontsource/font-files (@​fontsource/roboto)

v5.0.12

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

frenic/csstype (csstype)

v3.1.3

Compare Source

i18next/react-i18next (react-i18next)

v12.3.1

Compare Source

  • optimization for optional lng prop for useTranslation, should now prevent missings when lazy loading translations 1637
vitejs/vite (vite)

v5.2.8

Compare Source

hivemq/hivemq-mqtt-client (com.hivemq:hivemq-mqtt-client)

v1.3.3: 1.3.3

What's Changed

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.2...v1.3.3

v1.3.2: 1.3.2

What's Changed

New Contributors

Full Changelog: hivemq/hivemq-mqtt-client@v1.3.1...v1.3.2

wiremock/wiremock (com.github.tomakehurst:wiremock-jre8-standalone)

v2.35.2

Compare Source

v2.35.1: - Security Release

Compare Source

🔒 This is a security release that addresses the following issues

NOTE: WireMock Studio, a proprietary distribution discontinued in 2022, is also affected by those issues and also affected by CVE-2023-39967 - Overall CVSS Score 8.6 - “Controlled and full-read SSRF through URL parameter when testing a request, webhooks and proxy mode”. The fixes will not be provided. The vendor recommends migrating to WireMock Cloud which is available as SaaS and private beta for on-premises deployments

Credits: @​W0rty, @​numacanedo, @​Mahoney, @​tomakehurst, @​oleg-nenashev

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

v2.2.21: Swagger-core 2.2.21 released!

  • update dependencies (#​4630)
  • fix: Add class loader to OpenAPIExtensions ServiceLoader (#​4626)
  • Fix #​4618: process array schema in OpenAPI 3.1 same as in OpenAPI 3.0 (#​4619)
  • Fix isExplode method and explode tests (#​4612)
  • refs #​4610 - deprecate and fix ArraySchema.items processing (switch to ArraySchema.schema) (#​4611)
  • Add Header Object missing attributes (#​4608)
  • fix #​4589 - fix tests with Java 21 (list first/last) (#​4597)
  • Replace log error with warning in reflection with type not found (#​4596)
  • Add JAX-RS v2.2 tolerance by swagger-core (#​4595)
  • Skip groovy.lang package in ModelConverters (#​4594)
  • fix CodeQL (#​4582)

v2.2.20: Swagger-core 2.2.20 released!

Compare Source

  • switch to original eclipse transformer for jakarta artifacts - update dependencies (#​4578)
  • Bump logback-version from 1.4.11 to 1.4.13 (#​4564)
  • Bump jakarta.inject:jakarta.inject-api from 1.0 to 1.0.5 (#​4563)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 (#​4562)
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.0.0 to 3.5.0 (#​4556)
  • Remove System.err (#​4548)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.3.0 (#​4545)
  • Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.2 to 2.3.3 (#​4544)
  • Bump commons-io:commons-io from 2.14.0 to 2.15.0 (#​4541)
  • Treat kotlin.Deprecated as a deprecated operation (#​4464)

v2.2.19: Swagger-core 2.2.19 released!

  • give precedence to requiredMode annotation (#​4533)
  • update dependencies (#​4521)
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 (#​4513)
  • add deps update CI (#​4509)

v2.2.18: Swagger-core 2.2.18 released!

v2.2.17: Swagger-core 2.2.17 released!

  • 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)

v2.2.16: Swagger-core 2.2.16 released!

  • downgrade GH release actions runs-on (#​4477)
  • fix python setup in release GH Action (#​4476)
  • refs #​3080 - support array in additionalProperties annotation member (#​4475)
  • allow null values for extensions properties in openapi object (#​4468)
  • fixes #​4458 - correct invocation of setSkipResolveAppPath (#​4459)
  • add support of visibility of properties not annotated with jsonview b… (#​4391)

v2.2.15: Swagger-core 2.2.15 released!

  • fix oas 3.1 parameter resolving (#​4449)
  • fix siblings in response and request body schemas OAS 3.1 resolving (#​4445)

v2.2.14: Swagger-core 2.2.14 released!

  • OAS 3.1 siblings in refs resolving (#​4441)

v2.2.13: Swagger-core 2.2.13 released!

  • fix: makes populating instance variables accessible to subclasses (#​4434)
  • OAS 3.1 - properties and ref as siblings / fix ModelConvertes usage (#​4433)
  • support custom annotation for containers (#​4429)

v2.2.12: Swagger-core 2.2.12 released!

  • OAS 3.1 - fix webhooks class scanning (#​4426)
  • OAS 3.1 - annotations and resolve logic (#​4425)
  • Change ModelResolver to better handle JsonIgnoreProperties (#​4418)
  • fix #​3581: recognize Hidden annotation on enum values. (#​4394)

v2.2.11: Swagger-core 2.2.11 released!

Compare Source

  • Update Jackson to 2.15.1 to be consistent with SnakeYAML 2.0 (#​4417)
  • apply JAX-RS path regex to params (#​4415)

v2.2.10: Swagger-core 2.2.10 released!

Compare Source

  • Added possibility to provide JSON/YAML Factory to initialise ObjectMapper (#​4396)

v2.2.9: Swagger-core 2.2.9 released!

Compare Source

JCTools/JCTools (org.jctools:jctools-core)

v4.0.3: Rebuild of 4.0.2 for JDK 6 compatibility

Due to an error in the release process of v4.0.2 the binaries were built with JDK11, losing backwards compatibility with JDK6. This is fixed in this new release.

v4.0.2: Minor Release 4.0.2

Same code, new bundling post #​370

dropwizard/metrics (io.dropwizard.metrics:metrics-jvm)

v4.2.25

v4.2.24

What's Changed

Full Changelog: dropwizard/metrics@v4.2.23...v4.2.24

v4.2.23

What's Changed

Full Changelog: dropwizard/metrics@v4.2.22...v4.2.23

v4.2.22

What's Changed


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 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.

@renovate renovate bot added the renovate label Mar 31, 2024
@cla-bot cla-bot bot added the cla-signed label Mar 31, 2024
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 11 times, most recently from 4469310 to bb6b83c Compare April 9, 2024 09:56
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch 3 times, most recently from df77403 to efd582f Compare April 10, 2024 10:34
@renovate renovate bot force-pushed the renovate/hivemq-edge/master-all-patch branch from efd582f to 4d504f2 Compare April 10, 2024 10:38
@renovate renovate bot changed the title fix(deps): update all patch dependencies (master) fix(deps): update all patch dependencies (master) - autoclosed Apr 10, 2024
@renovate renovate bot deleted the renovate/hivemq-edge/master-all-patch branch April 10, 2024 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant