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.7.8  | 2.7.9  |
| npm        | markdownlint-cli2 | 0.13.0 | 0.14.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent 2364e17 commit 1a5990b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG NODE_MAJOR=20

# 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.7.8 AS composer
FROM composer:2.7.9 AS composer

FROM base-distro AS install-markdownlint
ARG NODE_MAJOR
Expand Down
61 changes: 32 additions & 29 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.13.0"
"markdownlint-cli2": "0.14.0"
}
}

0 comments on commit 1a5990b

Please sign in to comment.