Skip to content

Commit 27a46de

Browse files
committed
chore: update dependencies and lockfile format
- Bump versions of axios, date-fns, jest, and related packages in package.json. - Update pnpm-lock.yaml to version 9.0 with new dependency resolutions and optimizations. - Change GitHub Actions workflow to use updated actions and Node.js version 22. This ensures compatibility with the latest package versions and improves the CI workflow. Signed-off-by: EINDEX <snowstarlbk@gmail.com>
1 parent 336a1ca commit 27a46de

File tree

4 files changed

+4727
-3705
lines changed

4 files changed

+4727
-3705
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,11 @@ jobs:
2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
2929
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30-
- uses: actions/checkout@v3
31-
- uses: actions/setup-node@v3
30+
- uses: actions/checkout@v4
31+
- uses: actions/setup-node@v4
3232
with:
33-
node-version: "16"
34-
- uses: pnpm/action-setup@v2.2.4
35-
with:
36-
version: 6.0.2
33+
node-version: "22"
34+
- uses: pnpm/action-setup@v4
3735
- run: pnpm install
3836
- run: pnpm build
3937
- run: pnpm test

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,33 @@
1212
"license": "MIT",
1313
"dependencies": {
1414
"@logseq/libs": "^0.0.10",
15-
"axios": "^1.2.0",
16-
"date-fns": "^2.29.3"
15+
"axios": "^1.10.0",
16+
"date-fns": "^2.30.0"
1717
},
1818
"devDependencies": {
19-
"@jest/globals": "^29.5.0",
19+
"@jest/globals": "^29.7.0",
2020
"@semantic-release/changelog": "6.0.2",
2121
"@semantic-release/exec": "6.0.3",
2222
"@semantic-release/git": "10.0.1",
2323
"@semantic-release/npm": "9.0.1",
24-
"@types/jest": "^29.5.0",
24+
"@types/jest": "^29.5.14",
2525
"@types/node": "18.11.9",
2626
"@typescript-eslint/eslint-plugin": "5.45.0",
2727
"@typescript-eslint/parser": "5.45.0",
2828
"conventional-changelog-conventionalcommits": "5.0.0",
2929
"eslint": "8.28.0",
3030
"husky": "^8.0.3",
31-
"jest": "^29.5.0",
32-
"jest-environment-jsdom": "^29.5.0",
31+
"jest": "^29.7.0",
32+
"jest-environment-jsdom": "^29.7.0",
3333
"semantic-release": "19.0.5",
34-
"ts-jest": "^29.1.0",
34+
"ts-jest": "^29.4.0",
3535
"typescript": "4.9.3",
3636
"vite": "3.2.7",
3737
"vite-plugin-logseq": "1.1.2"
3838
},
3939
"logseq": {
4040
"id": "_eindex-logseq-memos-sync",
4141
"icon": "./logo.webp"
42-
}
42+
},
43+
"packageManager": "pnpm@10"
4344
}

0 commit comments

Comments
 (0)