Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/changed-packages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ outputs:
paths:
description: An array of relative paths to packages that were changed
runs:
using: node20
using: node24
main: main.js
2 changes: 1 addition & 1 deletion .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: ${{ github.event_name }}/${{ github.event.action }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- uses: ionic-team/bot@main
with:
repo-token: ${{ secrets.BOT_TOKEN }}
Expand Down
48 changes: 24 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Latest
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand All @@ -54,13 +54,13 @@ jobs:
needs:
- setup
steps:
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand All @@ -80,13 +80,13 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand All @@ -113,13 +113,13 @@ jobs:
- run: sudo xcode-select --switch ${{ matrix.xcode }}
- run: xcrun simctl list > /dev/null
- run: xcodebuild -downloadPlatform iOS
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand All @@ -141,18 +141,18 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
- name: set up JDK 21
uses: actions/setup-java@v5
with:
java-version: '21'
distribution: 'zulu'
- uses: actions/checkout@v5
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand All @@ -175,13 +175,13 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/dev-releases-for-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Get Latest
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand Down Expand Up @@ -61,13 +61,13 @@ jobs:
matrix:
plugin: ${{ fromJson(needs.setup.outputs.plugins) }}
steps:
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Restore Dependency Cache
id: cache-modules
uses: actions/cache@v4
uses: actions/cache@v6
with:
path: |
node_modules
Expand All @@ -93,7 +93,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@v1.3.1
with:
path: ${{ matrix.plugin }}
- uses: mshick/add-pr-comment@v2
- uses: mshick/add-pr-comment@v3
with:
message: |
Released dev build of ${{ matrix.plugin }} with dev version: ${{ steps.package-version.outputs.current-version }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- run: sudo xcode-select --switch /Applications/Xcode_26.0.app
- run: xcrun simctl list > /dev/null
- run: xcodebuild -downloadPlatform iOS
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
- uses: actions/checkout@v5
node-version: 24
- uses: actions/checkout@v7
- name: Install Cocoapods
run: |
gem install cocoapods
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-latest-from-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: macos-15
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7
with:
fetch-depth: 0
token: ${{ secrets.CAP_GH_RELEASE_TOKEN }}
- uses: actions/setup-node@v6
- uses: actions/setup-node@v7
with:
node-version: 22
node-version: 24
registry-url: https://registry.npmjs.org/
cache: npm
cache-dependency-path: '**/package.json'
Expand Down
9 changes: 1 addition & 8 deletions splash-screen/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,7 @@ declare module '@capacitor/cli' {
* @example "CENTER_CROP"
*/
androidScaleType?:
| 'CENTER'
| 'CENTER_CROP'
| 'CENTER_INSIDE'
| 'FIT_CENTER'
| 'FIT_END'
| 'FIT_START'
| 'FIT_XY'
| 'MATRIX';
'CENTER' | 'CENTER_CROP' | 'CENTER_INSIDE' | 'FIT_CENTER' | 'FIT_END' | 'FIT_START' | 'FIT_XY' | 'MATRIX';

/**
* Show a loading spinner on the Splash Screen.
Expand Down
Loading