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
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.022.19.19->22.19.2022.19.2114.7.0->14.8.02.4.10->2.4.111.6.12->1.7.21.16.1->1.17.01.38.0->1.41.01.42.49->1.43.241.43.29(+4)1.42.44->1.43.241.43.29(+4)1.42.49->1.43.241.43.29(+4)9.1.0->9.3.17.13.4->7.14.17.11.3->7.14.15.5.20->5.5.234.5.0->4.8.51.8.20->1.8.211.8.17->1.8.214.48.3->4.49.02.78.1->2.79.02.82.0(+2)10.9.1->10.9.23.2.0->3.4.23.29.0->3.29.13.29.4(+2)3.20.3->3.29.13.29.4(+2)1.2.3->1.2.41.2.9->1.3.41.3.9(+3)0.4.1->0.4.21.4.0->1.4.11.4.7(+5)0.4.1->0.4.21.0.1->1.1.03.14.1->3.15.01.5.31->1.5.331.5.343.175.0->3.178.03.185.0(+7)3.175.0->3.178.03.185.0(+7)0.8.8->0.8.90.8.15(+4)6.1.0->6.1.11.11.0->1.12.00.1.4->0.1.62.3.5->2.4.61.57.0->1.59.01.60.02.3.4->2.4.16.33.5->6.33.62.12.5->2.13.42.12.0->2.14.11.16.2->1.171.16.2->1.171.16.2->1.171.3.0->1.4.01.18.0->1.18.21.16.2->1.18.0~> 0.96.0->~> 0.98.02.9.2->2.10.02.10.0+cpu->2.12.0+cpu^0.25.0->^0.27.04.67.3->4.68.14.68.20.18.31->0.22.310.23.1(+2)^0.47.0->^0.49.010.4.0->10.4.111.4.4->11.4.5Release Notes
SchwarzIT/onyx (@sit-onyx/icons)
v1.10.0Compare Source
Minor Changes
0bb52be: feat: update iconsNew
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.24Compare Source
=======
emr-serverless: [botocore] Adds support for updating max capacity and custom fields while application is startedmediaconvert: [botocore] Adds support for configurable number of Clear Lead segments at the beginning of encrypted output. Adds support for multiple trickplay variants.payment-cryptography: [botocore] Adds CloudFormation support for resource-based policies on AWS Payment Cryptography keys.quicksight: [botocore] Adds support for Knowledge Base APIs and Index Capacity APIsagemaker: [botocore] This release adds support for MLflow experiment tracking in SageMaker inference optimization. CreateAIRecommendationJob and CreateAIBenchmarkJob now accept an optional OutputConfig.MlflowConfig (MLflow App ARN, experiment, run name) to stream benchmark metrics and artifacts to your own MLflow App.v1.43.23Compare Source
=======
appflow: [botocore] Adding new BDD representation of endpoint rulesetappintegrations: [botocore] Adding new BDD representation of endpoint rulesetauditmanager: [botocore] Adding new BDD representation of endpoint rulesetchime-sdk-voice: [botocore] Adding new BDD representation of endpoint rulesetcloudformation: [botocore] Adding new BDD representation of endpoint rulesetconfig: [botocore] AWS Config now supports internal service-linked rules, allowing AWS service partners to deploy Config rules for customers and use the evaluation results to build enhanced features.connectparticipant: [botocore] Adding new BDD representation of endpoint rulesetefs: [botocore] Adding new BDD representation of endpoint rulesetemr: [botocore] Added support for Spark Connect interactive sessions on Amazon EMR on EC2 with new APIs - StartSession, GetSession, GetSessionEndpoint, ListSessions, and TerminateSession. Added sessionEnabled field in RunJobFlow and DescribeCluster to enable Spark Connect endpoints on EMR clusters.endpoint-rules: [botocore] Update endpoint-rules client to latest versionglue: [botocore] AWS Glue Interactive Sessions now supports Apache Spark Connect, enabling remote Spark execution over gRPC with minimal client-side dependencies. Adds GetSessionEndpoint and GetDashboardUrl APIs. Modifies CreateSession now accepts SPARK CONNECT session type.guardduty: [botocore] Remove unsupported RDS field for filterivs: [botocore] adds UpdateAdConfiguration operation to AWS IVS low-latency APIskendra: [botocore] Adding new BDD representation of endpoint rulesetsagemaker: [botocore] Adds the IncludedData parameter to DescribeModelCard and DescribeModelPackage. Set it to MetadataOnly to retrieve a model card without decrypt permission on the customer managed AWS KMS key (default AllData returns full content). Adds support for the MTRL Job resource in SageMaker Search.sns: [botocore] Adding new BDD representation of endpoint rulesetwickr: [botocore] AWS Wickr now allows network administrators to configure a maximum session duration for non-SSO users in security groups, and display customizable consent popups to users at login for terms of use or compliance acknowledgements.workdocs: [botocore] Adding new BDD representation of endpoint rulesetworkspaces: [botocore] Adding new BDD representation of endpoint rulesetv1.43.22Compare Source
=======
arc-region-switch: [botocore] ARC Region Switch now supports three new execution blocks for multi-Region database workloads-Amazon Aurora Serverless scaling, Amazon Aurora Provisioned scaling, and Amazon Neptune Global Database failover.ce: [botocore] Added support for target-coverage-based Savings Plans purchase analysis. The StartCommitmentPurchaseAnalysis API now accepts a new TARGET AVERAGE COVERAGE value for AnalysisType, as well as an optional SavingsPlansTargetCoverage field in SavingsPlansPurchaseAnalysisConfigurationcompute-optimizer: [botocore] This release lets customers extend the lookback period for Amazon EBS volume and Amazon ECS rightsizing recommendations to 32 days.connect: [botocore] SearchContacts Connect API now supports filtering contacts by the AI Agents involved in handling theminspector2: [botocore] Inspector support for enhanced scanningsocialmessaging: [botocore] Adding support for WhatsApp flow APIs and adding AccessDeniedByMetaException for Template APIsv1.43.21Compare Source
=======
endpoint-rules: [botocore] Update endpoint-rules client to latest versiongeo-routes: [botocore] Add "standardRegionalEndpoints" back to fix 'Could not connect to the endpoint URL'v1.43.20Compare Source
=======
ec2: [botocore] Amazon EC2 now supports self-service cancellation of future-dated Capacity Reservations. A cancellation charge applies based on remaining commitment. Customers can generate a cancellation quote to review charges before confirming.elasticache: [botocore] Amazon ElastiCache for Valkey now supports durability. This new capability is enabled through a Multi-AZ transactional log, enabling fast recovery and restart during failures.endpoint-rules: [botocore] Update endpoint-rules client to latest versiongeo-routes: [botocore] Added Transit and Intermodal travel modes to CalculateRoutes. Plan routes using public transit (bus, subway, train, ferry) or combine transit with driving, taxi, and rental car segments in a single multi-modal route.guardduty: [botocore] Amazon GuardDuty Runtime Monitoring now supports 3 new SensitiveFileModified finding types (Persistence, PrivilegeEscalation, DefenseEvasion) that detect when security-sensitive system files are modified on EC2 instances or containers, indicating potential compromise through file tampering.iot: [botocore] Fleet indexing documentation updatekeyspacesstreams: [botocore] Added iterator description to the GetRecords API response for Amazon Keyspaces Change Data Capture (CDC) streams, enabling consumers to track their current position within the stream.lambda: [botocore] Adds configuration for tag propagation to Lambda-managed resources.sagemaker: [botocore] Amazon SageMaker Job is a new service to help you manage various workloads related to model fine tuning, evaluation etc. Two job categories are supported today, AgentRFT for multi-turn agentic reinforcement fine tuning, and AgentRFTEvaluation for evaluating base model or trained model from AgentRFT.sagemakerjobruntime: [botocore] Amazon SageMaker Job Runtime is a new service for managing trajectory data during multi-turn customization jobs. It provides APIs to send inference requests to models during job execution, mark rollouts as complete, and submit reward values for training trajectories.transcribe: [botocore] Release new Language locales including am-ET, es-MX, fa-AF, ht-HT, jv-ID, km-KH, my-MM, sq-AL, ne-NP. The commit shows past locales that have already been release which include cy-gb, ga-ie, gd-gb.v1.43.19Compare Source
=======
cognito-idp: [botocore] Add support for multi-region replication, enabling synchronization of user data and configurations to a secondary user pool in a standby Region. Add support for customer managed keys (CMK) in AWS KMS for encrypting user pool data at rest.marketplace-agreement: [botocore] Adding Entitlements in SearchAgreements Responsequicksight: [botocore] This release adds public APIs for Amazon QuickSight Spaces, Agents, and Flows. Spaces APIs enable management of curated resource collections. Agents APIs provide lifecycle control over AI-powered agents that leverage Spaces. Flows APIs add CRUDL APIs for automated workflows.v1.43.18Compare Source
=======
bedrock: [botocore] Automated Reasoning checks - Added two build workflows for policies. Iterative Refine Policy uses AI to update policy definitions based on test results and feedback. Resolve Policy Ambiguities consolidates ambiguous variables in Automated Reasoning policies, a common source of ambiguous validation.bedrock-agentcore-control: [botocore] Reference your own AWS Secrets Manager secrets when configuring credential providers, giving you control over encryption, rotation, and access policies instead of using service-managed secrets.groundstation: [botocore] Adds support for Alpha-5 satellite number encoding in the Two-Line Element ephemeris format.omics: [botocore] Add engineSettings to StartRun and GetRun. Add profiles and profileParameterTemplates to GetWorkflow and GetWorkflowVersion.quicksight: [botocore] Adds support for creating, updating, describing, listing, and deleting an OAuthClientApplication resource, a new quicksight resource that allows customers to store OAuth configurations to connect to their databases via 3 Legged OAuth.rds-data: [botocore] RDS Data API arrays (longValues, doubleValues, stringValues, booleanValues) in ExecuteStatement responses now correctly support null elements. Runtime change for JS v3 and .NET. Compile-time change for C plus plus, .NET, Kotlin, Rust. No impact for Java, Python, Ruby, PHP, Go.route53resolver: [botocore] Added BatchCreateFirewallRule, BatchUpdateFirewallRule, BatchDeleteFirewallRule, and ListFirewallRuleTypes APIs. Added FirewallRuleType support to Firewall Rule APIs.sesv2: [botocore] This release introduces support for Tenant Suppression Listsv1.43.17Compare Source
=======
appstream: [botocore] Amazon WorkSpaces Applications now supports BYOL (Bring Your Own License). This enables customers to import their own WorkSpaces images and use them in WorkSpaces Applications.bedrock: [botocore] Add support for ModelPackageArn in Bedrock's CreateCustomModel APIbedrock-agentcore: [botocore] Added Harness support for LiteLLM model configuration for third-party model providers. Added S3 and Git skill source types. Added Responses API format for OpenAI and Bedrock models. Added runtimeUserId and runtimeClientError to InvokeHarness.bedrock-agentcore-control: [botocore] Added Harness support for LiteLLM model configuration for third-party model providers. Added S3 and Git skill source types. Added Responses API format for OpenAI and Bedrock models. Added runtimeUserId parameter to InvokeHarness for end-user identification.bedrock-runtime: [botocore] Support system role in messagecontrolcatalog: [botocore] AWS Control Catalog - Added GovernedProviders response field and inclusion filter to GetControl and ListControls APIs to identify and filter by cloud provider. Added ParameterRequirementSummary response field indicating parameter requirements.customer-profiles: [botocore] BatchPutProfileObject API adds multiple profile objects to a domain of a given ObjectType in a single API call.deadline: [botocore] Added support for persistent storage on Service-Managed Fleets, allowing customers to configure persistent storage that preserves data across worker sessions which reduces job startup times for workloads with large software installations or asset caches.endpoint-rules: [botocore] Update endpoint-rules client to latest versioniot: [botocore] Adds new connectivity-related fields to Fleet Indexing API requests and responses.iot-data: [botocore] Adding GetConnection, ListSubscriptions, and SendDirectMessage APIs to IoT Data Planeopensearchserverless: [botocore] Adds support for deletion protection on collections, ability to create NEXTGEN collection groups and autoscaling visibility for NEXTGEN collection groupspcs: [botocore] This release adds support for configuring scaleDownIdleTimeInSeconds at the compute node group level, allowing customers to set different idle timeouts per node group. Previously this setting was only available at the cluster level.resiliencehubv2: [botocore] This is the initial SDK release for the next generation of Resilience Hub.s3control: [botocore] Update the minimum value of MinStorageBytesPercentage in StorageLensPrefixLevel.SelectionCriteria from 0.1 to 1, aligning the model with the documented contract.v1.43.16Compare Source
=======
bedrock-data-automation: [botocore] Matcher Fallback extends the CustomOutputConfiguration for the Document modality in DataAutomationProjects, enabling a fallback blueprint when no match is found. A FALLBACK match status is returned, improving the matching experience and guaranteeing customers always receive CustomOutputResults.ecs: [botocore] Add support for Neuron device resource requirements for Amazon ECSelementalinference: [botocore] Added support for smart subtitles in Elemental Inference, enabling automatic generation of subtitles for media content. Available in English, Spanish, French, German, Italian, and Portuguese.medialive: [botocore] AWS Elemental MediaLive now supports Smart Subtitles, a new caption source that uses AWS Elemental Inference to automatically generate WebVTT and TTML captions from source audio. Available in English, Spanish, French, German, Italian, and Portuguese.opensearch: [botocore] OpenSearch will now support multi-segment paths in JWKS URLs.organizations: [botocore] AWS Organizations now emits CloudTrail events (AccountJoinedOrganization, AccountDepartedOrganization) tConfiguration
📅 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.