fix(deps): update all non-major dependencies#279
Open
a-klos wants to merge 1 commit into
Open
Conversation
9a808f0 to
9e526f4
Compare
08343fe to
1318a7f
Compare
1318a7f to
8679823
Compare
Member
Author
|
4c8e3f3 to
a7fb233
Compare
a7fb233 to
1e25e45
Compare
1e25e45 to
aa65dbd
Compare
aa0bbd5 to
1c8c00b
Compare
1c8c00b to
1711767
Compare
1711767 to
2c0145e
Compare
2c0145e to
07b5701
Compare
07b5701 to
1042310
Compare
1042310 to
36876cb
Compare
36876cb to
639a3ec
Compare
639a3ec to
2aed75a
Compare
2aed75a to
3dbb686
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.9.1->1.10.01.10.14.3.0->4.3.10.5.19->0.5.204.3.0->4.3.122.19.19->22.19.2122.20.08.60.1->8.61.08.61.18.60.1->8.61.08.61.114.7.0->14.8.02.4.10->2.4.111.6.12->1.7.21.16.1->1.17.01.18.01.38.0->1.41.01.42.49->1.43.291.43.34(+4)1.42.44->1.43.291.43.34(+4)1.42.49->1.43.291.43.34(+4)9.1.0->9.3.17.13.4->7.14.17.14.27.11.3->7.14.17.14.215.16.0->15.17.05.5.20->5.5.234.5.0->4.8.51.8.20->1.8.211.8.17->1.8.214.48.3->4.49.04.49.12.97.0->2.102.12.104.0(+2)2.78.1->2.82.02.83.1(+1)10.9.1->10.9.23.2.0->3.4.23.29.0->3.29.43.20.3->3.29.41.2.3->1.2.40.4.1->0.4.21.4.0->1.4.71.4.80.4.1->0.4.21.0.1->1.1.01.2.2->1.3.23.14.1->3.15.01.5.31->1.5.341.5.353.175.0->3.185.03.194.0(+10)3.175.0->3.185.03.194.0(+10)1.2.4->1.2.51.2.60.8.8->0.8.150.8.18(+2)6.1.0->6.1.11.11.0->1.12.00.1.4->0.1.611.16.0->11.17.02.3.5->2.4.61.57.0->1.60.01.63.0(+2)2.41.0->2.41.12.43.0(+1)2.3.4->2.4.16.33.5->6.33.62.12.5->2.13.42.12.0->2.14.12.14.21.16.2->1.171.16.2->1.171.16.2->1.179.0.3->9.1.09.1.11.3.0->1.4.01.18.0->1.18.21.16.2->1.18.025.0.3->25.0.5~> 0.96.0->~> 0.98.00.99.04.3.0->4.3.12.9.2->2.10.02.10.0+cpu->2.12.1+cpu^0.25.0->^0.27.04.67.3->4.68.24.68.35.10.2->5.12.05.12.10.18.31->0.23.1^0.47.0->^0.49.03.5.35->3.5.3810.4.0->10.4.111.4.4->11.4.511.4.63.3.3->3.3.5Release Notes
SchwarzIT/onyx (@sit-onyx/icons)
v1.10.0Compare Source
Minor Changes
0bb52be: feat: update iconsNew
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.1Compare Source
Added
--silentoption to suppress output in@tailwindcss/cli(#20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#20028)@applyto be used with CSS mixins (#19427)not-*correctly negates@containerqueries, includingstyle(…)queries (#20059)drop-shadow-*color utilities work with custom shadow values containingcalc(…)(#20080)@tailwindcss/vite(#20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#20027)calc(…)expressions (e.g.px-[calc(1rem+0px)]→px-[calc(1rem+0)]) (#20127)left-[99999px]→left-[99999px], notleft-24999.75) (#20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#20139)addClass(…)andremoveClass(…)calls (#20198)@variantto be used insideaddBase(#19480)@sourceglobs with symlinks are preserved (#20203)@sourcerules can re-include files excluded by earlier@source notrules (#20203)@utilityrules (#20205)inset-shadow-noneand other inset shadows work correctly (#20208)@sourcedirectories are scanned even when ignored by git (#20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#20217)calc(…)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]→w-[calc(100%/3.5)], notw-[28.571428571428573%]) (#20221)@tailwindcss/postcss(#20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#20196)tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.20Compare Source
Fixed
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.61.0Compare Source
🚀 Features
UnaryExpression.prefixto alwaystrue(#12372)❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.61.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vuejs/eslint-config-typescript (@vue/eslint-config-typescript)
v14.8.0Compare Source
What's Changed
includeDotFoldersoption by @mlmoravek in #278New Contributors
Full Changelog: vuejs/eslint-config-typescript@v14.7.0...v14.8.0
vuejs/test-utils (@vue/test-utils)
v2.4.11Compare Source
compare changes
🩹 Fixes
setData()correctly for components using bothsetup()anddata()(#2846)GlobalMountOptionstype (#2851)event.codeonkeydown/keyup(#2850)❤️ Contributors
authlib/authlib (authlib)
v1.7.2Compare Source
What's Changed
Full Changelog: authlib/authlib@v1.7.1...v1.7.2
v1.7.1Compare Source
What's Changed
redirect_urionInvalidScopeErrorinOpenIDImplicitGrantandOpenIDHybridGrant.Full Changelog: authlib/authlib@v1.7.0...v1.7.1
v1.7.0Compare Source
What's Changed
expires_atbehavior when its value is 0 by @azmeuk in #854get_jwt_configby @lepture in #858New Contributors
Full Changelog: authlib/authlib@v1.6.10...v1.7.0
axios/axios (axios)
v1.17.0Compare Source
This release adds Node HTTP zstd decompression, hardens config and release workflows, and fixes authentication, header, proxy, and type-handling regressions.
Azure/azure-sdk-for-python (azure-core)
v1.41.0Compare Source
Features Added
AZURE_LOG_LEVELnow acceptsVERBOSE(case-insensitive) as an alias forDEBUG. #46668Other Changes
AZURE_LOG_LEVEL,AZURE_TRACING_ENABLED, andAZURE_SDK_TRACING_IMPLEMENTATIONenvironment variables no longer raise errors. Instead, a warning is logged and the default value is used (INFOforAZURE_LOG_LEVEL). #46668v1.40.0Compare Source
Features Added
http_logging_leveloverrides inHttpLoggingPolicy. #44115additional_allowed_query_paramstoDistributedTracingPolicyandHttpLoggingPolicyto allow users to specify additional URL query parameters that should not be redacted in span attributes or logs. #46482additional_allowed_query_paramsto the client constructor. For example:client = ServiceClient(..., additional_allowed_query_params={"custom_param"}). This will apply to all operations performed by the client.Other Changes
additional_allowed_query_paramsargument in your client constructor. #46482v1.39.0Compare Source
Breaking Changes
azure_cloudsetting environment variable fromAZURE_CLOUDtoAZURE_SDK_CLOUD_CONF.v1.38.3Compare Source
Bugs Fixed
PipelineClient.format_urlto preserve trailing slash in the base URL when the URL template is query-string-only (e.g.,?key=value). #45365SensitiveHeaderCleanupPolicyto persist theinsecure_domain_changeflag across retries after a cross-domain redirect. #45518Other Changes
BearerTokenCredentialPolicyandAsyncBearerTokenCredentialPolicyto prevent simultaneous token refresh attempts across multiple processes. This helps mitigate the thundering herd problem during token refresh operations. #43720v1.38.2Compare Source
Bugs Fixed
PipelineClient.format_urlto preserve the leading slash when the URL template starts with/?. #45218v1.38.1Compare Source
Bugs Fixed
PipelineClient.format_urlto avoid adding trailing slashes when the URL template contains only query parameters. #45044boto/boto3 (boto3)
v1.43.29[Compare Source](https://redirect.github.com/boto/boto3/com
Configuration
📅 Schedule: Branch creation - "before 4am" in timezone UTC, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.