-
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
Quality Gate passedIssues Measures |
This PR contains the following updates:
15.2.10
->15.3.0
3.3.3
->3.4.2
3.16.2
->3.17.5
3.16.2
->3.17.5
Release Notes
lint-staged/lint-staged (lint-staged)
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
quarkusio/quarkus (io.quarkus:quarkus-bom)
v3.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
@TestProfile
when checking for restart@PermissionChecker
methods to authorize secured methods when@TestSecurity
annotation is applied and conditionally applySecurityIdentityAugmentors
v3.16.4
Compare Source
Complete changelog
additionalForcedProperties
buildForkOptions
no longer used since quarkus 3.16.1QUARKUS_FLYWAY_ACTIVE
instead ofQUARKUS_FLYWAY_ENABLED
env in Kubernetes resourcesCacheJsonRPCService.java
referencev3.16.3
Compare Source
Complete changelog
@QuarkusMainTest
respectquarkus.test.profile.tags
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.