Skip to content

Conversation

@marcusmai-telia
Copy link
Collaborator

nielm and others added 14 commits December 9, 2025 16:01
- rollback to python 3.13 to fix cfn-lint runtime errors
- add npm-groovy-lint to the npm dependabot group
- fix clang-format stage build errors after updating to alpine 3.23
- explicitly cache the python-base stage to avoid that stages use an old
  cached version of that stage
Add ansible-lint to the list of linters that ignore configuration
variables to only lint changed files.

Fix super-linter#7263
…r-linter#7270)

Bumps the java-gradle group with 1 update in the /dependencies/google-java-format directory: [com.google.googlejavaformat:google-java-format](https://github.com/google/google-java-format).


Updates `com.google.googlejavaformat:google-java-format` from 1.32.0 to 1.33.0
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](google/google-java-format@v1.32.0...v1.33.0)

---
updated-dependencies:
- dependency-name: com.google.googlejavaformat:google-java-format
  dependency-version: 1.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…r-linter#7271)

Bumps the npm group with 5 updates in the /dependencies directory:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `20.0.0` | `20.2.0` |
| [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) | `20.1.0` | `20.2.0` |
| [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) | `15.2.2` | `16.0.0` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.10.0` | `7.10.1` |
| [renovate](https://github.com/renovatebot/renovate) | `42.34.2` | `42.38.1` |



Updates `@commitlint/config-conventional` from 20.0.0 to 20.2.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.2.0/@commitlint/config-conventional)

Updates `commitlint` from 20.1.0 to 20.2.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@alias/commitlint/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.2.0/@alias/commitlint)

Updates `npm-groovy-lint` from 15.2.2 to 16.0.0
- [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases)
- [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/main/CHANGELOG.md)
- [Commits](nvuillam/npm-groovy-lint@v15.2.2...v16.0.0)

Updates `react-router-dom` from 7.10.0 to 7.10.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `renovate` from 42.34.2 to 42.38.1
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Commits](renovatebot/renovate@42.34.2...42.38.1)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: commitlint
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: npm-groovy-lint
  dependency-version: 16.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: react-router-dom
  dependency-version: 7.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: renovate
  dependency-version: 42.38.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Handle file paths that have parentheses in any part of the path.
- Refactor the command to add GITHUB_WORKSPACE as a prefix to all file
  paths to use sed, so it processes all files in the list in one run
  instead of spawning a subprocess for each file in the list.
…uper-linter#7265)

Bumps the pip group with 7 updates in the /dependencies/python directory:

| Package | From | To |
| --- | --- | --- |
| [zizmor](https://github.com/zizmorcore/zizmor) | `1.16.3` | `1.18.0` |
| [snakemake](https://github.com/snakemake/snakemake) | `9.13.7` | `9.14.1` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.41.0` | `1.42.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.6` | `0.14.7` |
| [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `4.0.3` | `4.0.4` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `25.11.0` | `25.12.0` |

Updates `zizmor` from 1.16.3 to 1.18.0
- [Release notes](https://github.com/zizmorcore/zizmor/releases)
- [Changelog](https://github.com/zizmorcore/zizmor/blob/main/docs/release-notes.md)
- [Commits](zizmorcore/zizmor@v1.16.3...v1.18.0)

Updates `snakemake` from 9.13.7 to 9.14.1
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](snakemake/snakemake@v9.13.7...v9.14.1)

Updates `cfn-lint` from 1.41.0 to 1.42.0
- [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.41.0...v1.42.0)

Updates `ruff` from 0.14.6 to 0.14.7
- [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.14.6...0.14.7)

Updates `mypy` from 1.18.2 to 1.19.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.18.2...v1.19.0)

Updates `pylint` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v4.0.3...v4.0.4)

Updates `ansible-lint` from 25.11.0 to 25.12.0
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v25.11.0...v25.12.0)

---
updated-dependencies:
- dependency-name: zizmor
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: snakemake
  dependency-version: 9.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: cfn-lint
  dependency-version: 1.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: ruff
  dependency-version: 0.14.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: mypy
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: pylint
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: ansible-lint
  dependency-version: 25.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Update the issue template to reference instructions to enable debug
  logging when running on GitHub Actions
- Print the Git repository graph when debug output is enabled in order
  to get useful information. The graph doesn't include commit messages
  to preserve privacy.
…nter#7277)

Bumps [next](https://github.com/vercel/next.js) from 16.0.7 to 16.0.9.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.0.7...v16.0.9)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.0.9
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update docker images deps manually because Dependabot is failing.

Close super-linter#7244
…r-linter#7289)

Bumps the npm group with 3 updates in the /dependencies directory: [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint), [renovate](https://github.com/renovatebot/renovate) and [textlint](https://github.com/textlint/textlint).


Updates `npm-groovy-lint` from 16.0.0 to 16.0.1
- [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases)
- [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/main/CHANGELOG.md)
- [Commits](nvuillam/npm-groovy-lint@v16.0.0...v16.0.1)

Updates `renovate` from 42.38.1 to 42.39.4
- [Release notes](https://github.com/renovatebot/renovate/releases)
- [Commits](renovatebot/renovate@42.38.1...42.39.4)

Updates `textlint` from 15.4.1 to 15.5.0
- [Release notes](https://github.com/textlint/textlint/releases)
- [Commits](textlint/textlint@v15.4.1...v15.5.0)

---
updated-dependencies:
- dependency-name: npm-groovy-lint
  dependency-version: 16.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: renovate
  dependency-version: 42.39.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: textlint
  dependency-version: 15.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…uper-linter#7288)

Bumps the pip group with 2 updates in the /dependencies/python directory: [snakemake](https://github.com/snakemake/snakemake) and [black](https://github.com/psf/black).


Updates `snakemake` from 9.14.1 to 9.14.3
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](snakemake/snakemake@v9.14.1...v9.14.3)

Updates `black` from 25.11.0 to 25.12.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@25.11.0...25.12.0)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-version: 9.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: black
  dependency-version: 25.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@marcusmai-telia marcusmai-telia merged commit f8a2322 into main Dec 16, 2025
32 of 33 checks passed
@marcusmai-telia marcusmai-telia deleted the ngg846/update-upstream-251216 branch December 16, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants