-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update all minor versions (master) (minor) #11761
base: master
Are you sure you want to change the base?
Conversation
|
a167adc
to
13becae
Compare
From the artifact of the previous workflow run
From the artifact of the previous workflow run
From the artifact of the previous workflow run
From the artifact of the previous workflow run
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
3.2.0
->3.3.0
9.19.0
->9.21.0
8.54.0
->8.55.0
8.1.3
->8.2.1
2025.1.2
->2025.2.19
1.36.13
->1.37.4
10.3.1
->10.4.0
==2.0.1
->==2.1.1
1.14.1
->1.15.2
1.17.0
->1.21.8
24.1.1
->24.3.0
1.83.4
->1.85.1
5.37.0
->5.39.0
5.97.1
->5.98.0
Release Notes
eslint/eslintrc (@eslint/eslintrc)
v3.3.0
Compare Source
Features
eslint/eslint (@eslint/js)
v9.21.0
Compare Source
Features
418717f
feat: introduce new deprecated types for rules (#19238) (fnx)5c5b802
feat: Add--ext
CLI option (#19405) (Milos Djermanovic)Bug Fixes
db5340d
fix: update missing plugin message template (#19445) (Milos Djermanovic)d8ffdd4
fix: do not exit process on rule crash (#19436) (Francesco Trotta)Documentation
c5561ea
docs: Update README (GitHub Actions Bot)80b0485
docs: replacevar
withlet
andconst
in rule example (#19434) (Tanuj Kanti)f67d5e8
docs: Update README (GitHub Actions Bot)75afc61
docs: Update README (GitHub Actions Bot)0636cab
docs: Update Eleventy from v2 to v3 (#19415) (Amaresh S M)dd7d930
docs: Update README (GitHub Actions Bot)Chores
a8c9a9f
chore: update@eslint/eslintrc
and@eslint/js
(#19453) (Francesco Trotta)265e0cf
chore: package.json update for @eslint/js release (Jenkins)3401b85
test: add test forRule.ReportDescriptor
type (#19449) (Francesco Trotta)e497aa7
chore: update rewrite dependencies (#19448) (Francesco Trotta)dab5478
chore: better error message for missing plugin in config (#19402) (Tanuj Kanti)ebfe2eb
chore: set js language for bug report issue config block (#19439) (Josh Goldberg ✨)5fd211d
test: processors can return subpaths (#19425) (Milos Djermanovic)v9.20.0
Compare Source
Features
e89a54a
feat: change behavior of inactive flags (#19386) (Milos Djermanovic)Bug Fixes
91d4d9f
fix: Bring types in sync with @eslint/core (#19157) (Nicholas C. Zakas)fa25c7a
fix: Emit warning when empty config file is used (#19399) (Nicholas C. Zakas)31a9fd0
fix: Clearer error message for wrong plugin format (#19380) (Nicholas C. Zakas)61d99e3
fix: Better error message for unserializable parser (#19384) (Nicholas C. Zakas)db1b9a6
fix: Ensure module scope is checked for references inconsistent-this
(#19383) (Nicholas C. Zakas)8bcd820
fix:arrow-body-style
crash with single-token body (#19379) (Milos Djermanovic)Documentation
b7012c8
docs: rewrite examples with var using let and const (#19407) (Mueez Javaid Hashmi)6406376
docs: Update README (GitHub Actions Bot)350f2b9
docs: rewrite some examples with var using let and const (#19404) (Mueez Javaid Hashmi)93c325a
docs: rewrite examples with var using let and const (#19398) (Mueez Javaid Hashmi)56ff404
docs: replace var with let or const in rules docs (#19396) (Daniel Harbrueger)4053226
docs: changesourceType
inno-eval
examples (#19393) (Milos Djermanovic)1324af0
docs: replace var with let and const in rules docs (#19392) (Daniel Harbrueger)8b87e00
docs: replacevar
withconst
andlet
in rules (#19389) (Tanuj Kanti)758c66b
docs: Explain what frozen rules mean (#19382) (Nicholas C. Zakas)0ef8bb8
docs: additional checks for rule examples (#19358) (Milos Djermanovic)58ab2f6
docs: fix order of installation steps in getting started (#19326) (Tanuj Kanti)Chores
979097a
chore: upgrade @eslint/js@9.20.0 (#19412) (Francesco Trotta)031734e
chore: package.json update for @eslint/js release (Jenkins)d4c47c3
test: avoid empty config warning in test output (#19408) (Milos Djermanovic)67dd82a
chore: update dependency @eslint/json to ^0.10.0 (#19387) (renovate[bot])15ac0e1
chore: add permissions: read-all to stale.yml workflow (#19374) (Josh Goldberg ✨)getsentry/sentry-javascript (@sentry/browser)
v8.55.0
Compare Source
Important Changes
SentryNodeServerlessSDKv8
(#15351)The
SentryNodeServerlessSDK
AWS Lambda Layer will stop receiving updates.If you intend to stay on
v8
and receive updates useSentryNodeServerlessSDKv8
instead.Other Changes
vercelAIIntegration
export (#15339)enabled
to disable Sentry module (#15337) (#15381)registerEsmLoaderHooks
(#15352)beforeUpdate
call (#15262)Work in this release was contributed by @aryanvdesh. Thank you for your contribution!
Bundle size 📦
sphinx-doc/sphinx (Sphinx)
v8.2.1
: Sphinx 8.2.1Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
v8.2.0
: Sphinx 8.2.0Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
Dependencies
Incompatible changes
has_equations
datafrom the
MathDomain
domain.The undocumented
MathDomain.has_equations
methodnow unconditionally returns
True
.These are replaced by the
has_maths_elements
key of the page context dict.Patch by Adam Turner.
kbd
roleno longer uses a
<kbd class="kbd compound">
element to wrapthe keys and separators, but places them directly in the relevant parent node.
This means that CSS rulesets targeting
kbd.compound
or.kbd.compound
will no longer have any effect.
Patch by Adam Turner.
Deprecated
SingleHTMLBuilder.fix_refuris
method.Patch by James Addison.
sphinx.util.import_object
.Patch by Matthias Geier.
Features added
duplicate_declaration
warning type,with
duplicate_declaration.c
andduplicate_declaration.cpp
subtypes.Patch by Julien Lecomte and Adam Turner.
the keys that should be present.
Patch by Nicolas Peugnet.
class
option to theautosummary
directive.Patch by Tim Hoffmann.
Google-style docstrings to use the optional and default keywords.
Patch by Chris Barrick.
kbd
role as aSphinxRole
.Patch by Adam Turner.
Patch by Adam Turner.
toctree
directivewhen a glob pattern doesn't match any documents,
via the new
toc.empty_glob
warning sub-type.Patch by Slawek Figiel.
autodoc.mocked_object
warnings sub-type.Patch by Cyril Roelandt.
.pyi
type stub filesto auto-document native modules.
Patch by Adam Turner, partially based on work by Allie Fitter.
in the Python and Javascript domains, via the new
python_trailing_comma_in_multi_line_signatures
andjavascript_trailing_comma_in_multi_line_signatures
configuration options.
math
directive'snowrap
optionto
no-wrap
.Patch by Adam Turner.
via the new
autodoc_use_type_comments
option,which defaults to
True
for backwards compatibility.The default will change to
False
in Sphinx 10.Patch by Adam Turner.
ref.any
warnings sub-typeto allow suppressing the ambiguous 'any' cross-reference warning.
Patch by Simão Afonso and Adam Turner.
the
:no-index-entry:
option.Patch by Adam Turner.
:no-index-entry:
and include the
:no-index:
and:no-index-entry:
options withinautodoc_default_options
.Patch by Jonny Saunders and Adam Turner.
Patch by Tim Hoffmann.
in the Python domain to abstractmethod from abstract.
Patch by Adam Turner.
:abstract:
option forclasses, methods, and properties in the Python domain.
Patch by Adam Turner.
collapsible <collapsible-admonitions>
optionto admonition directives.
Patch by Chris Sewell.
include-subclasses
option tothe
inheritance-diagram
directive.Patch by Walter Dörwald.
python_display_short_literal_types
.Patch by Bénédikt Tran and Adam Turner.
Patch by Kevin Deldycke and Adam Turner.
py:deco
role to cross-reference decoratorfunctions and methods in the Python domain.
Patch by Adam Turner.
intersphinx_resolve_self
optionto resolve an intersphinx reference to the current project.
Patch by Jakob Lykke Andersen and Adam Turner.
no-search
class.Patch by Will Lachance.
productionlist
nodes in all writers, to improve flexibility.
Patch by Adam Turner.
misc.highlighting_failure
subtype for Pygments unknown lexers.Patch by Bart Kamphorst.
separators in Python signatures.
Patch by Adam Turner.
sphinx.ext.apidoc
extension,to automate API documentation generation from Python modules.
Patch by Chris Sewell and Adam Turner.
Bugs fixed
__all__
.Patch by Valentin Pratz
Map
to store per-file term scores.Patch by James Addison
pdflatex
index creation may fail for index entriesin French. See
latex_use_xindy
.Patch by Jean-François B.
\sphinxboxsetup
.Patch by Jean-François B.
term indices before accessing them.
linkcheck_ignore
byoverriding session-level
requests.get_redirect_target
.structure.
Patch by Ben Egan and Adam Turner.
Patch by Bénédikt Tran.
any documents have changed since the previous build.
Patch by Adam Turner.
groupwise
for
autodoc_member_order
. Class methods are now renderedbefore static methods, which themselves are rendered before regular
methods and attributes.
Patch by Bénédikt Tran.
pathlib
types.Patch by Adam Turner.
Patch by Pavel Holica
Patch by Adam Turner.
in
productionlist
directives.Patch by Adam Turner.
Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri.
Testing
test_html_multi_line_copyright
.Patch by Colin Watson, applied by James Addison.
adamtheturtle/sphinx-substitution-extensions (Sphinx-Substitution-Extensions)
v2025.2.19
Compare Source
boto/boto3 (boto3)
v1.37.4
Compare Source
======
bedrock-agent
: [botocore
] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.bedrock-data-automation
: [botocore
] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.bedrock-data-automation-runtime
: [botocore
] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.dms
: [botocore
] Add skipped status to the Result Statistics of an Assessment Runeks
: [botocore
] Adding licenses to EKS Anywhere Subscription operations response.mediaconvert
: [botocore
] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.pricing
: [botocore
] Update GetProducts and DescribeServices API request input validations.ssm
: [botocore
] Systems Manager doc-only updates for Feb. 2025.botocore
] Update user agent string to include client feature use.v1.37.3
Compare Source
======
bedrock-agent-runtime
: [botocore
] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.emr
: [botocore
] Definition update for EbsConfiguration.qbusiness
: [botocore
] This release supports deleting attachments from conversations.redshift-serverless
: [botocore
] Add track support for Redshift Serverless workgroup.sagemaker
: [botocore
] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.storagegateway
: [botocore
] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.v1.37.2
Compare Source
======
application-signals
: [botocore
] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.batch
: [botocore
] AWS Batch: Resource Aware Scheduling feature supportchime
: [botocore
] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice.cloudfront
: [botocore
] Documentation update for VPC origin config.ec2
: [botocore
] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.iotfleetwise
: [botocore
] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.oam
: [botocore
] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources.sagemaker
: [botocore
] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components.Protocol
: [botocore
] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.htmlv1.37.1
Compare Source
======
codebuild
: [botocore
] Adding "reportArns" field in output of BatchGetBuildBatches API. "reportArns" is an array that contains the ARNs of reports created by merging reports from builds associated with the batch build.devicefarm
: [botocore
] Add an optional configuration to the ScheduleRun and CreateRemoteAccessSession API to set a device level http/s proxy.ec2
: [botocore
] Adds support for time-based EBS-backed AMI copy operations. Time-based copy ensures that EBS-backed AMIs are copied within and across Regions in a specified timeframe.iot
: [botocore
] AWS IoT - AWS IoT Device Defender adds support for a new Device Defender Audit Check that monitors device certificate age and custom threshold configurations for both the new device certificate age check and existing device certificate expiry check.taxsettings
: [botocore
] PutTaxRegistration API changes for Egypt, Greece, Vietnam countriesv1.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 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.openlayers/openlayers (ol)
v10.4.0
Compare Source
With more than 40 pull requests, the 10.4 release brings performance improvements, bug fi
Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, 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 was generated by Mend Renovate. View the repository job log.