fix(deps): update all dependencies #795
Merged
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:
v4.5.0->v4.6.0v3.28.0->v3.28.88.12->8.12.1v4.2.2->v4.3.015.3.0->15.4.3v5.0.1->v5.1.03.27.2->3.27.31.2024.8->1.2025.03.1.0->3.1.12.11.0->2.12.14.1.116.Final->4.1.117.Final4.1.116.Final->4.1.117.Final0.7.2->0.7.34.1.116.Final->4.1.117.Final3.9.1->3.10.24.1.116.Final->4.1.117.Final4.1.116.Final->4.1.117.Final1.2.1->1.2.28.17.0->8.18.01.45.0->1.46.05.4.1->5.4.21.2.1->1.2.22.1.0->2.1.10Release Notes
actions/upload-artifact (actions/upload-artifact)
v4.6.0Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
github/codeql-action (github/codeql-action)
v3.28.8Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.8 - 29 Jan 2025
See the full CHANGELOG.md for more information.
v3.28.7Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.7 - 29 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.6Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.6 - 27 Jan 2025
See the full CHANGELOG.md for more information.
v3.28.5Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.5 - 24 Jan 2025
See the full CHANGELOG.md for more information.
v3.28.4Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.4 - 23 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.3Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.3 - 22 Jan 2025
See the full CHANGELOG.md for more information.
v3.28.2Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.2 - 21 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.1Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.1 - 10 Jan 2025
See the full CHANGELOG.md for more information.
gradle/gradle (gradle)
v8.12.1Compare Source
gradle/actions (gradle/actions)
v4.3.0Compare Source
This release brings some significant improvements to cache-cleanup and dependency-submission:
dependency-submission(#519)build-scan-publish: trueor Develocity injection (#543)What's Changed
cache-reporting.tsby @SimonMarquis in https://github.com/gradle/actions/pull/492New Contributors
Full Changelog: gradle/actions@v4.2.2...v4.3.0
lint-staged/lint-staged (lint-staged)
v15.4.3Compare Source
Patch Changes
cbfed1dThanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.v15.4.2Compare Source
Patch Changes
8827ebfThanks @iiroj! - Change lint-staged's dependencies to use caret (^) ranges instead of tilde (~). This makes it easier for package managers to perform dependency management when minor-level updates are also permitted instead of just patch-level.v15.4.1Compare Source
Patch Changes
#1504
1c7a45eThanks @iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9Thanks @iiroj! - Add missing conditional exports syntax for TypeScript types.v15.4.0Compare Source
Minor Changes
#1500
a8ec1ddThanks @iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:It's also possible to use the
.tsfile extension for the configuration if your Node.js version supports it. The--experimental-strip-typesflag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.Patch Changes
9b79364Thanks @iiroj! - Handle possible failures when logging user shell for debug info.stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v5.1.0Compare Source
Changed
github.actor_idin defaultcommit_author(#354) @parkerbxyzFixed
Dependency Updates
jakartaee/validation (jakarta.validation:jakarta.validation-api)
v3.1.1Compare Source
What's Changed
New Contributors
Full Changelog: jakartaee/validation@3.1.0...3.1.1
square/okio (com.squareup.okio:okio)
v3.10.2Compare Source
2025-01-08
okio-nodefilesystemartifact is no longer empty.v3.10.1Compare Source
2025-01-07
FileSystem.close()may prevent future access and/or clean up associated resources depending on the backing implementation.FakeFileSystemwill prevent future operations once closed.InputStreams created fromBufferedSource.inputStream()now have a more efficient version ofInputStream.transferTo()which reduces memory copies.okio-nodefilesystemis no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target.This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.Please use 3.10.2 to ensure this change actually does not affect your builds.v3.10.0Compare Source
2025-01-06
This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.
reactor/reactor-netty (io.projectreactor.netty:reactor-netty-core)
v1.2.2Reactor Netty1.2.2is part of2024.0.2Release Train.What's Changed
Transfer-EncodingforDELETEwith no body by @violetagg in #3549DisposedChannelConfig#setAutoReaddoes not change auto-read configuration by @violetagg in #3581✨ New features and improvements
Reactor Corev3.7.2by @chemicL in3db1d87, see release notesNettyv4.1.116.Finalby @violetagg in #3550netty-incubator-transport-native-io_uringv0.0.26.Finalby @dependabot in #3568Netty QUIC Codecv0.0.70.Finalby @violetagg in #3570Http2Pool: Do not proceed with the acquisition ifBorroweris cancelled by @violetagg in #3582Http2Pool: Do not proceed with the resource delivery ifBorroweris cancelled by @violetagg in #3585🐞 Bug fixes
ClassCastExceptioninHttpOperations#initShortId()by @joschi in #3542HttpServerRequest#receiveContent()never emits any value nor completes whenHTTP/1.1 TLS Upgrade(RFC-2817) kicks in by @reta in #3540📖 Documentation
CORSHTTP server example by @jchenga in #3554HTTP2/HTTP3configuration to theHTTPexamples by @violetagg in #3578New Contributors
Full Changelog: reactor/reactor-netty@v1.2.1...v1.2.2
newrelic/newrelic-java-agent (com.newrelic.agent.java:newrelic-api)
v8.18.0Compare Source
Version 8.18.0
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-api)
v1.46.0SDK
(#6948)
(#6963)
Traces
(#6990)
Logs
(#6924)
Exporters
(#6999)
(#6969)
See OTLP authentication docs
for supported solutions.
(#6984)
Extensions
(#6931)
Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.