Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 6ffdb52 commit 882f286
Show file tree
Hide file tree
Showing 20 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
- uses: pnpm/action-setup@v2
with:
version: 9
- uses: actions/setup-node@v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: pnpm
node-version: "20"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/accessibility-alt-text-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
if: ${{ !endsWith(github.actor, '[bot]') }}
runs-on: ubuntu-latest
steps:
- uses: github/accessibility-alt-text-bot@v1.4.0
- uses: github/accessibility-alt-text-bot@602a5efcf386c52ef8b9a11ead9bfa6ef8d56ba5 # v1.4.0

name: Accessibility Alt Text Bot

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm build
- run: node ./lib/index.js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
- uses: ./.github/actions/prepare
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
uses: JoshuaKGoldberg/all-contributors-auto-action@v0.4.3
uses: JoshuaKGoldberg/all-contributors-auto-action@da2f2aa14f945bd45c882b83356f24e6dce91629 # v0.4.3

name: Contributors

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
lint_knip:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm lint:knip

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
lint_markdown:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm lint:md

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
lint_packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm lint:packages

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
lint_spelling:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm lint:spelling

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm build
- run: pnpm lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ jobs:
post_release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
- run: echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"
- uses: apexskier/github-release-commenter@v1
- uses: apexskier/github-release-commenter@3bd413ad5e1d603bfe2282f9f06f2bdcec079327 # v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
comment-template: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-requested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
pr_review_requested:
runs-on: ubuntu-latest
steps:
- uses: actions-ecosystem/action-remove-labels@v1
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1
with:
labels: "status: waiting for author"
- if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm format --list-different

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
fetch-depth: 0
ref: main
Expand All @@ -14,7 +14,7 @@ jobs:
- env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
uses: JoshuaKGoldberg/release-it-action@v0.2.2
uses: JoshuaKGoldberg/release-it-action@77373cfc2535e21149518381cb09e1c04c6068fe # v0.2.2

name: Release

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
create:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm run build
- run: pnpm run test:create
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
initialize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm run build
- run: pnpm run test:initialize
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
migrate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm run build
- run: pnpm run test:migrate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm run test --coverage
- name: Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jobs:
type_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
- uses: ./.github/actions/prepare
- run: pnpm tsc

Expand Down
76 changes: 38 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,45 +60,45 @@
"zod-validation-error": "^3.0.2"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
"@eslint/js": "^9.2.0",
"@octokit/request-error": "^6.1.1",
"@release-it/conventional-changelog": "^8.0.1",
"@types/eslint-plugin-markdown": "^2.0.2",
"@types/git-url-parse": "^9.0.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.7",
"@types/parse-author": "^2.0.3",
"@vitest/coverage-v8": "^1.4.0",
"c8": "^9.0.0",
"console-fail-test": "^0.2.3",
"cspell": "^8.1.3",
"eslint": "^9.2.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsonc": "^2.15.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-package-json": "^0.13.0",
"eslint-plugin-perfectionist": "^2.9.0",
"eslint-plugin-regexp": "^2.5.0",
"eslint-plugin-vitest": "^0.5.3",
"eslint-plugin-yml": "^1.14.0",
"globby": "^14.0.0",
"husky": "^9.0.11",
"jsonc-eslint-parser": "^2.4.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
"@eslint/js": "9.2.0",
"@octokit/request-error": "6.1.1",
"@release-it/conventional-changelog": "8.0.1",
"@types/eslint-plugin-markdown": "2.0.2",
"@types/git-url-parse": "9.0.3",
"@types/js-yaml": "4.0.9",
"@types/node": "20.12.7",
"@types/parse-author": "2.0.3",
"@vitest/coverage-v8": "1.4.0",
"c8": "9.1.0",
"console-fail-test": "0.2.3",
"cspell": "8.1.3",
"eslint": "9.2.0",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-jsonc": "2.15.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-n": "17.3.1",
"eslint-plugin-package-json": "0.13.0",
"eslint-plugin-perfectionist": "2.9.0",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-vitest": "0.5.3",
"eslint-plugin-yml": "1.14.0",
"globby": "14.0.1",
"husky": "9.0.11",
"jsonc-eslint-parser": "2.4.0",
"knip": "5.16.0",
"lint-staged": "^15.2.0",
"markdownlint": "^0.34.0",
"markdownlint-cli": "^0.40.0",
"prettier-plugin-curly": "^0.2.0",
"prettier-plugin-packagejson": "^2.5.0",
"release-it": "^17.2.0",
"sentences-per-line": "^0.2.1",
"tsup": "^8.0.1",
"tsx": "^4.9.0",
"typescript": "^5.4.3",
"typescript-eslint": "^7.7.0",
"vitest": "^1.4.0"
"lint-staged": "15.2.2",
"markdownlint": "0.34.0",
"markdownlint-cli": "0.40.0",
"prettier-plugin-curly": "0.2.1",
"prettier-plugin-packagejson": "2.5.0",
"release-it": "17.2.1",
"sentences-per-line": "0.2.1",
"tsup": "8.0.2",
"tsx": "4.9.0",
"typescript": "5.4.3",
"typescript-eslint": "7.7.0",
"vitest": "1.4.0"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 882f286

Please sign in to comment.