Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package           | from  | to     |
| ---------- | ----------------- | ----- | ------ |
| docker     | composer          | 2.4.4 | 2.7.2  |
| npm        | markdownlint-cli2 | 0.3.2 | 0.13.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 4, 2024
1 parent 75f7c50 commit 5e41cd9
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 100 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Aliasing base images, so we can change just this, when needing to upgrade or pull base layers
FROM ubuntu:22.04 AS base-distro
FROM composer:2.4.4 AS composer
FROM composer:2.7.2 AS composer


FROM base-distro AS install-markdownlint
Expand Down
225 changes: 127 additions & 98 deletions setup/markdownlint/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup/markdownlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "laminas-continuous-integration-action-markdownlint",
"description": "Frozen dependencies required for installing a stable \\`markdownlint\\` binary",
"dependencies": {
"markdownlint-cli2": "0.3.2"
"markdownlint-cli2": "0.13.0"
}
}

0 comments on commit 5e41cd9

Please sign in to comment.