-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #97
base: main
Are you sure you want to change the base?
Conversation
d110448
to
5c79f7e
Compare
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: maven/io.quarkus/[email protected] |
5c79f7e
to
5ecfd91
Compare
5ecfd91
to
fb56e30
Compare
b472ba2
to
ab4e42c
Compare
ab4e42c
to
b08b2f6
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
b08b2f6
to
30d22af
Compare
86fadfc
to
15680a5
Compare
15680a5
to
f6dc409
Compare
f6dc409
to
7b20137
Compare
430e73f
to
760749b
Compare
d8b420c
to
4633723
Compare
cc89da2
to
967eabe
Compare
967eabe
to
e71cc86
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
15.2.10
->15.4.3
3.3.3
->3.4.2
2.6.5
->2.6.7
3.16.2
->3.18.1
3.16.2
->3.18.1
Release Notes
lint-staged/lint-staged (lint-staged)
v15.4.3
Compare Source
Patch Changes
cbfed1d
Thanks @tarik02! - Adjust TypeScript types for the default export so that it can be used as a value without error TS2693.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.v15.3.0
Compare Source
Minor Changes
#1495
e69da9e
Thanks @iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.#1493
fa0fe98
Thanks @iiroj! - Added more help messages around the automaticgit stash
that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.For example:
where the backup can be seen with
git show 20addf8
, orgit stash list
:v15.2.11
Compare Source
Patch Changes
#1484
bcfe309
Thanks @wormsik! - Escape paths containing spaces when using the "shell" option.#1487
7dd8caa
Thanks @iiroj! - Do not treat submodule root paths as "staged files". This caused lint-staged to fail to a Git error when only updating the revision of a submodule.prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
jhipster/prettier-java (prettier-plugin-java)
v2.6.7
Compare Source
Fixes
v2.6.6
Compare Source
Enhancements
Fixes
quarkusio/quarkus (io.quarkus:quarkus-bom)
v3.18.1
Compare Source
Complete changelog
@WithTestResource
quarkus.uuid
is not determined at native image build timequarkus-maven-plugin
with failsafe andquarkus.test.arg-line
v3.18.0
Compare Source
Complete changelog
quarkus.otel.traces.suppress-non-application-uris
not working withquarkus.management.enabled
Uni
leads to Vert.x error now that Vert.x Pump was replaced@BeanParam
handling during hot reloadv3.17.8
Compare Source
Complete changelog
@JoinColumns
breaks on Hibernate ReactiveClientBuilder
andClient
should not share the sameConfiguration
instanceConfiguration
when building a JAX-RSClient
@ConfigItem
to FilterConfigv3.17.7
Compare Source
Complete changelog
Log.error(Object,Throwable)
ExtHandler
@PermissionChecker
value attributeyq
installation step from GitHub Actions workflows@BuildSteps
in the Oracle JDBC extension"v3.17.6
Compare Source
Complete changelog
@WithTestResource
fixes@Context
elements in constructorsv3.17.5
Compare Source
Complete changelog
@Url
@Url
is usedv3.17.4
Compare Source
Complete changelog
@ServerExceptionMapper
annotationquarkus-oidc
usesquarkus.oidc.provider
ci.yml
for Gradle projects@PermissionChecker
methods@Url
usage in REST Clientv3.17.3
Compare Source
Complete changelog
v3.17.2
Compare Source
Complete changelog
@JdbcTypeCode
(SqlTypes.ARRAY) causes NullPointerException with 6.6.0.Finalhttp_server_requests*
@AuthorizationPolicy
is not compatoble with kotlin suspend functions@QuarkusMainTest
completes@SecureField
to a generic with nested objects.jakarta.json.spi.JsonProvider
service provider@PreAuthorize
security annotation on SpringWeb endpoints@AuthorizationPolicy
on suspended Kotlin endpoint methods@SecureField
and allow to explicitly enable secure serialization@WithTestResource
to getting started testingv3.17.1
Compare Source
v3.17.0
Compare Source
Complete changelog
micrometer-prometheus
integration test after moving Kubernetes to@ConfigMapping
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 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.