Skip to content

chore(deps): pin dependencies#71

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/pin-dependencies
Mar 29, 2026
Merged

chore(deps): pin dependencies#71
renovate[bot] merged 1 commit intomainfrom
renovate/pin-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 29, 2026

This PR contains the following updates:

Package Type Update Change
CodSpeedHQ/action action pinDigest 1c8ae48
actions/checkout action pinDigest de0fac2
actions/configure-pages action pinDigest 45bfe01
actions/deploy-pages action pinDigest cd2ce8f
actions/download-artifact action pinDigest 3e5f45b
actions/upload-artifact action pinDigest bbbca2d
actions/upload-pages-artifact action pinDigest 7b1f4a7
astral-sh/setup-uv action pinDigest 37802ad
codecov/codecov-action action pinDigest 57e3a13
hynek/build-and-inspect-python-package action pinDigest fe0a0fb
liblaf/actions action pinDigest c0ddb23
peter-evans/create-pull-request action pinDigest c0f553f
pypa/gh-action-pypi-publish action pinDigest ed0c539
softprops/action-gh-release action pinDigest 153bb8e
suzuki-shunsuke/commit-action action pinDigest f12e2d6
taiki-e/install-action action pinDigest fd0f63e

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@liblaf-mega-linter
Copy link
Copy Markdown

⚠️MegaLinter analysis: Success with warnings

Descriptor Linter Files Fixed Errors Warnings Elapsed time
⚠️ COPYPASTE jscpd yes 1 no 1.62s
✅ JSON prettier 5 0 0 0 0.39s
✅ JSON v8r 5 0 0 3.94s
⚠️ PYTHON ruff yes yes 2 no 0.3s
✅ REPOSITORY git_diff yes no no 0.01s
⚠️ SPELL cspell 19 2 0 3.95s
✅ YAML prettier 4 0 0 0 0.51s
✅ YAML v8r 4 0 0 5.48s
✅ YAML yamllint 4 0 0 0.44s

Detailed Issues

⚠️ SPELL / cspell - 2 errors
template/.vscode/settings.json:8:10      - Unknown word (grimp)      -- "**/.grimp_cache/": true,
	 Suggestions: [gimp, grim, grip, gramp, grime]
tmp.6NE8UxMvCk/renovate-config.json:28:4      - Unknown word (pyenv)      -- "pyenv": {
	 Suggestions: [peen, pena, pend, peng, penh]
CSpell: Files checked: 19, Issues found: 2 in 2 files.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "grimp",
        "pyenv"
    ]
}


You can also copy-paste megalinter-reports/LINTER_DEFAULT at the root of your repository
⚠️ COPYPASTE / jscpd - 1 error
Clone found (bash):
 - template/.config/copier/mise-tasks/install.sh [4:1 - 25:8] (21 lines, 159 tokens)
   template/.config/copier/mise-tasks/upgrade.sh [5:1 - 26:8]

┌────────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format     │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ bash       │ 3              │ 98          │ 641          │ 1            │ 21 (21.43%)      │ 159 (24.8%)       │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python     │ 3              │ 121         │ 1078         │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ css        │ 4              │ 114         │ 693          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ javascript │ 2              │ 67          │ 425          │ 0            │ 0 (0%)           │ 0 (0%)            │
├────────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total:     │ 12             │ 400         │ 2837         │ 1            │ 21 (5.25%)       │ 159 (5.6%)        │
└────────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 1 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (5.25%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (5.25%) over threshold (0%)
    at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:612:13)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:110:18
    at Array.forEach (<anonymous>)
    at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:22
    at async /node-deps/node_modules/jscpd/dist/jscpd.js:351:5
⚠️ PYTHON / ruff - 2 errors
N999 Invalid module name: '{{ package_dir }}'
--> template/src/{{ package_dir }}/__init__.py:1:1

N999 Invalid module name: '{{ package_dir }}'
--> template/src/{{ package_dir }}/__init__.pyi:1:1

Found 2 errors.

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security

@renovate renovate Bot merged commit 832c9a8 into main Mar 29, 2026
3 checks passed
@renovate renovate Bot deleted the renovate/pin-dependencies branch March 29, 2026 16:35
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.

0 participants