Skip to content

Commit

Permalink
chore(deps): update commitlint monorepo to v19.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent ecb328d commit 1c1e3bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN curl -SL "https://github.com/hadolint/hadolint/releases/download/v${HADOLINT
&& chmod +x /usr/local/bin/hadolint

# Install commitlint
ARG COMMITLINT_CLI_VERSION="19.6.1"
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION="19.6.0"
ARG COMMITLINT_CLI_VERSION="19.7.1"
ARG COMMITLINT_CONFIG_CONVENTIONAL_VERSION="19.7.1"
RUN npm install -g "@commitlint/cli@${COMMITLINT_CLI_VERSION}" "@commitlint/config-conventional@${COMMITLINT_CONFIG_CONVENTIONAL_VERSION}"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
node-version: lts/*
- name: Install commitlint
env:
COMMITLINT_CLI_VERSION: "19.6.1"
COMMITLINT_CONFIG_CONVENTIONAL_VERSION: "19.6.0"
COMMITLINT_CLI_VERSION: "19.7.1"
COMMITLINT_CONFIG_CONVENTIONAL_VERSION: "19.7.1"
run: |
npm install -g \
"@commitlint/cli@${COMMITLINT_CLI_VERSION}" \
Expand Down

0 comments on commit 1c1e3bb

Please sign in to comment.