Skip to content

Commit 01f2828

Browse files
committed
Merge branch 'main' into internal-bot-version
2 parents 3459715 + 38a710b commit 01f2828

8 files changed

Lines changed: 396 additions & 352 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "npm"
4+
directory: "/"
105
schedule:
11-
interval: "weekly"
6+
interval: "monthly"
127
cooldown:
138
default-days: 7
9+
open-pull-requests-limit: 10
10+
versioning-strategy: increase
11+
groups:
12+
production-dependencies:
13+
dependency-type: "production"
14+
update-types:
15+
- minor
16+
- patch
17+
development-dependencies:
18+
dependency-type: "development"
19+
update-types:
20+
- minor
21+
- patch
22+
- package-ecosystem: "github-actions"
23+
directory: "/"
24+
schedule:
25+
interval: "monthly"
26+
cooldown:
27+
default-days: 7
28+
open-pull-requests-limit: 5
29+
groups:
30+
github-actions:
31+
patterns:
32+
- "*"

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
security-events: write # allow writing security events
2525
steps:
2626
- name: Check out repo
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
3030

3131
- name: Run zizmor
32-
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3
32+
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6
3333
with:
3434
persona: pedantic
3535
annotations: true
@@ -44,7 +44,7 @@ jobs:
4444
DPRINT_CACHE_DIR: ${{ github.workspace }}/node_modules/.dprint-cache
4545
steps:
4646
- name: Check out repo
47-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4848
with:
4949
persist-credentials: false
5050

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pull-requests: write # to create pull request (changesets/action)
2626
steps:
2727
- name: Check out repo
28-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929
with:
3030
persist-credentials: false
3131

@@ -57,7 +57,7 @@ jobs:
5757
id-token: write # to use OpenID Connect token for trusted publishing (changesets/action)
5858
steps:
5959
- name: Check out repo
60-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
60+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161
with:
6262
persist-credentials: false
6363

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"devDependencies": {
3232
"@changesets/changelog-github": "^1.0.0-next.3",
3333
"@changesets/cli": "^3.0.0-next.3",
34-
"@types/node": "^25.6.2",
35-
"fs-fixture": "^2.13.0",
36-
"oxfmt": "^0.48.0",
37-
"tsdown": "^0.22.0",
34+
"@types/node": "^25.9.1",
35+
"fs-fixture": "^2.14.0",
36+
"oxfmt": "^0.53.0",
37+
"tsdown": "^0.22.1",
3838
"typescript": "~6.0.3",
39-
"vitest": "^4.1.5"
39+
"vitest": "^4.1.8"
4040
},
4141
"engines": {
4242
"node": "^22.11 || ^24 || >=26"
4343
},
44-
"packageManager": "pnpm@11.1.0"
44+
"packageManager": "pnpm@11.1.1+sha512.d1fdf5f73c617b64fa1a56a81c3c8dfe0e966e33a6010aa256b517ae77be21d93e05affc0de1a83b0e4f29d569f68b446ae8f068cd7247c0bb3df0fb4d7bdf9a"
4545
}

0 commit comments

Comments
 (0)