chore(deps): update astral-sh/ruff-action action to v4#357
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): update astral-sh/ruff-action action to v4#357renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
f5ea448 to
4c12bc7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v3→v4.0.0Release Notes
astral-sh/ruff-action (astral-sh/ruff-action)
v4.0.0: 🌈 Immutable releases, node24 and manifest-fileCompare Source
This is the first immutable release of
ruff-action🥳All future releases are also immutable, if you want to know more about what this means checkout the docs.
This action now also supports the mainfest-file input which lets you define custom ruff versions and custom download locations.
Last but not least this action now runs on node24. This might be a breaking change on very old self-hosted runners.
🚨 Breaking changes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
v3.6.1: 🌈 fix automatic minor tag updatesCompare Source
Changes
This is just a bugfix release for the release process
🧰 Maintenance
v3.6Compare Source
v3.6.0: 🌈 search for pyproject.toml in parent dirsCompare Source
Changes
This release brings some bug fixes like
"ruff~=0.13 ; python_version >= '3.11'"to prevent them from breaking the version resolver. If you have a usecase for needing the environment markers to derive the correct ruff version this action should use please add your voice to #256In case no pyproject.toml is in the configured
srcthis action now also walks up the directory tree to search for it, just like the "normal" ruff does. This is limited to the current workspace to prevent this action from trying to access private data outside the GitHub Actions runner.EDIT: Oh I forgot to mention that the error matcher now properly detects invalid formatting and displays the correct line number etc in the GitHub UI.
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
npm ci --ignore-scriptsin CI and scripts @woodruffw (#276)⬆️ Dependency updates
v3.5.1: 🌈 Improve error messages on GitHub API errorsCompare Source
Changes
Recent GitHub outages showed that we can improve the error messages to tell the user what happened and what can be done about it.
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
v3.5.0: 🌈 support reading Ruff version from tools.poetry.dependenciesCompare Source
Changes
A big thank you to @G-Rath for his contribution 🥳
🚀 Enhancements
tools.poetry.dependencies@G-Rath (#177)🧰 Maintenance
⬆️ Dependency updates
v3.5Compare Source
v3.4Compare Source
v3.4.0: 🌈 Add support for pep440 version specifiersCompare Source
Changes
With this release you can now also define your ruff version using pep440 specifier:
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v3.3.1: 🌈 Support ruff versions 0.1.8-0.4.7Compare Source
Changes
This bugfix release enables support for ruff versions 0.1.8-0.4.7.
They have a different release URL and lead to a HTTP 404 before.
🐛 Bug fixes
🧰 Maintenance
📚 Documentation
v3.3.0: 🌈 Support for reading the ruff version from Poetry groupsCompare Source
Changes
Thanks to @scootermon we now also find the desired ruff versions in poetry groups in
pyproject.toml:🚀 Enhancements
🧰 Maintenance
📚 Documentation
--diffflag forformat --check@Avasam (#104)v3.3Compare Source
v3.2.2: 🌈 Maintenance and update known checksumsCompare Source
Changes
This release only changes internals and updates known checksums
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v3.2.1: 🌈 Bump dependencies to fix vulnerabilitesCompare Source
Changes
🧰 Maintenance
⬆️ Dependency updates
v3.2.0: 🌈 Support requirements.txt asversion-fileCompare Source
Changes
With this release you can also use a file in
requirements.txtformat instead ofpyproject.tomlfor the inputversion-file.The file ending decides which parser gets used, so make sure the filenames end in
*.txtor*.tomlThank you @daveisfera
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
v3.2Compare Source
v3.1Compare Source
v3.1.0: 🌈 Determine ruff version from optional or dependency groupsCompare Source
Changes
Big thank you to @AA-Turner for expanding the pyproject.toml parsing to also find the ruff version to use in the following scenarios:
🚀 Enhancements
[project.optional-dependencies]and[dependency-groups]tables @AA-Turner (#66)v3.0.2: 🌈 Full support for GHESCompare Source
Changes
This release fixes some issues that prevented use with GitHub Enterprise Server instances.
Parsing the ruff version from pyproject.toml now also uses a library that is fully TOML 1.0.0 compliant.
🐛 Bug fixes
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v3.0.1: 🌈 Replace toml parsing libraryCompare Source
Changes
We used a toml parsing library which did not support the full TOML spec.
Thank you @AbstractUmbra for reporting this!
🐛 Bug fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.