Skip to content

Commit 436aaa2

Browse files
chore(release): Update dependencies and refine npm configuration
This commit updates several key dependencies including @playform/build, @playform/compress, astro, vite, and zod to their latest versions. It also modifies the .npmrc file to use deep linking for workspace packages and removes the --provenance flag from the npm publish command in the GitHub workflow due to compatibility issues. Additionally, the homepage URL in package.json has been updated for better readability.
1 parent 4099810 commit 436aaa2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/NPM.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
continue-on-error: true
7171
working-directory: .
7272
run: |
73-
npm publish --legacy-peer-deps --provenance --ignore-scripts
73+
npm publish --legacy-peer-deps --ignore-scripts
7474
env:
7575
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
auto-install-peers=true
22
hoist=true
33
legacy-peer-deps=true
4-
link-workspace-packages=true
4+
link-workspace-packages=deep
55
node-linker=isolated
66
node_options=--max-old-space-size=32768
77
prefer-frozen-lockfile=false

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"codeeditorland",
1010
"playform"
1111
],
12-
"homepage": "https://GitHub.Com/CodeEditorLand/Sky#readme",
12+
"homepage": "https://GitHub.Com/CodeEditorLand/Sky?tab=readme-ov-file",
1313
"bugs": {
1414
"url": "https://GitHub.Com/CodeEditorLand/Sky/issues"
1515
},
@@ -31,17 +31,17 @@
3131
"@codeeditorland/common": "0.0.6",
3232
"@codeeditorland/output": "0.0.1",
3333
"@codeeditorland/worker": "0.0.1",
34-
"@playform/build": "0.2.5",
35-
"@playform/compress": "0.2.0",
34+
"@playform/build": "0.2.6",
35+
"@playform/compress": "0.2.1",
3636
"@playform/inline": "0.1.2",
37-
"astro": "5.16.6",
37+
"astro": "5.16.11",
3838
"deepmerge-ts": "7.1.5",
3939
"dotenv": "17.2.3",
4040
"typescript": "5.9.3",
41-
"vite": "7.3.0",
41+
"vite": "7.3.1",
4242
"vite-plugin-static-copy": "3.1.4",
4343
"vite-plugin-top-level-await": "1.6.0",
44-
"zod": "4.2.1"
44+
"zod": "4.3.5"
4545
},
4646
"devDependencies": {
4747
"@astrojs/ts-plugin": "1.10.6",

0 commit comments

Comments
 (0)