Skip to content

Commit f717145

Browse files
merge release-8.7.18 (#30972)
v8.7.18
2 parents 9e9578d + abdf9ce commit f717145

File tree

290 files changed

+1856
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

290 files changed

+1856
-526
lines changed

.github/actions/publish-npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
using: 'composite'
2323
steps:
2424
- name: 🟢 Configure Node for Publish
25-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
25+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2626
with:
2727
node-version: ${{ inputs.node-version }}
2828
registry-url: 'https://registry.npmjs.org'

.github/workflows/actions/build-angular-server/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Build Ionic Angular Server'
33
runs:
44
using: 'composite'
55
steps:
6-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
77
with:
88
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive

.github/workflows/actions/build-angular/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ runs:
2727
run: npm run build
2828
shell: bash
2929
working-directory: ./packages/angular
30+
- name: Clean core package.json
31+
run: git checkout ./package.json
32+
shell: bash
33+
working-directory: ./core
3034
- name: 🔍 Check Diff
3135
run: git diff --exit-code
3236
shell: bash

.github/workflows/actions/build-core-stencil-prerelease/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ inputs:
88
runs:
99
using: 'composite'
1010
steps:
11-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
1313
with:
1414
node-version: 24.x
1515

@@ -29,4 +29,4 @@ runs:
2929
with:
3030
name: ionic-core
3131
output: core/CoreBuild.zip
32-
paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts
32+
paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts core/package.json

.github/workflows/actions/build-core/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ inputs:
88
runs:
99
using: 'composite'
1010
steps:
11-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
1313
with:
1414
node-version: 24.x
1515
- name: 🕸️ Install Dependencies

.github/workflows/actions/build-react-router/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Build Ionic React Router'
33
runs:
44
using: 'composite'
55
steps:
6-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
77
with:
88
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive

.github/workflows/actions/build-react/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Build Ionic React'
33
runs:
44
using: 'composite'
55
steps:
6-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
77
with:
88
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
@@ -31,6 +31,10 @@ runs:
3131
run: npm run test.spec
3232
shell: bash
3333
working-directory: ./packages/react
34+
- name: Clean core package.json
35+
run: git checkout ./package.json
36+
shell: bash
37+
working-directory: ./core
3438
- name: 🔍 Check Diff
3539
run: git diff --exit-code
3640
shell: bash

.github/workflows/actions/build-vue-router/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Builds Ionic Vue Router'
33
runs:
44
using: 'composite'
55
steps:
6-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
77
with:
88
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive

.github/workflows/actions/build-vue/action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Build Ionic Vue'
33
runs:
44
using: 'composite'
55
steps:
6-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
6+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
77
with:
88
node-version: 24.x
99
- uses: ./.github/workflows/actions/download-archive
@@ -27,6 +27,10 @@ runs:
2727
run: npm run build
2828
shell: bash
2929
working-directory: ./packages/vue
30+
- name: Clean core package.json
31+
run: git checkout ./package.json
32+
shell: bash
33+
working-directory: ./core
3034
- name: 🔍 Check Diff
3135
run: git diff --exit-code
3236
shell: bash

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
runs:
77
using: 'composite'
88
steps:
9-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
9+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
1010
with:
1111
node-version: 24.x
1212
- uses: ./.github/workflows/actions/download-archive
@@ -17,7 +17,7 @@ runs:
1717
- uses: ./.github/workflows/actions/download-archive
1818
with:
1919
name: ionic-angular
20-
path: ./angular
20+
path: ./packages/angular
2121
filename: AngularBuild.zip
2222
- uses: ./.github/workflows/actions/download-archive
2323
with:

0 commit comments

Comments
 (0)