chore: Update all non-major dependencies (v3.x.x) #4134
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:
7.27.1
->7.27.3
7.27.1
->7.27.3
20.17.50
->20.17.54
18.3.22
->18.3.23
8.32.1
->8.33.0
8.32.1
->8.33.0
1.0.30001718
->1.0.30001720
28.11.0
->28.12.0
7.6.0
->7.6.1
5.21.0
->5.22.0
0.28.4
->0.28.5
7.1.0
->7.1.1
2.1.28
->2.1.29
2.0.4
->2.0.5
2.0.4
->2.0.5
1.3.5
->1.4.0
1.3.5
->1.4.0
1.3.5
->1.4.0
4.2.2
->4.3.0
3.2.1
->3.3.0
4.2.1
->4.3.0
4.2.1
->4.3.0
4.2.1
->4.3.0
3.4.5
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
3.4.6
->3.5.0
Release Notes
babel/babel (@babel/core)
v7.27.3
Compare Source
🐛 Bug Fix
babel-generator
babel-helpers
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-regenerator
,babel-preset-env
,babel-runtime-corejs3
.displayName
onGeneratorFunction
(@nicolo-ribaudo)babel-plugin-proposal-explicit-resource-management
for using of
body (@JLHwung)babel-plugin-proposal-decorators
,babel-types
abstract
modifiers in class declaration to expression conversion (@magic-akari)babel-helper-module-transforms
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
babel-parser
babel-generator
,babel-parser
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.33.0
Compare Source
This was a version bump only for eslint-plugin 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/parser)
v8.33.0
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.
browserslist/caniuse-lite (caniuse-lite)
v1.0.30001720
Compare Source
jest-community/eslint-plugin-jest (eslint-plugin-jest)
v28.12.0
Compare Source
Features
28.11.2 (2025-05-29)
Bug Fixes
28.11.1 (2025-05-27)
Bug Fixes
v28.11.2
Compare Source
Bug Fixes
v28.11.1
Compare Source
Bug Fixes
remix-run/react-router (react-router)
v7.6.1
Compare Source
Patch Changes
Update
Route.MetaArgs
to reflect thatdata
can be potentiallyundefined
(#13563)This is primarily for cases where a route
loader
threw an error to it's ownErrorBoundary
. but it also arises in the case of a 404 which renders the rootErrorBoundary
/meta
but the root loader did not run because not routes matched.Partially revert optimization added in
7.1.4
to reduce calls tomatchRoutes
because it surfaced other issues (#13562)Fix typegen when same route is used at multiple paths (#13574)
For example,
routes/route.tsx
is used at 4 different paths here:Previously, typegen would arbitrarily pick one of these paths to be the "winner" and generate types for the route module based on that path.
Now, typegen creates unions as necessary for alternate paths for the same route file.
Better types for
params
(#13543)For example:
Previously,
params
for theroutes/layout.tsx
route were calculated as{ p: string, l: string }
.This incorrectly ignores params that could come from child routes.
If visiting
/parent/1/layout/2/child1/3/4
, the actual params passed toroutes/layout.tsx
will have a type of{ p: string, l: string, c1a: string, c1b: string }
.Now,
params
are aware of child routes and autocompletion will include child params as optionals:You can also narrow the types for
params
as it is implemented as a normalized union of params for each page that includesroutes/layout.tsx
:UNSTABLE: renamed internal
react-router/route-module
export toreact-router/internal
UNSTABLE: removed
Info
export from generated+types/*
filesAvoid initial fetcher execution 404 error when Lazy Route Discovery is interrupted by a navigation (#13564)
href replaces splats
*
(#13593)swagger-api/swagger-ui (swagger-ui-react)
v5.22.0
: Swagger UI v5.22.0 Released!Compare Source
Bug Fixes
Features
TypeStrong/TypeDoc (typedoc)
v0.28.5
Compare Source
Bug Fixes
ignoredHighlightLanguages
can now be used to prevent warnings for codeblocks containing languageswhich are supported by Shiki but are not loaded, #2956.
swagger-api/swagger-parser (io.swagger.parser.v3:swagger-parser-v3)
v2.1.29
: Swagger-parser 2.1.29 released!spring-projects/spring-modulith (org.springframework.modulith:spring-modulith-starter-test)
v1.4.0
Compare Source
⭐ New Features
@ApplicationModuleTest
#202ApplicationModuleIdentifiers
in order of module dependency #1066ApplicationModules
instance to executeApplicationModuleInitializer
s #1065ApplicationModuleInitializer
beans #1062FinishedSpan.localServiceName(…)
#935NamedInterfaces
programmatically #1009Observations
API #928💡 Improvements
@CheckReturnValue
in favor of the Spring Framework variant #1189*ApplicationModules.verify()
#1185*FormatableType
#1153ApplicationModules
should expose root packages #1152ApplicationModule
should expose internal types #1150Scenarios
should only accept non-empty collections by default #1131AssertablePublishedEvents
in testApplicationContext
if AssertJ is on the classpath #1110ModuleTestExecution
should useApplicationModulesFactory
to createApplicationModules
instance #1090spring-modulith-docs
artifact #1055ModulithMetadata.of(String)
should pick up classes annotated with@Modulithic
in the given package #1015Violations
#995🪲 Bugs
FormattableType.getAbbreviatedTypeName(…)
skips containing class for nested ones #1151@NamedInterface
not detected on composed annotation #1139JavaPackage
#1098@ApplicationModuleTest
in separate test files does not cache theApplicationContext
#1050ApplicationModuleSource
picks up module identifier from nested modules #1042NamedInterfaces.Builder
excludes all packages by default #1040JavaPackage.getSubPackages()
does not include empty intermediate packages #1039ApplicationModuleInformation
needs to be public #1038IllegalArgumentException
in AsciiDoc generation for Spring@EventListeners
without parameters #1006Asciidoctor.toInlineCode(String)
does not handle local method references correctly #965🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Alexander-Miller @ciberkleid @marcingrzejszczak @lukasdo @dtsaryov @sangjun121
* – Added between RC1 and GA.
v1.3.6
Compare Source
🔨 Dependency Upgrades
spring-cloud/spring-cloud-gateway (org.springframework.cloud:spring-cloud-starter-gateway)
v4.2.3
: 4.2.3⭐ New Features
❤️ Contributors
Thank you to all the contributors who worked on this release:
@raccoonback
spring-cloud/spring-cloud-netflix (org.springframework.cloud:spring-cloud-starter-netflix-eureka-server)
v4.3.0
: 4.3.0❤️ Contributors
Thank you to all the contributors who worked on this release:
@dependabot[bot]
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-graphql)
v3.5.0
Full release notes for Spring Boot 3.5 are available on the wiki.
⭐ New Features
🐞 Bug Fixes
📔 Documentation
@ConfigurationPropertiesBinding
#45626🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@ahrytsiuk, @izeye, @lhotari, @ngocnhan-tran1996, @nosan, @quaff, @thecooldrop, and @yybmion
v3.4.6
🐞 Bug Fixes
📔 Documentation
@ConfigurationPropertiesBinding
#45625🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@ahrytsiuk, @izeye, @ngocnhan-tran1996, @nosan, @quaff, @thecooldrop, and @yybmion
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Renovate Bot.