Skip to content

Commit 42b1f65

Browse files
authored
chore(deps-dev): bump peter-evans/create-pull-request to 7.0.9 (#650)
* chore(deps-dev): bump peter-evans/create-pull-request to 7.0.9 * chore: prettier formatting yaml files * chore: code formatting
1 parent 31fbcbf commit 42b1f65

10 files changed

Lines changed: 61 additions & 54 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: ['andykenward']
1+
github: ["andykenward"]

.github/dependabot.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ updates:
77
schedule:
88
interval: weekly
99
day: sunday
10-
- package-ecosystem: 'devcontainers'
11-
directory: '/'
10+
- package-ecosystem: "devcontainers"
11+
directory: "/"
1212
schedule:
1313
interval: weekly
1414
day: sunday
@@ -25,41 +25,41 @@ updates:
2525
groups:
2626
graphql:
2727
patterns:
28-
- '@graphql-codegen/*'
29-
- '@graphql-typed-document-node/*'
30-
- 'graphql'
31-
- 'graphql-tag'
28+
- "@graphql-codegen/*"
29+
- "@graphql-typed-document-node/*"
30+
- "graphql"
31+
- "graphql-tag"
3232
vitest:
3333
patterns:
34-
- '@vitest*'
35-
- 'vitest'
36-
- 'vite'
34+
- "@vitest*"
35+
- "vitest"
36+
- "vite"
3737
eslint:
3838
patterns:
39-
- '@eslint/*'
40-
- '@types/eslint'
41-
- '@typescript-eslint/*'
42-
- 'eslint'
43-
- 'eslint-config-*'
44-
- 'eslint-plugin-*'
45-
- 'globals'
46-
- 'typescript-eslint'
39+
- "@eslint/*"
40+
- "@types/eslint"
41+
- "@typescript-eslint/*"
42+
- "eslint"
43+
- "eslint-config-*"
44+
- "eslint-plugin-*"
45+
- "globals"
46+
- "typescript-eslint"
4747
exclude-patterns:
48-
- 'eslint-config-prettier'
48+
- "eslint-config-prettier"
4949
prettier:
5050
patterns:
51-
- 'prettier'
52-
- 'eslint-config-prettier'
53-
- '@ianvs/prettier-plugin-sort-imports'
54-
- 'prettier-plugin-packagejson'
51+
- "prettier"
52+
- "eslint-config-prettier"
53+
- "@ianvs/prettier-plugin-sort-imports"
54+
- "prettier-plugin-packagejson"
5555
octokit:
5656
patterns:
57-
- '@octokit/*'
58-
- '@octokit-next/*'
57+
- "@octokit/*"
58+
- "@octokit-next/*"
5959
cloudflare:
6060
patterns:
61-
- '@cloudflare/*'
62-
- 'wrangler'
61+
- "@cloudflare/*"
62+
- "wrangler"
6363
changesets:
6464
patterns:
65-
- '@changesets/*'
65+
- "@changesets/*"

.github/workflow-templates/delete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 5
2020
steps:
21-
- name: 'Checkout Github Action'
21+
- name: "Checkout Github Action"
2222
uses: actions/checkout@v4
23-
- name: 'Deploy deletion from Cloudflare Pages'
23+
- name: "Deploy deletion from Cloudflare Pages"
2424
uses: andykenward/github-actions-cloudflare-pages/delete@v2.3.2
2525
with:
2626
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflow-templates/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
timeout-minutes: 5
2121
steps:
22-
- name: 'Checkout Github Action'
22+
- name: "Checkout Github Action"
2323
uses: actions/checkout@v4
24-
- name: 'Deploy to Cloudflare Pages'
24+
- name: "Deploy to Cloudflare Pages"
2525
uses: andykenward/github-actions-cloudflare-pages@v3.0.0
2626
with:
2727
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/check-dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ on:
1414
branches:
1515
- main
1616
paths-ignore:
17-
- '**.md'
17+
- "**.md"
1818
pull_request:
1919
branches:
2020
- main
2121
paths-ignore:
22-
- '**.md'
22+
- "**.md"
2323
workflow_dispatch:
2424

2525
concurrency:

.github/workflows/codeql.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
name: 'CodeQL'
1+
name: "CodeQL"
22
on:
33
push:
4-
branches: ['main']
4+
branches: ["main"]
55
pull_request:
6-
branches: ['main']
6+
branches: ["main"]
77
schedule:
8-
- cron: '34 6 * * 2'
8+
- cron: "34 6 * * 2"
99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
1111
cancel-in-progress: true
1212
jobs:
1313
analyze:
1414
name: Analyze
15-
runs-on: 'ubuntu-latest'
15+
runs-on: "ubuntu-latest"
1616
timeout-minutes: 360
1717
permissions:
1818
security-events: write
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
language: ['javascript-typescript', 'actions']
22+
language: ["javascript-typescript", "actions"]
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
@@ -41,4 +41,4 @@ jobs:
4141
- name: Perform CodeQL Analysis
4242
uses: github/codeql-action/analyze@v4
4343
with:
44-
category: '/language:${{matrix.language}}'
44+
category: "/language:${{matrix.language}}"

.github/workflows/deploy-delete.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
steps:
2525
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
26-
- id: 'cloudflare-pages'
26+
- id: "cloudflare-pages"
2727
uses: ./delete
2828
with:
2929
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212
inputs:
1313
environment:
14-
description: 'Environment to run actiomn against'
14+
description: "Environment to run actiomn against"
1515
type: environment
1616
required: false
1717

@@ -29,7 +29,7 @@ jobs:
2929
timeout-minutes: 5
3030
steps:
3131
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0
32-
- id: 'cloudflare-pages'
32+
- id: "cloudflare-pages"
3333
uses: ./
3434
with:
3535
cloudflare-api-token: ${{secrets.CLOUDFLARE_API_TOKEN}}
@@ -39,7 +39,7 @@ jobs:
3939
github-token: ${{ secrets.GITHUB_TOKEN }}
4040
github-environment: ${{ inputs.environment || 'preview' }}
4141
working-directory: example
42-
- id: 'cloudflare-pages-delete'
42+
- id: "cloudflare-pages-delete"
4343
uses: ./delete
4444
# if main branch
4545
if: github.ref == 'refs/heads/main'

.github/workflows/update.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: update
44
on:
55
schedule:
6-
- cron: '0 0 * * *'
6+
- cron: "0 0 * * *"
77
workflow_dispatch:
88

99
concurrency:
@@ -33,14 +33,14 @@ jobs:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Create Pull Request
3535
id: cpr
36-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e #v7.0.8
36+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #v7.0.9
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
39-
commit-message: 'chore: update payloads'
39+
commit-message: "chore: update payloads"
4040
sign-commits: true
41-
branch: 'chore/update-payloads'
41+
branch: "chore/update-payloads"
4242
delete-branch: true
43-
title: 'chore: update payloads'
43+
title: "chore: update payloads"
4444
body: |
4545
This is an automated PR to update payloads.
4646
types:
@@ -64,13 +64,13 @@ jobs:
6464
run: pnpm run tsc:types
6565
- name: Create Pull Request
6666
id: cpr
67-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e #v7.0.8
67+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 #v7.0.9
6868
with:
6969
token: ${{ secrets.GITHUB_TOKEN }}
70-
commit-message: 'chore: update types'
70+
commit-message: "chore: update types"
7171
sign-commits: true
72-
branch: 'chore/types'
72+
branch: "chore/types"
7373
delete-branch: true
74-
title: 'chore: update types'
74+
title: "chore: update types"
7575
body: |
7676
This is an automated PR to update generated types.

prettier.config.cjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ const config = {
4343
options: {
4444
parser: 'typescript'
4545
}
46+
},
47+
{
48+
files: ['.github/**/*.{yml,yaml}'],
49+
options: {
50+
parser: 'yaml',
51+
singleQuote: false
52+
}
4653
}
4754
]
4855
}

0 commit comments

Comments
 (0)