chore(deps): update all non-major dependencies - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| bufbuild/buf | repository | minor |
v1.50.1 -> v1.54.0
|
| pre-commit/pre-commit-hooks | repository | minor |
v4.4.0 -> v4.6.0
|
| uis/devops/continuous-delivery/ci-templates | repository | minor |
v6.9.0 -> v6.14.0
|
Note: The pre-commit manager in Renovate is not supported by the pre-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
bufbuild/buf (bufbuild/buf)
v1.54.0
- Add
CSRcategory to breaking rules. - Add support for local bufplugins for
protoc-gen-buf-breakingandprotoc-gen-buf-lint. - Add RISC-V (64-bit) binaries for Linux to releases.
- Fix type filtering on
buf generatefor empty files, files with no declared types. - Fix CEL check on
buf lintfor predefinedrulesvariables. - Fix
buf config migrateto filter out removed rules. - Allow users to set examples without constraints in
PROTOVALIDATElint rule. - Add ppc64le binaries for Linux to releases.
v1.53.0
- Fix buf breaking annotations for JSON format.
v1.52.1
- Fix language version for pre-commit hooks.
v1.52.0
- Fix
exclude_typeon a non imported package. - Fix
--exclude-typeflag forbuf generatewhen an input is specified. - Fix type filter import filtering for options.
- Add OS environment when invoking local buf plugins.
- Add file path to
buf lintandbuf breakingoutput even when source code info is not available. This allowsbuf lintandbuf breakingto respectignoreandignore_onlyconfigurations when source code info is not available.
v1.51.0
- Fix
buf convertto allow for zero length forbinpb,txtpb, andyamlformats. - Fix use of deprecated flag
--include-typesforbuf generate. - Add
--against-registryflag tobuf breakingthat runs breaking checks against the latest commit on the default branch of the corresponding module in the registry. - Fix type filter with unused image dependencies for
buf generate. - Improve type filtering for
buf generate. Adds the ability to exclude types with the parameterexclude_typesinbuf.gen.yamland a flag--exclude-typesin the CLI. Type filters may now also be specified as plugin parameters inbuf.gen.yaml.
pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)
v4.6.0: pre-commit-hooks v4.6.0
Features
-
requirements-txt-fixer: remove duplicate packages.- #1014 MR by @vhoulbreque-withings.
- #960 issue @csibe17.
Migrating
-
fix-encoding-pragma: deprecated -- will be removed in 5.0.0. use pyupgrade or some other tool.
v4.5.0: pre-commit-hooks v4.5.0
Features
-
requirements-txt-fixer: also sortconstraints.txtby default.- #857 MR by @lev-blit.
- #830 issue by @PLPeeters.
-
debug-statements: addbpdbdebugger.
Fixes
-
file-contents-sorter: fix sorting an empty file.- #944 MR by @RoelAdriaans.
- #935 issue by @paduszyk.
-
double-quote-string-fixer: don't rewrite inside f-strings in 3.12+.- #973 MR by @asottile.
- #971 issue by @XuehaiPan.
Migrating
- now requires python >= 3.8.
- #926 MR by @asottile.
- #927 MR by @asottile.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.14.0
v6.13.0
v6.12.3
v6.12.2
Fixed
- terraform-module: override .
test-job-rulesfromterraform-lint.ymlas theterraform-module.ymltemplate needs to support Auto-DevOps.
v6.12.1
v6.12.0
v6.11.0
Changed
-
terraform-lint: use customtflintdocker image for thetflintjob. This image includes the UIS DevOps customtflintruleset. -
terraform-lint: move default tflint arguments to a$TFLINT_ARGSvariable to allow repositories to override if required. -
terraform-module: enabletflintin our Terraform reusable module pipeline.
v6.10.0
Fixed
-
terraform-pipeline: Partially revert changes made in v5.1.0.- Plan jobs for branch push pipelines will be reverted.
- Manual apply jobs for the development environment will remain in the merge request pipelines.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.