OS-jacobbell
23e998b731
chore(deps): update stencil/core to 4.43.0 ( #30960 )
...
Stencil core updated to 4.43.0.
2026-02-19 13:27:25 -07:00
ionitron
f71f4bf454
v8.7.16
2025-12-31 13:20:48 -08:00
ionitron
622d62a3f4
v8.7.15
2025-12-23 18:55:19 +00:00
ionitron
f7af5d3ca5
v8.7.14
2025-12-17 17:50:44 +00:00
ionitron
f775815a13
v8.7.13
2025-12-13 15:51:51 +00:00
Shane
cf3caa287e
chore(core): aligning core engine requirement with main ionic-framework requirement ( #30869 )
...
Issue number: resolves #30868
---------
<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->
<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->
## What is the current behavior?
Currently, users are unable to use ionic-framework with node < 24. This
was an accidental change, not something we actually require.
## What is the new behavior?
This change aligns the core file with the [top level
package.json](https://github.com/ionic-team/ionic-framework/blob/main/package.json#L9 )
requirement. We may want to look into upping this at some point in the
future, but right now this should be fine.
## Does this introduce a breaking change?
- [ ] Yes
- [X] No
<!--
If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->
## Other information
<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
2025-12-13 15:00:20 +00:00
renovate[bot]
2ee52d77c8
chore(deps): update capacitor to v8 (major) ( #30847 )
...
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/ ) |
[Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [@capacitor/core](https://capacitorjs.com )
([source](https://redirect.github.com/ionic-team/capacitor )) | [`^7.0.0`
->
`^8.0.0`](https://renovatebot.com/diffs/npm/@capacitor%2fcore/7.4.4/8.0.0 )
|

|

|
|
[@capacitor/haptics](https://redirect.github.com/ionic-team/capacitor-haptics )
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/@capacitor%2fhaptics/7.0.3/8.0.0 )
|

|

|
|
[@capacitor/keyboard](https://redirect.github.com/ionic-team/capacitor-keyboard )
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/@capacitor%2fkeyboard/7.0.4/8.0.0 )
|

|

|
|
[@capacitor/status-bar](https://redirect.github.com/ionic-team/capacitor-plugins )
| [`^7.0.0` ->
`^8.0.0`](https://renovatebot.com/diffs/npm/@capacitor%2fstatus-bar/7.0.4/8.0.0 )
|

|

|
---
### Release Notes
<details>
<summary>ionic-team/capacitor (@​capacitor/core)</summary>
###
[`v8.0.0`](https://redirect.github.com/ionic-team/capacitor/blob/HEAD/CHANGELOG.md#800-2025-12-08 )
[Compare
Source](https://redirect.github.com/ionic-team/capacitor/compare/7.4.4...8.0.0 )
##### Bug Fixes
- **cli:** Android apk name multi flavor dimensions parsing
([#​7598](https://redirect.github.com/ionic-team/capacitor/issues/7598 ))
([2dc20ee](2dc20ee894 ))
- **cli:** make migrate update to 8.0.0
([#​8250](https://redirect.github.com/ionic-team/capacitor/issues/8250 ))
([ee8ba7b](ee8ba7bbee ))
- **ios:** move PrivacyInfo.xcprivacy to resource\_bundles to fix build…
([#​8264](https://redirect.github.com/ionic-team/capacitor/issues/8264 ))
([e6f50b8](e6f50b8c0c ))
##### Features
- **android:** Improving SystemBars inset handling
([#​8268](https://redirect.github.com/ionic-team/capacitor/issues/8268 ))
([81ae30a](81ae30a503 ))
</details>
<details>
<summary>ionic-team/capacitor-haptics
(@​capacitor/haptics)</summary>
###
[`v8.0.0`](https://redirect.github.com/ionic-team/capacitor-haptics/blob/HEAD/CHANGELOG.md#800-2025-12-08 )
[Compare
Source](e492876ac8 ...v8.0.0)
##### Bug Fixes
- **android:** use 'propName = value' assignment syntax in build.gradle
files
([e0d3987](e0d3987eea ))
##### feature
- Capacitor 8 support
([7d840c7](7d840c7825 ))
##### BREAKING CHANGES
- Capacitor 8 requires major update
</details>
<details>
<summary>ionic-team/capacitor-keyboard
(@​capacitor/keyboard)</summary>
###
[`v8.0.0`](https://redirect.github.com/ionic-team/capacitor-keyboard/blob/HEAD/CHANGELOG.md#800-2025-12-08 )
[Compare
Source](e492876ac8 ...v8.0.0)
##### Bug Fixes
- **android:** Adjust WebView sizing during keyboard size changes
([ae75247](ae752478ff ))
- **android:** use 'propName = value' assignment syntax in build.gradle
files
([37b39b0](37b39b0c64 ))
##### feature
- Capacitor 8 support
([f8c21ef](f8c21ef521 ))
##### BREAKING CHANGES
- Capacitor 8 requires major update
</details>
<details>
<summary>ionic-team/capacitor-plugins
(@​capacitor/status-bar)</summary>
###
[`v8.0.0`](https://redirect.github.com/ionic-team/capacitor-plugins/releases/tag/%40capacitor/app%408.0.0 )
[Compare
Source](https://redirect.github.com/ionic-team/capacitor-plugins/compare/@capacitor/status-bar@7.0.4...@capacitor/status-bar@8.0.0 )
**Note:** Version bump only for package
[@​capacitor/app](https://redirect.github.com/capacitor/app )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-11 19:26:50 +00:00
ionitron
afa15d23d2
v8.7.12
2025-12-10 21:33:15 +00:00
Maria Hutt
57687623aa
chore(renovate): configure node version consistency ( #30816 )
...
Issue number: N/A
---------
<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->
<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->
Core does not indicate what node version we should be running, which can
lead to inconsistent versions between local and workflows. These
inconsistencies can lead to workflow failures.
## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->
- Provides the node version within package
- Updates the node version of workflows and package at the same time
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!--
If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->
## Other information
<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
2025-12-08 17:16:10 +00:00
Brandy Smith
22288319ed
chore(deps): add playwright-core as a dev dependency ( #30827 )
...
This updates the `package-lock` file to match the structure `next` uses
so we won't have a mismatch with errors on each branch. It installs
`playwright-core` as a dev dependency to align with `next`.
How to test this:
1. Switch to this branch `chore/deps-playwright`
1. Remove `node_modules`: `rm -rf node_modules`
1. Run `npx lerna@5 bootstrap --include-dependencies --scope @ionic/core
--ignore-scripts -- --legacy-peer-deps && npm run build`
1. ✅ Verify: build is successful
1. Run `git revert 76cf4bda6a`
1. Run `npx lerna@5 bootstrap --include-dependencies --scope @ionic/core
--ignore-scripts -- --legacy-peer-deps && npm run build`
1. 🛑 Verify: the following error occurs:
```bash
[ ERROR ] TypeScript:
node_modules/@axe-core/playwright/dist/index.d.ts:2:22
Cannot find module 'playwright-core' or its corresponding
type declarations.
L1: import { SerialFrameSelector, RunOptions, AxeResults } from
'axe-core';
L2: import { Page } from 'playwright-core';
[00:58.9] build failed in 6.36 s
```
⚠️ Please do not push the reverted commit, it is just to show that the
new dev dependency is required.
This shows that without `playwright-core` installed the lerna command in
the release process will fail.
---------
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com >
2025-12-01 22:21:22 +00:00
ionitron
3249e1dce8
v8.7.11
2025-11-26 18:47:18 +00:00
Brandy Smith
627416b9d7
v8.7.10
2025-11-19 12:59:00 -05:00
OS-jacobbell
d03e88179b
chore(deps): update @types/node ( #30783 )
...
Update node types for compatibility with typescript 5.8 now used in
Stencil.
---------
<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->
<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->
## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->
- Ionic fails to build with Stencil Nightly due to typed array changes
in typescript 5.7.
- Angular package fails to build with Stencil Nightly due to type errors
with Mixins.
## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->
- Ionic can build with Stencil Nightly.
- Angular package can build with Stencil Nightly.
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
<!--
If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->
## Other information
<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->
2025-11-17 18:23:36 +00:00
ionitron
32df083e87
v8.7.9
2025-11-05 17:04:11 +00:00
ionitron
8a8eec4247
v8.7.8
2025-10-29 17:40:53 +00:00
renovate[bot]
ba73988750
chore(deps): update dependency @axe-core/playwright to ^4.11.0 ( #30747 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@axe-core/playwright](https://redirect.github.com/dequelabs/axe-core-npm )
| [`^4.10.2` ->
`^4.11.0`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.10.2/4.11.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dequelabs/axe-core-npm (@​axe-core/playwright)</summary>
###
[`v4.11.0`](https://redirect.github.com/dequelabs/axe-core-npm/blob/HEAD/CHANGELOG.md#4110-2025-10-14 )
[Compare
Source](https://redirect.github.com/dequelabs/axe-core-npm/compare/v4.10.2...a7af9e96a24105a56def373bf0339cf57cda0403 )
##### Bug Fixes
- Optimize AxeBuilder memory usage.
([#​1154](https://redirect.github.com/dequelabs/axe-core-npm/issues/1154 ))
([e53cd36](e53cd36d07 )),
closes
[/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59](https://redirect.github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts/issues/L59 )
[/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34](https://redirect.github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts/issues/L34 )
- Update axe-core to v4.10.3
([#​1155](https://redirect.github.com/dequelabs/axe-core-npm/issues/1155 ))
([f8e3a14](f8e3a14043 ))
- **wdio:** resolve blank navigation issue in WDIO v9
([#​1169](https://redirect.github.com/dequelabs/axe-core-npm/issues/1169 ))
([6505560](6505560d64 ))
##### Features
- Update axe-core to v4.11.0
([#​1233](https://redirect.github.com/dequelabs/axe-core-npm/issues/1233 ))
([2758476](2758476481 ))
####
[4.10.2](https://redirect.github.com/dequelabs/axe-core-npm/compare/v4.10.1...v4.10.2 )
(2025-05-12)
##### Bug Fixes
- Optimize AxeBuilder memory usage.
([#​1154](https://redirect.github.com/dequelabs/axe-core-npm/issues/1154 ))
([e53cd36](e53cd36d07 )),
closes
[/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59](https://redirect.github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts/issues/L59 )
[/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34](https://redirect.github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts/issues/L34 )
- Update axe-core to v4.10.3
([#​1155](https://redirect.github.com/dequelabs/axe-core-npm/issues/1155 ))
([f8e3a14](f8e3a14043 ))
- **wdio:** resolve blank navigation issue in WDIO v9
([#​1169](https://redirect.github.com/dequelabs/axe-core-npm/issues/1169 ))
([6505560](6505560d64 ))
####
[4.10.1](https://redirect.github.com/dequelabs/axe-core-npm/compare/v4.10.0...v4.10.1 )
(2024-10-29)
##### Bug Fixes
- Update axe-core to v4.10.1
([#​1124](https://redirect.github.com/dequelabs/axe-core-npm/issues/1124 ))
([099818b](099818bcef ))
- Update axe-core to v4.10.2
([#​1128](https://redirect.github.com/dequelabs/axe-core-npm/issues/1128 ))
([aaaa34e](aaaa34e7c3 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE1Ni4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-23 13:58:36 +00:00
renovate[bot]
9f013b7a51
chore(deps): update playwright ( #30732 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.56.0` ->
`^1.56.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.56.0/1.56.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | patch |
| mcr.microsoft.com/playwright | `v1.56.0` -> `v1.56.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | patch |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.56.1`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.56.1 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.56.0...v1.56.1 )
#### Highlights
[#​37871](https://redirect.github.com/microsoft/playwright/issues/37871 )
chore: allow local-network-access permission in chromium
[#​37891](https://redirect.github.com/microsoft/playwright/issues/37891 )
fix(agents): remove workspaceFolder ref from vscode mcp
[#​37759](https://redirect.github.com/microsoft/playwright/issues/37759 )
chore: rename agents to test agents
[#​37757](https://redirect.github.com/microsoft/playwright/issues/37757 )
chore(mcp): fallback to cwd when resolving test config
#### Browser Versions
- Chromium 141.0.7390.37
- Mozilla Firefox 142.0.1
- WebKit 26.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 17:25:46 +00:00
ionitron
7a293d768c
v8.7.7
2025-10-15 19:00:38 +00:00
renovate[bot]
72c2b3e916
chore(deps): update playwright ( #30709 )
...
> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842 )
of the Renovate GitHub app being renamed to `mend[bot]`.
>
> This notice will be removed on 2025-10-07.
<hr>
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.55.1` ->
`^1.56.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.55.1/1.56.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | minor |
| mcr.microsoft.com/playwright | `v1.55.1` -> `v1.56.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | minor |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.56.0`](https://redirect.github.com/microsoft/playwright/compare/v1.55.1...v1.56.0 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.55.1...v1.56.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-15 18:09:32 +00:00
ionitron
2156f99c2a
v8.7.6
2025-10-08 18:35:35 +00:00
renovate[bot]
daf311f63a
chore(deps): update dependency @stencil/core to v4.38.0 ( #30615 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@stencil/core](https://stenciljs.com/ )
([source](https://redirect.github.com/stenciljs/core )) | [`4.36.2` ->
`4.38.0`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.36.2/4.38.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>stenciljs/core (@​stencil/core)</summary>
###
[`v4.38.0`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4380-2025-10-02 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.37.1...v4.38.0 )
##### Bug Fixes
- local (same-file) class inheritance search
([#​6403](https://redirect.github.com/stenciljs/core/issues/6403 ))
([695b1ac](695b1acabd ))
- **runtime:** stop immediate re-renders for reflected props when null
!== undefined
([#​6404](https://redirect.github.com/stenciljs/core/issues/6404 ))
([680b12e](680b12ec73 ))
- **test:** stop duplicate super calls in Jest
([#​6401](https://redirect.github.com/stenciljs/core/issues/6401 ))
([32160ad](32160ad13b ))
- **test:** trigger [@​Watch](https://redirect.github.com/Watch )
decorators on inherited classes in jest env
([#​6402](https://redirect.github.com/stenciljs/core/issues/6402 ))
([f277068](f2770687f5 ))
##### Features
- **config:** allow suppressing reserved public name warning
([#​6389](https://redirect.github.com/stenciljs/core/issues/6389 ))
([341fec4](341fec4ed0 ))
- new core decorators `@PropSerialize` & `@AttrDeserialize`
([#​6387](https://redirect.github.com/stenciljs/core/issues/6387 ))
([967c234](967c2346e9 ))
#### 🏰
[4.37.1](https://redirect.github.com/stenciljs/core/compare/v4.37.0...v4.37.1 )
(2025-09-19)
##### Bug Fixes
- **dist-custom-elements:** revert
[#​6381](https://redirect.github.com/stenciljs/core/issues/6381 )
([77cfdb3](77cfdb3b70 ))
- **Mixin:** export `MixinFactory` type for ease of use
([#​6390](https://redirect.github.com/stenciljs/core/issues/6390 ))
([a26114e](a26114ee8a ))
- **runtime:** stop eager json parsing for unknown and any type bindings
([#​6384](https://redirect.github.com/stenciljs/core/issues/6384 ))
([ccae0d7](ccae0d743c ))
###
[`v4.37.1`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4371-2025-09-19 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.37.0...v4.37.1 )
##### Bug Fixes
- **dist-custom-elements:** revert
[#​6381](https://redirect.github.com/stenciljs/core/issues/6381 )
([77cfdb3](77cfdb3b70 ))
- **Mixin:** export `MixinFactory` type for ease of use
([#​6390](https://redirect.github.com/stenciljs/core/issues/6390 ))
([a26114e](a26114ee8a ))
- **runtime:** stop eager json parsing for unknown and any type bindings
([#​6384](https://redirect.github.com/stenciljs/core/issues/6384 ))
([ccae0d7](ccae0d743c ))
###
[`v4.37.0`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4370-2025-09-13 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.36.3...v4.37.0 )
##### Bug Fixes
- **dist-custom-elements:** apply `initializeNextTick` config
([dbcdeff](dbcdeff26a ))
- **dist-custom-elements:** apply `initializeNextTick` config setting
([#​6382](https://redirect.github.com/stenciljs/core/issues/6382 ))
([7bdf9fb](7bdf9fbba0 ))
- **runtime:** make sure watchers can fire immediately if the custom
element is already defined
([#​6381](https://redirect.github.com/stenciljs/core/issues/6381 ))
([4fb9140](4fb914024b ))
##### Features
- new core api - Mixin
([#​6375](https://redirect.github.com/stenciljs/core/issues/6375 ))
([08f6583](08f6583878 ))
- **runtime:** allow class extending
([#​6362](https://redirect.github.com/stenciljs/core/issues/6362 ))
([0456db1](0456db1484 ))
##### BREAKING CHANGES
- **runtime:** Watchers will fire earlier than before, but this is the
expected behavior
#### 🐈
[4.36.3](https://redirect.github.com/stenciljs/core/compare/v4.36.2...v4.36.3 )
(2025-08-20)
##### Bug Fixes
- **rollup:** proper `warn` handling
([#​6357](https://redirect.github.com/stenciljs/core/issues/6357 ))
([0831d2c](0831d2c35b ))
- **runtime:** fixed parsing of complex attributes that contains JSON
strings
([#​6359](https://redirect.github.com/stenciljs/core/issues/6359 ))
([7047196](7047196b87 ))
#### 💚
[4.36.2](https://redirect.github.com/stenciljs/core/compare/v4.36.1...v4.36.2 )
(2025-07-28)
##### Bug Fixes
- **bundle:** remove post order of node-resolve
([#​6353](https://redirect.github.com/stenciljs/core/issues/6353 ))
([19b56d1](19b56d1977 )),
closes
[#​6335](https://redirect.github.com/stenciljs/core/issues/6335 )
#### 🍺
[4.36.1](https://redirect.github.com/stenciljs/core/compare/v4.36.0...v4.36.1 )
(2025-07-18)
##### Bug Fixes
- **runtime:** only patch non-shadow components with <slot>s
([#​6348](https://redirect.github.com/stenciljs/core/issues/6348 ))
([827b7f0](827b7f0d55 ))
- **runtime:** stop applying patches to non-shadow / non-render()
components
([#​6349](https://redirect.github.com/stenciljs/core/issues/6349 ))
([3a18a37](3a18a37785 ))
###
[`v4.36.3`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4363-2025-08-20 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.36.2...v4.36.3 )
##### Bug Fixes
- **rollup:** proper `warn` handling
([#​6357](https://redirect.github.com/stenciljs/core/issues/6357 ))
([0831d2c](0831d2c35b ))
- **runtime:** fixed parsing of complex attributes that contains JSON
strings
([#​6359](https://redirect.github.com/stenciljs/core/issues/6359 ))
([7047196](7047196b87 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTMxLjkiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 18:01:23 +00:00
ionitron
515249d2c3
v8.7.5
2025-09-24 19:51:40 +00:00
renovate[bot]
5a06503d4a
chore(deps): update playwright ( #30693 )
...
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842 ).
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.55.0` ->
`^1.55.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.55.0/1.55.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | patch |
| mcr.microsoft.com/playwright | `v1.55.0` -> `v1.55.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | patch |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.55.1`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.55.1 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.55.0...v1.55.1 )
##### Highlights
[#​37479](https://redirect.github.com/microsoft/playwright/issues/37479 )
- \[Bug]: Upgrade Chromium to 140.0.7339.186.
[#​37147](https://redirect.github.com/microsoft/playwright/issues/37147 )
- \[Regression]: Internal error: step id not found.
[#​37146](https://redirect.github.com/microsoft/playwright/issues/37146 )
- \[Regression]: HTML reporter displays a broken chip link when there
are no projects.
[#​37137](https://redirect.github.com/microsoft/playwright/pull/37137 )
- Revert "fix(a11y): track inert elements as hidden".
#### Browser Versions
- Chromium 140.0.7339.186
- Mozilla Firefox 141.0
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 139
- Microsoft Edge 139
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-24 15:24:30 +00:00
ionitron
be1f3f32f0
v8.7.4
2025-09-17 15:55:52 +00:00
renovate[bot]
b49ba6bdfe
chore(deps): update playwright ( #30643 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.54.2` ->
`^1.55.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.54.2/1.55.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | minor |
| mcr.microsoft.com/playwright | `v1.54.2` -> `v1.55.0` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | minor |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.55.0`](https://redirect.github.com/microsoft/playwright/compare/v1.54.2...f992162f04ae0b0b5a0f4b6114b894215be98995 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.54.2...v1.55.0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ionitron <hi@ionicframework.com >
2025-08-22 17:33:34 +00:00
ionitron
ac6968cc10
v8.7.3
2025-08-20 18:36:46 +00:00
Brandy Smith
a6b19f40b2
chore(deps): downgrade @stencil/angular-output-target and @stencil/vue-output-target ( #30614 )
...
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com >
2025-08-07 14:53:47 +00:00
ionitron
7075808ba8
v8.7.2
2025-08-06 17:04:58 +00:00
renovate[bot]
67a1800094
chore(deps): update dependency @stencil/angular-output-target to v1 ( #30506 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@stencil/angular-output-target](https://stenciljs.com/ )
([source](https://redirect.github.com/stenciljs/output-targets )) |
[`^0.10.0` ->
`^1.0.0`](https://renovatebot.com/diffs/npm/@stencil%2fangular-output-target/0.10.2/1.0.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>stenciljs/output-targets
(@​stencil/angular-output-target)</summary>
###
[`v1.0.0`](https://redirect.github.com/stenciljs/output-targets/blob/HEAD/CHANGELOG.md#stencilssr010-stencilreact-output-target100-2025-04-03 )
[Compare
Source](a3588e9051 ...@stencil/angular-output-target@1.0.0)
##### 🚀 Enhancement
-
[`2873b0e`](2873b0e03c )
feat(react): support Vite based SSR
([#​624](https://redirect.github.com/stenciljs/output-targets/issues/624 ))
([@​christian-bromann](https://redirect.github.com/christian-bromann ))
-
[`5a1a276`](5a1a276143 )
feat(ssr): support object hydration
([#​633](https://redirect.github.com/stenciljs/output-targets/issues/633 ))
([@​christian-bromann](https://redirect.github.com/christian-bromann ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 15:53:08 +00:00
renovate[bot]
895ef4798e
chore(deps): update playwright ( #30596 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.54.1` ->
`^1.54.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.54.1/1.54.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | patch |
| mcr.microsoft.com/playwright | `v1.54.1` -> `v1.54.2` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | patch |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.54.2`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.54.2 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.54.1...v1.54.2 )
##### Highlights
[https://github.com/microsoft/playwright/issues/36714 ](https://redirect.github.com/microsoft/playwright/issues/36714 )
- \[Regression]: Codegen is not able to launch in Administrator Terminal
on Windows (ProtocolError: Protocol
error)[https://github.com/microsoft/playwright/issues/36828 ](https://redirect.github.com/microsoft/playwright/issues/36828 )8
- \[Regression]: Playwright Codegen keeps spamming with selected
optio[https://github.com/microsoft/playwright/issues/36810 ](https://redirect.github.com/microsoft/playwright/issues/36810 )10
- \[Regression]: Starting Codegen with target language doesn't work
anymore
#### Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 14:24:45 +00:00
renovate[bot]
a671b74756
chore(deps): update dependency @stencil/vue-output-target to v0.11.8 ( #30585 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@stencil/vue-output-target](https://stenciljs.com/ )
([source](https://redirect.github.com/stenciljs/output-targets )) |
[`0.10.8` ->
`0.11.8`](https://renovatebot.com/diffs/npm/@stencil%2fvue-output-target/0.10.8/0.11.8 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>stenciljs/output-targets
(@​stencil/vue-output-target)</summary>
###
[`v0.11.8`](https://redirect.github.com/stenciljs/output-targets/compare/@stencil/vue-output-target@0.10.8...32f98e2301193518a63f5d25c7e3f9e7384697e3 )
[Compare
Source](https://redirect.github.com/stenciljs/output-targets/compare/@stencil/vue-output-target@0.10.8...32f98e2301193518a63f5d25c7e3f9e7384697e3 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-06 13:41:03 +00:00
ionitron
e4c042834c
v8.7.1
2025-07-31 15:55:42 +00:00
Brandy Smith
6203b88b9f
chore(deps): update @stencil/core to v4.36.2 ( #30587 )
...
Issue number: resolves #30565
---------
## What is the current behavior?
Stencil is on v4.33.1
## What is the new behavior?
- Updates Stencil to v4.36.2
- Updates `children` references to `__children` in `reorder-group`
## Does this introduce a breaking change?
- [ ] Yes
- [x] No
## Other information
I searched through the repository for other components that may be
affected but did not find any.
Dev build: `8.7.1-dev.11753971948.1b297d94`
Reorder Example using dev build:
[StackBlitz](https://stackblitz.com/edit/5nrzhbja )
Router Example using dev build:
[StackBlitz](https://stackblitz.com/edit/rvpcflzx )
---------
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com >
2025-07-31 15:35:43 +00:00
ionitron
cbb4ad5683
v8.7.0
2025-07-30 21:05:10 +00:00
Christian Bromann
74cd71af24
feat(deps): update ionicons to v8 ( #30390 )
...
Issue number: resolves #30445
---------
Updates all packages to use the latest version of Ionicons v8
---------
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com >
2025-07-30 16:45:20 -04:00
ionitron
759147fab6
v8.6.7
2025-07-30 20:14:30 +00:00
Brandy Smith
dc713167f9
chore(deps): downgrade Stencil to v4.33.1 ( #30579 )
...
A major regression related to Reorder was found in Stencil v4.36. Downgrade Stencil until this can be resolved.
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com >
2025-07-30 16:07:32 -04:00
ionitron
708d5845b9
v8.6.6
2025-07-30 18:11:38 +00:00
renovate[bot]
5780a95a9c
chore(deps): update dependency @stencil/core to v4.36.2 ( #30574 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@stencil/core](https://stenciljs.com/ )
([source](https://redirect.github.com/stenciljs/core )) | [`4.36.1` ->
`4.36.2`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.36.1/4.36.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>stenciljs/core (@​stencil/core)</summary>
###
[`v4.36.2`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4362-2025-07-28 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.36.1...v4.36.2 )
##### Bug Fixes
- **bundle:** remove post order of node-resolve
([#​6353](https://redirect.github.com/stenciljs/core/issues/6353 ))
([19b56d1](19b56d1977 )),
closes
[#​6335](https://redirect.github.com/stenciljs/core/issues/6335 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-30 13:43:31 +00:00
renovate[bot]
dd68369338
chore(deps): update dependency @stencil/core to v4.36.1 ( #30524 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@stencil/core](https://stenciljs.com/ )
([source](https://redirect.github.com/stenciljs/core )) | [`4.33.1` ->
`4.36.0`](https://renovatebot.com/diffs/npm/@stencil%2fcore/4.33.1/4.36.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>stenciljs/core (@​stencil/core)</summary>
###
[`v4.36.0`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4360-2025-07-15 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.36.0...58bc2b5403312dd227b0c5d6f1de167559f2b015 )
##### Bug Fixes
* contructable stylesheets with older immutable spec (chrome <99)
([#6332 ](https://github.com/stenciljs/core/issues/6332 ))
([2f363dd](2f363dd130 )),
closes [#6326 ](https://github.com/stenciljs/core/issues/6326 )
* **runtime:** check shadow root nodes before appending them
([#6342 ](https://github.com/stenciljs/core/issues/6342 ))
([c63f25d](c63f25d0b4 ))
* **runtime:** do not remove first comment - can break frameworks
([#6343 ](https://github.com/stenciljs/core/issues/6343 ))
([188e7db](188e7dbfd7 ))
* **runtime:** double check hostRef value
([#6341 ](https://github.com/stenciljs/core/issues/6341 ))
([051522f](051522f598 ))
* **runtime:** fix blur handling of non-scoped elements
([#6314 ](https://github.com/stenciljs/core/issues/6314 ))
([bfbd683](bfbd683efd ))
* **runtime:** fix prettier
([d84f9e7](d84f9e7e5f ))
* **ssr:** `scoped: true` components forwarded slots
([#6340 ](https://github.com/stenciljs/core/issues/6340 ))
([fd4b892](fd4b892a73 )),
closes [#6337 ](https://github.com/stenciljs/core/issues/6337 ), closes
[#6339 ](https://github.com/stenciljs/core/issues/6339 )
##### Features
* **moc-doc:** serialize `delegatesFocus` shadow DOM property
([#6333 ](https://github.com/stenciljs/core/issues/6333 ))
([56fe6e3](56fe6e35a3 )),
closes [#6265 ](https://github.com/stenciljs/core/issues/6265 )
* **runtime:** skip initial task queue to improve first time rendering
([#6331 ](https://github.com/stenciljs/core/issues/6331 ))
([6106c70](6106c70aa3 )),
closes [#6317 ](https://github.com/stenciljs/core/issues/6317 )
###
[`v4.35.3`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4353-2025-07-02 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.35.2...58bc2b5403312dd227b0c5d6f1de167559f2b015 )
##### Bug Fixes
- **declarations:** add ToggleEvent type
([ac92210](ac9221076c ))
###
[`v4.35.2`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4352-2025-07-02 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.35.1...v4.35.2 )
##### Bug Fixes
- **ci:** hardening security of GH actions
([#​6305](https://redirect.github.com/stenciljs/core/issues/6305 ))
([3f80413](3f80413171 ))
- **compiler:** fix attachInternals should be usable without formAssoc…
([#​6286](https://redirect.github.com/stenciljs/core/issues/6286 ))
([7132259](7132259c40 )),
closes
[#​6285](https://redirect.github.com/stenciljs/core/issues/6285 )
- **declarations:** update toggle event handler types
([#​6323](https://redirect.github.com/stenciljs/core/issues/6323 ))
([5925974](5925974d85 )),
closes
[#​6322](https://redirect.github.com/stenciljs/core/issues/6322 )
- **mock-doc:** prevent infinite recursion in blur event handlers
([#​6310](https://redirect.github.com/stenciljs/core/issues/6310 ))
([092cacd](092cacda99 )),
closes
[#​6307](https://redirect.github.com/stenciljs/core/issues/6307 )
- **security:** update email for outreach
([9da2c90](9da2c907af ))
- **ssr:** fixes for `scoped: true` components during SSR
([#​6311](https://redirect.github.com/stenciljs/core/issues/6311 ))
([b07dda6](b07dda6c94 )),
closes
[#​6313](https://redirect.github.com/stenciljs/core/issues/6313 )
- **ssr:** slow property hydration, incorrect rendering
([#​6325](https://redirect.github.com/stenciljs/core/issues/6325 ))
([f018c73](f018c7349c )),
closes
[#​6324](https://redirect.github.com/stenciljs/core/issues/6324 )
- **utils:** single global stylesheet instance for performance
([#​6320](https://redirect.github.com/stenciljs/core/issues/6320 ))
([fe5d130](fe5d130127 ))
- **testing:** support browser executable path detection via environm…
([#​6308](https://redirect.github.com/stenciljs/core/issues/6308 ))
([b7e2b50](b7e2b50120 )),
closes
[#​6213](https://redirect.github.com/stenciljs/core/issues/6213 )
###
[`v4.35.1`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4351-2025-06-17 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.35.0...v4.35.1 )
##### Bug Fixes
- **mock-doc:** ensure event bubbling follows shadow DOM boundaries
([#​6301](https://redirect.github.com/stenciljs/core/issues/6301 ))
([1304ffc](1304ffcbfe )),
closes
[#​5676](https://redirect.github.com/stenciljs/core/issues/5676 )
- **ssr:** expand `::part` css selectors for ssr `scoped` components
([#​6298](https://redirect.github.com/stenciljs/core/issues/6298 ))
([da24af6](da24af6f5c )),
closes
[#​6297](https://redirect.github.com/stenciljs/core/issues/6297 )
- **ssr:** named slot dom order with `serializeShadowRoot: 'scoped'`
components
([#​6300](https://redirect.github.com/stenciljs/core/issues/6300 ))
([96c0f13](96c0f13b06 )),
closes
[#​6299](https://redirect.github.com/stenciljs/core/issues/6299 )
###
[`v4.35.0`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4350-2025-06-13 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.34.0...v4.35.0 )
##### Bug Fixes
- **ssr:** retain slotted node order in serializeShadowRoot: `scoped`
([#​6294](https://redirect.github.com/stenciljs/core/issues/6294 ))
([c1e032d](c1e032d562 )),
closes
[#​6293](https://redirect.github.com/stenciljs/core/issues/6293 )
##### Features
- **global-styles:** add new `addGlobalStyleToComponents` extras config
option to "opt-out" of new globalStyle behaviour
([#​6292](https://redirect.github.com/stenciljs/core/issues/6292 ))
([cd9778a](cd9778a2ac ))
###
[`v4.34.0`](https://redirect.github.com/stenciljs/core/blob/HEAD/CHANGELOG.md#-4340-2025-06-11 )
[Compare
Source](https://redirect.github.com/stenciljs/core/compare/v4.33.1...v4.34.0 )
##### Bug Fixes
- **compiler:** Prevent `extTransformsPlugin` from outputting collection
dependency css
([#​3306](https://redirect.github.com/stenciljs/core/issues/3306 ))
([28e2a06](28e2a062f6 )),
closes
[#​3305](https://redirect.github.com/stenciljs/core/issues/3305 )
- **declarations:** update PluginTransformResults after Rollup update
([#​6232](https://redirect.github.com/stenciljs/core/issues/6232 ))
([6ff8075](6ff8075a85 )),
closes
[#​6231](https://redirect.github.com/stenciljs/core/issues/6231 )
- **mock-doc:** move slot event listener support from runtime to MockDoc
([#​6287](https://redirect.github.com/stenciljs/core/issues/6287 ))
([f2dd25d](f2dd25d7e0 ))
- resolve TypeScript interface conflicts between component methods and
HTMLElement
([#​6282](https://redirect.github.com/stenciljs/core/issues/6282 ))
([614d305](614d305b1d )),
closes
[#​4467](https://redirect.github.com/stenciljs/core/issues/4467 )
- **runtime:** add addEventListener support for slot elements in scope
components
([#​6281](https://redirect.github.com/stenciljs/core/issues/6281 ))
([32f66bd](32f66bd1cf )),
closes
[#​6269](https://redirect.github.com/stenciljs/core/issues/6269 )
- **runtime:** correct boolean attribute handling for form-associated
components
([#​6280](https://redirect.github.com/stenciljs/core/issues/6280 ))
([7fe6372](7fe6372c2a )),
closes
[#​5461](https://redirect.github.com/stenciljs/core/issues/5461 )
- **ssr:** mixed ssr methods styles
([#​6289](https://redirect.github.com/stenciljs/core/issues/6289 ))
([e253ceb](e253cebf54 )),
closes
[#​6288](https://redirect.github.com/stenciljs/core/issues/6288 )
- update `CHANGELOG.md` location
([#​6283](https://redirect.github.com/stenciljs/core/issues/6283 ))
([36fca61](36fca61886 ))
##### Features
- **compiler:** improve file watching architecture and add external d…
([#​6279](https://redirect.github.com/stenciljs/core/issues/6279 ))
([0844538](0844538a04 )),
closes
[#​3151](https://redirect.github.com/stenciljs/core/issues/3151 )
#### 🥃
[4.33.1](https://redirect.github.com/stenciljs/core/compare/v4.33.0...v4.33.1 )
(2025-06-03)
##### Bug Fixes
- **runtime:** conditionally apply global styles using
`supportsConstructableStylesheets` flag
([f4f815f](f4f815f462 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Bromann <git@bromann.dev >
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com >
2025-07-29 18:13:53 +00:00
ionitron
5a3ad9c54a
v8.6.5
2025-07-16 19:53:16 +00:00
renovate[bot]
68ad860673
chore(deps): update playwright ( #30548 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update |
|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.53.2` ->
`^1.54.1`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.53.2/1.54.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | minor |
| mcr.microsoft.com/playwright | `v1.53.2` -> `v1.54.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | minor |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.54.1`](https://redirect.github.com/microsoft/playwright/compare/v1.54.0...v1.54.1 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.54.0...v1.54.1 )
###
[`v1.54.0`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.54.0 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.53.2...v1.54.0 )
#### Highlights
- New cookie property `partitionKey` in
[browserContext.cookies()](https://playwright.dev/docs/api/class-browsercontext#browser-context-cookies )
and
[browserContext.addCookies()](https://playwright.dev/docs/api/class-browsercontext#browser-context-add-cookies ).
This property allows to save and restore partitioned cookies. See [CHIPS
MDN
article](https://developer.mozilla.org/en-US/docs/Web/Privacy/Guides/Privacy_sandbox/Partitioned_cookies )
for more information. Note that browsers have different support and
defaults for cookie partitioning.
- New option `noSnippets` to disable code snippets in the html report.
```js
import { defineConfig } from '@​playwright/test';
export default defineConfig({
reporter: [['html', { noSnippets: true }]]
});
```
- New property `location` in test annotations, for example in
[testResult.annotations](https://playwright.dev/docs/api/class-testresult#test-result-annotations )
and
[testInfo.annotations](https://playwright.dev/docs/api/class-testinfo#test-info-annotations ).
It shows where the annotation like `test.skip` or `test.fixme` was
added.
#### Command Line
- New option `--user-data-dir` in multiple commands. You can specify the
same user data dir to reuse browsing state, like authentication, between
sessions.
```bash
npx playwright codegen --user-data-dir=./user-data
```
- Option `-gv` has been removed from the `npx playwright test` command.
Use `--grep-invert` instead.
- `npx playwright open` does not open the test recorder anymore. Use
`npx playwright codegen` instead.
#### Miscellaneous
- Support for Node.js 16 has been removed.
- Support for Node.js 18 has been deprecated, and will be removed in the
future.
#### Browser Versions
- Chromium 139.0.7258.5
- Mozilla Firefox 140.0.2
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 140
- Microsoft Edge 140
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-15 20:24:34 +00:00
ionitron
d2aa07f354
v8.6.4
2025-07-09 20:15:44 +00:00
ionitron
a3c51e5e34
v8.6.3
2025-07-02 21:37:16 +00:00
renovate[bot]
4b8863b6d6
chore(deps): update playwright ( #30513 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [@playwright/test](https://playwright.dev )
([source](https://redirect.github.com/microsoft/playwright )) |
[`^1.52.0` ->
`^1.53.2`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.52.0/1.53.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| devDependencies | minor |
| mcr.microsoft.com/playwright | `v1.52.0` -> `v1.53.1` |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
| final | minor |
---
### Release Notes
<details>
<summary>microsoft/playwright (@​playwright/test)</summary>
###
[`v1.53.2`](https://redirect.github.com/microsoft/playwright/compare/v1.53.1...8c38de4d13d1e8e28cc97d4ad81cc398a6b2fb32 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.53.1...8c38de4d13d1e8e28cc97d4ad81cc398a6b2fb32 )
###
[`v1.53.1`](https://redirect.github.com/microsoft/playwright/compare/v1.53.0...3c60cb476613ee50c040b488d96f390be3985a89 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.53.0...v1.53.1 )
###
[`v1.53.0`](https://redirect.github.com/microsoft/playwright/releases/tag/v1.53.0 )
[Compare
Source](https://redirect.github.com/microsoft/playwright/compare/v1.52.0...v1.53.0 )
#### Trace Viewer and HTML Reporter Updates
- New Steps in Trace Viewer and HTML reporter: <img
src="https://github.com/user-attachments/assets/1963ff7d-4070-41be-a79b-4333176921a2 "
alt="New Trace Viewer Steps" height="500">
- New option in `'html'` reporter to set the title of a specific test
run:
```js
import { defineConfig } from '@​playwright/test';
export default defineConfig({
reporter: [['html', { title: 'Custom test run #​1028' }]]
});
```
#### Miscellaneous
- New option
[`kind`](https://playwright.dev/docs/api/class-testinfo#test-info-snapshot-path-option-kind )
in
[testInfo.snapshotPath()](https://playwright.dev/docs/api/class-testinfo#test-info-snapshot-path )
controls which snapshot path template is used.
- New method
[locator.describe()](https://playwright.dev/docs/api/class-locator#locator-describe )
to describe a locator. Used for trace viewer and reports.
```js
const button = page.getByTestId('btn-sub').describe('Subscribe button');
await button.click();
```
- `npx playwright install --list` will now list all installed browsers,
versions and locations.
#### Browser Versions
- Chromium 138.0.7204.4
- Mozilla Firefox 139.0
- WebKit 18.5
This version was also tested against the following stable channels:
- Google Chrome 137
- Microsoft Edge 137
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions ) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ionitron <hi@ionicframework.com >
2025-06-30 19:43:02 +00:00
renovate[bot]
72a5cdff0d
chore(deps): update dependency @stencil/vue-output-target to v0.10.8 ( #30501 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@stencil/vue-output-target](https://stenciljs.com/ )
([source](https://redirect.github.com/stenciljs/output-targets )) |
[`0.10.7` ->
`0.10.8`](https://renovatebot.com/diffs/npm/@stencil%2fvue-output-target/0.10.7/0.10.8 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>stenciljs/output-targets
(@​stencil/vue-output-target)</summary>
###
[`v0.10.8`](https://redirect.github.com/stenciljs/output-targets/releases/tag/%40stencil/vue-output-target%400.10.8 )
[Compare
Source](https://redirect.github.com/stenciljs/output-targets/compare/@stencil/vue-output-target@0.10.7...@stencil/vue-output-target@0.10.8 )
This release contains the following changes:
- Fix: revert model update event renaming
([#​649](https://redirect.github.com/stenciljs/output-targets/issues/649 ))
([`5c67692`](https://redirect.github.com/stenciljs/output-targets/commit/5c67692 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 16:22:56 +00:00
ionitron
0ea65fea6f
v8.6.2
2025-06-18 17:03:32 +00:00
ionitron
446b64ef36
v8.6.1
2025-06-11 15:37:04 +00:00
renovate[bot]
8bec166200
chore(deps): update dependency @axe-core/playwright to ^4.10.2 ( #30460 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@axe-core/playwright](https://redirect.github.com/dequelabs/axe-core-npm )
| [`^4.10.1` ->
`^4.10.2`](https://renovatebot.com/diffs/npm/@axe-core%2fplaywright/4.10.1/4.10.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dequelabs/axe-core-npm (@​axe-core/playwright)</summary>
###
[`v4.10.2`](https://redirect.github.com/dequelabs/axe-core-npm/blob/HEAD/CHANGELOG.md#4102-2025-05-12 )
[Compare
Source](https://redirect.github.com/dequelabs/axe-core-npm/compare/v4.10.1...v4.10.2 )
##### Bug Fixes
- Optimize AxeBuilder memory usage.
([#​1154](https://redirect.github.com/dequelabs/axe-core-npm/issues/1154 ))
([e53cd36](e53cd36d07 )),
closes
[/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts#L59](https://redirect.github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/axePuppeteer.ts/issues/L59 )
[/github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts#L34](https://redirect.github.com//github.com/bensenescu/axe-core-npm/blob/develop/packages/puppeteer/src/utils.ts/issues/L34 )
- Update axe-core to v4.10.3
([#​1155](https://redirect.github.com/dequelabs/axe-core-npm/issues/1155 ))
([f8e3a14](f8e3a14043 ))
- **wdio:** resolve blank navigation issue in WDIO v9
([#​1169](https://redirect.github.com/dequelabs/axe-core-npm/issues/1169 ))
([6505560](6505560d64 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekday before 11am" (UTC),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ).
View the [repository job
log](https://developer.mend.io/github/ionic-team/ionic-framework ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-09 15:19:08 +00:00
ionitron
3e76b8339e
v8.6.0
2025-06-04 14:57:34 +00:00