fix(deps): update all minor dependencies #1875
Open
+1,483
−2,863
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.9
7.25.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.37.0
1.37.5
(+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
53.1.1
->53.2.0
^0.24.4
->^0.32.0
0.33.0
~3.12.7
->~3.13.0
^0.8.2
->^0.9.0
0.9.9
(+1)3.13.2
->3.15.0
^0.28.3
->^0.34.0
5.94.0
->5.98.0
Review
Release Notes
babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)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
🚀 New Feature
babel-core
,babel-generator
,babel-parser
,babel-plugin-syntax-import-assertions
,babel-plugin-syntax-import-attributes
,babel-preset-env
,babel-standalone
,babel-types
babel-core
babel-compat-data
,babel-plugin-proposal-regexp-modifiers
,babel-plugin-transform-regexp-modifiers
,babel-preset-env
,babel-standalone
transform-regexp-modifiers
topreset-env
(@JLHwung)babel-parser
startIndex
parser option (@DylanPiercey)babel-generator
,babel-parser
,babel-plugin-syntax-flow
babel-helpers
,babel-preset-typescript
,babel-runtime-corejs3
import()
inrewriteImportExtensions
(@liuxingbaoyu)babel-generator
,babel-parser
@babel/generator
(@nicolo-ribaudo)🐛 Bug Fix
babel-core
💅 Polish
babel-plugin-proposal-json-modules
,babel-plugin-transform-json-modules
,babel-standalone
proposal-json-modules
totransform-json-modules
(@nicolo-ribaudo)🏠 Internal
babel-code-frame
,babel-highlight
@babel/highlight
in@babel/code-frame
(@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
kind
toTSModuleDeclaration
(@liuxingbaoyu)🏃♀️ Performance
babel-helper-module-transforms
,babel-plugin-transform-modules-commonjs
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)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
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
v6.6.0
Compare Source
Features
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
Compare Source
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
What's Changed
Full Changelog: babel/babel-loader@v8.4.0...v8.4.1
v8.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: babel/babel-loader@v8.3.0...v8.4.0
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.37.0
Compare Source
======
bedrock-agent
: [botocore
] This release improves support for newer models in Amazon Bedrock Flows.bedrock-agent-runtime
: [botocore
] Adding support for ReasoningContent fields in Pre-Processing, Post-Processing and Orchestration Trace outputs.bedrock-runtime
: [botocore
] This release adds Reasoning Content support to Converse and ConverseStream APIselasticache
: [botocore
] Documentation update, adding clarity and rephrasing.elastic-inference
: [botocore
] The elastic-inference client has been removed following the deprecation of the service.botocore
] Generate and use AWS-account-based endpoints for compatible services when the account ID is available. At launch, DynamoDB is the first and only compatible service. The new endpoint URL pattern will behttps://<account-id>.ddb.<region>.amazonaws.com
. Additional services may be added in the future. See the documentation for details: https://docs.aws.amazon.com/sdkref/latest/guide/feature-account-endpoints.htmlv1.36.26
Compare Source
=======
appstream
: [botocore
] Added support for Certificate-Based Authentication on AppStream 2.0 multi-session fleets.bedrock-agent
: [botocore
] Introduce a new parameter which represents the user-agent header value used by the Bedrock Knowledge Base Web Connector.v1.36.25
Compare Source
=======
codebuild
: [botocore
] Add webhook status and status message to AWS CodeBuild webhooksguardduty
: [botocore
] Reduce the minimum number of required attack sequence signals from 2 to 1license-manager-user-subscriptions
: [botocore
] Updates entity to include Microsoft RDS SAL as a valid type of user subscription.rds
: [botocore
] CloudWatch Database Insights now supports Amazon RDS.sagemaker
: [botocore
] Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.workspaces-web
: [botocore
] Add support for toolbar configuration under user settings.v1.36.24
Compare Source
=======
codepipeline
: [botocore
] Add environment variables to codepipeline action declaration.ecs
: [botocore
] This is a documentation only release for Amazon ECS that supports the CPU task limit increase.lightsail
: [botocore
] Documentation updates for Amazon Lightsail.location
: [botocore
] Adds support for larger property maps for tracking and geofence positions changes. It increases the maximum number of items from 3 to 4, and the maximum value length from 40 to 150.mailmanager
: [botocore
] This release adds additional metadata fields in Mail Manager archive searches to show email source and details about emails that were archived when being sent with SES.network-firewall
: [botocore
] This release introduces Network Firewall's Automated Domain List feature. New APIs include UpdateFirewallAnalysisSettings, StartAnalysisReport, GetAnalysisReportResults, and ListAnalysisReports. These allow customers to enable analysis on firewalls to identify and report frequently accessed domain.sagemaker
: [botocore
] Adds r8g instance type support to SageMaker Realtime Endpointssesv2
: [botocore
] This release adds the ability for outbound email sent with SES to preserve emails to a Mail Manager archive.v1.36.23
Compare Source
=======
batch
: [botocore
] This documentation-only update corrects some typos.emr-containers
: [botocore
] EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".medialive
: [botocore
] Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.v1.36.22
Compare Source
=======
amplify
: [botocore
] Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications.dms
: [botocore
] Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.timestream-influxdb
: [botocore
] This release introduces APIs to manage DbClusters and adds support for read replicasbotocore
] Minor Parser updates to support the new smithy-generated protocol tests. Seeboto/botocore#3247 <https://github.com/boto/botocore/pull/3247>
__ for more details.v1.36.21
Compare Source
=======
codebuild
: [botocore
] Added test suite names to test case metadataconnect
: [botocore
] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.dms
: [botocore
] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replicationsrds-data
: [botocore
] Add support for Stop DB feature.s3
: [botocore
] Added support for Content-Range header in HeadObject response.wafv2
: [botocore
] The WAFv2 API now supports configuring data protection in webACLs.workspaces-thin-client
: [botocore
] Update Environment and Device name field definitionsv1.36.20
Compare Source
=======
accessanalyzer
: [botocore
] This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.acm-pca
: [botocore
] Private Certificate Authority (PCA) documentation updatesecs
: [botocore
] This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.fis
: [botocore
] Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.sagemaker
: [botocore
] Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.storagegateway
: [botocore
] This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.v1.36.19
Compare Source
=======
b2bi
: [botocore
] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Codebedrock-agent
: [botocore
] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.bedrock-agent-runtime
: [botocore
] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.codebuild
: [botocore
] Add note for the RUNNER_BUILDKITE_BUILD buildType.fsx
: [botocore
] Support for in-place Lustre version upgradesmedialive
: [botocore
] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.opensearchserverless
: [botocore
] Custom OpenSearchServerless Entity ID for SAML Config.polly
: [botocore
] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.botocore
] Added support for multiple protocols within a service based on performance priority.v1.36.18
Compare Source
=======
acm-pca
: [botocore
] Private Certificate AutConfiguration
📅 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.