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.6.4  |
| npm        | markdownlint-cli2 | 0.3.2 | 0.10.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 01344c4 commit a467a37
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 66 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.6.4 AS composer


FROM base-distro AS install-markdownlint
Expand Down
129 changes: 65 additions & 64 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.10.0"
}
}

0 comments on commit a467a37

Please sign in to comment.