fix(deps): update all dependencies #3207
Open
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:
^0.23.0
->^0.25.0
3.2.5
->3.2.7
1.15.0
->1.15.1
3.5.0
->3.5.2
3.5.0
->3.5.2
4.8.6
->4.9.3
4.8.6.2
->4.9.3.0
2.24
->2.25
8.1.1
->8.2.5
4.0.0-beta.6
->4.1.3
4.2.2
->4.5.11
1.5.10
->1.10.0
1.21.2
->1.24.1
1.6.5
->1.6.6
5.13.0
->5.16.1
5.11.0
->5.12.1
3.26.3
->3.27.3
7.3
->7.4
9.3.2
->9.5.2
2.16.1
->2.18.0
1.17.1
->1.18.0
1.9.4
->1.10.1
33.3.0-jre
->33.4.5-jre
4.8.6
->4.9.3
Release Notes
facebook/react (scheduler)
v0.25.0
Compare Source
v0.23.2
Compare Source
v0.23.1
Compare Source
eirslett/frontend-maven-plugin (com.github.eirslett:frontend-maven-plugin)
v1.15.1
spotbugs/spotbugs (com.github.spotbugs:spotbugs)
v4.9.3
Compare Source
Added
UselessSuppressionDetector
to report the useless annotations instead ofNoteSuppressedWarnings
(#3348)Fixed
US_USELESS_SUPPRESSION_ON_METHOD
on synthetic methods (#3351)v4.9.2
Compare Source
Added
@SuppressFBWarnings
annotations (#641)Fixed
HSM_HIDING_METHOD
false positive when ECJ generates a synthetic method for an enum switch (#3305)AT_UNSAFE_RESOURCE_ACCESS_IN_THREAD
false negatives, detector depending on method order.THROWS_METHOD_THROWS_CLAUSE_THROWABLE
reported in a method callingMethodHandle.invokeExact
due to its polymorphic signature (#3309)AT_STALE_THREAD_WRITE_OF_PRIMITIVE
false positive in inner class (#3310).AT_STALE_THREAD_WRITE_OF_PRIMITIVE
false positive for ECJ compiled enum switches (#3316)RC_REF_COMPARISON
false positive with Lombok With annotation (#3319)MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR
andMC_OVERRIDABLE_METHOD_CALL_IN_CLONE
false positive when the overridable method is outside the class (#3328).ThrowingExceptions
detector (#3337).Removed
TLW_TWO_LOCK_NOTIFY
,LI_LAZY_INIT_INSTANCE
,BRSA_BAD_RESULTSET_ACCESS
,BC_NULL_INSTANCEOF
,NP_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
andRCN_REDUNDANT_CHECKED_NULL_COMPARISON
deprecated bug patterns.v4.9.1
Compare Source
Added
SharedVariableAtomicityDetector
for new bug typesAT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
,AT_NONATOMIC_64BIT_PRIMITIVE
andAT_STALE_THREAD_WRITE_OF_PRIMITIVE
(See SEI CERT rules VNA00-J, VNA02-J and VNA05-J).FindHiddenMethod
for bug typeHSM_HIDING_METHOD
. This bug is reported whenever a subclass method hides the static method of super class. (See SEI CERT MET07-J).Fixed
ThrowingExceptions
(#3267)java.util.concurrent.CompletableFuture
'scompleteOnTimeout()
,getNow()
andobtrudeValue()
functions as nullable (#1001).FindReturnRef
was checking instructions corresponding to a CFG branch that was optimized away (#3266)MultipleInstantiationsOfSingletons
when a singleton initializer makes recursive calls (#3280)FindReturnRef
on inner class fields (#3283)v4.9.0
Compare Source
Added
SuppressFBWarnings
annotation to support finer grained bug suppressions (#3102)ResourceInMultipleThreadsDetector
and introduced new bug type:AT_UNSAFE_RESOURCE_ACCESS_IN_THREAD
is reported in case of unsafe resource access in multiple threads.Fixed
MC_OVERRIDABLE_METHOD_CALL_IN_READ_OBJECT
when calling own methods (#2957)findbugs.refcomp.reportAll
is now being used. For some new conditions, it will emit an experimental warning (#2988)-version
flag prints the version to the standard output (#2797)SING_SINGLETON_GETTER_NOT_SYNCHRONIZED
report when the synchronization is in a called method (#3045)BetterCFGBuilder2.isPEI
handledup2
bytecode used by Spring AOT (#3059)EI_EXPOSE_REP
when there are multiple immutable assignments (#3023)NP_NONNULL_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR
for Kotlin, handle Kotlin'sIntrinsics.checkNotNullParameter()
(#3094)FindReturnRef
not finding references exposed from nested and inner classes (#2042)FI_FINALIZER_NULLS_FIELDS
FPs for functions called finalize() but not with the correct signature. (#3207)ThrowingExceptions
by removing false positive reports, such as synthetic methods (lambdas), methods which inherited their exception specifications and methods which call throwing methods (#2040)DP_DO_INSIDE_DO_PRIVILEGED
,DP_CREATE_CLASSLOADER_INSIDE_DO_PRIVILEGED
andUSC_POTENTIAL_SECURITY_CHECK_BASED_ON_UNTRUSTED_SOURCE
in code targeting Java 17 and above, since it advises the usage of deprecated method (#1515).RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
false positive for a builder delegating to another builder (#3235)Cleanup
Collection.isEmpty()
orString.isEmpty()
to test for emptiness (#3180, #3219)Boolean.parseBoolean()
for string-to-boolean conversion. (#3217)Changed
spotify/fmt-maven-plugin (com.spotify.fmt:fmt-maven-plugin)
v2.25
Compare Source
What's Changed
Full Changelog: spotify/fmt-maven-plugin@2.24...2.25
jerrybendy/url-search-params-polyfill (org.webjars.npm:url-search-params-polyfill)
v8.2.5
Hypercontext/linkifyjs (org.webjars.npm:linkifyjs)
v4.1.3
Compare Source
&
symbol double-encoding in linkify-htmlv4.1.1
Compare Source
guybedford/es-module-shims (org.webjars.npm:es-module-shims)
v1.10.0
Compare Source
What's Changed
Full Changelog: guybedford/es-module-shims@1.9.0...1.10.0
wenzhixin/bootstrap-table (org.webjars.npm:bootstrap-table)
v1.24.1
Compare Source
Core
lt-LT
locale.filterBy
not working bug after usingfilterAlgorithm
option.npm-run-all2
instead.v1.24.0
Compare Source
Core
card-view-field
class tocard-view
.id
not working bug inrowAttributes
.data
field attr not working bug.undefined
bug inupdateFieldGroup
when usingrefreshOptions
.post-header
trigger bug after table destroy.strictSearch
not working bug.insertRow
bug after on the last row of the table.Extensions
v1.23.5
Compare Source
Core
getFooterData
method.refresh
invalid url bug whenurl
is relative path.getData
bug withformatted
param.v1.23.4
Compare Source
Core
formatter
andfooterFormatter
methods returning typejQuery
,HTMLElement
.sortReset
method to reset the current sort state.refresh
method doesn't reuse parameters provided as query bug.colspan
is set as a string.Extensions
v1.23.3
Compare Source
Core
formatter
andfooterFormatter
methods returning typejQuery
,HTMLElement
.sortReset
method to reset the current sort state.refresh
method doesn't reuse parameters provided as query bug.colspan
is set as a string.Extensions
v1.23.2
Compare Source
Core
buttonsAttributeTitle
option to customize title attribute.esbuild
bundle error.undefined
error when searching using the dotted field.v1.23.0
Compare Source
Core
getData
withformatted
data bug when a column is missing.toggleColumn
exception when the field does not exist.Extensions
addrCustomParams
option for custom parameters.filterControlSearchClear
option to stop clearing the filters when usingshowSearchButton
option.localStorage
.v1.22.6
Compare Source
Extensions
formatter
function does not include thefield
parameter bug.v1.22.4
Compare Source
Core
paginationLoadMore
option.table-sm
.locale
not changed bug using therefreshOptions
method.vi-VN
,zh-CN
andzh-TW
locales.Extensions
copyRowsHandler
option to handle the copy rows data.printStyles
option.sorter
function.v1.22.3
Compare Source
Core
fixedScroll
option.iconsPrefix
..
character.tr-TR
,es-ES
,pt-BR
andpt-PT
locales.Extensions
sortReset
option.v1.22.2
Compare Source
Core
footerStyle
column option.sort
event.ar-SA
locale.Extensions
cardView
option.export-saved
event error whenexportDataType
isall
.searchAccentNeutralise
option not work.filterOrderBy
not work bug for select.singleSelect
option.Documentation
updateCellByUniqueId
method.v1.22.1
Compare Source
Core
ca-ES
locale.v1.22.0
Compare Source
Core
sortBy
method.switchableLabel
column option.class
attributes in toolbar buttons.Extensions
v1.21.4
Compare Source
Core
select
form to thesearchSelector
option.Extensions
v1.21.3
Compare Source
Core
escapeTitle
table option.th
).filterOptions
after rebuild.html
.$.extend
.Extensions
exportTypes
option not working bug.html
value.reorder-rows
.treegrid
not working when id is text.vt-middleware/passay (org.passay:passay)
v1.6.6
: ReleaseCompare Source
See https://www.passay.org/download.html for change log and binaries.
mockito/mockito (org.mockito:mockito-core)
v5.16.1
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.1
v5.16.0
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.16.0
--info
to diagnose closeAndReleaseStagingRepositories issues (#3567)v5.15.2
Changelog generated by Shipkit Changelog Gradle Plugin
5.15.2
v5.14.2
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.2
mockito-
prefix (#3460)v5.14.1
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.1
v5.14.0
Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.0
dbmdz/metadata-service (io.github.dbmdz.metadata:metasvc-client)
v9.5.2
Compare Source
Added
v9.5.1
[Compare S
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.