Skip to content

fix(deps): update patch-dependencies#1274

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-dependencies
Closed

fix(deps): update patch-dependencies#1274
renovate[bot] wants to merge 1 commit intomainfrom
renovate/patch-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apidevtools/json-schema-ref-parser (source) 12.0.1 -> 12.0.2 age adoption passing confidence
@types/node (source) 22.15.17 -> 22.15.18 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.32.0 -> 8.32.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.32.0 -> 8.32.1 age adoption passing confidence
typescript-eslint (source) 8.32.0 -> 8.32.1 age adoption passing confidence
io.quarkus:quarkus-bom 3.22.2 -> 3.22.3 age adoption passing confidence
io.quarkus:quarkus-maven-plugin 3.22.2 -> 3.22.3 age adoption passing confidence

Release Notes

APIDevTools/json-schema-ref-parser (@​apidevtools/json-schema-ref-parser)

v12.0.2

Compare Source

Bug Fixes
  • allow $defs and fix circular pointers issue with $ref in root (#​383) (382e927)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.32.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (typescript-eslint)

v8.32.1

Compare Source

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.22.3

Compare Source

Complete changelog
  • #​37765 - Resteasy Reactive: Add support for sending multipart List in client API (supported in Server API)
  • #​47081 - Accessing ConfigProvider from a custom JUnit condition results in ServiceConfigurationError
  • #​47365 - Leave the TCCL how we found it after test discovery
  • #​47430 - Quarkus fails to start up with composite Gradle build when using Kotlin (Java works correctly)
  • #​47473 - Quarkus (REST) behaves differently when having a parent POM
  • #​47498 - Native executable cannot be built with signed Jars containing beans
  • #​47534 - Extract common code from AbstractJvmQuarkusTestExtension and QuarkusMainTestExtension to AppMakerHelper
  • #​47535 - Use a common name for a test classes index file instead of a one based on a test class name
  • #​47657 - Using nested JUnit test classes with QuarkusTest breaks non-Quarkus tests
  • #​47670 - [SmallRye Messaging] - Backpressure support via @OnOverflow broken after upgrading to Quarkus 3.22.x
  • #​47671 - Test classes with @Nested classes fail in dev-mode
  • #​47684 - Agroal - Database connection pool - Database view: Select command denied
  • #​47689 - Reflection-free serializer is generated also for pojos annotated with @JsonValue
  • #​47716 - Clarify documentation for usage of TLS registry in Quarkus clients
  • #​47719 - Fix reflection-free json serialization with @JsonValue
  • #​47724 - Bump wildfly-elytron.version from 2.6.3.Final to 2.6.4.Final
  • #​47728 - Fix Kotlin compilation
  • #​47729 - Cache DevUI give datatable more height
  • #​47730 - Fix included Kotlin build in quarkusDev
  • #​47731 - Fix possible NPE on 404 on startup
  • #​47736 - Fix reflection-free for @JsonValue annotated classes
  • #​47738 - Multiple scheduled methods overrides they configuration
  • #​47743 - Quarkus devservices oracledb with flyway
  • #​47744 - IllegalAccessError with REST Resources outside of the application module
  • #​47746 - Honor application class predicate in QuarkusInvokerFactory
  • #​47748 - Scheduler: register static Scheduled methods correctly
  • #​47750 - Fail early if the access token is not returned from GitHub
  • #​47751 - SmallRye JWT devmode optimization is impacting users and should be disabled by default
  • #​47752 - Add a note about client secret to GitHub provider docs
  • #​47753 - Copy init-script-path files to Oracle DevService volume
  • #​47757 - Unsign all dependency JARs during build
  • #​47758 - Disable analytics for the remote-dev tests
  • #​47766 - Document known Flyway issues and configuration examples
  • #​47767 - Close the base classloader on a re-start of an app on the remote side in remote-dev mode
  • #​47772 - Unsupported openshift options
  • #​47776 - Take use using-prefix into account in Openshift manifest generation
  • #​47777 - Add quarkus-vertx-http-deployment to documentation on testing of Dev UI in extensions
  • #​47779 - OpenAPI Filters ensure consistent ordering
  • #​47780 - Use a stack to store the TCCL
  • #​47783 - quarkus-maven-plugin:create fails with missing codestart even for minimal project (no extensions)
  • #​47786 - Add support for disabling automatic key generation in JWT extension via new properties
  • #​47787 - DevUI DatabaseView improve JDBC host resolution
  • #​47789 - Gradle copying artifacts for native build failed with Permission denied
  • #​47794 - Quarkus 3.22 - Gradle Unit Tests do not run in multi module setup when not all modules have a test
  • #​47795 - Better handle registry referencing non-existing codestarts
  • #​47797 - quarkus-maven-plugin throws error when using an additional custom resource directory
  • #​47803 - Ignore false reflection hierarchy warning for Kotlin serialization
  • #​47804 - Qute: document type-safe fragment records
  • #​47806 - Gradle - Delete files before copy if read only
  • #​47808 - Add test check for log messages about not being able to load class orderer
  • #​47809 - Qute: fix type-safe fragments defined as top-level records
  • #​47810 - Fix case in which normal tests would trash the TCCL and cause NPEs
  • #​47812 - Correctly identify nested QuarkusTests in continuous testing
  • #​47814 - Bump hibernate-orm.version from 6.6.13.Final to 6.6.14.Final
  • #​47815 - Bump narayana.version from 7.2.1.Final to 7.2.2.Final
  • #​47816 - Bump io.micrometer:micrometer-bom from 1.14.6 to 1.14.7
  • #​47818 - Dev UI Agroal: Fix Mysql and count
  • #​47820 - Polish client multipart handling
  • #​47822 - Remove uses of static bytecode-adjusted logger in FacadeClassLoader
  • #​47823 - Properly support List<File> (and friends) for REST Client multipart upload
  • #​47824 - Jandex: upgrade to 3.3.1
  • #​47825 - Fix custom Maven project resource path resolution
  • #​47828 - Messaging Context propagation Decorator Fix
  • #​47829 - Make sure we have a test compilation unit before going further

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 requested a review from a team as a code owner May 14, 2025 12:42
@renovate renovate bot force-pushed the renovate/patch-dependencies branch from 17e7470 to 173747e Compare May 14, 2025 13:51
@renovate renovate bot changed the title fix(deps): update patch-dependencies to v3.22.3 fix(deps): update patch-dependencies May 14, 2025
@rocketstack-matt rocketstack-matt deleted the renovate/patch-dependencies branch May 15, 2025 14:29
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.

1 participant