chore: Cherry-picked changes from upstream#70
Conversation
- Add .prettierignore to ignore malformed lint test files under test/linters. - Enhance Makefile format-prettier target to support FILES_TO_FORMAT for isolated Prettier runs, and add format-codebase target. - Update docs/DEVELOPMENT.md to document new format make targets.
- Add .prettierignore to ignore malformed lint test files under test/linters. - Enhance Makefile format-prettier target to support FILES_TO_FORMAT for isolated Prettier runs, and add format-codebase target. - Update docs/DEVELOPMENT.md to document new format make targets.
|
🚀 PR Updated! The PR has been updated with the latest cherry-picked commits. @step-security/maintained-actions-dev Please review and approve the changes. 📦 Target Release Version: ❗ Missing Files:
🛑 Workflow Files (Cannot be auto-applied by GitHub Actions):
❌ Conflicting Files:
|
Also, add a Make target to run one-off commands to facilitate verification.
When ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT is enabled, super-linter now searches for an existing summary comment (identified by an HTML marker) and updates it in place, rather than creating a new comment on every push. This reduces comment noise on pull requests with multiple commits.
When ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT is enabled, super-linter now searches for an existing summary comment (identified by an HTML marker) and updates it in place, rather than creating a new comment on every push. This reduces comment noise on pull requests with multiple commits.
When ENABLE_GITHUB_PULL_REQUEST_SUMMARY_COMMENT is enabled, super-linter now searches for an existing summary comment (identified by an HTML marker) and updates it in place, rather than creating a new comment on every push. This reduces comment noise on pull requests with multiple commits.
…es (#7875) Bumps the rubocop group with 3 updates in the /dependencies directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.86.2 to 1.87.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.2...v1.87.0) Updates `rubocop-rails` from 2.35.1 to 2.35.3 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.35.1...v2.35.3) Updates `rubocop-rspec` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-rspec dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ...
…es (#7875) Bumps the rubocop group with 3 updates in the /dependencies directory: [rubocop](https://github.com/rubocop/rubocop), [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.86.2 to 1.87.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.2...v1.87.0) Updates `rubocop-rails` from 2.35.1 to 2.35.3 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.35.1...v2.35.3) Updates `rubocop-rspec` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rails dependency-version: 2.35.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-rspec dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ...
…7877) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.0` | `1.51.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.529` | `3.2.533` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.2.1` | `4.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.16` | | [snakefmt](https://github.com/snakemake/snakefmt) | `1.1.0` | `2.0.1` | | [snakemake](https://github.com/snakemake/snakemake) | `9.21.0` | `9.22.0` | Updates `cfn-lint` from 1.51.0 to 1.51.4 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.0...v1.51.4) Updates `checkov` from 3.2.529 to 3.2.533 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.529...3.2.533) Updates `sqlfluff` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2) Updates `ruff` from 0.15.13 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.16) Updates `snakefmt` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v1.1.0...v2.0.1) Updates `snakemake` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.2.533 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: snakemake dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7877) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.0` | `1.51.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.529` | `3.2.533` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.2.1` | `4.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.16` | | [snakefmt](https://github.com/snakemake/snakefmt) | `1.1.0` | `2.0.1` | | [snakemake](https://github.com/snakemake/snakemake) | `9.21.0` | `9.22.0` | Updates `cfn-lint` from 1.51.0 to 1.51.4 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.0...v1.51.4) Updates `checkov` from 3.2.529 to 3.2.533 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.529...3.2.533) Updates `sqlfluff` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2) Updates `ruff` from 0.15.13 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.16) Updates `snakefmt` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v1.1.0...v2.0.1) Updates `snakemake` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.2.533 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: snakemake dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7877) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.0` | `1.51.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.529` | `3.2.533` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.2.1` | `4.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.16` | | [snakefmt](https://github.com/snakemake/snakefmt) | `1.1.0` | `2.0.1` | | [snakemake](https://github.com/snakemake/snakemake) | `9.21.0` | `9.22.0` | Updates `cfn-lint` from 1.51.0 to 1.51.4 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.0...v1.51.4) Updates `checkov` from 3.2.529 to 3.2.533 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.529...3.2.533) Updates `sqlfluff` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2) Updates `ruff` from 0.15.13 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.16) Updates `snakefmt` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v1.1.0...v2.0.1) Updates `snakemake` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.2.533 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: snakemake dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7877) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.0` | `1.51.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.529` | `3.2.533` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.2.1` | `4.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.16` | | [snakefmt](https://github.com/snakemake/snakefmt) | `1.1.0` | `2.0.1` | | [snakemake](https://github.com/snakemake/snakemake) | `9.21.0` | `9.22.0` | Updates `cfn-lint` from 1.51.0 to 1.51.4 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.0...v1.51.4) Updates `checkov` from 3.2.529 to 3.2.533 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.529...3.2.533) Updates `sqlfluff` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2) Updates `ruff` from 0.15.13 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.16) Updates `snakefmt` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v1.1.0...v2.0.1) Updates `snakemake` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.2.533 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: snakemake dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7877) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.0` | `1.51.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.529` | `3.2.533` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.2.1` | `4.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.16` | | [snakefmt](https://github.com/snakemake/snakefmt) | `1.1.0` | `2.0.1` | | [snakemake](https://github.com/snakemake/snakemake) | `9.21.0` | `9.22.0` | Updates `cfn-lint` from 1.51.0 to 1.51.4 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.0...v1.51.4) Updates `checkov` from 3.2.529 to 3.2.533 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.529...3.2.533) Updates `sqlfluff` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2) Updates `ruff` from 0.15.13 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.16) Updates `snakefmt` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v1.1.0...v2.0.1) Updates `snakemake` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.2.533 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: snakemake dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7877) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.0` | `1.51.4` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.529` | `3.2.533` | | [sqlfluff](https://github.com/sqlfluff/sqlfluff) | `4.2.1` | `4.2.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.13` | `0.15.16` | | [snakefmt](https://github.com/snakemake/snakefmt) | `1.1.0` | `2.0.1` | | [snakemake](https://github.com/snakemake/snakemake) | `9.21.0` | `9.22.0` | Updates `cfn-lint` from 1.51.0 to 1.51.4 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.0...v1.51.4) Updates `checkov` from 3.2.529 to 3.2.533 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.529...3.2.533) Updates `sqlfluff` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](sqlfluff/sqlfluff@4.2.1...4.2.2) Updates `ruff` from 0.15.13 to 0.15.16 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.13...0.15.16) Updates `snakefmt` from 1.1.0 to 2.0.1 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v1.1.0...v2.0.1) Updates `snakemake` from 9.21.0 to 9.22.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.21.0...v9.22.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.2.533 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sqlfluff dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: snakemake dependency-version: 9.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…h 3 updates (#7881) Bumps the npm-security-updates group with 2 updates in the /dependencies directory: [hono](https://github.com/honojs/hono) and [protobufjs](https://github.com/protobufjs/protobuf.js). Updates `hono` from 4.12.18 to 4.12.25 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.18...v4.12.25) Updates `protobufjs` from 8.0.1 to 8.5.0 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v8.0.1...protobufjs-v8.5.0) Updates `simple-git` from 3.35.2 to 3.36.0 - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md) - [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.36.0/simple-git) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.25 dependency-type: indirect dependency-group: npm-security-updates - dependency-name: protobufjs dependency-version: 8.5.0 dependency-type: indirect dependency-group: npm-security-updates - dependency-name: simple-git dependency-version: 3.36.0 dependency-type: indirect dependency-group: npm-security-updates ...
… (#7890) Bumps the rubocop group in /dependencies with 2 updates: [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop-rails` from 2.35.3 to 2.35.4 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.35.3...v2.35.4) Updates `rubocop-rspec` from 3.10.0 to 3.10.2 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.10.0...v3.10.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop ...
… (#7890) Bumps the rubocop group in /dependencies with 2 updates: [rubocop-rails](https://github.com/rubocop/rubocop-rails) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop-rails` from 2.35.3 to 2.35.4 - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.35.3...v2.35.4) Updates `rubocop-rspec` from 3.10.0 to 3.10.2 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v3.10.0...v3.10.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-version: 2.35.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop - dependency-name: rubocop-rspec dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rubocop ...
Remove a debug statement from the CallGitHubApi function to avoid that it adds stuff to theh function output on successful calls when debug logging is enabled.
Implement a test to check if each entry of the versions file is either a version string or a string that contains a build date (for xmllint).
Avoid Argument list too long errors when posting or updating large pull request summary comments by passing the payload via standard input instead of command-line arguments to jq and curl.
Avoid Argument list too long errors when posting or updating large pull request summary comments by passing the payload via standard input instead of command-line arguments to jq and curl.
- Add trivy job to the audit GitHub Actions workflow - Disable trivy validation in CI lint jobs and test runner - Add trivy target to Makefile and audit group - Set quiet mode in trivy linter configuration
- Add trivy job to the audit GitHub Actions workflow - Disable trivy validation in CI lint jobs and test runner - Add trivy target to Makefile and audit group - Set quiet mode in trivy linter configuration
- Add trivy job to the audit GitHub Actions workflow - Disable trivy validation in CI lint jobs and test runner - Add trivy target to Makefile and audit group - Set quiet mode in trivy linter configuration
- Add trivy job to the audit GitHub Actions workflow - Disable trivy validation in CI lint jobs and test runner - Add trivy target to Makefile and audit group - Set quiet mode in trivy linter configuration
Bumps the rubocop group with 1 update in the /dependencies directory: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.87.0...v1.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ...
…7932) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.4` | `1.51.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.17` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.533` | `3.3.1` | | [snakefmt](https://github.com/snakemake/snakefmt) | `2.0.1` | `2.0.2` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.5` | `4.0.6` | | [snakemake](https://github.com/snakemake/snakemake) | `9.22.0` | `9.23.0` | Updates `cfn-lint` from 1.51.4 to 1.51.5 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.4...v1.51.5) Updates `ruff` from 0.15.16 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.16...0.15.17) Updates `checkov` from 3.2.533 to 3.3.1 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.533...3.3.1) Updates `snakefmt` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v2.0.1...v2.0.2) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) Updates `snakemake` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakemake dependency-version: 9.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7932) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.4` | `1.51.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.17` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.533` | `3.3.1` | | [snakefmt](https://github.com/snakemake/snakefmt) | `2.0.1` | `2.0.2` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.5` | `4.0.6` | | [snakemake](https://github.com/snakemake/snakemake) | `9.22.0` | `9.23.0` | Updates `cfn-lint` from 1.51.4 to 1.51.5 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.4...v1.51.5) Updates `ruff` from 0.15.16 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.16...0.15.17) Updates `checkov` from 3.2.533 to 3.3.1 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.533...3.3.1) Updates `snakefmt` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v2.0.1...v2.0.2) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) Updates `snakemake` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakemake dependency-version: 9.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
…7932) Bumps the pip group with 6 updates in the /dependencies/python directory: | Package | From | To | | --- | --- | --- | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.51.4` | `1.51.5` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.16` | `0.15.17` | | [checkov](https://github.com/bridgecrewio/checkov) | `3.2.533` | `3.3.1` | | [snakefmt](https://github.com/snakemake/snakefmt) | `2.0.1` | `2.0.2` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.5` | `4.0.6` | | [snakemake](https://github.com/snakemake/snakemake) | `9.22.0` | `9.23.0` | Updates `cfn-lint` from 1.51.4 to 1.51.5 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.51.4...v1.51.5) Updates `ruff` from 0.15.16 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.16...0.15.17) Updates `checkov` from 3.2.533 to 3.3.1 - [Release notes](https://github.com/bridgecrewio/checkov/releases) - [Changelog](https://github.com/bridgecrewio/checkov/blob/main/CHANGELOG.md) - [Commits](bridgecrewio/checkov@3.2.533...3.3.1) Updates `snakefmt` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/snakemake/snakefmt/releases) - [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md) - [Commits](snakemake/snakefmt@v2.0.1...v2.0.2) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) Updates `snakemake` from 9.22.0 to 9.23.0 - [Release notes](https://github.com/snakemake/snakemake/releases) - [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md) - [Commits](snakemake/snakemake@v9.22.0...v9.23.0) --- updated-dependencies: - dependency-name: cfn-lint dependency-version: 1.51.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: checkov dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakefmt dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: snakemake dependency-version: 9.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ...
Bumps the npm-security-updates group with 1 update in the /dependencies directory: [protobufjs](https://github.com/protobufjs/protobuf.js). Updates `protobufjs` from 8.5.0 to 8.6.2 - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v8.5.0...protobufjs-v8.6.2) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.6.1 dependency-type: indirect dependency-group: npm-security-updates ...
Bumps the npm group with 9 updates in the /dependencies directory: | Package | From | To | | --- | --- | --- | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.29.7` | `8.0.1` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.29.7` | `8.0.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.29.7` | `8.0.1` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.16` | `2.5.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.61.0` | `8.61.1` | | [jscpd](https://github.com/kucherenko/jscpd/tree/HEAD/rust/jscpd) | `4.2.5` | `5.0.10` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.48.0` | `0.49.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.17.0` | `7.18.0` | | [renovate](https://github.com/renovatebot/renovate) | `43.228.1` | `43.231.1` | Updates `@babel/eslint-parser` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/eslint/babel-eslint-parser) Updates `@babel/preset-react` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-typescript) Updates `@biomejs/biome` from 2.4.16 to 2.5.0 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.0/packages/@biomejs/biome) Updates `@typescript-eslint/eslint-plugin` from 8.61.0 to 8.61.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/eslint-plugin) Updates `jscpd` from 4.2.5 to 5.0.10 - [Release notes](https://github.com/kucherenko/jscpd/releases) - [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md) - [Commits](https://github.com/kucherenko/jscpd/commits/v5.0.10/rust/jscpd) Updates `markdownlint-cli` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) Updates `react-router-dom` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.0/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.0/packages/react-router-dom) Updates `renovate` from 43.228.1 to 43.231.1 - [Release notes](https://github.com/renovatebot/renovate/releases) - [Commits](renovatebot/renovate@43.228.1...43.231.1) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@babel/preset-react" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@babel/preset-typescript" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@biomejs/biome" dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.61.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: jscpd dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: react-router-dom dependency-version: 7.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: renovate dependency-version: 43.231.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ...
Bumps the npm group with 9 updates in the /dependencies directory: | Package | From | To | | --- | --- | --- | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.29.7` | `8.0.1` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.29.7` | `8.0.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.29.7` | `8.0.1` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.16` | `2.5.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.61.0` | `8.61.1` | | [jscpd](https://github.com/kucherenko/jscpd/tree/HEAD/rust/jscpd) | `4.2.5` | `5.0.10` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.48.0` | `0.49.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.17.0` | `7.18.0` | | [renovate](https://github.com/renovatebot/renovate) | `43.228.1` | `43.231.1` | Updates `@babel/eslint-parser` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/eslint/babel-eslint-parser) Updates `@babel/preset-react` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-typescript) Updates `@biomejs/biome` from 2.4.16 to 2.5.0 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.0/packages/@biomejs/biome) Updates `@typescript-eslint/eslint-plugin` from 8.61.0 to 8.61.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/eslint-plugin) Updates `jscpd` from 4.2.5 to 5.0.10 - [Release notes](https://github.com/kucherenko/jscpd/releases) - [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md) - [Commits](https://github.com/kucherenko/jscpd/commits/v5.0.10/rust/jscpd) Updates `markdownlint-cli` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) Updates `react-router-dom` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.0/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.0/packages/react-router-dom) Updates `renovate` from 43.228.1 to 43.231.1 - [Release notes](https://github.com/renovatebot/renovate/releases) - [Commits](renovatebot/renovate@43.228.1...43.231.1) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@babel/preset-react" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@babel/preset-typescript" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@biomejs/biome" dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.61.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: jscpd dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: react-router-dom dependency-version: 7.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: renovate dependency-version: 43.231.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ...
Bumps the npm group with 9 updates in the /dependencies directory: | Package | From | To | | --- | --- | --- | | [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) | `7.29.7` | `8.0.1` | | [@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react) | `7.29.7` | `8.0.1` | | [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) | `7.29.7` | `8.0.1` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.16` | `2.5.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.61.0` | `8.61.1` | | [jscpd](https://github.com/kucherenko/jscpd/tree/HEAD/rust/jscpd) | `4.2.5` | `5.0.10` | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `0.48.0` | `0.49.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.17.0` | `7.18.0` | | [renovate](https://github.com/renovatebot/renovate) | `43.228.1` | `43.231.1` | Updates `@babel/eslint-parser` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/eslint/babel-eslint-parser) Updates `@babel/preset-react` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-react) Updates `@babel/preset-typescript` from 7.29.7 to 8.0.1 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v8.0.1/packages/babel-preset-typescript) Updates `@biomejs/biome` from 2.4.16 to 2.5.0 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.5.0/packages/@biomejs/biome) Updates `@typescript-eslint/eslint-plugin` from 8.61.0 to 8.61.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.1/packages/eslint-plugin) Updates `jscpd` from 4.2.5 to 5.0.10 - [Release notes](https://github.com/kucherenko/jscpd/releases) - [Changelog](https://github.com/kucherenko/jscpd/blob/master/CHANGELOG.md) - [Commits](https://github.com/kucherenko/jscpd/commits/v5.0.10/rust/jscpd) Updates `markdownlint-cli` from 0.48.0 to 0.49.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) Updates `react-router-dom` from 7.17.0 to 7.18.0 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.0/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.0/packages/react-router-dom) Updates `renovate` from 43.228.1 to 43.231.1 - [Release notes](https://github.com/renovatebot/renovate/releases) - [Commits](renovatebot/renovate@43.228.1...43.231.1) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@babel/preset-react" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@babel/preset-typescript" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@biomejs/biome" dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.61.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: jscpd dependency-version: 5.0.10 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: markdownlint-cli dependency-version: 0.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: react-router-dom dependency-version: 7.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: renovate dependency-version: 43.231.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3d02e38 to
d1f1cfb
Compare
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
2 similar comments
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
Super-linter summary
Super-linter detected linting errors For more information, see the Powered by Super-linter GITHUB_ACTIONS_ZIZMORGIT_COMMITLINTYAML_PRETTIER |
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
image updated to use current main code image updated to use current main code image updated to use current main code failures fixed
e293fbd to
4dc1fdc
Compare
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
| @@ -1,5 +1,7 @@ | |||
| # Generated files | |||
| CHANGELOG.md | |||
| # Generated files | |||
|
what about changes in |
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
🔍 Cherry-Pick Verification Report📦 Upstream Changes: 📋 File-by-File Analysis:
|
Cherry-picked changes from upstream.