Update CI dependencies (master) (minor) #9548
Merged
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:
3.3.3
->3.4.1
0.29.4
->0.30.0
0.1.0
->0.3.2
==0.44.0
->==0.45.1
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
prettier/prettier (prettier)
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
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
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.
sbrunner/jsonschema-validator (sbrunner/jsonschema-validator)
v0.3.2
Compare Source
0.3.2 (2024-11-08)
New feature
v0.3.1
Compare Source
0.3.1 (2024-11-08)
Chore
Changes that shouldn't affect the users like continuous integration updates
v0.3.0
Compare Source
0.3.0 (2024-11-08)
Chore
Changes that shouldn't affect the users like continuous integration updates
v0.2.1
Compare Source
0.2.1 (2024-11-07)
Chore
Changes that shouldn't affect the users like continuous integration updates
v0.2.0
Compare Source
pypa/wheel (wheel)
v0.45.1
Compare Source
v0.45.0
Compare Source
Refactored the
convert
command to not need setuptools to be installedDon't configure setuptools logging unless running
bdist_wheel
Added a redirection from
wheel.bdist_wheel.bdist_wheel
tosetuptools.command.bdist_wheel.bdist_wheel
to improve compatibility withsetuptools
' latest fixes.Projects are still advised to migrate away from the deprecated module and import the
setuptools
' implementation explicitly. (PR by @abravalheri)Configuration
📅 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.
Examples
Storybook
API help
API documentation