Skip to content

Commit 5eebb83

Browse files
Maintain/v0.2.0
1 parent 2da20c6 commit 5eebb83

6 files changed

Lines changed: 34 additions & 12 deletions

File tree

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: ${{ github.actor == 'dependabot[bot]' }}
2121

2222
steps:
23-
- uses: dependabot/fetch-metadata@v3.1.0
23+
- uses: dependabot/fetch-metadata@v2.5.0
2424
with:
2525
github-token: "${{ secrets.GITHUB_TOKEN }}"
2626

@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ github.actor == 'dependabot[bot]' }}
3636

3737
steps:
38-
- uses: dependabot/fetch-metadata@v3.1.0
38+
- uses: dependabot/fetch-metadata@v2.5.0
3939
with:
4040
github-token: "${{ secrets.GITHUB_TOKEN }}"
4141

.github/workflows/GitHub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
VCPKG_DISABLE_METRICS: 1
5353

5454
steps:
55-
- uses: pozil/auto-assign-issue@v3.0.0
55+
- uses: pozil/auto-assign-issue@v2.2.0
5656
with:
5757
repo-token: ${{ secrets.GITHUB_TOKEN }}
5858
assignees: NikolaRHristov

.github/workflows/NPM.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
id-token: write
5858

5959
steps:
60-
- uses: actions/checkout@v6.0.2
60+
- uses: actions/checkout@v6.0.1
6161

62-
- uses: actions/setup-node@v6.4.0
62+
- uses: actions/setup-node@v6.1.0
6363
with:
6464
node-version: "24"
6565

.github/workflows/Node.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
node-version: [18, 19, 20]
6060

6161
steps:
62-
- uses: actions/checkout@v6.0.2
62+
- uses: actions/checkout@v6.0.1
6363

64-
- uses: pnpm/action-setup@v6.0.7
64+
- uses: pnpm/action-setup@v4.2.0
6565
with:
6666
version: 9.3.0
6767
run_install: |
@@ -76,7 +76,7 @@ jobs:
7676
--unsafe-perm=true
7777
]
7878
79-
- uses: actions/setup-node@v6.4.0
79+
- uses: actions/setup-node@v6.1.0
8080
with:
8181
node-version: ${{ matrix.node-version }}
8282
cache: "pnpm"
@@ -88,7 +88,7 @@ jobs:
8888
- run: pnpm run prepublishOnly
8989
working-directory: .
9090

91-
- uses: actions/upload-artifact@v7.0.1
91+
- uses: actions/upload-artifact@v6.0.0
9292
with:
9393
name: .-Node-${{ matrix.node-version }}-Target
9494
path: ./Target

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## 0.2.0
22

3+
### Change
4+
5+
- Bumped version from 0.1.9 to 0.2.0 in `package.json`
6+
- Updated dependencies:
7+
- Bump `dotenv` from 17.4.1 to 17.4.2
8+
- Bump `@types/node` from 25.5.2 to 25.6.2
9+
- Updated GitHub Actions versions across workflow files:
10+
- Bump `cloudflare/wrangler-action` from v3.14.1 to v3.15.0 in `Version.yml`
11+
- Bump `actions/upload-artifact` from v7.0.0 to v7.0.1 in `Version.yml`
12+
- Bump `actions/cache` from v5.0.4 to v5.0.5 in `Version.yml`
13+
- Bump `actions/setup-node` from v6.3.0 to v6.4.0 in `Version.yml`,
14+
`NPM.yml`, `codeql.yml`, and `Node.yml`
15+
- Bump `pnpm/action-setup` from v5.0.0 to v6.0.7 in `Node.yml` and
16+
`codeql.yml`
17+
- Bump `github/codeql-action/init` from v4.35.1 to v4.35.4 in `codeql.yml`
18+
- Bump `github/codeql-action/analyze` from v4.35.1 to v4.35.4 in
19+
`codeql.yml`
20+
- Bump `ad-m/github-push-action` from v1.0.0 to v1.1.0 in `Auto.yml`
21+
- Bump `pozil/auto-assign-issue` from v2.2.0 to v3.0.0 in `GitHub.yml`
22+
- Bump `dependabot/fetch-metadata` from v3.0.0 to v3.1.0 in
23+
`InnerDependabot.yml`
24+
325
## 0.1.9
426

527
### Add

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"dotenv": "17.4.2",
4242
"etag": "1.8.1",
4343
"fast-glob": "3.3.3",
44-
"zod": "4.3.6"
44+
"zod": "4.4.3"
4545
},
4646
"devDependencies": {
4747
"@octokit/types": "16.0.0",
48-
"@playform/build": "0.3.1",
48+
"@playform/build": "0.3.2",
4949
"@types/etag": "1.8.4",
50-
"@types/node": "25.6.2",
50+
"@types/node": "25.7.0",
5151
"@types/pacote": "11.1.8"
5252
},
5353
"publishConfig": {

0 commit comments

Comments
 (0)