Skip to content

Commit 4ec22de

Browse files
authored
chore(sync-server): update dev-dependencies (#534)
synced local file(s) with [lumirlumir/lumirlumir-configs](https://github.com/lumirlumir/lumirlumir-configs). @lumirlumir check out [`c51ab0d`](https://github.com/lumirlumir/lumirlumir-configs/commit/c51ab0d90c25e5b532061d0f88ef21f0fe0038fc).🐣 <details> <summary>Changed files</summary> <ul> <li>synced local <code>./.github/workflows/lint.yml</code> with remote <code>./configs/.github/workflows/lint.yml</code></li><li>synced local <code>./.github/workflows/publish.yml</code> with remote <code>./configs/.github/workflows/publish.yml</code></li><li>synced local <code>./.github/workflows/test.yml</code> with remote <code>./configs/.github/workflows/test.yml</code></li><li>synced local <code>./.github/workflows/version-monorepo.yml</code> with remote <code>./configs/.github/workflows/version-monorepo.yml</code></li><li>synced local <code>./.github/dependabot.yml</code> with remote <code>./configs/.github/dependabot.yml</code></li><li>synced local <code>./prettier.config.mjs</code> with remote <code>./configs/prettier.config.mjs</code></li> </ul> </details> --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#20189473686](https://github.com/lumirlumir/lumirlumir-configs/actions/runs/20189473686)
1 parent be6b3bc commit 4ec22de

File tree

10 files changed

+186
-195
lines changed

10 files changed

+186
-195
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ updates:
1111
directories:
1212
- '**/*'
1313
groups:
14-
bananass:
15-
patterns:
16-
- 'eslint-config-bananass'
17-
- 'prettier-config-bananass'
1814
babel:
1915
patterns:
2016
- '@babel/*'

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: npm
3030

3131
- name: Set up cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ~/.npm
3535
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/llvm-build-bump-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Set up node
73-
uses: actions/setup-node@v5
73+
uses: actions/setup-node@v6
7474

7575
- name: Set up os platform and os arch environment variables
7676
run: |
@@ -295,7 +295,7 @@ jobs:
295295

296296
steps:
297297
- name: Set up node
298-
uses: actions/setup-node@v5
298+
uses: actions/setup-node@v6
299299

300300
- name: Set up os platform and os arch environment variables
301301
run: |
@@ -379,7 +379,7 @@ jobs:
379379

380380
steps:
381381
- name: Set up node
382-
uses: actions/setup-node@v5
382+
uses: actions/setup-node@v6
383383

384384
- name: Set up os platform and os arch environment variables
385385
run: |
@@ -485,7 +485,7 @@ jobs:
485485
run: echo ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }} > .clang-format-version
486486

487487
- name: Create Pull Request
488-
uses: peter-evans/create-pull-request@v7
488+
uses: peter-evans/create-pull-request@v8
489489
with:
490490
token: ${{ secrets.GH_PAT }}
491491
commit-message: 'chore(deps): bump LLVM from ${{ needs.stage1.outputs.LLVM_CURRENT_RELEASE_TAG_NAME }} to ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }}'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: https://registry.npmjs.org
2424

2525
- name: Set up cache
26-
uses: actions/cache@v4
26+
uses: actions/cache@v5
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test-cross-platform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
uses: actions/checkout@v6
2828

2929
- name: Set up node
30-
uses: actions/setup-node@v5
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version-file: .nvmrc
3333
cache: npm
3434

3535
- name: Set up cache
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ~/.npm
3939
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Set up node
81-
uses: actions/setup-node@v5
81+
uses: actions/setup-node@v6
8282
with:
8383
node-version: ${{ matrix.node-version }}
8484

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: npm
3333

3434
- name: Set up cache
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: ~/.npm
3838
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/version-monorepo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: npm
5050

5151
- name: Set up cache
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: ~/.npm
5555
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
@@ -90,7 +90,7 @@ jobs:
9090
} >> $GITHUB_ENV
9191
9292
- name: Create pull request
93-
uses: peter-evans/create-pull-request@v7
93+
uses: peter-evans/create-pull-request@v8
9494
with:
9595
token: ${{ secrets.GH_PAT }}
9696
commit-message: 'chore(release): bump package versions from `v${{ env.OLD_VERSION }}` to `v${{ env.NEW_VERSION }}`'

0 commit comments

Comments
 (0)