Skip to content

Commit 47d1d33

Browse files
Update all non-major dependencies (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d1fb2b commit 47d1d33

File tree

5 files changed

+951
-938
lines changed

5 files changed

+951
-938
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
id-token: write
1212
steps:
1313
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14-
- uses: actions/setup-node@v4.3.0
14+
- uses: actions/setup-node@v4.4.0
1515
with:
1616
node-version: '22.x'
1717
# required for credentials to be taken in account

.yarn/releases/yarn-4.8.1.cjs

-935
This file was deleted.

.yarn/releases/yarn-4.9.0.cjs

+948
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ plugins:
1212
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
1313
spec: "https://github.com/mskelton/yarn-plugin-outdated/raw/v3.2.4/bundles/@yarnpkg/plugin-outdated.js"
1414

15-
yarnPath: .yarn/releases/yarn-4.8.1.cjs
15+
yarnPath: .yarn/releases/yarn-4.9.0.cjs

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"check": "biome check .",
4040
"test": "true"
4141
},
42-
"packageManager": "yarn@4.8.1"
42+
"packageManager": "yarn@4.9.0"
4343
}

0 commit comments

Comments
 (0)