fix(deps): update all minor dependencies #1875
Open
+1,291
−2,819
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:
7.25.8
->7.26.8
7.26.9
7.25.8
->7.26.8
7.26.9
7.24.7
->7.26.3
6.6.0
->6.7.2
6.6.0
->6.7.2
6.5.0
->6.6.3
2.16.0
->2.17.0
3.1.2
->3.2.1
2.18.0
->2.19.0
4.9.1
->4.10.2
8.3.0
->8.4.1
4.12.3
->4.13.3
1.8.2
->1.9.0
1.34.153
->1.36.18
1.36.23
(+4)2024.8.30
->2024.12.14
1.5.0
->1.6.0
1.13.0
->1.14.0
8.18.2
->8.29.0
3.4.1
->3.5.2
3.12
->3.13
1.11.2
->1.15.0
2.5.0
->2.6.0
6.9.15
->6.10.0
^0.24.4
->^0.32.0
~3.12.7
->~3.13.0
^0.8.2
->^0.9.0
3.13.2
->3.14.7
3.14.8
^0.28.3
->^0.34.0
5.94.0
->5.97.1
5.98.0
Review
Release Notes
babel/babel (@babel/core)
v7.26.8
Compare Source
v7.26.8 (2025-02-08)
🏠 Internal
babel-preset-env
v7.26.7
Compare Source
🐛 Bug Fix
babel-helpers
,babel-preset-env
,babel-runtime-corejs3
babel-plugin-transform-typeof-symbol
typeof
in arrow functions (@liuxingbaoyu)babel-parser
ranges
option in estree method value (@JLHwung)babel-core
babel-plugin-transform-typescript
babel-plugin-transform-typescript
,babel-traverse
,babel-types
import x = y.z
(@liuxingbaoyu)v7.26.0
Compare Source
v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)babel/babel (@babel/preset-react)
v7.26.3
Compare Source
🐛 Bug Fix
babel-generator
🏠 Internal
babel-helper-builder-binary-assignment-operator-visitor
,babel-plugin-transform-exponentiation-operator
🏃♀️ Performance
babel-generator
babel-traverse
babel-plugin-transform-modules-commonjs
simplifyAccess
(@liuxingbaoyu)v7.25.9
Compare Source
🐛 Bug Fix
babel-parser
,babel-template
,babel-types
syntacticPlaceholders
mode (@liuxingbaoyu)babel-helper-compilation-targets
,babel-preset-env
ClassAccessorProperty
to prevent theno-undef
rule (@victorenator)🏠 Internal
babel-helper-transform-fixture-test-runner
🏃♀️ Performance
babel-parser
,babel-types
VISITOR_KEYS
etc. faster to access (@liuxingbaoyu)v7.25.7
Compare Source
🐛 Bug Fix
babel-helper-validator-identifier
babel-traverse
babel-plugin-transform-classes
super()
check (@nicolo-ribaudo)babel-generator
infer
in compact mode (@nicolo-ribaudo)[no LineTerminator here]
after nodes (@nicolo-ribaudo)💅 Polish
babel-types
🏠 Internal
babel-core
--experimental-require-module
(@nicolo-ribaudo)babel-helper-compilation-targets
,babel-helper-plugin-utils
,babel-preset-env
babel-plugin-proposal-destructuring-private
,babel-plugin-syntax-decimal
,babel-plugin-syntax-import-reflection
,babel-standalone
babel-generator
[no LineTerminator here]
before nodes (@nicolo-ribaudo)🏃♀️ Performance
babel-plugin-transform-typescript
babel-types
BABEL_TYPES_8_BREAKING
at startup (@nicolo-ribaudo)FortAwesome/Font-Awesome (@fortawesome/fontawesome-svg-core)
v6.7.2
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.1
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
v6.7.0
Compare Source
Change log available at https://fontawesome.com/docs/changelog/
testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3
Compare Source
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
v6.6.0
Compare Source
python-babel/babel (Babel)
v2.17.0
Compare Source
Happy 2025! This release is being made from FOSDEM 2025, in Brussels, Belgium.
Thank you to all contributors, new and old,
and here's to another great year of internationalization and localization!
Features
parse_time
time formats by @tomasr8 in :gh:1141
str.index
withstr.find
by @tomasr8 in :gh:1130
/etc/localtime
by @akx in :gh:1165
1179
locale=None
by @akx in :gh:1164
Catalog.__setitem__
by @tomasr8 in :gh:1167
1126
1135
1132
read_mo
logic regardingcatalog.charset
by @tomasr8 in :gh:1148
1121
Deprecation and compatibility
adamchainz/apig-wsgi (apig-wsgi)
v2.19.0
Compare Source
Support Python 3.13.
Drop Python 3.8 support.
Send binary responses if the 'content-encoding' header is set to any value, rather than just 'gzip'.
Thanks to Zoe Guillen for the report in
PR #​496 <https://github.com/adamchainz/apig-wsgi/pull/496>
__.Enable binary support by default for ALB events.
Thanks to Oliver Ford for the report in
Issue #​513 <https://github.com/adamchainz/apig-wsgi/issues/513>
__.Treat the content-type header "application/problem+json" as non binary by default.
Thanks to Ido Savion in
PR #​503 <https://github.com/adamchainz/apig-wsgi/pull/503>
__.dequelabs/axe-core (axe-core)
v4.10.2
: Release 4.10.2Compare Source
This release prevents axe from sometimes crashing when a page changes in the middle of a test.
Bug Fixes
v4.10.1
Compare Source
v4.10.0
Compare Source
Features
Bug Fixes
4.9.1 (2024-05-06)
Bug Fixes
babel/babel-loader (babel-loader)
v8.4.1
Compare Source
v8.4.0
Compare Source
pallets-eco/blinker (blinker)
v1.9.0
Compare Source
Released 2024-11-08
175
__version__
,receiver_connected
,Signal.temporarily_connected_to
andWeakNamespace
. :pr:172
:issue:
173
boto/boto3 (boto3)
v1.36.18
Compare Source
=======
acm-pca
: [botocore
] Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.appsync
: [botocore
] Add support for operation level cachingec2
: [botocore
] Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.pi
: [botocore
] Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.v1.36.17
Compare Source
=======
apigatewayv2
: [botocore
] Documentation updates for Amazon API Gatewaycloudfront
: [botocore
] Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.connect
: [botocore
] Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.dms
: [botocore
] New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OSv1.36.16
Compare Source
=======
ecr
: [botocore
] Adds support to handle the new basic scanning daily quota.eks
: [botocore
] Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions APImediaconvert
: [botocore
] This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container formatpi
: [botocore
] Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.transcribe
: [botocore
] This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.v1.36.15
Compare Source
=======
cloudformation
: [botocore
] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.connectcases
: [botocore
] This release adds the ability to conditionally require fields on a template. Check public documentation for more information.cost-optimization-hub
: [botocore
] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.s3
: [botocore
] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.botocore
] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.v1.36.14
Compare Source
=======
rds
: [botocore
] Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.v1.36.13
Compare Source
=======
datasync
: [botocore
] Doc-only update to provide more information on using Kerberos authentication with SMB locations.dms
: [botocore
] Introduces TargetDataSettings with the TablePreparationMode option available for data migrations.iam
: [botocore
] This release adds support for accepting encrypted SAML assertions. Customers can now configure their identity provider to encrypt the SAML assertions it sends to IAM.neptune-graph
: [botocore
] Added argument tolist-export
to filter by graph IDqbusiness
: [botocore
] Adds functionality to enable/disable a new Q Business Chat orchestration feature. If enabled, Q Business can orchestrate over datasources and plugins without the need for customers to select specific chat modes.sagemaker
: [botocore
] IPv6 support for Hyperpod clustersv1.36.12
Compare Source
=======
mediatailor
: [botocore
] Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.v1.36.11
Compare Source
=======
amp
: [botocore
] Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper.bedrock-agent-runtime
: [botocore
] This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferencescodebuild
: [botocore
] Added support for CodeBuild self-hosted Buildkite runner buildsgeo-routes
: [botocore
] The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility.rds
: [botocore
] Updates to Aurora MySQL and Aurora PostgreSQL API pages with instance log type in the create and modify DB Cluster.sagemaker
: [botocore
] This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant.v1.36.10
Compare Source
=======
appstream
: [botocore
] Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0.bedrock-agent-runtime
: [botocore
] Add a 'reason' field to InternalServerExceptionecr
: [botocore
] Temporarily updating dualstack endpoint supportecr-public
: [botocore
] Temporarily updating dualstack endpoint supportmediatailor
: [botocore
] Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them.qbusiness
: [botocore
] Added APIs to manage QBusiness user subscriptionss3tables
: [botocore
] You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument.verifiedpermissions
: [botocore
] Adds Cedar JSON format support for entities and context data in authorization requestsbotocore
] Update awscrt version to 0.23.8v1.36.9
Compare Source
======
bcm-pricing-calculator
: [botocore
] Added ConflictException error type in DeleteBillScenario, BatchDeleteBillScenarioCommitmentModification, BatchDeleteBillScenarioUsageModification, BatchUpdateBillScenarioUsageModification, and BatchUpdateBillScenarioCommitmentModification API operations.ecr
: [botocore
] Add support for Dualstack and Dualstack-with-FIPS Endpointsecr-public
: [botocore
] Add support for Dualstack Endpointsmailmanager
: [botocore
] This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.s3
: [botocore
] Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.v1.36.8
Compare Source
======
appsync
: [botocore
] Add stash and outErrors to EvaluateCode/EvaluateMappingTemplate responsedatasync
: [botocore
] AWS DataSync now supports the Kerberos authentication protocol for SMB locations.deadline
: [botocore
] feature: Deadline: Add support for limiting the concurrent usage of external resources, like floating licenses, using limits and the ability to constrain the maximum number of workers that work on a jobec2
: [botocore
] This release changes the CreateFleet CLI and SDK's such that if you do not specify a client toConfiguration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, 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.