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.0
v3.28.0
->v3.28.5
8.12
->8.12.1
15.3.0
->15.4.2
v5.0.1
->v5.1.0
3.27.2
->3.27.3
1.2024.8
->1.2025.0
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
3.9.1
->3.10.2
4.1.116.Final
->4.1.117.Final
4.1.116.Final
->4.1.117.Final
1.2.1
->1.2.2
1.45.0
->1.46.0
1.2.1
->1.2.2
Release Notes
actions/upload-artifact (actions/upload-artifact)
v4.6.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
github/codeql-action (github/codeql-action)
v3.28.5
Compare 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.4
Compare Source
v3.28.3
Compare Source
v3.28.2
Compare 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.1
Compare 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.1
Compare Source
lint-staged/lint-staged (lint-staged)
v15.4.2
Compare Source
Patch Changes
8827ebf
Thanks @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.1
Compare Source
Patch Changes
#1504
1c7a45e
Thanks @iiroj! - Default TypeScript config filenames match JS equivalents.#1504
9cc18c9
Thanks @iiroj! - Add missing conditional exports syntax for TypeScript types.v15.4.0
Compare Source
Minor Changes
#1500
a8ec1dd
Thanks @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
.ts
file extension for the configuration if your Node.js version supports it. The--experimental-strip-types
flag 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
9b79364
Thanks @iiroj! - Handle possible failures when logging user shell for debug info.stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v5.1.0
Compare Source
Changed
github.actor_id
in defaultcommit_author
(#354) @parkerbxyzFixed
Dependency Updates
square/okio (com.squareup.okio:okio)
v3.10.2
Compare Source
2025-01-08
okio-nodefilesystem
artifact is no longer empty.v3.10.1
Compare Source
2025-01-07
FileSystem.close()
may prevent future access and/or clean up associated resources depending on the backing implementation.FakeFileSystem
will prevent future operations once closed.InputStream
s created fromBufferedSource.inputStream()
now have a more efficient version ofInputStream.transferTo()
which reduces memory copies.okio-nodefilesystem
is 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.0
Compare 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.2
Reactor Netty
1.2.2
is part of2024.0.2
Release Train.What's Changed
Transfer-Encoding
forDELETE
with no body by @violetagg in #3549DisposedChannelConfig#setAutoRead
does not change auto-read configuration by @violetagg in #3581✨ New features and improvements
Reactor Core
v3.7.2
by @chemicL in3db1d87
, see release notesNetty
v4.1.116.Final
by @violetagg in #3550netty-incubator-transport-native-io_uring
v0.0.26.Final
by @dependabot in #3568Netty QUIC Codec
v0.0.70.Final
by @violetagg in #3570Http2Pool
: Do not proceed with the acquisition ifBorrower
is cancelled by @violetagg in #3582Http2Pool
: Do not proceed with the resource delivery ifBorrower
is cancelled by @violetagg in #3585🐞 Bug fixes
ClassCastException
inHttpOperations#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
CORS
HTTP server example by @jchenga in #3554HTTP2
/HTTP3
configuration to theHTTP
examples by @violetagg in #3578New Contributors
Full Changelog: reactor/reactor-netty@v1.2.1...v1.2.2
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-api)
v1.46.0
SDK
(#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.