Skip to content

Commit

Permalink
fix: update dev deps, removed dependencyDashboardApproval
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Aug 7, 2024
1 parent 05c274d commit ac8079c
Show file tree
Hide file tree
Showing 8 changed files with 470 additions and 425 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,13 @@ jobs:
with:
run_install: false

- name: "Use Node.js 20.x"
uses: "actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b" # v4.0.3
- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/setup@main"
with:
node-version: "20.x"
cache: "pnpm"

- name: "Verify the integrity of provenance attestations and registry signatures for installed dependencies"
run: "pnpm dlx audit-ci@^6 --config ./audit-ci.jsonc --report-type=summary"

- name: "Install packages"
run: "pnpm install --frozen-lockfile"
env:
SKIP_CHECK: "true"
node-version: "20"
install-bun: false
enable-nx-cache: false

- name: "lint"
run: "pnpm run lint:text"
Expand All @@ -120,7 +114,7 @@ jobs:

# This check runs once all dependant jobs have passed
# It symbolizes that all required Frontend checks have succesfully passed (Or skipped)
# This check is the only required Github check
# This check is the only required GitHub check
test-required-check:
needs: ["files-changed", "yaml-lint"] # TODO add "markdown-lint"
name: "Check Lint Run"
Expand Down
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

# The hook should exit with non-zero status after issuing
Expand Down
1 change: 0 additions & 1 deletion .husky/post-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

# The hook should exit with non-zero status after issuing
Expand Down
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

# The hook should exit with non-zero status after issuing
Expand Down
1 change: 0 additions & 1 deletion .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"

echo --------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": [
"config:recommended",
":dependencyDashboard",
":dependencyDashboardApproval",
":separateMultipleMajorReleases",
":timezone(Europe/Berlin)",
":semanticCommits",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"audit-ci": "^7.0.1",
"audit-ci": "^7.1.0",
"conventional-changelog-conventionalcommits": "8.0.0",
"husky": "^9.0.11",
"husky": "^9.1.4",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"renovate": "^37.403.0",
"renovate": "^38.21.0",
"secretlint": "8.2.4",
"semantic-release": "^24.0.0",
"sort-package-json": "^2.10.0",
Expand Down
862 changes: 459 additions & 403 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit ac8079c

Please sign in to comment.