Skip to content

Commit b41f992

Browse files
Merge pull request #130 from commercelayer/update-dependencies
Update dependencies
2 parents 12e5c87 + d36afee commit b41f992

15 files changed

Lines changed: 4125 additions & 2430 deletions

File tree

.github/workflows/pkg-pr-new.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: pnpm 🧰
26-
uses: pnpm/action-setup@v4
26+
uses: pnpm/action-setup@v5
2727
with:
2828
version: 10.x
2929

3030
- name: Node 🧰
3131
uses: actions/setup-node@v6
3232
with:
33-
node-version: 20.x
33+
node-version: 24.x
3434

3535
- name: Install 📦
3636
run: pnpm install --frozen-lockfile

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: actions/checkout@v6
1818

1919
- name: pnpm 🧰
20-
uses: pnpm/action-setup@v4
20+
uses: pnpm/action-setup@v5
2121
with:
2222
version: 10.x
2323

2424
- name: Node 🧰
2525
uses: actions/setup-node@v6
2626
with:
27-
node-version: 20.x
27+
node-version: 24.x
2828
registry-url: https://registry.npmjs.org
2929
cache: 'pnpm'
3030

@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Post to a Slack channel
5959
id: slack
60-
uses: slackapi/slack-github-action@v1.25.0
60+
uses: slackapi/slack-github-action@v3
6161
with:
6262
# Slack channel id, channel name, or user id to post message.
6363
# See also: https://api.slack.com/methods/chat.postMessage#channels

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Create a draft GitHub release 🎁
16-
uses: softprops/action-gh-release@v2
16+
uses: softprops/action-gh-release@v3
1717
with:
1818
token: ${{ secrets.COMMERCELAYER_CI_TOKEN }}
1919
draft: true

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: pnpm 🧰
25-
uses: pnpm/action-setup@v4
25+
uses: pnpm/action-setup@v5
2626
with:
2727
version: 10.x
2828

examples/bun/bun.lockb

616 Bytes
Binary file not shown.

examples/bun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"dependencies": {
1313
"@commercelayer/js-auth": "workspace:*",
14-
"unstorage": "^1.17.4",
15-
"ioredis": "^5.10.0"
14+
"unstorage": "^1.17.5",
15+
"ioredis": "^5.10.1"
1616
}
1717
}

0 commit comments

Comments
 (0)