Skip to content

Commit 86f42ce

Browse files
authored
chore(git): sync main (#30995)
Syncing with `main`
2 parents 338a405 + 521ca29 commit 86f42ce

File tree

441 files changed

+8526
-1192
lines changed

Some content is hidden

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

441 files changed

+8526
-1192
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/ionic-issue-bot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ comment:
4040
4141
4242
If the requested feature is something you would find useful for your applications, please react to the original post with 👍 (`+1`). If you would like to provide an additional use case for the feature, please post a comment.
43-
43+
4444
4545
The team will review this feedback and make a final decision. Any decision will be posted on this thread, but please note that we may ultimately decide not to pursue this feature.
4646
@@ -83,6 +83,7 @@ stale:
8383
exemptLabels:
8484
- "good first issue"
8585
- "triage"
86+
- "bug: external"
8687
- "type: bug"
8788
- "type: feature request"
8889
- "needs: investigation"

.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/src/foundations core/css core/hydrate core/loader core/src/components.d.ts
32+
paths: core/dist core/components core/src/foundations 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

0 commit comments

Comments
 (0)