Skip to content
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

Issue with eslint 9: .eslintrc-json.json?mtime=1712586949000" needs an import attribute of "type: json" #328

Closed
nvuillam opened this issue Apr 8, 2024 · 3 comments
Labels
needs repro Need a repository that can reproduce the problem

Comments

@nvuillam
Copy link

nvuillam commented Apr 8, 2024

Since eslint v9, we have the following issue in MegaLinter

[eslint-plugin-jsonc] command: ['eslint', '--no-ignore', '--fix', '-c', '/action/lib/.automation/.eslintrc-json.json', '--no-config-lookup', '--format', '@microsoft/eslint-formatter-sarif', '-o', '/tmp/257cdc5b-5fd5-4117-9ea3-9a25b1c03ecb/sarif/JSON_ESLINT_PLUGIN_JSONC.sarif', 'json_fix_1.json']
[eslint-plugin-jsonc] CWD: /tmp/lint/.automation/test/json
[Sarif] ERROR: there is no SARIF output file found, and stdout doesn't contain SARIF
[Sarif] stdout: 
Oops! Something went wrong! :(

ESLint: 9.0.0

TypeError [ERR_IMPORT_ATTRIBUTE_MISSING]: Module "file:///action/lib/.automation/.eslintrc-json.json?mtime=1712586949000" needs an import attribute of "type: json"
    at validateAttributes (node:internal/modules/esm/assert:88:15)
    at defaultLoad (node:internal/modules/esm/load:153:3)
    at async ModuleLoader.load (node:internal/modules/esm/loader:403:7)
    at async ModuleLoader.moduleProvider (node:internal/modules/esm/loader:285:45)
    at async link (node:internal/modules/esm/module_job:78:21)

[eslint-plugin-jsonc] result: 2 
Oops! Something went wrong! :(

ESLint: 9.0.0

.eslintrc-json.json contains the following:

{
    "overrides": [
        {
            "files": ["*.json"],
            "extends": [
                "plugin:jsonc/recommended-with-jsonc"
            ],
            "parser": "jsonc-eslint-parser",
                "parserOptions": {
                    "jsonSyntax": "JSONC"
            }
        },
        {
            "files": ["*.jsonc"],
            "extends": [
                "plugin:jsonc/recommended-with-jsonc"
            ],
            "parser": "jsonc-eslint-parser",
                "parserOptions": {
                    "jsonSyntax": "JSONC"
            }
        },
        {
            "files": ["*.json5"],
            "extends": [
                "plugin:jsonc/recommended-with-json5"
            ],
            "parser": "jsonc-eslint-parser",
                "parserOptions": {
                    "jsonSyntax": "JSON5"
            }
        }
    ]
}

Is there some options /configs to change to make eslint-plugin-json work with eslint v9 ?

Many thanks :)

@nvuillam nvuillam changed the title Issue with eslint 9 Issue with eslint 9: .eslintrc-json.json?mtime=1712586949000" needs an import attribute of "type: json" Apr 8, 2024
nvuillam added a commit to oxsecurity/megalinter that referenced this issue Apr 14, 2024
nvuillam added a commit to oxsecurity/megalinter that referenced this issue Apr 14, 2024
* [automation] Auto-update linters version, help and documentation

* Disable JSON_ESLINT_PLUGIN_JSONC

until ota-meshi/eslint-plugin-jsonc#328 is fixed

* Upgrade tar

* [MegaLinter] Apply linters fixes

* Fix trivy test case

* Fix ruby test cases

* Add dummy Gemfile.lock

---------

Co-authored-by: nvuillam <[email protected]>
@ota-meshi
Copy link
Owner

I can't reproduce your problem. This package is not provided by ESM in the first place, so I suspect it is not a plugin issue.

@ota-meshi ota-meshi added the needs repro Need a repository that can reproduce the problem label Apr 19, 2024
@ota-meshi
Copy link
Owner

Oh, you're using a JSON for config. JSON config is no longer supported by default in ESLint 9.0.0. You should refer to the migration guide.

https://eslint.org/docs/latest/use/migrate-to-9.0.0

@ota-meshi ota-meshi closed this as not planned Won't fix, can't repro, duplicate, stale Apr 19, 2024
kayman-mk pushed a commit to cattle-ops/terraform-aws-gitlab-runner that referenced this issue Apr 24, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `b4ffde6` -> `1d96c77` | | | | |
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact)
| action | digest | `5d5d22a` -> `6546280` | | | | |
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.45.0` -> `5.46.0` |
[![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/aws/5.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/aws/5.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/aws/5.45.0/5.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/aws/5.45.0/5.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://togithub.com/boto/boto3) | | patch | `==1.34.84` ->
`==1.34.91` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.34.84/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.34.84/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://togithub.com/boto/botocore) | | patch | `==1.34.84`
-> `==1.34.91` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.34.84/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.34.84/1.34.91?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| checkmarx/kics | container | major | `v1.7.13-debian` ->
`v2.0.0-debian` |
[![age](https://developer.mend.io/api/mc/badges/age/docker/checkmarx%2fkics/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/docker/checkmarx%2fkics/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/docker/checkmarx%2fkics/v1.7.13/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/checkmarx%2fkics/v1.7.13/v2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[hashicorp/setup-terraform](https://togithub.com/hashicorp/setup-terraform)
| action | minor | `v3.0.0` -> `v3.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/hashicorp%2fsetup-terraform/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/hashicorp%2fsetup-terraform/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/hashicorp%2fsetup-terraform/v3.0.0/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/hashicorp%2fsetup-terraform/v3.0.0/v3.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [oxsecurity/megalinter](https://togithub.com/oxsecurity/megalinter) |
action | minor | `v7.10.0` -> `v7.11.1` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/oxsecurity%2fmegalinter/v7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/oxsecurity%2fmegalinter/v7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/oxsecurity%2fmegalinter/v7.10.0/v7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/oxsecurity%2fmegalinter/v7.10.0/v7.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [random](https://registry.terraform.io/providers/hashicorp/random)
([source](https://togithub.com/hashicorp/terraform-provider-random)) |
required_provider | patch | `3.6.0` -> `3.6.1` |
[![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/random/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/random/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/random/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/random/3.6.0/3.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>

###
[`v5.46.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5460-April-18-2024)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.45.0...v5.46.0)

NOTES:

- provider: When using YAML or JSON documents, such as in
`template_body` of `aws_cloudformation_stack`, CRLF was previously
treated as different from LF but these are now treated as equivalent in
many situations
([#&#8203;14270](https://togithub.com/hashicorp/terraform-provider-aws/issues/14270))

FEATURES:

- **New Resource:** `aws_eip_domain_name`
([#&#8203;36963](https://togithub.com/hashicorp/terraform-provider-aws/issues/36963))

ENHANCEMENTS:

- data-source/aws_alb: Add `client_keep_alive` argument
([#&#8203;36969](https://togithub.com/hashicorp/terraform-provider-aws/issues/36969))
- data-source/aws_eip: Add `ptr_record` attribute
([#&#8203;36963](https://togithub.com/hashicorp/terraform-provider-aws/issues/36963))
- data-source/aws_iam_policy: Add `attachment_count` attribute
([#&#8203;36759](https://togithub.com/hashicorp/terraform-provider-aws/issues/36759))
- data-source/aws_lb: Add `client_keep_alive` argument
([#&#8203;36969](https://togithub.com/hashicorp/terraform-provider-aws/issues/36969))
- data-source/aws_organizations_organization: Add `master_account_name`
attribute
([#&#8203;36797](https://togithub.com/hashicorp/terraform-provider-aws/issues/36797))
- data-source/aws_vpc_dhcp_options: Add
`ipv6_address_preferred_lease_time` attribute
([#&#8203;36934](https://togithub.com/hashicorp/terraform-provider-aws/issues/36934))
- resource/aws_alb: Add `client_keep_alive` argument
([#&#8203;36969](https://togithub.com/hashicorp/terraform-provider-aws/issues/36969))
- resource/aws_autoscaling_group: Add `alarm_specification` to the
`instance_refresh.preferences` configuration block
([#&#8203;36954](https://togithub.com/hashicorp/terraform-provider-aws/issues/36954))
- resource/aws_cloudformation_stack_set: Add retry when creating to
potentially help with eventual consistency problems
([#&#8203;36982](https://togithub.com/hashicorp/terraform-provider-aws/issues/36982))
- resource/aws_cloudfront_origin_access_control: Add `lambda` and
`mediapackagev2` as valid values for `origin_access_control_origin_type`
([#&#8203;34362](https://togithub.com/hashicorp/terraform-provider-aws/issues/34362))
- resource/aws_cloudwatch_event_rule: Add `force_destroy` attribute
([#&#8203;34905](https://togithub.com/hashicorp/terraform-provider-aws/issues/34905))
- resource/aws_codebuild_project: Add GitLab and GitLab Self Managed
support to the `report_build_status` and `build_status_config` arguments
([#&#8203;36942](https://togithub.com/hashicorp/terraform-provider-aws/issues/36942))
- resource/aws_default_vpc_dhcp_options: Add
`ipv6_address_preferred_lease_time` as Computed attribute
([#&#8203;36934](https://togithub.com/hashicorp/terraform-provider-aws/issues/36934))
- resource/aws_dms_replication_task: Add `resource_identifier` argument
([#&#8203;36901](https://togithub.com/hashicorp/terraform-provider-aws/issues/36901))
- resource/aws_eip: Add `ptr_record` attribute
([#&#8203;36963](https://togithub.com/hashicorp/terraform-provider-aws/issues/36963))
- resource/aws_elasticache_serverless_cache: Add `minimum` attribute in
`cache_usage_limits.data_storage` and
`cache_usage_limits.ecpu_per_second`
([#&#8203;36766](https://togithub.com/hashicorp/terraform-provider-aws/issues/36766))
- resource/aws_fsx_openzfs_file_system: Add `endpoint_ip_address`
attribute
([#&#8203;36767](https://togithub.com/hashicorp/terraform-provider-aws/issues/36767))
- resource/aws_iam_policy: Add `attachment_count` attribute
([#&#8203;36759](https://togithub.com/hashicorp/terraform-provider-aws/issues/36759))
- resource/aws_imagebuilder_image: Add `execution_role` and `workflow`
arguments
([#&#8203;36953](https://togithub.com/hashicorp/terraform-provider-aws/issues/36953))
- resource/aws_lb: Add `client_keep_alive` argument
([#&#8203;36969](https://togithub.com/hashicorp/terraform-provider-aws/issues/36969))
- resource/aws_mwaa_environment: Add `database_vpc_endpoint_service` and
`webserver_vpc_endpoint_service` attributes
([#&#8203;36903](https://togithub.com/hashicorp/terraform-provider-aws/issues/36903))
- resource/aws_organizations_organization: Add `master_account_name`
attribute
([#&#8203;36797](https://togithub.com/hashicorp/terraform-provider-aws/issues/36797))
- resource/aws_transfer_connector: Add `security_policy_name` argument
([#&#8203;36893](https://togithub.com/hashicorp/terraform-provider-aws/issues/36893))
- resource/aws_vpc_dhcp_options: Add `ipv6_address_preferred_lease_time`
attribute
([#&#8203;36934](https://togithub.com/hashicorp/terraform-provider-aws/issues/36934))
- resource/aws_vpc_ipam_pool: Add `cascade` argument
([#&#8203;36898](https://togithub.com/hashicorp/terraform-provider-aws/issues/36898))

BUG FIXES:

- data-source/aws_iam_policy_document: When using multiple principals,
sort them to avoid differences based only on order
([#&#8203;25967](https://togithub.com/hashicorp/terraform-provider-aws/issues/25967))
- resource/aws_appconfig_deployment: Fix `ConflictException` errors on
resource Create
([#&#8203;36980](https://togithub.com/hashicorp/terraform-provider-aws/issues/36980))
- resource/aws_ce_anomaly_monitor: Change `monitor_dimension` to
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
([#&#8203;36773](https://togithub.com/hashicorp/terraform-provider-aws/issues/36773))
- resource/aws_ce_anomaly_subscription: Change `account_id` to
[ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
([#&#8203;36773](https://togithub.com/hashicorp/terraform-provider-aws/issues/36773))
- resource/aws_cloudformation_stack: CRLF line endings in
`template_body` no longer cause erroneous diffs
([#&#8203;14270](https://togithub.com/hashicorp/terraform-provider-aws/issues/14270))
- resource/aws_db_proxy: Fix `interface conversion: interface {} is nil,
not map[string]interface {}` panic when `auth` is empty (`{}`)
([#&#8203;36967](https://togithub.com/hashicorp/terraform-provider-aws/issues/36967))
- resource/aws_dms_replication_config: Adds validation to
`replication_settings` to disallow `Logging.CloudWatchLogGroup` and
`Logging.CloudWatchLogStream`.
([#&#8203;36936](https://togithub.com/hashicorp/terraform-provider-aws/issues/36936))
- resource/aws_dms_replication_config: Suppresses differences in partial
`replication_settings` JSON documents.
([#&#8203;36936](https://togithub.com/hashicorp/terraform-provider-aws/issues/36936))
- resource/aws_dms_replication_task: Adds validation to
`replication_task_settings` to disallow `Logging.CloudWatchLogGroup` and
`Logging.CloudWatchLogStream`.
([#&#8203;36936](https://togithub.com/hashicorp/terraform-provider-aws/issues/36936))
- resource/aws_dms_replication_task: Allows leaving
`replication_task_settings` unset to use default settings.
([#&#8203;36936](https://togithub.com/hashicorp/terraform-provider-aws/issues/36936))
- resource/aws_dms_replication_task: Suppresses differences in partial
`replication_task_settings` JSON documents.
([#&#8203;36936](https://togithub.com/hashicorp/terraform-provider-aws/issues/36936))
- resource/aws_fsx_windows_file_system: Fix error `BadRequest:
AuditLogDestination must not be provided when auditing is disabled` when
updating `audit_log_configuration.0.file_access_audit_log_level` and
`audit_log_configuration.0.file_share_access_audit_log_level` to
`"DISABLED"`
([#&#8203;36928](https://togithub.com/hashicorp/terraform-provider-aws/issues/36928))
- resource/aws_glue_job: Mark `number_of_workers` and `worker_type` as
optional/computed, preventing persistent differences when `max_capacity`
is set.
([#&#8203;36770](https://togithub.com/hashicorp/terraform-provider-aws/issues/36770))
- resource/aws_iam_user_login_profile: Fix forced re-creation when
`password_reset_required` is `true` and initial password reset is
completed
([#&#8203;36926](https://togithub.com/hashicorp/terraform-provider-aws/issues/36926))
- resource/aws_lightsail_distribution: Fix to properly set
`certificate_name` on create and update
([#&#8203;36888](https://togithub.com/hashicorp/terraform-provider-aws/issues/36888))
- resource/aws_vpc_dhcp_options: Fix `NotFound` error handling on delete
([#&#8203;36933](https://togithub.com/hashicorp/terraform-provider-aws/issues/36933))

</details>

<details>
<summary>boto/boto3 (boto3)</summary>

###
[`v1.34.91`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13491)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.90...1.34.91)

\=======

- api-change:`datasync`: \[`botocore`] This change allows users to
disable and enable the schedules associated with their tasks.
- api-change:`ec2`: \[`botocore`] Launching capability for customers to
enable or disable automatic assignment of public IPv4 addresses to their
network interface
- api-change:`emr-containers`: \[`botocore`] EMRonEKS Service support
for SecurityConfiguration enforcement for Spark Jobs.
- api-change:`entityresolution`: \[`botocore`] Support Batch Unique IDs
Deletion.
- api-change:`gamelift`: \[`botocore`] Amazon GameLift releases
container fleets support for public preview. Deploy Linux-based
containerized game server software for hosting on Amazon GameLift.
- api-change:`ssm`: \[`botocore`] Add SSM DescribeInstanceProperties API
to public AWS SDK.

###
[`v1.34.90`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13490)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.89...1.34.90)

\=======

- api-change:`bedrock`: \[`botocore`] This release introduces Model
Evaluation and Guardrails for Amazon Bedrock.
- api-change:`bedrock-agent`: \[`botocore`] Introducing the ability to
create multiple data sources per knowledge base, specify S3 buckets as
data sources from external accounts, and exposing levers to define the
deletion behavior of the underlying vector store data.
- api-change:`bedrock-agent-runtime`: \[`botocore`] This release
introduces zero-setup file upload support for the RetrieveAndGenerate
API. This allows you to chat with your data without setting up a
Knowledge Base.
- api-change:`bedrock-runtime`: \[`botocore`] This release introduces
Guardrails for Amazon Bedrock.
- api-change:`ce`: \[`botocore`] Added additional metadata that might be
applicable to your reservation recommendations.
- api-change:`ec2`: \[`botocore`] This release introduces EC2 AMI
Deregistration Protection, a new AMI property that can be enabled by
customers to protect an AMI against an unintended deregistration. This
release also enables the AMI owners to view the AMI 'LastLaunchedTime'
in DescribeImages API.
- api-change:`pi`: \[`botocore`] Clarifies how aggregation works for
GetResourceMetrics in the Performance Insights API.
- api-change:`rds`: \[`botocore`] Fix the example ARN for
ModifyActivityStreamRequest
- api-change:`workspaces-web`: \[`botocore`] Added InstanceType and
MaxConcurrentSessions parameters on CreatePortal and UpdatePortal
Operations as well as the ability to read Customer Managed Key &
Additional Encryption Context parameters on supported resources (Portal,
BrowserSettings, UserSettings, IPAccessSettings)

###
[`v1.34.89`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13489)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.88...1.34.89)

\=======

- api-change:`bedrock-agent`: \[`botocore`] Releasing the support for
simplified configuration and return of control
- api-change:`bedrock-agent-runtime`: \[`botocore`] Releasing the
support for simplified configuration and return of control
- api-change:`payment-cryptography`: \[`botocore`] Adding support to
TR-31/TR-34 exports for optional headers, allowing customers to add
additional metadata (such as key version and KSN) when exporting keys
from the service.
- api-change:`redshift-serverless`: \[`botocore`] Updates description of
schedule field for scheduled actions.
- api-change:`route53profiles`: \[`botocore`] Route 53 Profiles allows
you to apply a central DNS configuration across many VPCs regardless of
account.
- api-change:`sagemaker`: \[`botocore`] This release adds support for
Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker
Studio.
- api-change:`servicediscovery`: \[`botocore`] This release adds
examples to several Cloud Map actions.
- api-change:`transfer`: \[`botocore`] Adding new API to support remote
directory listing using SFTP connector

###
[`v1.34.88`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13488)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.87...1.34.88)

\=======

- api-change:`glue`: \[`botocore`] Adding RowFilter in the response for
GetUnfilteredTableMetadata API
- api-change:`internetmonitor`: \[`botocore`] This update introduces the
GetInternetEvent and ListInternetEvents APIs, which provide access to
internet events displayed on the Amazon CloudWatch Internet Weather Map.
- api-change:`personalize`: \[`botocore`] This releases auto training
capability while creating a solution and automatically syncing latest
solution versions when creating/updating a campaign

###
[`v1.34.87`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13487)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.86...1.34.87)

\=======

- api-change:`drs`: \[`botocore`] Outpost ARN added to Source Server and
Recovery Instance
- api-change:`emr-serverless`: \[`botocore`] This release adds the
capability to publish detailed Spark engine metrics to Amazon Managed
Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.
- api-change:`guardduty`: \[`botocore`] Added IPv6Address fields for
local and remote IP addresses
- api-change:`quicksight`: \[`botocore`] This release adds support for
the Cross Sheet Filter and Control features, and support for warnings in
asset imports for any permitted errors encountered during execution
- api-change:`rolesanywhere`: \[`botocore`] This release introduces the
PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere
now provides the capability to define a set of mapping rules, allowing
customers to specify which data is extracted from their X.509 end-entity
certificates.
- api-change:`sagemaker`: \[`botocore`] Removed deprecated enum values
and updated API documentation.
- api-change:`workspaces`: \[`botocore`] Adds new APIs for managing and
sharing WorkSpaces BYOL configuration across accounts.

###
[`v1.34.86`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13486)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.85...1.34.86)

\=======

- api-change:`ec2`: \[`botocore`] Documentation updates for Elastic
Compute Cloud (EC2).
- api-change:`qbusiness`: \[`botocore`] This release adds support for
IAM Identity Center (IDC) as the identity gateway for Q Business. It
also allows users to provide an explicit intent for Q Business to
identify how the Chat request should be handled.

###
[`v1.34.85`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13485)

[Compare
Source](https://togithub.com/boto/boto3/compare/1.34.84...1.34.85)

\=======

- api-change:`bedrock-agent`: \[`botocore`] For Create Agent API, the
agentResourceRoleArn parameter is no longer required.
- api-change:`emr-serverless`: \[`botocore`] This release adds support
for shuffle optimized disks that allow larger disk sizes and higher IOPS
to efficiently run shuffle heavy workloads.
- api-change:`entityresolution`: \[`botocore`] Cross Account Resource
Support .
- api-change:`iotwireless`: \[`botocore`] Add PublicGateways in the
GetWirelessStatistics call response, indicating the LoRaWAN public
network accessed by the device.
- api-change:`lakeformation`: \[`botocore`] This release adds Lake
Formation managed RAM support for the 4 APIs -
"DescribeLakeFormationIdentityCenterConfiguration",
"CreateLakeFormationIdentityCenterConfiguration",
"DescribeLakeFormationIdentityCenterConfiguration", and
"DeleteLakeFormationIdentityCenterConfiguration"
- api-change:`m2`: \[`botocore`] Adding new ListBatchJobRestartPoints
API and support for restart batch job.
- api-change:`mediapackagev2`: \[`botocore`] Dash v2 is a MediaPackage
V2 feature to support egressing on DASH manifest format.
- api-change:`outposts`: \[`botocore`] This release adds new APIs to
allow customers to configure their Outpost capacity at order-time.
- api-change:`wellarchitected`: \[`botocore`] AWS Well-Architected now
has a Connector for Jira to allow customers to efficiently track
workload risks and improvement efforts and create closed-loop
mechanisms.
-   enhancement:AWSCRT: \[`botocore`] Update awscrt version to 0.20.9

</details>

<details>
<summary>boto/botocore (botocore)</summary>

###
[`v1.34.91`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13491)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.90...1.34.91)

\=======

- api-change:`datasync`: This change allows users to disable and enable
the schedules associated with their tasks.
- api-change:`ec2`: Launching capability for customers to enable or
disable automatic assignment of public IPv4 addresses to their network
interface
- api-change:`emr-containers`: EMRonEKS Service support for
SecurityConfiguration enforcement for Spark Jobs.
-   api-change:`entityresolution`: Support Batch Unique IDs Deletion.
- api-change:`gamelift`: Amazon GameLift releases container fleets
support for public preview. Deploy Linux-based containerized game server
software for hosting on Amazon GameLift.
- api-change:`ssm`: Add SSM DescribeInstanceProperties API to public AWS
SDK.

###
[`v1.34.90`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13490)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.89...1.34.90)

\=======

- api-change:`bedrock`: This release introduces Model Evaluation and
Guardrails for Amazon Bedrock.
- api-change:`bedrock-agent`: Introducing the ability to create multiple
data sources per knowledge base, specify S3 buckets as data sources from
external accounts, and exposing levers to define the deletion behavior
of the underlying vector store data.
- api-change:`bedrock-agent-runtime`: This release introduces zero-setup
file upload support for the RetrieveAndGenerate API. This allows you to
chat with your data without setting up a Knowledge Base.
- api-change:`bedrock-runtime`: This release introduces Guardrails for
Amazon Bedrock.
- api-change:`ce`: Added additional metadata that might be applicable to
your reservation recommendations.
- api-change:`ec2`: This release introduces EC2 AMI Deregistration
Protection, a new AMI property that can be enabled by customers to
protect an AMI against an unintended deregistration. This release also
enables the AMI owners to view the AMI 'LastLaunchedTime' in
DescribeImages API.
- api-change:`pi`: Clarifies how aggregation works for
GetResourceMetrics in the Performance Insights API.
- api-change:`rds`: Fix the example ARN for ModifyActivityStreamRequest
- api-change:`workspaces-web`: Added InstanceType and
MaxConcurrentSessions parameters on CreatePortal and UpdatePortal
Operations as well as the ability to read Customer Managed Key &
Additional Encryption Context parameters on supported resources (Portal,
BrowserSettings, UserSettings, IPAccessSettings)

###
[`v1.34.89`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13489)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.88...1.34.89)

\=======

- api-change:`bedrock-agent`: Releasing the support for simplified
configuration and return of control
- api-change:`bedrock-agent-runtime`: Releasing the support for
simplified configuration and return of control
- api-change:`payment-cryptography`: Adding support to TR-31/TR-34
exports for optional headers, allowing customers to add additional
metadata (such as key version and KSN) when exporting keys from the
service.
- api-change:`redshift-serverless`: Updates description of schedule
field for scheduled actions.
- api-change:`route53profiles`: Route 53 Profiles allows you to apply a
central DNS configuration across many VPCs regardless of account.
- api-change:`sagemaker`: This release adds support for Real-Time
Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
- api-change:`servicediscovery`: This release adds examples to several
Cloud Map actions.
- api-change:`transfer`: Adding new API to support remote directory
listing using SFTP connector

###
[`v1.34.88`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13488)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.87...1.34.88)

\=======

- api-change:`glue`: Adding RowFilter in the response for
GetUnfilteredTableMetadata API
- api-change:`internetmonitor`: This update introduces the
GetInternetEvent and ListInternetEvents APIs, which provide access to
internet events displayed on the Amazon CloudWatch Internet Weather Map.
- api-change:`personalize`: This releases auto training capability while
creating a solution and automatically syncing latest solution versions
when creating/updating a campaign

###
[`v1.34.87`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13487)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.86...1.34.87)

\=======

- api-change:`drs`: Outpost ARN added to Source Server and Recovery
Instance
- api-change:`emr-serverless`: This release adds the capability to
publish detailed Spark engine metrics to Amazon Managed Service for
Prometheus (AMP) for enhanced monitoring for Spark jobs.
- api-change:`guardduty`: Added IPv6Address fields for local and remote
IP addresses
- api-change:`quicksight`: This release adds support for the Cross Sheet
Filter and Control features, and support for warnings in asset imports
for any permitted errors encountered during execution
- api-change:`rolesanywhere`: This release introduces the
PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere
now provides the capability to define a set of mapping rules, allowing
customers to specify which data is extracted from their X.509 end-entity
certificates.
- api-change:`sagemaker`: Removed deprecated enum values and updated API
documentation.
- api-change:`workspaces`: Adds new APIs for managing and sharing
WorkSpaces BYOL configuration across accounts.

###
[`v1.34.86`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13486)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.85...1.34.86)

\=======

- api-change:`ec2`: Documentation updates for Elastic Compute Cloud
(EC2).
- api-change:`qbusiness`: This release adds support for IAM Identity
Center (IDC) as the identity gateway for Q Business. It also allows
users to provide an explicit intent for Q Business to identify how the
Chat request should be handled.

###
[`v1.34.85`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13485)

[Compare
Source](https://togithub.com/boto/botocore/compare/1.34.84...1.34.85)

\=======

- api-change:`bedrock-agent`: For Create Agent API, the
agentResourceRoleArn parameter is no longer required.
- api-change:`emr-serverless`: This release adds support for shuffle
optimized disks that allow larger disk sizes and higher IOPS to
efficiently run shuffle heavy workloads.
-   api-change:`entityresolution`: Cross Account Resource Support .
- api-change:`iotwireless`: Add PublicGateways in the
GetWirelessStatistics call response, indicating the LoRaWAN public
network accessed by the device.
- api-change:`lakeformation`: This release adds Lake Formation managed
RAM support for the 4 APIs -
"DescribeLakeFormationIdentityCenterConfiguration",
"CreateLakeFormationIdentityCenterConfiguration",
"DescribeLakeFormationIdentityCenterConfiguration", and
"DeleteLakeFormationIdentityCenterConfiguration"
- api-change:`m2`: Adding new ListBatchJobRestartPoints API and support
for restart batch job.
- api-change:`mediapackagev2`: Dash v2 is a MediaPackage V2 feature to
support egressing on DASH manifest format.
- api-change:`outposts`: This release adds new APIs to allow customers
to configure their Outpost capacity at order-time.
- api-change:`wellarchitected`: AWS Well-Architected now has a Connector
for Jira to allow customers to efficiently track workload risks and
improvement efforts and create closed-loop mechanisms.
-   enhancement:AWSCRT: Update awscrt version to 0.20.9

</details>

<details>
<summary>hashicorp/setup-terraform (hashicorp/setup-terraform)</summary>

###
[`v3.1.0`](https://togithub.com/hashicorp/setup-terraform/releases/tag/v3.1.0)

[Compare
Source](https://togithub.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)

ENHANCEMENTS:

- Automatically fallback to darwin/amd64 for Terraform versions before
1.0.2 as releases for darwin/arm64 are not available
([#&#8203;409](https://togithub.com/hashicorp/setup-terraform/issues/409))

</details>

<details>
<summary>oxsecurity/megalinter (oxsecurity/megalinter)</summary>

###
[`v7.11.1`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7111---2024-04-23)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.11.0...v7.11.1)

-   Fixes
- Implement fallback in case git diff does not work with merge-base

-   Linter versions upgrades
    -   [stylelint](https://stylelint.io) from 16.3.1 to **16.4.0**

###
[`v7.11.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7110---2024-04-23)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.10.0...v7.11.0)

-   Core
- Allow to override the number of parallel cores used, with variable
**PARALLEL_PROCESS_NUMBER**, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3428](https://togithub.com/oxsecurity/megalinter/pull/3428)
- Upgrade base python image from 3.12.2-alpine3.19 to 3.12.3-alpine3.19
- Upgrade PHP 8.1 to 8.3 by
[@&#8203;llaville](https://togithub.com/llaville) in
[https://github.com/oxsecurity/megalinter/pull/3464](https://togithub.com/oxsecurity/megalinter/pull/3464)
- Add descriptor pre / post commands, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[https://github.com/oxsecurity/megalinter/pull/3468](https://togithub.com/oxsecurity/megalinter/pull/3468)
- Allow merge lists with **EXTENDS**, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[https://github.com/oxsecurity/megalinter/pull/3469](https://togithub.com/oxsecurity/megalinter/pull/3469)

-   Media

-   New linters
- Add Kotlin detekt linter, by
[@&#8203;enciyo](https://togithub.com/enciyo) in
[https://github.com/oxsecurity/megalinter/pull/3408](https://togithub.com/oxsecurity/megalinter/pull/3408)

-   Reporters
- Add ruff sarif support, by
[@&#8203;Skitionek](https://togithub.com/Skitionek) in
[https://github.com/oxsecurity/megalinter/pull/3486](https://togithub.com/oxsecurity/megalinter/pull/3486)

-   Fixes
- Fix listing of modified files, by
[@&#8203;vkucera](https://togithub.com/vkucera) in
[#&#8203;3472](https://togithub.com/oxsecurity/megalinter/pull/3472).
Fixes
[#&#8203;2125](https://togithub.com/oxsecurity/megalinter/issues/2125).
- Fix conflict between prettier and yamllint about spaces, by
[@&#8203;apeyrat](https://togithub.com/apeyrat) in
[https://github.com/oxsecurity/megalinter/pull/3426](https://togithub.com/oxsecurity/megalinter/pull/3426)
- Ensure [trufflehog](https://togithub.com/trufflesecurity/trufflehog)
does not auto-update itself, by
[@&#8203;wandering-tales](https://togithub.com/wandering-tales) in
[https://github.com/oxsecurity/megalinter/pull/3430](https://togithub.com/oxsecurity/megalinter/pull/3430)
- Salesforce linters: use sf + default Flow Scanner rules, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3435](https://togithub.com/oxsecurity/megalinter/pull/3435)
- Disable JSON_ESLINT_PLUGIN_JSONC until
[ota-meshi/eslint-plugin-jsonc#328](https://togithub.com/ota-meshi/eslint-plugin-jsonc/issues/328)
is fixed
    -   Upgrade tar in mega-linter-runner
- secretlint: remove default `.secretlintignore` that was never used but
`.gitignore` is used instead. Fixes
[#&#8203;3328](https://togithub.com/oxsecurity/megalinter/issues/3328)
- Add jpeg, xlsx to .gitleaks.toml, by
[@&#8203;rasa](https://togithub.com/rasa) in
[https://github.com/oxsecurity/megalinter/pull/3434](https://togithub.com/oxsecurity/megalinter/pull/3434)
- Fix Json Schema, by [@&#8203;nvuillam](https://togithub.com/nvuillam)
in
[https://github.com/oxsecurity/megalinter/pull/3470](https://togithub.com/oxsecurity/megalinter/pull/3470)
- Remove `TEMPLATES/.secretlintignore`, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[https://github.com/oxsecurity/megalinter/pull/3476](https://togithub.com/oxsecurity/megalinter/pull/3476)

-   Doc
- Update R2DevOps logo, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3436](https://togithub.com/oxsecurity/megalinter/pull/3436)
- Update [Roslynator](https://togithub.com/dotnet/roslynator) repo url
and logo, by [@&#8203;TommyE123](https://togithub.com/TommyE123) in
[https://github.com/oxsecurity/megalinter/pull/3444](https://togithub.com/oxsecurity/megalinter/pull/3444)
- Fix clang-format documentation links to point to the correct version.
Fixes
[#&#8203;3452](https://togithub.com/oxsecurity/megalinter/issues/3452),
by [@&#8203;daltonv](https://togithub.com/daltonv) in
[https://github.com/oxsecurity/megalinter/pull/3453](https://togithub.com/oxsecurity/megalinter/pull/3453)
- Add copy to clipboard button in code block (documentation), by
[@&#8203;nikkii86](https://togithub.com/nikkii86) in
[https://github.com/oxsecurity/megalinter/pull/3491](https://togithub.com/oxsecurity/megalinter/pull/3491)

-   Flavors
- Add C & C++ linters in Python flavor by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3456](https://togithub.com/oxsecurity/megalinter/pull/3456)

-   CI
    -   Make SPELL_LYCHEE non blocking for internal CI jobs
- Remove old unused automerge workflows by
[@&#8203;echoix](https://togithub.com/echoix) in
[https://github.com/oxsecurity/megalinter/pull/3432](https://togithub.com/oxsecurity/megalinter/pull/3432)
- Add consistent python3/python handling at build.sh, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[https://github.com/oxsecurity/megalinter/pull/3475](https://togithub.com/oxsecurity/megalinter/pull/3475)

-   Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.2.0 to
**24.2.2**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.25.53 to **0.26.170**
- [black](https://black.readthedocs.io/en/stable/) from 24.2.0 to
**24.4.0**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.86.0 to **0.86.4**
    -   [checkov](https://www.checkov.io/) from 3.2.34 to **3.2.74**
- [checkstyle](https://checkstyle.org/) from 10.14.0 to **10.15.0**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.76 to
**0.1.77**
- [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2024.03.05
to **2024.03.13**
    -   [csharpier](https://csharpier.com/) from 0.27.3 to **0.28.1**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.6.0 to **8.7.0**
- [devskim](https://togithub.com/microsoft/DevSkim) from 1.0.32 to
**1.0.33**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 8.0.102 to **8.0.104**
-
[eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/)
from 2.13.0 to **2.15.1**
- [golangci-lint](https://golangci-lint.run/) from 1.56.2 to **1.57.2**
- [grype](https://togithub.com/anchore/grype) from 0.74.7 to **0.77.0**
    -   [kics](https://www.kics.io) from 1.7.13 to **2.0.0**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.18.0 to **2.22.0**
- [markdown-link-check](https://togithub.com/tcort/markdown-link-check)
from 3.11.2 to **3.12.1**
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from
14.2.3 to **14.4.1**
- [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from
3.9.0 to **3.9.1**
    -   [phpstan](https://phpstan.org/) from 1.10.60 to **1.10.67**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.48.0 to
**0.49.6**
- [psalm](https://psalm.dev) from Psalm.5.23.0@&#8203; to
**Psalm.5.23.1@&#8203;**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.353 to
**1.1.359**
- [roslynator](https://togithub.com/dotnet/Roslynator) from 0.8.3.0 to
**0.8.6.0**
- [rstcheck](https://togithub.com/myint/rstcheck) from 6.2.0 to
**6.2.1**
    -   [rubocop](https://rubocop.org/) from 1.62.0 to **1.63.3**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.3.2 to **0.4.1**
- [secretlint](https://togithub.com/secretlint/secretlint) from 8.1.2 to
**8.2.3**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [snakefmt](https://togithub.com/snakemake/snakefmt) from 0.10.0 to
**0.10.1**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.5.5 to
**8.10.8**
-
[spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview)
from 6.11.0 to **6.11.1**
    -   [sqlfluff](https://www.sqlfluff.com/) from 2.3.5 to **3.0.5**
    -   [stylelint](https://stylelint.io) from 16.2.1 to **16.3.1**
- [syft](https://togithub.com/anchore/syft) from 1.0.1 to **1.2.0**
- [tekton-lint](https://togithub.com/IBM/tekton-lint) from 1.0.0 to
**1.0.2**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.7.4 to **1.8.1**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.55.13 to
**0.57.5**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.49.1 to
**0.50.2**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.49.1 to
**0.50.2**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.69.0 to **3.73.0**
    -   [vale](https://vale.sh/) from 3.2.2 to **3.4.0**

</details>

<details>
<summary>hashicorp/terraform-provider-random (random)</summary>

###
[`v3.6.1`](https://togithub.com/hashicorp/terraform-provider-random/blob/HEAD/CHANGELOG.md#361-April-16-2024)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-random/compare/v3.6.0...v3.6.1)

BUG FIXES:

- all: Prevent `keepers` from triggering an in-place update following
import
([#&#8203;385](https://togithub.com/hashicorp/terraform-provider-random/issues/385))
- resource/random_shuffle: Prevent inconsistent result after apply when
result_count is set to 0
([#&#8203;409](https://togithub.com/hashicorp/terraform-provider-random/issues/409))
- provider/random_password: Fix bug which causes panic when special,
upper, lower and number/numeric are all false
([#&#8203;551](https://togithub.com/hashicorp/terraform-provider-random/issues/551))
- provider/random_string: Fix bug which causes panic when special,
upper, lower and number/numeric are all false
([#&#8203;551](https://togithub.com/hashicorp/terraform-provider-random/issues/551))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@nvuillam
Copy link
Author

@ota-meshi would you have a ready to use eslint.config.js for eslint-plugin-jsonc ?

drernie pushed a commit to quiltdata/nf-quilt that referenced this issue May 13, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oxsecurity/megalinter](https://togithub.com/oxsecurity/megalinter) |
action | minor | `v7.8.0` -> `v7.11.1` |

---

### Release Notes

<details>
<summary>oxsecurity/megalinter (oxsecurity/megalinter)</summary>

###
[`v7.11.1`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7111---2024-04-23)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.11.0...v7.11.1)

-   Fixes
- Implement fallback in case git diff does not work with merge-base

-   Linter versions upgrades
    -   [stylelint](https://stylelint.io) from 16.3.1 to **16.4.0**

###
[`v7.11.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7110---2024-04-23)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.10.0...v7.11.0)

-   Core
- Allow to override the number of parallel cores used, with variable
**PARALLEL_PROCESS_NUMBER**, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3428](https://togithub.com/oxsecurity/megalinter/pull/3428)
- Upgrade base python image from 3.12.2-alpine3.19 to 3.12.3-alpine3.19
- Upgrade PHP 8.1 to 8.3 by
[@&#8203;llaville](https://togithub.com/llaville) in
[#&#8203;3464](https://togithub.com/oxsecurity/megalinter/pull/3464)
- Add descriptor pre / post commands, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[#&#8203;3468](https://togithub.com/oxsecurity/megalinter/pull/3468)
- Allow merge lists with **EXTENDS**, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[#&#8203;3469](https://togithub.com/oxsecurity/megalinter/pull/3469)

-   Media

-   New linters
- Add Kotlin detekt linter, by
[@&#8203;enciyo](https://togithub.com/enciyo) in
[#&#8203;3408](https://togithub.com/oxsecurity/megalinter/pull/3408)

-   Reporters
- Add ruff sarif support, by
[@&#8203;Skitionek](https://togithub.com/Skitionek) in
[#&#8203;3486](https://togithub.com/oxsecurity/megalinter/pull/3486)

-   Fixes
- Fix listing of modified files, by
[@&#8203;vkucera](https://togithub.com/vkucera) in
[#&#8203;3472](https://togithub.com/oxsecurity/megalinter/pull/3472).
Fixes
[#&#8203;2125](https://togithub.com/oxsecurity/megalinter/issues/2125).
- Fix conflict between prettier and yamllint about spaces, by
[@&#8203;apeyrat](https://togithub.com/apeyrat) in
[#&#8203;3426](https://togithub.com/oxsecurity/megalinter/pull/3426)
- Ensure [trufflehog](https://togithub.com/trufflesecurity/trufflehog)
does not auto-update itself, by
[@&#8203;wandering-tales](https://togithub.com/wandering-tales) in
[#&#8203;3430](https://togithub.com/oxsecurity/megalinter/pull/3430)
- Salesforce linters: use sf + default Flow Scanner rules, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3435](https://togithub.com/oxsecurity/megalinter/pull/3435)
- Disable JSON_ESLINT_PLUGIN_JSONC until
[ota-meshi/eslint-plugin-jsonc#328](https://togithub.com/ota-meshi/eslint-plugin-jsonc/issues/328)
is fixed
    -   Upgrade tar in mega-linter-runner
- secretlint: remove default `.secretlintignore` that was never used but
`.gitignore` is used instead. Fixes
[#&#8203;3328](https://togithub.com/oxsecurity/megalinter/issues/3328)
- Add jpeg, xlsx to .gitleaks.toml, by
[@&#8203;rasa](https://togithub.com/rasa) in
[#&#8203;3434](https://togithub.com/oxsecurity/megalinter/pull/3434)
- Fix Json Schema, by [@&#8203;nvuillam](https://togithub.com/nvuillam)
in [#&#8203;3470](https://togithub.com/oxsecurity/megalinter/pull/3470)
- Remove `TEMPLATES/.secretlintignore`, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[#&#8203;3476](https://togithub.com/oxsecurity/megalinter/pull/3476)

-   Doc
- Update R2DevOps logo, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3436](https://togithub.com/oxsecurity/megalinter/pull/3436)
- Update [Roslynator](https://togithub.com/dotnet/roslynator) repo url
and logo, by [@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3444](https://togithub.com/oxsecurity/megalinter/pull/3444)
- Fix clang-format documentation links to point to the correct version.
Fixes
[#&#8203;3452](https://togithub.com/oxsecurity/megalinter/issues/3452),
by [@&#8203;daltonv](https://togithub.com/daltonv) in
[#&#8203;3453](https://togithub.com/oxsecurity/megalinter/pull/3453)
- Add copy to clipboard button in code block (documentation), by
[@&#8203;nikkii86](https://togithub.com/nikkii86) in
[#&#8203;3491](https://togithub.com/oxsecurity/megalinter/pull/3491)

-   Flavors
- Add C & C++ linters in Python flavor by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3456](https://togithub.com/oxsecurity/megalinter/pull/3456)

-   CI
    -   Make SPELL_LYCHEE non blocking for internal CI jobs
- Remove old unused automerge workflows by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3432](https://togithub.com/oxsecurity/megalinter/pull/3432)
- Add consistent python3/python handling at build.sh, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[#&#8203;3475](https://togithub.com/oxsecurity/megalinter/pull/3475)

-   Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.2.0 to
**24.2.2**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.25.53 to **0.26.170**
- [black](https://black.readthedocs.io/en/stable/) from 24.2.0 to
**24.4.0**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.86.0 to **0.86.4**
    -   [checkov](https://www.checkov.io/) from 3.2.34 to **3.2.74**
- [checkstyle](https://checkstyle.org/) from 10.14.0 to **10.15.0**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.76 to
**0.1.77**
- [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2024.03.05
to **2024.03.13**
    -   [csharpier](https://csharpier.com/) from 0.27.3 to **0.28.1**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.6.0 to **8.7.0**
- [devskim](https://togithub.com/microsoft/DevSkim) from 1.0.32 to
**1.0.33**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 8.0.102 to **8.0.104**
-
[eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/)
from 2.13.0 to **2.15.1**
- [golangci-lint](https://golangci-lint.run/) from 1.56.2 to **1.57.2**
- [grype](https://togithub.com/anchore/grype) from 0.74.7 to **0.77.0**
    -   [kics](https://www.kics.io) from 1.7.13 to **2.0.0**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.18.0 to **2.22.0**
- [markdown-link-check](https://togithub.com/tcort/markdown-link-check)
from 3.11.2 to **3.12.1**
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from
14.2.3 to **14.4.1**
- [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from
3.9.0 to **3.9.1**
    -   [phpstan](https://phpstan.org/) from 1.10.60 to **1.10.67**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.48.0 to
**0.49.6**
- [psalm](https://psalm.dev) from Psalm.5.23.0@&#8203; to
**Psalm.5.23.1@&#8203;**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.353 to
**1.1.359**
- [roslynator](https://togithub.com/dotnet/Roslynator) from 0.8.3.0 to
**0.8.6.0**
- [rstcheck](https://togithub.com/myint/rstcheck) from 6.2.0 to
**6.2.1**
    -   [rubocop](https://rubocop.org/) from 1.62.0 to **1.63.3**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.3.2 to **0.4.1**
- [secretlint](https://togithub.com/secretlint/secretlint) from 8.1.2 to
**8.2.3**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [snakefmt](https://togithub.com/snakemake/snakefmt) from 0.10.0 to
**0.10.1**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.5.5 to
**8.10.8**
-
[spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview)
from 6.11.0 to **6.11.1**
    -   [sqlfluff](https://www.sqlfluff.com/) from 2.3.5 to **3.0.5**
    -   [stylelint](https://stylelint.io) from 16.2.1 to **16.3.1**
- [syft](https://togithub.com/anchore/syft) from 1.0.1 to **1.2.0**
- [tekton-lint](https://togithub.com/IBM/tekton-lint) from 1.0.0 to
**1.0.2**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.7.4 to **1.8.1**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.55.13 to
**0.57.5**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.49.1 to
**0.50.2**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.49.1 to
**0.50.2**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.69.0 to **3.73.0**
    -   [vale](https://vale.sh/) from 3.2.2 to **3.4.0**

###
[`v7.10.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7100---2024-03-10)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.9.0...v7.10.0)

-   Core
- Update dotnet linters to .NET 8, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[#&#8203;3182](https://togithub.com/oxsecurity/megalinter/pull/3182)

-   Media
- [How to use MegaLinter with
Jenkins](https://www.youtube.com/watch?v=KhkNf2tQ3hM), by [Darin
Pope](https://www.linkedin.com/in/darinpope/) /
[Cloudbees](https://www.cloudbees.com/)

-   Fixes
- Trivy: use `misconfig` instead of the deprecated `config` scanner,
updating the default arguments, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[#&#8203;3376](https://togithub.com/oxsecurity/megalinter/pull/3376)
- Update calls to sfdx-scanner to output a CSV file for Aura & LWC, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3398](https://togithub.com/oxsecurity/megalinter/pull/3398)
- Kics: fixed error count in the summary table, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3402](https://togithub.com/oxsecurity/megalinter/pull/3402)
- Fix issue with EXTENDS using private repository by sending
GITHUB_TOKEN as HTTP auth header, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3404](https://togithub.com/oxsecurity/megalinter/pull/3404)
- Fix SPELL_VALE_CONFIG_FILE not working (handle the override of linter
CONFIG_FILE if the linter is activated only if some files are found), by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3409](https://togithub.com/oxsecurity/megalinter/pull/3409)

-   CI
- Enable dependabot updates for devcontainer and other Docker
directories, by [@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3390](https://togithub.com/oxsecurity/megalinter/pull/3390)

-   Doc
- Removed obsolete warning for semgrep as the issue has been fixed, by
[@&#8203;Jayllyz](https://togithub.com/Jayllyz) in
[#&#8203;3374](https://togithub.com/oxsecurity/megalinter/pull/3374)
- docs: fix docs in TrivySbomLinter.py, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
<https://togithub.com/oxsecurity/megalinter/pull/3377S>

-   Linter versions upgrades
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.26 to
**1.6.27**
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.7 to
**1.7.8**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.25.3 to **0.25.53**
- [black](https://black.readthedocs.io/en/stable/) from 24.1.1 to
**24.2.0**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.85.1 to **0.86.0**
    -   [checkov](https://www.checkov.io/) from 3.2.20 to **3.2.21**
- [checkstyle](https://checkstyle.org/) from 10.13.0 to **10.14.0**
- [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2023.12.15
to **2024.03.05**
    -   [csharpier](https://csharpier.com/) from 0.27.2 to **0.27.3**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.3.2 to **8.6.0**
- [devskim](https://togithub.com/microsoft/DevSkim) from 1.0.28 to
**1.0.32**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 7.0.115 to **8.0.102**
    -   [eslint](https://eslint.org) from 8.56.0 to **8.57.0**
- [golangci-lint](https://golangci-lint.run/) from 1.56.1 to **1.56.2**
- [grype](https://togithub.com/anchore/grype) from 0.74.5 to **0.74.7**
- [helm](https://helm.sh/docs/helm/helm_lint/) from 3.13.2 to **3.14.2**
    -   [kics](https://www.kics.io) from 1.7.12 to **1.7.13**
    -   [ktlint](https://ktlint.github.io) from 1.1.1 to **1.2.1**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.16.0 to **2.18.0**
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.8.0 to **1.9.0**
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from
14.2.1 to **14.2.3**
- [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from
3.8.1 to **3.9.0**
    -   [phpstan](https://phpstan.org/) from 1.10.57 to **1.10.60**
- [powershell](https://togithub.com/PowerShell/PSScriptAnalyzer) from
7.4.0 to **7.4.1**
-
[powershell_formatter](https://togithub.com/PowerShell/PSScriptAnalyzer)
from 7.4.0 to **7.4.1**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.47.5 to
**0.48.0**
- [psalm](https://psalm.dev) from Psalm.5.21.1@&#8203; to
**Psalm.5.23.0@&#8203;**
    -   [pylint](https://pylint.readthedocs.io) from 3.0.3 to **3.1.0**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.350 to
**1.1.353**
    -   [rubocop](https://rubocop.org/) from 1.60.2 to **1.62.0**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.2.1 to **0.3.2**
- [scalafix](https://scalacenter.github.io/scalafix/) from 0.11.1 to
**0.12.0**
- [secretlint](https://togithub.com/secretlint/secretlint) from 8.1.1 to
**8.1.2**
- [shellcheck](https://togithub.com/koalaman/shellcheck) from 0.9.0 to
**0.10.0**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.4.8 to
**8.5.5**
- [syft](https://togithub.com/anchore/syft) from 0.104.0 to **1.0.1**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.7.3 to **1.7.4**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.55.1 to
**0.55.13**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.67.5 to **3.69.0**
    -   [vale](https://vale.sh/) from 3.0.5 to **3.2.2**
- [xmllint](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) from
21106 to **21107**
- [yamllint](https://yamllint.readthedocs.io/) from 1.34.0 to **1.35.1**

###
[`v7.9.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v790---2024-02-11)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.8.0...v7.9.0)

-   Core
- Upgrade actions/checkout and stefanzweifel/git-auto-commit-action in
generator template workflow, by
[@&#8203;Jayllyz](https://togithub.com/Jayllyz) in
[#&#8203;3327](https://togithub.com/oxsecurity/megalinter/pull/3327)
    -   Upgrade base python image to python:3.12.2-alpine3.19

-   Fixes
- Format powershell linter output into terminal-wide table, and count
errors, by [@&#8203;efrecon](https://togithub.com/efrecon) in
[#&#8203;3318](https://togithub.com/oxsecurity/megalinter/pull/3318)
- Allow active_only_if_file_found to work in specified subdirectory
(\_DIRECTORY), fixes
[#&#8203;2873](https://togithub.com/oxsecurity/megalinter/issues/2873),
by [@&#8203;TimothyEarley](https://togithub.com/TimothyEarley) in
[#&#8203;3323](https://togithub.com/oxsecurity/megalinter/pull/3323)
- Activate CI servers reporters only if we find a related default env
variable, by [@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3321](https://togithub.com/oxsecurity/megalinter/pull/3321)

-   Doc
- Update copyright year to 2024, by
[@&#8203;Jayllyz](https://togithub.com/Jayllyz) in
[#&#8203;3339](https://togithub.com/oxsecurity/megalinter/pull/3339)

-   CI
    -   Free more disk space before docker build
- Upgrade peter-evans/create-pull-request from v5 to v6 in GitHub
Actions workflows

-   Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 6.22.2 to
**24.2.0**
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.6 to
**1.7.7**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.24.24 to **0.25.3**
- [black](https://black.readthedocs.io/en/stable/) from 23.12.1 to
**24.1.1**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.84.0 to **0.85.1**
    -   [checkov](https://www.checkov.io/) from 3.1.67 to **3.2.20**
- [checkstyle](https://checkstyle.sourceforge.io) from 10.12.7 to
**10.13.0**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.75 to
**0.1.76**
    -   [csharpier](https://csharpier.com/) from 0.27.0 to **0.27.2**
-
[eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/)
from 2.12.2 to **2.13.0**
- [gitleaks](https://togithub.com/gitleaks/gitleaks) from 8.18.1 to
**8.18.2**
- [golangci-lint](https://golangci-lint.run/) from 1.55.2 to **1.56.1**
- [grype](https://togithub.com/anchore/grype) from 0.63.1 to **0.74.5**
    -   [lychee](https://lychee.cli.rs) from 0.14.1 to **0.14.3**
- [markdownlint](https://togithub.com/DavidAnson/markdownlint) from
0.38.0 to **0.39.0**
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from
14.2.0 to **14.2.1**
- [phplint](https://togithub.com/overtrue/phplint) from 9.1.0 to
**9.1.2**
    -   [phpstan](https://phpstan.org/) from 1.10.56 to **1.10.57**
    -   [prettier](https://prettier.io/) from 3.2.4 to **3.2.5**
- [psalm](https://psalm.dev) from Psalm.5.20.0@&#8203; to
**Psalm.5.21.1@&#8203;**
    -   [puppet-lint](http://puppet-lint.com/) from 4.2.3 to **4.2.4**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.347 to
**1.1.350**
    -   [revive](https://revive.run/) from 1.3.6 to **1.3.7**
- [roslynator](https://togithub.com/JosefPihrt/Roslynator) from 0.8.2.0
to **0.8.3.0**
    -   [rubocop](https://rubocop.org/) from 1.60.1 to **1.60.2**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.1.14 to **0.2.1**
- [secretlint](https://togithub.com/secretlint/secretlint) from 8.1.0 to
**8.1.1**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
3.20.0 to **3.21.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
3.20.0 to **3.21.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
3.20.0 to **3.21.0**
    -   [shfmt](https://togithub.com/mvdan/sh) from 3.7.0 to **3.8.0**
- [snakefmt](https://togithub.com/snakemake/snakefmt) from 0.9.0 to
**0.10.0**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.2.3 to
**8.4.8**
    -   [stylelint](https://stylelint.io) from 16.2.0 to **16.2.1**
- [syft](https://togithub.com/anchore/syft) from 0.101.1 to **0.104.0**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.7.0 to **1.7.3**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.54.20 to
**0.55.1**
- [tflint](https://togithub.com/terraform-linters/tflint) from 0.50.1 to
**0.50.3**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.48.3 to
**0.49.1**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.48.3 to
**0.49.1**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.63.10 to **3.67.5**
    -   [v8r](https://togithub.com/chris48s/v8r) from 2.1.0 to **3.0.0**
- [yamllint](https://yamllint.readthedocs.io/) from 1.33.0 to **1.34.0**

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/quiltdata/nf-quilt).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
peterjokumsen added a commit to chill-viking/npm-ci that referenced this issue Oct 3, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [oxsecurity/megalinter](https://togithub.com/oxsecurity/megalinter) |
action | major | `v7.10.0` -> `v8.0.0` |

---

### Release Notes

<details>
<summary>oxsecurity/megalinter (oxsecurity/megalinter)</summary>

###
[`v8.0.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v800---2024-08-19)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.13.0...v8.0.0)

-   Reporters
- New
[**ApiReporter**](https://megalinter.io/beta/reporters/ApiReporter/)
(can be used to build Grafana dashboards), by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3540](https://togithub.com/oxsecurity/megalinter/pull/3540)

[![Upgrade to v8
Video](https://img.youtube.com/vi/vbx-ifa1oXE/0.jpg)](https://www.youtube.com/watch?v=vbx-ifa1oXE)

- Removed deprecated linters, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3854](https://togithub.com/oxsecurity/megalinter/pull/3854)
- CSS_SCSSLINT: [Project discontinued and advising to use
stylelint](https://togithub.com/sds/scss-lint#notice-consider-other-tools-before-adopting-scss-lint)
- OPENAPI_SPECTRAL: Replaced by
[API_SPECTRAL](https://megalinter.io/latest/descriptors/api_spectral/)
(same linter but more formats handled)
- SQL_SQL_LINT: [Project no longer
maintained](https://togithub.com/joereynolds/sql-lint/issues/262)

-   Core
- Hide to linters by default all environment variables that contain
**TOKEN**, **USERNAME** or **PASSWORD**, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3881](https://togithub.com/oxsecurity/megalinter/pull/3881)
- Allow to override CLI_LINT_MODE when defined as project, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3772](https://togithub.com/oxsecurity/megalinter/pull/3772)
- Allow to use absolute paths for LINTER_RULES_PATH, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3775](https://togithub.com/oxsecurity/megalinter/pull/3775)
- Allow to update variables from [PRE/POST
Commands](https://megalinter.io/latest/config-precommands/) using
`output_variables` property, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3861](https://togithub.com/oxsecurity/megalinter/pull/3861)

-   Media
- [MegaLinter: un linter pour les gouverner
tous](https://blog.wescale.fr/megalinter-un-linter-pour-les-gouverner-tous)
(FR), by [Guillaume
Arnaud](https://www.linkedin.com/in/guillaume-arnaud/) from
[WeScale](https://www.wescale.fr/)
-
[MegaLinter](https://blog.stephane-robert.info/docs/developper/autres-outils/linters/megalinter/),
by [Stéphane Robert](https://www.linkedin.com/in/stephanerobert1/), from
[3DS OutScale](https://fr.outscale.com/)
- [30 Seconds to Setup MegaLinter: Your Go-To Tool for Automated Code
Quality](https://medium.com/@&#8203;caodanju/30-seconds-to-setup-megalinter-your-go-to-tool-for-automated-code-quality-and-iac-security-969d90a5a99c),
by [Peng Cao](https://www.linkedin.com/in/peng-cao-83b6a2103/) |

-   Linters enhancements
- [bandit](https://megalinter.io/latest/descriptors/python_bandit/) Call
bandit with quiet mode to generate less logs, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3892](https://togithub.com/oxsecurity/megalinter/pull/3892)
- [grype](https://megalinter.io/latest/descriptors/repository_grype/)
Count number of errors returned by Grype, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3906](https://togithub.com/oxsecurity/megalinter/pull/3906)
- [yamllint](https://megalinter.io/latest/descriptors/yaml_yamllint) Fix
yamllint default format to avoid special characters or GitHub sections
in text logs, by [@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3898](https://togithub.com/oxsecurity/megalinter/pull/3898)

-   Fixes
- [terrascan](https://runterrascan.io/) fixed errors and removed
redundant code, by [@&#8203;TommyE123](https://togithub.com/TommyE123)
in
[https://github.com/oxsecurity/megalinter/pull/3767](https://togithub.com/oxsecurity/megalinter/pull/3767)
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
various performance improvements and ability to specify sln or proj
paths, by [@&#8203;TommyE123](https://togithub.com/TommyE123) in
[https://github.com/oxsecurity/megalinter/pull/3741](https://togithub.com/oxsecurity/megalinter/pull/3741)
- [swiftlint](https://togithub.com/realm/SwiftLint) Remove deprecated
argument --path
- Salesforce linters: Disable SF CLI auto update warning, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3883](https://togithub.com/oxsecurity/megalinter/pull/3883)

-   Doc
- Add images and links to Git, CI/CD & other tools integrations at the
beginning of the README, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3885](https://togithub.com/oxsecurity/megalinter/pull/3885)
- Create README animated GIF presentation of MegaLinter, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3910](https://togithub.com/oxsecurity/megalinter/pull/3910)
- Format mkdocs search index in place, by
[@&#8203;echoix](https://togithub.com/echoix) in
[https://github.com/oxsecurity/megalinter/pull/3890](https://togithub.com/oxsecurity/megalinter/pull/3890)
- Use consistent spelling of 'flavor', by
[@&#8203;InputUsername](https://togithub.com/InputUsername) in
[https://github.com/oxsecurity/megalinter/pull/3789](https://togithub.com/oxsecurity/megalinter/pull/3789)

-   CI
- Fix docker warnings, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3853](https://togithub.com/oxsecurity/megalinter/pull/3853)
        -   FromAsCasing: 'as' and 'FROM' keywords' casing do not match
        -   NoEmptyContinuation: Empty continuation line
- SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for
sensitive data
- Port Beta workflows to use docker/metadata-action, by
[@&#8203;echoix](https://togithub.com/echoix) in
[https://github.com/oxsecurity/megalinter/pull/3860](https://togithub.com/oxsecurity/megalinter/pull/3860)
- AutoUpdate linters: Always create a PR if the job has been started
manually, by [@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3863](https://togithub.com/oxsecurity/megalinter/pull/3863)
- Add `skip_checkout: true` to default MegaLinter GitHub Action template
- Remove path filters in deploy-DEV workflow as it is a required check
by [@&#8203;echoix](https://togithub.com/echoix) in
[https://github.com/oxsecurity/megalinter/pull/3894](https://togithub.com/oxsecurity/megalinter/pull/3894)

-   mega-linter-runner
- Add new rules to upgrade to MegaLinter v8, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3896](https://togithub.com/oxsecurity/megalinter/pull/3896)
- Replace glob-promise by glob library, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[https://github.com/oxsecurity/megalinter/pull/3902](https://togithub.com/oxsecurity/megalinter/pull/3902)
        -   **Minimum NodeJs version is now 20.x**

-   Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.6.1 to
**24.7.0**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.28.1 to **0.29.47**
- [black](https://black.readthedocs.io/en/stable/) from 24.4.2 to
**24.8.0**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
1.5.0 to **1.10.3**
    -   [checkov](https://www.checkov.io/) from 3.2.174 to **3.2.232**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.79 to
**0.1.80**
- [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2024.05.24
to **2024.08.01**
    -   [csharpier](https://csharpier.com/) from 0.28.2 to **0.29.0**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.10.4 to **8.14.1**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 8.0.106 to **8.0.108**
    -   [flake8](https://flake8.pycqa.org) from 7.1.0 to **7.1.1**
- [golangci-lint](https://golangci-lint.run/) from 1.59.1 to **1.60.1**
- [grype](https://togithub.com/anchore/grype) from 0.79.2 to **0.79.5**
- [jsonlint](https://togithub.com/prantlf/jsonlint) from 14.0.3 to
**16.0.0**
    -   [kics](https://www.kics.io) from 2.1.1 to **2.1.2**
- [kubeconform](https://togithub.com/yannh/kubeconform) from 0.6.6 to
**0.6.7**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.28.0 to **2.33.0**
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.10.1 to
**1.11.1**
- [php-cs-fixer](https://cs.symfony.com/) from 3.59.3 to **3.62.0**
- [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from
3.10.1 to **3.10.2**
    -   [phpstan](https://phpstan.org/) from 1.11.9 to **1.11.11**
    -   [pmd](https://pmd.github.io/) from 7.3.0 to **7.4.0**
    -   [prettier](https://prettier.io/) from 3.3.2 to **3.3.3**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.50.2 to
**0.50.5**
    -   [pylint](https://pylint.readthedocs.io) from 3.2.5 to **3.2.6**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.370 to
**1.1.376**
    -   [revive](https://revive.run/) from 1.3.7 to **1.3.9**
- [rstcheck](https://togithub.com/myint/rstcheck) from 6.2.1 to
**6.2.4**
    -   [rubocop](https://rubocop.org/) from 1.64.1 to **1.65.1**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.5.1 to **0.6.1**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
4.3.2 to **4.4.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
4.3.2 to **4.4.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
4.3.2 to **4.4.0**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.15.2
to **8.18.1**
    -   [stylelint](https://stylelint.io) from 16.6.1 to **16.8.2**
- [swiftlint](https://togithub.com/realm/SwiftLint) from 0.55.1 to
**0.56.1**
- [syft](https://togithub.com/anchore/syft) from 1.8.0 to **1.11.0**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.9.0 to **1.9.4**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.59.6 to
**0.66.8**
- [tflint](https://togithub.com/terraform-linters/tflint) from 0.52.0 to
**0.53.0**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.53.0 to
**0.54.1**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.53.0 to
**0.54.1**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.79.0 to **3.81.9**
    -   [v8r](https://togithub.com/chris48s/v8r) from 3.1.0 to **4.0.1**
    -   [vale](https://vale.sh/) from 3.6.0 to **3.7.0**

###
[`v7.13.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7130---2024-07-06)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.12.0...v7.13.0)

-   New linters
- Add [**ls-lint**](https://ls-lint.org/), file and folder linter, by
[@&#8203;scolladon](https://togithub.com/scolladon) in
[#&#8203;3681](https://togithub.com/oxsecurity/megalinter/pull/3681)

-   Core
- Handle renovate version comments in build script, by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3617](https://togithub.com/oxsecurity/megalinter/pull/3617) ,
[#&#8203;3627](https://togithub.com/oxsecurity/megalinter/pull/3627) ,
[#&#8203;3643](https://togithub.com/oxsecurity/megalinter/pull/3643) ,
[#&#8203;3699](https://togithub.com/oxsecurity/megalinter/pull/3699) ,
[#&#8203;3700](https://togithub.com/oxsecurity/megalinter/pull/3700)
    -   Update base image to python:3.12.4-alpine3.20
- Use `dotnet8-sdk` available in the main repository, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3696](https://togithub.com/oxsecurity/megalinter/pull/3696)

-   Media
- [Introducing MegaLinter: Streamlining Code Quality Checks Across
Multiple
Languages](https://cloudtuned.hashnode.dev/introducing-megalinter-streamlining-code-quality-checks-across-multiple-languages),
by Cloud Tuned
- [Infrastructure as Code GitHub Codespace
Template](https://luke.geek.nz/azure/iac-github-codespace/), by [Luke
Murray](https://www.linkedin.com/in/ljmurray/)
- [Video: How to: Secrets
scanning](https://youtu.be/iBMWAk5QIfM?si=EVcJilkz7Y2jdn6e\&t=649), by
[Hackitect's
playground](https://www.youtube.com/@&#8203;hackitectsplayground)

-   Linters enhancements
- Add SARIF support (v2) for all PHP linters by
[@&#8203;llaville](https://togithub.com/llaville) in
[#&#8203;3745](https://togithub.com/oxsecurity/megalinter/pull/3745) ,
[#&#8203;3729](https://togithub.com/oxsecurity/megalinter/pull/3729)
- Add python package Pygments to rst-lint venv, by
[@&#8203;bobidle](https://togithub.com/bobidle) in
[#&#8203;3631](https://togithub.com/oxsecurity/megalinter/pull/3631)
- [CSharpier](https://csharpier.com) added ability to override config
filename and path, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3664](https://togithub.com/oxsecurity/megalinter/pull/3664)
- [xmllint](https://gnome.pages.gitlab.gnome.org/libxml2/xmllint.html)
added support for `xsd` files, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3665](https://togithub.com/oxsecurity/megalinter/pull/3665)

-   Fixes
- Improve support for single argument in `get_list_args` function, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3589](https://togithub.com/oxsecurity/megalinter/pull/3589)
- [ansible-lint](https://ansible-lint.readthedocs.io) Improved
activation by checking for `.ansible-lint` config file, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3697](https://togithub.com/oxsecurity/megalinter/pull/3697)
- [DevSkim](https://togithub.com/microsoft/DevSkim) fixed fatal errors
when scanning and ability to override config path, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3673](https://togithub.com/oxsecurity/megalinter/pull/3673)
- [GitLeaks](https://togithub.com/gitleaks/gitleaks) add missing schema
properties, by [@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3675](https://togithub.com/oxsecurity/megalinter/pull/3675)
- [Powershell](https://togithub.com/PowerShell/PSScriptAnalyzer#readme)
Error table truncation improvements, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3620](https://togithub.com/oxsecurity/megalinter/pull/3620)
- [Powershell](https://togithub.com/PowerShell/PSScriptAnalyzer#readme)
added missing schema property
`POWERSHELL_POWERSHELL_FORMATTER_OUTPUT_ENCODING`, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3678](https://togithub.com/oxsecurity/megalinter/pull/3678)
- [syft](https://togithub.com/anchore/syft) use `scan` instead of
deprecated `packages` arg, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3613](https://togithub.com/oxsecurity/megalinter/pull/3613)
- [tflint](https://togithub.com/terraform-linters/tflint) added missing
schema property `TERRAFORM_TFLINT_SECURED_ENV`, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3679](https://togithub.com/oxsecurity/megalinter/pull/3679)
- [tflint](https://togithub.com/terraform-linters/tflint) fixed
deprecated argument and other improvements to default `.tflint.hcl`
template, by [@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3688](https://togithub.com/oxsecurity/megalinter/pull/3688)
- [xmllint](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) added
missing schema properties `XML_XMLLINT_AUTOFORMAT` and
`XML_XMLLINT_INDENT`, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3677](https://togithub.com/oxsecurity/megalinter/pull/3677)
- [yamllint](https://togithub.com/adrienverge/yamllint) fix
error/warning count to work with different log output formats, by
[@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3612](https://togithub.com/oxsecurity/megalinter/pull/3612)

-   Doc
- Update documentation icons by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3625](https://togithub.com/oxsecurity/megalinter/pull/3625)

-   Flavors
- Add gherkin-lint in c_cpp flavor, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3698](https://togithub.com/oxsecurity/megalinter/pull/3698)

-   CI
- Bump actions/checkout from 3 to 4, by
[@&#8203;KristjanESPERANTO](https://togithub.com/KristjanESPERANTO) in
[#&#8203;2994](https://togithub.com/oxsecurity/megalinter/pull/2994)
- Reduce dependabot PR frequency to weekly by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3642](https://togithub.com/oxsecurity/megalinter/pull/3642)

-   Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.2.3 to
**24.6.1**
- [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.8 to
**1.7.9**
- [bash-exec](https://www.gnu.org/software/bash/) from 5.2.21 to
**5.2.26**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.27.1 to **0.28.1**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.87.4 to **1.5.0**
    -   [checkov](https://www.checkov.io/) from 3.2.122 to **3.2.174**
-
[clang-format](https://releases.llvm.org/17.0.1/tools/clang/docs/ClangFormat.html)
from 17.0.5 to **17.0.6**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.78 to
**0.1.79**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.8.3 to **8.10.4**
- [editorconfig-checker](https://editorconfig-checker.github.io/) from
3.0.1 to **3.0.3**
    -   [flake8](https://flake8.pycqa.org) from 7.0.0 to **7.1.0**
    -   [git_diff](https://git-scm.com) from 2.43.4 to **2.45.2**
- [gitleaks](https://togithub.com/gitleaks/gitleaks) from 8.18.2 to
**8.18.4**
- [golangci-lint](https://golangci-lint.run/) from 1.59.0 to **1.59.1**
- [grype](https://togithub.com/anchore/grype) from 0.78.0 to **0.79.2**
- [helm](https://helm.sh/docs/helm/helm_lint/) from 3.14.2 to **3.14.3**
-
[jscpd](https://togithub.com/kucherenko/jscpd/tree/master/packages/jscpd)
from 4.0.4 to **4.0.5**
    -   [kics](https://www.kics.io) from 2.0.1 to **2.1.1**
    -   [ktlint](https://ktlint.github.io) from 1.2.1 to **1.3.1**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.26.0 to **2.28.0**
-
[markdown-table-formatter](https://www.npmjs.com/package/markdown-table-formatter)
from 1.6.0 to **1.6.1**
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.10.0 to
**1.10.1**
- [npm-package-json-lint](https://npmpackagejsonlint.org/) from 7.1.0 to
**8.0.0**
- [php-cs-fixer](https://cs.symfony.com/) from 3.58.1 to **3.59.3**
- [phplint](https://togithub.com/overtrue/phplint) from 9.3.1 to
**9.4.1**
    -   [phpstan](https://phpstan.org/) from 1.11.3 to **1.11.7**
    -   [pmd](https://pmd.github.io/) from 7.1.0 to **7.3.0**
    -   [prettier](https://prettier.io/) from 3.3.0 to **3.3.2**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.49.7 to
**0.50.2**
- [psalm](https://psalm.dev) from Psalm.5.24.0@&#8203; to
**Psalm.5.25.0@&#8203;**
    -   [pylint](https://pylint.readthedocs.io) from 3.2.2 to **3.2.5**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.365 to
**1.1.370**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.4.10 to **0.5.1**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
3.25.0 to **4.3.2**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
3.25.0 to **4.3.2**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
3.25.0 to **4.3.2**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.12.0
to **8.15.2**
    -   [sqlfluff](https://www.sqlfluff.com/) from 3.0.7 to **3.1.0**
- [swiftlint](https://togithub.com/realm/SwiftLint) from 0.54.0 to
**0.55.1**
- [syft](https://togithub.com/anchore/syft) from 1.5.0 to **1.8.0**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.8.4 to **1.9.0**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.58.13 to
**0.59.6**
- [tflint](https://togithub.com/terraform-linters/tflint) from 0.51.1 to
**0.52.0**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.51.4 to
**0.53.0**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.51.4 to
**0.53.0**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.77.0 to **3.79.0**
    -   [v8r](https://togithub.com/chris48s/v8r) from 3.0.0 to **3.1.0**
    -   [vale](https://vale.sh/) from 3.4.2 to **3.6.0**
- [xmllint](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) from
21108 to **21207**

###
[`v7.12.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7120---2024-06-02)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.11.1...v7.12.0)

-   Core
- Add new logs (at debug level) on each linter activation/deactivation
- Clean MegaLinter own CVE exceptions and order the remaining ones with
links to related issues
- Upgrade to Java 21 except for npm-groovy-lint that requires Java 17

-   Media
- Add blog post [5 ways MegaLinter upped our DevSecOps
game](https://flexion.us/blog/5-ways-megalinter-upped-our-devsecops-game/)
to the list of English articles by
[@&#8203;wesley-dean-flexion](https://togithub.com/wesley-dean-flexion)
in [#&#8203;3596](https://togithub.com/oxsecurity/megalinter/pull/3596)

-   Linters
- Add PHP fixer by [@&#8203;llaville](https://togithub.com/llaville) in
[#&#8203;3598](https://togithub.com/oxsecurity/megalinter/pull/3598)
- `API_SPECTRAL` was added as replacement for `OPENAPI_SPECTRAL`
(deprecated), supporting AsyncAPI and OpenAPI by default. Uses
Spectral's standard config file name `.spectral.yaml` instead of
`.openapirc.yml` with a default config with rulesets for AsyncAPI and
OpenAPI enabled. Fixes
[#&#8203;3387](https://togithub.com/oxsecurity/megalinter/issues/3387)
- Disable SQL_TSQLLINT until security issues are solved. Related to
[tsqllint/tsqllint#333](https://togithub.com/tsqllint/tsqllint/issues/333)
- PHP linters (PHP_PHPCS, PHP_PHPLINT, PHP_PHPSTAN) add support to SARIF
report output format with help of
<https://github.com/llaville/sarif-php-sdk>
- Php psalm improvement by
[@&#8203;llaville](https://togithub.com/llaville) in
[#&#8203;3541](https://togithub.com/oxsecurity/megalinter/pull/3541)
- `KOTLIN_KTLINT` now supports `list_of_files` mode, and has better
error counting
- Upgrade `KOTLIN_DETEKT` and make it work with cli_lint_mode = project

-   Reporters

-   Fixes
- Change `golangci-lint` lint mode to `project`, by
[@&#8203;wandering-tales](https://togithub.com/wandering-tales) in
[#&#8203;3509](https://togithub.com/oxsecurity/megalinter/pull/3509)
    -   Disable sql-lint as it is no longer maintained
- Add new entries `findUnusedCode` and `findUnusedBaselineEntry` in
default `psalm.xml` configuration file for PHP_PSALM linter. Related to
[#&#8203;3538](https://togithub.com/oxsecurity/megalinter/issues/3538)
- fix(pylint): overgeneral-exceptions fully qualified name by
[@&#8203;gardar](https://togithub.com/gardar) in
[#&#8203;3576](https://togithub.com/oxsecurity/megalinter/pull/3576)
- Update `ktlint` descriptor to support `list_of_files` and better error
counting by [@&#8203;Yann-J](https://togithub.com/Yann-J) in
[#&#8203;3575](https://togithub.com/oxsecurity/megalinter/pull/3575)
- Sync PowerShell version in arm.megalinter-descriptor.yml by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3586](https://togithub.com/oxsecurity/megalinter/pull/3586)
- Adjust find commands to clean up files in same step by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3588](https://togithub.com/oxsecurity/megalinter/pull/3588)
- Upgrade KOTLIN_DETEKT and make it work with cli_lint_mode = project by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3590](https://togithub.com/oxsecurity/megalinter/pull/3590)

-   Doc
    -   Handle disabled_reason property in descriptors
- Sort enums in json schema, by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3595](https://togithub.com/oxsecurity/megalinter/pull/3595)

-   Flavors

-   CI
    -   Build: take in account disabled linters for workflow auto-update
    -   Remove useless package-lock.json that was in python tests folder
- Fix SARIF_REPORTER that was wrongly sent to `true` to format & fix
test methods
- Build: Write ARG lines at the top of Dockerfiles if they are used by
FROM variables
    -   Remove Github Actions Workflow telemetry to improve performances
- Update Docker image for Gitpod to run on Ubuntu Noble, by
[@&#8203;echoix](https://togithub.com/echoix)
- Update makefile bootstrap config (gitpod or local) to use uv for
package installation, by [@&#8203;echoix](https://togithub.com/echoix)
- Use uv to install Python deps for CI by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3561](https://togithub.com/oxsecurity/megalinter/pull/3561)
- Use a single find command to delete pycache files by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3562](https://togithub.com/oxsecurity/megalinter/pull/3562)
- Sort schema enums by [@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3595](https://togithub.com/oxsecurity/megalinter/pull/3595)

-   Linter versions upgrades
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.27 to
**1.7.1**
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.2.2 to
**24.2.3**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.26.170 to **0.27.1**
- [black](https://black.readthedocs.io/en/stable/) from 24.4.0 to
**24.4.2**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.86.4 to **0.87.4**
    -   [checkov](https://www.checkov.io/) from 3.2.74 to **3.2.122**
- [checkstyle](https://checkstyle.org/) from 10.15.0 to **10.17.0**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.77 to
**0.1.78**
- [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2024.03.13
to **2024.05.24**
    -   [csharpier](https://csharpier.com/) from 0.28.1 to **0.28.2**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.7.0 to **8.8.3**
    -   [detekt](https://detekt.dev/) from 1.23.5 to **1.23.6**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 8.0.104 to **8.0.106**
- [editorconfig-checker](https://editorconfig-checker.github.io/) from
2.7.2 to **3.0.1**
    -   [git_diff](https://git-scm.com) from 2.43.0 to **2.43.4**
- [golangci-lint](https://golangci-lint.run/) from 1.57.2 to **1.59.0**
- [grype](https://togithub.com/anchore/grype) from 0.77.0 to **0.78.0**
-
[jscpd](https://togithub.com/kucherenko/jscpd/tree/master/packages/jscpd)
from 3.5.10 to **4.0.4**
    -   [kics](https://www.kics.io) from 2.0.0 to **2.0.1**
- [kubeconform](https://togithub.com/yannh/kubeconform) from 0.6.4 to
**0.6.6**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.22.0 to **2.24.0**
- [luacheck](https://luacheck.readthedocs.io) from 1.1.2 to **1.2.0**
    -   [lychee](https://lychee.cli.rs) from 0.14.3 to **0.15.1**
- [markdown-link-check](https://togithub.com/tcort/markdown-link-check)
from 3.12.1 to **3.12.2**
-
[markdown-table-formatter](https://www.npmjs.com/package/markdown-table-formatter)
from 1.5.0 to **1.6.0**
- [markdownlint](https://togithub.com/DavidAnson/markdownlint) from
0.39.0 to **0.41.0**
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.9.0 to
**1.10.0**
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from
14.4.1 to **14.6.0**
- [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from
3.9.1 to **3.10.1**
- [phplint](https://togithub.com/overtrue/phplint) from 9.1.2 to
**9.3.1**
- [phpstan](https://phpstan.org/) from 1.10.67 to **1.11.0** to
**1.11.3**
    -   [pmd](https://pmd.github.io/) from 6.55.0 to **7.1.0**
- [powershell](https://togithub.com/PowerShell/PSScriptAnalyzer) from
7.4.1 to **7.4.2**
-
[powershell_formatter](https://togithub.com/PowerShell/PSScriptAnalyzer)
from 7.4.1 to **7.4.2**
    -   [prettier](https://prettier.io/) from 3.2.5 to **3.3.0**
- [proselint](https://togithub.com/amperser/proselint) from 0.13.0 to
**0.14.0**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.49.6 to
**0.49.7**
- [psalm](https://psalm.dev) from Psalm.5.23.1@&#8203; to
**Psalm.5.24.0@&#8203;**
    -   [pylint](https://pylint.readthedocs.io) from 3.1.0 to **3.2.2**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.359 to
**1.1.365**
- [roslynator](https://togithub.com/dotnet/Roslynator) from 0.8.6.0 to
**0.8.9.0**
    -   [rubocop](https://rubocop.org/) from 1.63.3 to **1.64.1**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.4.1 to **0.4.7**
- [scalafix](https://scalacenter.github.io/scalafix/) from 0.12.0 to
**0.12.1**
- [secretlint](https://togithub.com/secretlint/secretlint) from 8.2.3 to
**8.2.4**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
3.23.0 to **3.25.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
3.23.0 to **3.25.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
3.23.0 to **3.25.0**
- [snakefmt](https://togithub.com/snakemake/snakefmt) from 0.10.1 to
**0.10.2**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.10.8
to **8.12.0**
    -   [sqlfluff](https://www.sqlfluff.com/) from 3.0.5 to **3.0.7**
    -   [stylelint](https://stylelint.io) from 16.4.0 to **16.6.1**
- [syft](https://togithub.com/anchore/syft) from 1.2.0 to **1.5.0**
- [tekton-lint](https://togithub.com/IBM/tekton-lint) from 1.0.2 to
**1.1.0**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.8.1 to **1.8.4**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.57.5 to
**0.58.10**
- [tflint](https://togithub.com/terraform-linters/tflint) from 0.50.3 to
**0.51.1**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.50.2 to
**0.51.4**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.50.2 to
**0.51.4**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.73.0 to **3.77.0**
    -   [vale](https://vale.sh/) from 3.4.0 to **3.4.2**
- [xmllint](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) from
21107 to **21108**

###
[`v7.11.1`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7111---2024-04-23)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.11.0...v7.11.1)

-   Fixes
- Implement fallback in case git diff does not work with merge-base

-   Linter versions upgrades
    -   [stylelint](https://stylelint.io) from 16.3.1 to **16.4.0**

###
[`v7.11.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7110---2024-04-23)

[Compare
Source](https://togithub.com/oxsecurity/megalinter/compare/v7.10.0...v7.11.0)

-   Core
- Allow to override the number of parallel cores used, with variable
**PARALLEL_PROCESS_NUMBER**, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3428](https://togithub.com/oxsecurity/megalinter/pull/3428)
- Upgrade base python image from 3.12.2-alpine3.19 to 3.12.3-alpine3.19
- Upgrade PHP 8.1 to 8.3 by
[@&#8203;llaville](https://togithub.com/llaville) in
[#&#8203;3464](https://togithub.com/oxsecurity/megalinter/pull/3464)
- Add descriptor pre / post commands, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[#&#8203;3468](https://togithub.com/oxsecurity/megalinter/pull/3468)
- Allow merge lists with **EXTENDS**, by
[@&#8203;bdovaz](https://togithub.com/bdovaz) in
[#&#8203;3469](https://togithub.com/oxsecurity/megalinter/pull/3469)

-   Media

-   New linters
- Add Kotlin detekt linter, by
[@&#8203;enciyo](https://togithub.com/enciyo) in
[#&#8203;3408](https://togithub.com/oxsecurity/megalinter/pull/3408)

-   Reporters
- Add ruff sarif support, by
[@&#8203;Skitionek](https://togithub.com/Skitionek) in
[#&#8203;3486](https://togithub.com/oxsecurity/megalinter/pull/3486)

-   Fixes
- Fix listing of modified files, by
[@&#8203;vkucera](https://togithub.com/vkucera) in
[#&#8203;3472](https://togithub.com/oxsecurity/megalinter/pull/3472).
Fixes
[#&#8203;2125](https://togithub.com/oxsecurity/megalinter/issues/2125).
- Fix conflict between prettier and yamllint about spaces, by
[@&#8203;apeyrat](https://togithub.com/apeyrat) in
[#&#8203;3426](https://togithub.com/oxsecurity/megalinter/pull/3426)
- Ensure [trufflehog](https://togithub.com/trufflesecurity/trufflehog)
does not auto-update itself, by
[@&#8203;wandering-tales](https://togithub.com/wandering-tales) in
[#&#8203;3430](https://togithub.com/oxsecurity/megalinter/pull/3430)
- Salesforce linters: use sf + default Flow Scanner rules, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3435](https://togithub.com/oxsecurity/megalinter/pull/3435)
- Disable JSON_ESLINT_PLUGIN_JSONC until
[ota-meshi/eslint-plugin-jsonc#328](https://togithub.com/ota-meshi/eslint-plugin-jsonc/issues/328)
is fixed
    -   Upgrade tar in mega-linter-runner
- secretlint: remove default `.secretlintignore` that was never used but
`.gitignore` is used instead. Fixes
[#&#8203;3328](https://togithub.com/oxsecurity/megalinter/issues/3328)
- Add jpeg, xlsx to .gitleaks.toml, by
[@&#8203;rasa](https://togithub.com/rasa) in
[#&#8203;3434](https://togithub.com/oxsecurity/megalinter/pull/3434)
- Fix Json Schema, by [@&#8203;nvuillam](https://togithub.com/nvuillam)
in [#&#8203;3470](https://togithub.com/oxsecurity/megalinter/pull/3470)
- Remove `TEMPLATES/.secretlintignore`, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[#&#8203;3476](https://togithub.com/oxsecurity/megalinter/pull/3476)

-   Doc
- Update R2DevOps logo, by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3436](https://togithub.com/oxsecurity/megalinter/pull/3436)
- Update [Roslynator](https://togithub.com/dotnet/roslynator) repo url
and logo, by [@&#8203;TommyE123](https://togithub.com/TommyE123) in
[#&#8203;3444](https://togithub.com/oxsecurity/megalinter/pull/3444)
- Fix clang-format documentation links to point to the correct version.
Fixes
[#&#8203;3452](https://togithub.com/oxsecurity/megalinter/issues/3452),
by [@&#8203;daltonv](https://togithub.com/daltonv) in
[#&#8203;3453](https://togithub.com/oxsecurity/megalinter/pull/3453)
- Add copy to clipboard button in code block (documentation), by
[@&#8203;nikkii86](https://togithub.com/nikkii86) in
[#&#8203;3491](https://togithub.com/oxsecurity/megalinter/pull/3491)

-   Flavors
- Add C & C++ linters in Python flavor by
[@&#8203;nvuillam](https://togithub.com/nvuillam) in
[#&#8203;3456](https://togithub.com/oxsecurity/megalinter/pull/3456)

-   CI
    -   Make SPELL_LYCHEE non blocking for internal CI jobs
- Remove old unused automerge workflows by
[@&#8203;echoix](https://togithub.com/echoix) in
[#&#8203;3432](https://togithub.com/oxsecurity/megalinter/pull/3432)
- Add consistent python3/python handling at build.sh, by
[@&#8203;pjungermann](https://togithub.com/pjungermann) in
[#&#8203;3475](https://togithub.com/oxsecurity/megalinter/pull/3475)

-   Linter versions upgrades
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.2.0 to
**24.2.2**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.25.53 to **0.26.170**
- [black](https://black.readthedocs.io/en/stable/) from 24.2.0 to
**24.4.0**
- [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from
0.86.0 to **0.86.4**
    -   [checkov](https://www.checkov.io/) from 3.2.34 to **3.2.74**
- [checkstyle](https://checkstyle.org/) from 10.14.0 to **10.15.0**
- [clippy](https://togithub.com/rust-lang/rust-clippy) from 0.1.76 to
**0.1.77**
- [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2024.03.05
to **2024.03.13**
    -   [csharpier](https://csharpier.com/) from 0.27.3 to **0.28.1**
-
[cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.6.0 to **8.7.0**
- [devskim](https://togithub.com/microsoft/DevSkim) from 1.0.32 to
**1.0.33**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 8.0.102 to **8.0.104**
-
[eslint-plugin-jsonc](https://ota-meshi.github.io/eslint-plugin-jsonc/)
from 2.13.0 to **2.15.1**
- [golangci-lint](https://golangci-lint.run/) from 1.56.2 to **1.57.2**
- [grype](https://togithub.com/anchore/grype) from 0.74.7 to **0.77.0**
    -   [kics](https://www.kics.io) from 1.7.13 to **2.0.0**
- [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner)
from 2.18.0 to **2.22.0**
- [markdown-link-check](https://togithub.com/tcort/markdown-link-check)
from 3.11.2 to **3.12.1**
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from
14.2.3 to **14.4.1**
- [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from
3.9.0 to **3.9.1**
    -   [phpstan](https://phpstan.org/) from 1.10.60 to **1.10.67**
- [protolint](https://togithub.com/yoheimuta/protolint) from 0.48.0 to
**0.49.6**
- [psalm](https://psalm.dev) from Psalm.5.23.0@&#8203; to
**Psalm.5.23.1@&#8203;**
- [pyright](https://togithub.com/Microsoft/pyright) from 1.1.353 to
**1.1.359**
- [roslynator](https://togithub.com/dotnet/Roslynator) from 0.8.3.0 to
**0.8.6.0**
- [rstcheck](https://togithub.com/myint/rstcheck) from 6.2.0 to
**6.2.1**
    -   [rubocop](https://rubocop.org/) from 1.62.0 to **1.63.3**
- [ruff](https://togithub.com/astral-sh/ruff) from 0.3.2 to **0.4.1**
- [secretlint](https://togithub.com/secretlint/secretlint) from 8.1.2 to
**8.2.3**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
3.21.0 to **3.23.0**
- [snakefmt](https://togithub.com/snakemake/snakefmt) from 0.10.0 to
**0.10.1**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.5.5 to
**8.10.8**
-
[spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview)
from 6.11.0 to **6.11.1**
    -   [sqlfluff](https://www.sqlfluff.com/) from 2.3.5 to **3.0.5**
    -   [stylelint](https://stylelint.io) from 16.2.1 to **16.3.1**
- [syft](https://togithub.com/anchore/syft) from 1.0.1 to **1.2.0**
- [tekton-lint](https://togithub.com/IBM/tekton-lint) from 1.0.0 to
**1.0.2**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.7.4 to **1.8.1**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.55.13 to
**0.57.5**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.49.1 to
**0.50.2**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.49.1 to
**0.50.2**
- [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from
3.69.0 to **3.73.0**
    -   [vale](https://vale.sh/) from 3.2.2 to **3.4.0**

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/chill-viking/npm-ci).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXV0byA6cm9ib3Q6IiwiZGVwZW5kZW5jaWVzIDpzY3JvbGw6Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Peter Jokumsen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs repro Need a repository that can reproduce the problem
Projects
None yet
Development

No branches or pull requests

2 participants