Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.7.4
->v0.9.1
2.8.1
->2.9.3
==1.4.1
->==1.7.0
==1.8.0
->==1.9.0
3.3.3
->3.4.2
1.8.1
->1.10.4
1.11.1
->1.15.1
0.29.4
->0.31.0
39.31.4
->39.111.1
0.7.4
->0.9.2
1.1.2
->1.2.1
0.7.0
->0.8.0
==0.9.2
->==0.13.3
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.9.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.9.1
v0.9.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.9.0
v0.8.6
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.6
v0.8.5
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.5
v0.8.4
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.4
v0.8.3
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.3
v0.8.2
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.2
v0.8.1
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.1
v0.8.0
Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.8.0
camptocamp/jsonschema-gentypes (camptocamp/jsonschema-gentypes)
v2.9.3
Compare Source
2.9.3 (2024-12-13)
Fixed bugs
v2.9.2
Compare Source
2.9.2 (2024-12-13)
Fixed bugs
v2.9.1
Compare Source
2.9.1 (2024-12-13)
Fixed bugs
Chore
Changes that shouldn't affect the users like continuous integration updates
v2.9.0
Compare Source
2.9.0 (2024-12-06)
New feature
Dependency update
Chore
Changes that shouldn't affect the users like continuous integration updates
mtkennerly/poetry-dynamic-versioning (poetry-dynamic-versioning)
v1.7.0
Compare Source
enable
command now supports the bypass/override environment variablesto use a different placeholder version than 0.0.0.
enable
command would add"version"
toproject.dynamic
even if it were already present.(Contributed by waketzheng)
enable
command would settool.poetry.version
to"0.0.0"
even if the field were already present with a different value.
v1.6.0
Compare Source
show
command to print the version without changing any files.v1.5.2
Compare Source
project.dynamic
andtool.poetry.version
could be changed when triggering the plugin via
poetry dynamic-versioning
orpip install
(but not via
poetry build
orpoetry-dynamic-versioning
).v1.5.1
Compare Source
project.dynamic
in pyproject.toml.(Contributed by edgarrmondragon)
v1.5.0
Compare Source
project
section,the
enable
command will add the required fields for Poetry 2.0.0+.adjusted Poetry constraint from
^1.2.0
to>=1.2.0
.when inserting the dynamic version into pyproject.toml with PEP 621 mode activated,
the plugin ensures not to set
project.version
andtool.poetry.version
at the same time.UnboundLocalError
could happen when pyproject.toml was misconfigured.python-poetry/poetry-plugin-export (poetry-plugin-export)
v1.9.0
Compare Source
Added
--all-groups
option to export dependencies from all groups (#294).Changed
--with
and--only
and deprecate--without
(#212).poetry.lock
file is not consistent with thepyproject.toml
file (#310).Fixed
"dependency walk failed"
.This fix requires a
poetry.lock
file created with Poetry 2.x (#286).pre-commit
hook regex matched wrong files (#285).prettier/prettier (prettier)
v3.4.2
Compare Source
diff
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
U+30A0 can be used as the replacement of the
-
in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).Fix comments print on class methods with decorators (#16891 by @fisker)
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
v3.4.1
Compare Source
diff
Remove unnecessary parentheses around assignment in
v-on
(#16887 by @fisker)<!-- Input --> <template> <button @​click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @​click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @​click="foo += 2">Click</button> </template>
v3.4.0
Compare Source
diff
🔗 Release Notes
sbrunner/prospector-profile-duplicated (prospector-profile-duplicated)
v1.10.4
Compare Source
1.10.4 (2025-01-04)
Fixed bugs
v1.10.3
Compare Source
1.10.3 (2025-01-04)
Fixed bugs
v1.10.2
Compare Source
1.10.2 (2025-01-04)
New feature
v1.10.1
Compare Source
1.10.1 (2025-01-04)
New feature
Dependency update
v1.10.0
Compare Source
1.10.0 (2024-12-30)
New feature
v1.9.0
Compare Source
1.9.0 (2024-12-03)
New feature
61fec84
Use Ruff instead of multiple tools (@sbrunner)sbrunner/prospector-profile-utils (prospector-profile-utils)
v1.15.1
Compare Source
1.15.1 (2025-01-04)
Fixed bugs
v1.15.0
Compare Source
1.15.0 (2025-01-04)
New feature
Dependency update
v1.14.1
Compare Source
1.14.1 (2024-12-03)
New feature
v1.14.0
Compare Source
1.14.0 (2024-12-03)
New feature
v1.13.0
Compare Source
1.13.0 (2024-12-02)
Fixed bugs
Dependency update
v1.12.2
Compare Source
1.12.2 (2024-11-18)
New feature
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.31.0
Compare Source
Update vendored schemas: azure-pipelines, bamboo-spec, buildkite, circle-ci,
dependabot, gitlab-ci, mergify, readthedocs, renovate, taskfile (2025-01-07)
Drop support for Python 3.8
Rename
--format-regex
to--regex-variant
and convert--format-regex
to a deprecated alias.It will be removed in a future release.
Regular expression interpretation in
"pattern"
,"patternProperties"
, and"format": "regex"
usages now uses unicode-mode JS regular expressions bydefault. (:issue:
353
)--regex-variant nonunicode
to get non-unicode JS regularexpressions, the default behavior from previous versions.
features. Validators are now always modified with the
jsonschema
library's
extend()
API to control thepattern
andpatternProperties
keywords.v0.30.0
Compare Source
circle-ci, cloudbuild, dependabot, github-workflows, gitlab-ci, mergify,
readthedocs, renovate, taskfile, woodpecker-ci (2024-11-29)
cache confusion bug in which the wrong schema could be retrieved from the
cache. This resolves :cve:
2024-53848
. Thanks :user:sethmlarson
for reporting!--cache-filename
flag. It no longer has any effect and willbe removed in a future release.
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)
v39.111.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.111.1 for more changes
v39.111.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.111.0 for more changes
v39.110.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.110.0 for more changes
v39.109.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.109.0 for more changes
v39.107.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.107.2 for more changes
v39.107.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.107.1 for more changes
v39.107.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.107.0 for more changes
v39.106.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.106.1 for more changes
v39.106.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.106.0 for more changes
v39.100.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.100.1 for more changes
v39.100.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.100.0 for more changes
v39.99.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.99.0 for more changes
v39.98.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.98.0 for more changes
v39.97.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.97.0 for more changes
v39.96.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.96.2 for more changes
v39.96.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.96.1 for more changes
v39.96.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.96.0 for more changes
v39.95.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.95.0 for more changes
v39.94.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.94.2 for more changes
v39.94.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.94.0 for more changes
v39.93.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.93.1 for more changes
v39.93.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.93.0 for more changes
v39.92.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.92.2 for more changes
v39.92.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.92.1 for more changes
v39.92.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.92.0 for more changes
v39.91.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.91.4 for more changes
v39.91.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.91.3 for more changes
v39.91.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.91.2 for more changes
v39.91.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.91.1 for more changes
v39.91.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.91.0 for more changes
v39.86.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.86.3 for more changes
v39.86.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.86.2 for more changes
v39.86.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.86.1 for more changes
v39.86.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.86.0 for more changes
v39.85.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.85.0 for more changes
v39.84.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.84.0 for more changes
v39.83.6
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.6 for more changes
v39.83.5
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.5 for more changes
v39.83.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.4 for more changes
v39.83.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.3 for more changes
v39.83.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.2 for more changes
v39.83.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.1 for more changes
v39.83.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.83.0 for more changes
v39.82.9
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.9 for more changes
v39.82.8
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.8 for more changes
v39.82.7
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.7 for more changes
v39.82.6
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.6 for more changes
v39.82.5
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.5 for more changes
v39.82.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.3 for more changes
v39.82.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.2 for more changes
v39.82.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.1 for more changes
v39.82.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.82.0 for more changes
v39.80.0
Compare Source
v39.79.1
Compare Source
v39.77.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.77.0 for more changes
v39.76.0
Compare Source
v39.75.1
Compare Source
v39.75.0
Compare Source
v39.74.1
Compare Source
v39.74.0
Compare Source
v39.73.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.73.0 for more changes
v39.72.5
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.72.5 for more changes
v39.72.4
Compare Source
v39.72.2
Compare Source
v39.72.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.72.1 for more changes
v39.71.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.71.0 for more changes
v39.70.0
Compare Source
v39.69.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.69.4 for more changes
v39.69.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.69.3 for more changes
v39.69.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.69.2 for more changes
v39.69.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.69.1 for more changes
v39.69.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/39.69.0 for more changes
[
v39.68.1
](https://redirect.github.com/renovatebot/pre-commit-hooks/releasConfiguration
📅 Schedule: Branch creation - "after 5pm on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.