Skip to content

Commit 985e661

Browse files
chore(deps): pin dependencies (#1939)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@prettier/sync](https://redirect.github.com/prettier/prettier-synchronized) | devDependencies | pin | [`^0.5.2` -> `0.5.3`](https://renovatebot.com/diffs/npm/@prettier%2fsync/0.5.3/0.5.3) | | [@types/semver](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver)) | devDependencies | pin | [`^7.5.8` -> `7.5.8`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.5.8/7.5.8) | | [JoshuaKGoldberg/all-contributors-auto-action](https://redirect.github.com/JoshuaKGoldberg/all-contributors-auto-action) | action | pinDigest | -> `944abe4` | | [actions-ecosystem/action-remove-labels](https://redirect.github.com/actions-ecosystem/action-remove-labels) | action | pinDigest | -> `2ce5d41` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | -> `11bd719` | | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | pinDigest | -> `cdca736` | | [apexskier/github-release-commenter](https://redirect.github.com/apexskier/github-release-commenter) | action | pinDigest | -> `3bd413a` | | [bingo-requests](https://www.create.bingo/build/packages/bingo-requests) ([source](https://redirect.github.com/JoshuaKGoldberg/bingo/tree/HEAD/packages/bingo-requests)) | devDependencies | pin | [`^0.5.4` -> `0.5.4`](https://renovatebot.com/diffs/npm/bingo-requests/0.5.4/0.5.4) | | [bingo-testers](https://www.create.bingo/build/packages/bingo-testers) ([source](https://redirect.github.com/JoshuaKGoldberg/bingo/tree/HEAD/packages/bingo-testers)) | devDependencies | pin | [`^0.5.6` -> `0.5.6`](https://renovatebot.com/diffs/npm/bingo-testers/0.5.6/0.5.6) | | [github/accessibility-alt-text-bot](https://redirect.github.com/github/accessibility-alt-text-bot) | action | pinDigest | -> `602a5ef` | | [lodash](https://lodash.com/) ([source](https://redirect.github.com/lodash/lodash)) | devDependencies | pin | [`^4.17.21` -> `4.17.21`](https://renovatebot.com/diffs/npm/lodash/4.17.21/4.17.21) | | [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) | action | pinDigest | -> `a7487c7` | | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | devDependencies | pin | [`^3.5.3` -> `3.5.3`](https://renovatebot.com/diffs/npm/prettier/3.5.3/3.5.3) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Josh Goldberg <[email protected]>
1 parent 3516a62 commit 985e661

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

.github/actions/prepare/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: Prepare
44

55
runs:
66
steps:
7-
- uses: pnpm/action-setup@v4
8-
- uses: actions/setup-node@v4
7+
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4
8+
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4
99
with:
1010
cache: pnpm
1111
node-version: "20"

.github/workflows/accessibility-alt-text-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
if: ${{ !endsWith(github.actor, '[bot]') }}
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: github/[email protected]
6+
- uses: github/accessibility-alt-text-bot@602a5efcf386c52ef8b9a11ead9bfa6ef8d56ba5 # v1.4.0
77

88
name: Accessibility Alt Text Bot
99

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,66 @@ jobs:
33
name: Are The Types Wrong?
44
runs-on: ubuntu-latest
55
steps:
6-
- uses: actions/checkout@v4
6+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
77
- uses: ./.github/actions/prepare
88
- run: pnpm build
99
- run: npx --yes @arethetypeswrong/cli --pack . --ignore-rules cjs-resolves-to-esm
1010
build:
1111
name: Build
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- uses: ./.github/actions/prepare
1616
- run: pnpm build
1717
- run: node lib/index.js --version
1818
lint:
1919
name: Lint
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
- uses: ./.github/actions/prepare
2424
- run: pnpm build
2525
- run: pnpm lint
2626
lint_knip:
2727
name: Lint Knip
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
- uses: ./.github/actions/prepare
3232
- run: pnpm lint:knip
3333
lint_markdown:
3434
name: Lint Markdown
3535
runs-on: ubuntu-latest
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838
- uses: ./.github/actions/prepare
3939
- run: pnpm lint:md
4040
lint_packages:
4141
name: Lint Packages
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545
- uses: ./.github/actions/prepare
4646
- run: pnpm lint:packages
4747
lint_spelling:
4848
name: Lint Spelling
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5252
- uses: ./.github/actions/prepare
5353
- run: pnpm lint:spelling
5454
prettier:
5555
name: Prettier
5656
runs-on: ubuntu-latest
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5959
- uses: ./.github/actions/prepare
6060
- run: pnpm format --list-different
6161
test:
6262
name: Test
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6666
- uses: ./.github/actions/prepare
6767
- run: pnpm run test --coverage
6868
- env:
@@ -73,7 +73,7 @@ jobs:
7373
name: Type Check
7474
runs-on: ubuntu-latest
7575
steps:
76-
- uses: actions/checkout@v4
76+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7777
- uses: ./.github/actions/prepare
7878
- run: pnpm tsc
7979

.github/workflows/contributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ jobs:
22
contributors:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66
with:
77
fetch-depth: 0
88
- uses: ./.github/actions/prepare
99
- env:
1010
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
11-
uses: JoshuaKGoldberg/[email protected]
11+
uses: JoshuaKGoldberg/all-contributors-auto-action@944abe4387e751b5bbb38616cb25cf4a4ca998f2 # v0.5.0
1212

1313
name: Contributors
1414

.github/workflows/post-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ jobs:
22
post_release:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions/checkout@v4
5+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66
with:
77
fetch-depth: 0
88
- run: echo "npm_version=$(npm pkg get version | tr -d '"')" >> "$GITHUB_ENV"
9-
- uses: apexskier/github-release-commenter@v1
9+
- uses: apexskier/github-release-commenter@3bd413ad5e1d603bfe2282f9f06f2bdcec079327 # v1
1010
with:
1111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1212
comment-template: |

.github/workflows/pr-review-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ jobs:
22
pr_review_requested:
33
runs-on: ubuntu-latest
44
steps:
5-
- uses: actions-ecosystem/action-remove-labels@v1
5+
- uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1
66
with:
77
labels: "status: waiting for author"
88
- if: failure()

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
release:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
with:
1010
fetch-depth: 0
1111
ref: main

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"devDependencies": {
7272
"@eslint-community/eslint-plugin-eslint-comments": "4.4.1",
7373
"@eslint/js": "9.22.0",
74-
"@prettier/sync": "^0.5.2",
74+
"@prettier/sync": "0.5.3",
7575
"@release-it/conventional-changelog": "10.0.0",
7676
"@types/eslint-plugin-markdown": "2.0.2",
7777
"@types/git-url-parse": "9.0.3",
@@ -80,13 +80,13 @@
8080
"@types/lodash": "4.17.16",
8181
"@types/node": "22.13.10",
8282
"@types/parse-author": "2.0.3",
83-
"@types/semver": "^7.5.8",
83+
"@types/semver": "7.5.8",
8484
"@vitest/coverage-v8": "3.0.9",
8585
"@vitest/eslint-plugin": "1.1.38",
8686
"all-contributors-cli": "6.26.1",
87-
"bingo-requests": "^0.5.4",
87+
"bingo-requests": "0.5.4",
8888
"bingo-stratum-testers": "0.5.6",
89-
"bingo-testers": "^0.5.6",
89+
"bingo-testers": "0.5.6",
9090
"console-fail-test": "0.5.0",
9191
"cspell": "8.17.5",
9292
"eslint": "9.22.0",
@@ -101,10 +101,10 @@
101101
"husky": "9.1.7",
102102
"knip": "5.46.0",
103103
"lint-staged": "15.5.0",
104-
"lodash": "^4.17.21",
104+
"lodash": "4.17.21",
105105
"markdownlint": "0.37.4",
106106
"markdownlint-cli": "0.44.0",
107-
"prettier": "^3.5.3",
107+
"prettier": "3.5.3",
108108
"prettier-plugin-curly": "0.3.1",
109109
"prettier-plugin-packagejson": "2.5.10",
110110
"prettier-plugin-sh": "0.15.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/blocks/blockPrettier.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe("blockPrettier", () => {
6565
"devDependencies": {
6666
"husky": "9.1.7",
6767
"lint-staged": "15.5.0",
68-
"prettier": "^3.5.3",
68+
"prettier": "3.5.3",
6969
},
7070
"lint-staged": {
7171
"*": "prettier --ignore-unknown --write",
@@ -181,7 +181,7 @@ describe("blockPrettier", () => {
181181
"devDependencies": {
182182
"husky": "9.1.7",
183183
"lint-staged": "15.5.0",
184-
"prettier": "^3.5.3",
184+
"prettier": "3.5.3",
185185
},
186186
"lint-staged": {
187187
"*": "prettier --ignore-unknown --write",
@@ -314,7 +314,7 @@ describe("blockPrettier", () => {
314314
"devDependencies": {
315315
"husky": "9.1.7",
316316
"lint-staged": "15.5.0",
317-
"prettier": "^3.5.3",
317+
"prettier": "3.5.3",
318318
"prettier-plugin-curly": "0.3.1",
319319
"prettier-plugin-packagejson": "2.5.10",
320320
"prettier-plugin-sh": "0.15.0",

0 commit comments

Comments
 (0)