Skip to content

Commit 4f2f74e

Browse files
authored
Merge pull request #98 from manchenkoff/chore/upgrade-versions
chore: upgraded package versions
2 parents 1b2123f + f154e8c commit 4f2f74e

File tree

5 files changed

+1385
-2053
lines changed

5 files changed

+1385
-2053
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,19 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323

24-
- name: Enable corepack
25-
run: corepack enable
26-
2724
- name: Setup Node.js
2825
uses: actions/setup-node@v4
2926
with:
3027
node-version: ${{ env.node_version }}
3128

29+
- name: Enable corepack
30+
run: corepack enable
31+
32+
# Issue: https://github.com/cypress-io/github-action/issues/1355
33+
- name: Set alternate npm integrity keys
34+
run: |
35+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
36+
3237
- name: Install dependencies
3338
run: npx nypm@latest i
3439

@@ -48,14 +53,19 @@ jobs:
4853
- name: Checkout
4954
uses: actions/checkout@v4
5055

51-
- name: Enable corepack
52-
run: corepack enable
53-
5456
- name: Setup Node.js
5557
uses: actions/setup-node@v4
5658
with:
5759
node-version: ${{ env.node_version }}
5860

61+
- name: Enable corepack
62+
run: corepack enable
63+
64+
# Issue: https://github.com/cypress-io/github-action/issues/1355
65+
- name: Set alternate npm integrity keys
66+
run: |
67+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
68+
5969
- name: Install dependencies
6070
run: npx nypm@latest i
6171

.github/workflows/prerelease.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,19 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30-
- name: Enable corepack
31-
run: corepack enable
32-
3330
- name: Setup Node.js
3431
uses: actions/setup-node@v4
3532
with:
3633
node-version: ${{ env.node_version }}
3734

35+
- name: Enable corepack
36+
run: corepack enable
37+
38+
# Issue: https://github.com/cypress-io/github-action/issues/1355
39+
- name: Set alternate npm integrity keys
40+
run: |
41+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
42+
3843
- name: Install dependencies
3944
run: npx nypm@latest i
4045

@@ -54,15 +59,20 @@ jobs:
5459
with:
5560
fetch-depth: 0 # fetch all history for tags
5661

57-
- name: Enable corepack
58-
run: corepack enable
59-
6062
- name: Setup Node.js
6163
uses: actions/setup-node@v4
6264
with:
6365
node-version: ${{ env.node_version }}
6466
registry-url: ${{ env.NODE_REGISTRY }}
6567

68+
- name: Enable corepack
69+
run: corepack enable
70+
71+
# Issue: https://github.com/cypress-io/github-action/issues/1355
72+
- name: Set alternate npm integrity keys
73+
run: |
74+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
75+
6676
- name: Install dependencies
6777
run: npx nypm@latest i
6878

.github/workflows/release.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,19 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929

30-
- name: Enable corepack
31-
run: corepack enable
32-
3330
- name: Setup Node.js
3431
uses: actions/setup-node@v4
3532
with:
3633
node-version: ${{ env.node_version }}
3734

35+
- name: Enable corepack
36+
run: corepack enable
37+
38+
# Issue: https://github.com/cypress-io/github-action/issues/1355
39+
- name: Set alternate npm integrity keys
40+
run: |
41+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
42+
3843
- name: Install dependencies
3944
run: npx nypm@latest i
4045

@@ -54,15 +59,20 @@ jobs:
5459
with:
5560
fetch-depth: 0 # fetch all history for tags
5661

57-
- name: Enable corepack
58-
run: corepack enable
59-
6062
- name: Setup Node.js
6163
uses: actions/setup-node@v4
6264
with:
6365
node-version: ${{ env.node_version }}
6466
registry-url: ${{ env.NODE_REGISTRY }}
6567

68+
- name: Enable corepack
69+
run: corepack enable
70+
71+
# Issue: https://github.com/cypress-io/github-action/issues/1355
72+
- name: Set alternate npm integrity keys
73+
run: |
74+
echo COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')" >> $GITHUB_ENV
75+
6676
- name: Install dependencies
6777
run: npx nypm@latest i
6878

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,26 +39,26 @@
3939
"validate": "npm run lint && npm run test:types && npm run test"
4040
},
4141
"dependencies": {
42-
"@nuxt/kit": "^3.13.0",
4342
"defu": "^6.1.4",
44-
"laravel-echo": "^1.16.1",
45-
"ofetch": "^1.4.0",
43+
"laravel-echo": "^1.19.0",
44+
"ofetch": "^1.4.1",
4645
"pusher-js": "8.4.0-rc2"
4746
},
4847
"devDependencies": {
49-
"@nuxt/devtools": "^1.4.1",
50-
"@nuxt/eslint-config": "^0.7.0",
51-
"@nuxt/module-builder": "^0.8.3",
52-
"@nuxt/schema": "^3.13.0",
53-
"@nuxt/test-utils": "^3.14.1",
54-
"@types/node": "^22.5.1",
55-
"@typescript-eslint/eslint-plugin": "^8.15.0",
56-
"changelogen": "^0.5.5",
57-
"eslint": "^9.9.1",
58-
"nuxt": "^3.13.2",
59-
"typescript": "^5.5.4",
60-
"vitest": "^2.0.5",
61-
"vue-tsc": "^2.1.2"
48+
"@nuxt/devtools": "^1.7.0",
49+
"@nuxt/eslint-config": "^0.7.6",
50+
"@nuxt/kit": "^3.15.4",
51+
"@nuxt/module-builder": "^0.8.4",
52+
"@nuxt/schema": "^3.15.4",
53+
"@nuxt/test-utils": "^3.15.4",
54+
"@types/node": "^22.13.1",
55+
"@typescript-eslint/eslint-plugin": "^8.24.0",
56+
"changelogen": "^0.5.7",
57+
"eslint": "^9.20.0",
58+
"nuxt": "^3.15.4",
59+
"typescript": "^5.7.3",
60+
"vitest": "^2.1.9",
61+
"vue-tsc": "^2.1.10"
6262
},
63-
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
63+
"packageManager": "pnpm@10.2.1+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
6464
}

0 commit comments

Comments
 (0)