Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(reserved-member-names): added missing reserved HTML properties #67

Merged
merged 4 commits into from
Nov 22, 2023

Conversation

Ruben-E
Copy link
Contributor

@Ruben-E Ruben-E commented Dec 14, 2021

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Unit tests (npm test) were run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

The list of reserved member names didn't match with the HTML properties defined in Stencil. Please see the issue for more information.

GitHub Issue Number: #66

What is the new behavior?

  • The missing HTML properties have been added to reserved member names rule.

Does this introduce a breaking change?

  • Yes
  • No

Testing

  • No additional tests needed. Functionally the rule is already covered by two tests (a good and a wrong example). As only the list of properties has been expanded, it doesn't change the behavior of the rule.

Other information

@Ruben-E Ruben-E requested a review from a team December 14, 2021 07:33
@raphaelpor raphaelpor merged commit 1e230e7 into stencil-community:main Nov 22, 2023
6 checks passed
gfellerph referenced this pull request in swisspost/design-system Nov 27, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@changesets/parse](https://togithub.com/changesets/changesets/tree/main#readme)
([source](https://togithub.com/changesets/changesets)) | [`0.1.0` ->
`0.3.16`](https://renovatebot.com/diffs/npm/@changesets%2fparse/0.1.0/0.3.16)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@changesets%2fparse/0.3.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@changesets%2fparse/0.3.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@changesets%2fparse/0.1.0/0.3.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@changesets%2fparse/0.1.0/0.3.16?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@stencil-community/eslint-plugin](https://togithub.com/stencil-community/stencil-eslint)
| [`0.6.0` ->
`0.7.1`](https://renovatebot.com/diffs/npm/@stencil-community%2feslint-plugin/0.6.0/0.7.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil-community%2feslint-plugin/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil-community%2feslint-plugin/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil-community%2feslint-plugin/0.6.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil-community%2feslint-plugin/0.6.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/iframe-resizer](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/iframe-resizer)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`3.5.12` ->
`3.5.13`](https://renovatebot.com/diffs/npm/@types%2fiframe-resizer/3.5.12/3.5.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fiframe-resizer/3.5.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fiframe-resizer/3.5.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fiframe-resizer/3.5.12/3.5.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fiframe-resizer/3.5.12/3.5.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/jasmine](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`5.1.2` ->
`5.1.4`](https://renovatebot.com/diffs/npm/@types%2fjasmine/5.1.2/5.1.4)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjasmine/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjasmine/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjasmine/5.1.2/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjasmine/5.1.2/5.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`29.5.8` ->
`29.5.10`](https://renovatebot.com/diffs/npm/@types%2fjest/29.5.8/29.5.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjest/29.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjest/29.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjest/29.5.8/29.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjest/29.5.8/29.5.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/jquery](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`3.5.27` ->
`3.5.29`](https://renovatebot.com/diffs/npm/@types%2fjquery/3.5.27/3.5.29)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fjquery/3.5.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fjquery/3.5.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fjquery/3.5.27/3.5.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fjquery/3.5.27/3.5.29?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.18.10` ->
`18.18.13`](https://renovatebot.com/diffs/npm/@types%2fnode/18.18.10/18.18.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.18.10/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.18.10/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.17.19` ->
`18.18.13`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.19/18.18.13)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.17.19/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.17.19/18.18.13?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.2.37` ->
`18.2.38`](https://renovatebot.com/diffs/npm/@types%2freact/18.2.37/18.2.38)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact/18.2.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact/18.2.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact/18.2.37/18.2.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact/18.2.37/18.2.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.2.15` ->
`18.2.17`](https://renovatebot.com/diffs/npm/@types%2freact-dom/18.2.15/18.2.17)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2freact-dom/18.2.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2freact-dom/18.2.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2freact-dom/18.2.15/18.2.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2freact-dom/18.2.15/18.2.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [cypress](https://cypress.io)
([source](https://togithub.com/cypress-io/cypress)) | [`13.5.1` ->
`13.6.0`](https://renovatebot.com/diffs/npm/cypress/13.5.1/13.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/cypress/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/cypress/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/cypress/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/cypress/13.5.1/13.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[rollup-plugin-visualizer](https://togithub.com/btd/rollup-plugin-visualizer)
| [`5.9.2` ->
`5.9.3`](https://renovatebot.com/diffs/npm/rollup-plugin-visualizer/5.9.2/5.9.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/rollup-plugin-visualizer/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rollup-plugin-visualizer/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rollup-plugin-visualizer/5.9.2/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rollup-plugin-visualizer/5.9.2/5.9.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [stylelint-prettier](https://togithub.com/prettier/stylelint-prettier)
| [`4.0.2` ->
`4.1.0`](https://renovatebot.com/diffs/npm/stylelint-prettier/4.0.2/4.1.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint-prettier/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/stylelint-prettier/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/stylelint-prettier/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint-prettier/4.0.2/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>changesets/changesets (@&#8203;changesets/parse)</summary>

###
[`v0.3.16`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.16)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`521205d`](https://togithub.com/changesets/changesets/commit/521205dc8c70fe71b181bd3c4bb7c9c6d2e721d2)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;5](https://togithub.com/5).2.1

###
[`v0.3.15`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.15)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`8c08469`](https://togithub.com/changesets/changesets/commit/8c0846977597ddaf51aaeb35f1f0f9428bf8ba14)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;5](https://togithub.com/5).2.0

###
[`v0.3.14`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.14)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`dd9b76f`](https://togithub.com/changesets/changesets/commit/dd9b76f162a546ae8b412e0cb10277f971f3585e)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;5](https://togithub.com/5).1.0

###
[`v0.3.13`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.13)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`c87eba6`](https://togithub.com/changesets/changesets/commit/c87eba6f80a34563b7382f87472c29f6dafb546c)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;5](https://togithub.com/5).0.0

###
[`v0.3.12`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.12)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`27a5a82`](https://togithub.com/changesets/changesets/commit/27a5a82188914570d192162f9d045dfd082a3c15)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;4](https://togithub.com/4).1.0

###
[`v0.3.11`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.11)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- [#&#8203;740](https://togithub.com/changesets/changesets/pull/740)
[`957e39c`](https://togithub.com/changesets/changesets/commit/957e39c21549dd91e03faa5cd30e44e4c3d7331f)
Thanks [@&#8203;akphi](https://togithub.com/akphi)! - Fixed an issue
with failing to parse changesets containing a completely empty summary.

###
[`v0.3.10`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.10)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`9a993ba`](https://togithub.com/atlassian/changesets/commit/9a993ba09629c1620d749432520470cec49d3a96)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;4](https://togithub.com/4).0.2

###
[`v0.3.9`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.9)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`e89e28a`](https://togithub.com/atlassian/changesets/commit/e89e28a05f5fa43307db73812a6bcd269b62ddee)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;4](https://togithub.com/4).0.1

###
[`v0.3.8`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.8)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`de2b4a5`](https://togithub.com/atlassian/changesets/commit/de2b4a5a7b244a37d94625bcb70ecde9dde5b612)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;4](https://togithub.com/4).0.0

###
[`v0.3.7`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.7)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

-
[`5b6005e`](https://togithub.com/atlassian/changesets/commit/5b6005e0349a105b3d138fccdb22d13de8949862)
[#&#8203;462](https://togithub.com/atlassian/changesets/pull/462) Thanks
[@&#8203;Andarist](https://togithub.com/Andarist)! - Fixed an issue with
failing to parse changesets containing Windows newlines.

###
[`v0.3.6`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.6)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`2b49d66`](https://togithub.com/atlassian/changesets/commit/2b49d668ecaa1333bc5c7c5be4648dda1b11528d)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;3](https://togithub.com/3).0.0

###
[`v0.3.5`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.5)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

-
[`1706fb7`](https://togithub.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716)
[#&#8203;321](https://togithub.com/atlassian/changesets/pull/321) Thanks
[@&#8203;mitchellhamilton](https://togithub.com/mitchellhamilton)! - Fix
TypeScript declarations

- Updated dependencies
\[[`1706fb7`](https://togithub.com/atlassian/changesets/commit/1706fb751ecc2f5a792c42f467b2063078d58716)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;2](https://togithub.com/2).0.1

###
[`v0.3.4`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.4)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

- Updated dependencies
\[[`011d57f`](https://togithub.com/atlassian/changesets/commit/011d57f1edf9e37f75a8bef4f918e72166af096e)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;2](https://togithub.com/2).0.0

###
[`v0.3.3`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.3)

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

##### Patch Changes

-
[`04ddfd7`](https://togithub.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c)
[#&#8203;305](https://togithub.com/atlassian/changesets/pull/305) Thanks
[@&#8203;Noviny](https://togithub.com/Noviny)! - Add link to changelog
in readme

- Updated dependencies
\[[`04ddfd7`](https://togithub.com/atlassian/changesets/commit/04ddfd7c3acbfb84ef9c92873fe7f9dea1f5145c),
[`e56928b`](https://togithub.com/atlassian/changesets/commit/e56928bbd6f9096def06ac37487bdbf28efec9d1)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;1](https://togithub.com/1).0.1

###
[`v0.3.2`](https://togithub.com/changesets/changesets/releases/tag/%40changesets/parse%400.3.2)

##### Patch Changes

-
[`41e2e3d`](https://togithub.com/atlassian/changesets/commit/41e2e3dd1053ff2f35a1a07e60793c9099f26997)
[#&#8203;292](https://togithub.com/atlassian/changesets/pull/292) Thanks
[@&#8203;acheronfail](https://togithub.com/acheronfail)! - Fix
`repository` field in package.json

- Updated dependencies
\[[`41e2e3d`](https://togithub.com/atlassian/changesets/commit/41e2e3dd1053ff2f35a1a07e60793c9099f26997),
[`cc8c921`](https://togithub.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20),
[`cc8c921`](https://togithub.com/atlassian/changesets/commit/cc8c92143d4c4b7cca8b9917dfc830a40b5cda20),
[`2363366`](https://togithub.com/atlassian/changesets/commit/2363366756d1b15bddf6d803911baccfca03cbdf)]:
-
[@&#8203;changesets/types](https://togithub.com/changesets/types)[@&#8203;1](https://togithub.com/1).0.0

###
[`v0.3.0`](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

###
[`v0.2.1`](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

###
[`v0.2.0`](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

###
[`v0.1.2`](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

[Compare
Source](https://togithub.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected])

</details>

<details>
<summary>stencil-community/stencil-eslint
(@&#8203;stencil-community/eslint-plugin)</summary>

###
[`v0.7.1`](https://togithub.com/stencil-community/stencil-eslint/releases/tag/v0.7.1)

[Compare
Source](https://togithub.com/stencil-community/stencil-eslint/compare/v0.7.0...v0.7.1)

##### What's Changed

- chore(deps): bump got and np by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/stencil-community/stencil-eslint/pull/96](https://togithub.com/stencil-community/stencil-eslint/pull/96)
- fix `ban-prefix` rule displays error on any name starting with "st",
such as "standard-something" by
[@&#8203;hogart](https://togithub.com/hogart) in
[https://github.com/stencil-community/stencil-eslint/pull/72](https://togithub.com/stencil-community/stencil-eslint/pull/72)
- fix(reserved-member-names): added missing reserved HTML properties by
[@&#8203;Ruben-E](https://togithub.com/Ruben-E) in
[https://github.com/stencil-community/stencil-eslint/pull/67](https://togithub.com/stencil-community/stencil-eslint/pull/67)

##### New Contributors

- [@&#8203;hogart](https://togithub.com/hogart) made their first
contribution in
[https://github.com/stencil-community/stencil-eslint/pull/72](https://togithub.com/stencil-community/stencil-eslint/pull/72)
- [@&#8203;Ruben-E](https://togithub.com/Ruben-E) made their first
contribution in
[https://github.com/stencil-community/stencil-eslint/pull/67](https://togithub.com/stencil-community/stencil-eslint/pull/67)

**Full Changelog**:
stencil-community/stencil-eslint@v0.7.0...v0.7.1

###
[`v0.7.0`](https://togithub.com/stencil-community/stencil-eslint/releases/tag/v0.7.0)

[Compare
Source](https://togithub.com/stencil-community/stencil-eslint/compare/v0.6.0...v0.7.0)

#### What's Changed

- chore: adding missing AttachInternals to list of Stencil decorators by
[@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) in
[https://github.com/stencil-community/stencil-eslint/pull/99](https://togithub.com/stencil-community/stencil-eslint/pull/99)

#### New Contributors

- [@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) made their
first contribution in
[https://github.com/stencil-community/stencil-eslint/pull/99](https://togithub.com/stencil-community/stencil-eslint/pull/99)

**Full Changelog**:
stencil-community/stencil-eslint@v0.6.0...v0.7.0

</details>

<details>
<summary>cypress-io/cypress (cypress)</summary>

###
[`v13.6.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.6.0)

[Compare
Source](https://togithub.com/cypress-io/cypress/compare/v13.5.1...v13.6.0)

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-0

</details>

<details>
<summary>btd/rollup-plugin-visualizer
(rollup-plugin-visualizer)</summary>

###
[`v5.9.3`](https://togithub.com/btd/rollup-plugin-visualizer/blob/HEAD/CHANGELOG.md#593)

[Compare
Source](https://togithub.com/btd/rollup-plugin-visualizer/compare/v5.9.2...v5.9.3)

-   Update dependencies
-   Add Rollup 4.x to the list of supported

</details>

<details>
<summary>prettier/stylelint-prettier (stylelint-prettier)</summary>

###
[`v4.1.0`](https://togithub.com/prettier/stylelint-prettier/blob/HEAD/CHANGELOG.md#410-2023-11-24)

[Compare
Source](https://togithub.com/prettier/stylelint-prettier/compare/v4.0.2...v4.1.0)

- Added end indexes for violations - the squiggly line in vscode will
now cover more than one character.
([#&#8203;341](https://togithub.com/prettier/stylelint-prettier/issues/341))
- Do not trigger prettier for .astro files.
([#&#8203;340](https://togithub.com/prettier/stylelint-prettier/issues/340))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/swisspost/design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Philipp Gfeller <[email protected]>
benelan referenced this pull request in Esri/calcite-design-system Dec 4, 2023
….7.1 (#8145)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@stencil-community/eslint-plugin](https://togithub.com/stencil-community/stencil-eslint)
| [`0.6.0` ->
`0.7.1`](https://renovatebot.com/diffs/npm/@stencil-community%2feslint-plugin/0.6.0/0.7.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@stencil-community%2feslint-plugin/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@stencil-community%2feslint-plugin/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@stencil-community%2feslint-plugin/0.6.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@stencil-community%2feslint-plugin/0.6.0/0.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>stencil-community/stencil-eslint
(@&#8203;stencil-community/eslint-plugin)</summary>

###
[`v0.7.1`](https://togithub.com/stencil-community/stencil-eslint/releases/tag/v0.7.1)

[Compare
Source](https://togithub.com/stencil-community/stencil-eslint/compare/v0.7.0...v0.7.1)

#### What's Changed

- chore(deps): bump got and np by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/stencil-community/stencil-eslint/pull/96](https://togithub.com/stencil-community/stencil-eslint/pull/96)
- fix `ban-prefix` rule displays error on any name starting with "st",
such as "standard-something" by
[@&#8203;hogart](https://togithub.com/hogart) in
[https://github.com/stencil-community/stencil-eslint/pull/72](https://togithub.com/stencil-community/stencil-eslint/pull/72)
- fix(reserved-member-names): added missing reserved HTML properties by
[@&#8203;Ruben-E](https://togithub.com/Ruben-E) in
[https://github.com/stencil-community/stencil-eslint/pull/67](https://togithub.com/stencil-community/stencil-eslint/pull/67)

#### New Contributors

- [@&#8203;hogart](https://togithub.com/hogart) made their first
contribution in
[https://github.com/stencil-community/stencil-eslint/pull/72](https://togithub.com/stencil-community/stencil-eslint/pull/72)
- [@&#8203;Ruben-E](https://togithub.com/Ruben-E) made their first
contribution in
[https://github.com/stencil-community/stencil-eslint/pull/67](https://togithub.com/stencil-community/stencil-eslint/pull/67)

**Full Changelog**:
stencil-community/stencil-eslint@v0.7.0...v0.7.1

###
[`v0.7.0`](https://togithub.com/stencil-community/stencil-eslint/releases/tag/v0.7.0)

[Compare
Source](https://togithub.com/stencil-community/stencil-eslint/compare/v0.6.0...v0.7.0)

#### What's Changed

- chore: adding missing AttachInternals to list of Stencil decorators by
[@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) in
[https://github.com/stencil-community/stencil-eslint/pull/99](https://togithub.com/stencil-community/stencil-eslint/pull/99)

#### New Contributors

- [@&#8203;laddi-netapp](https://togithub.com/laddi-netapp) made their
first contribution in
[https://github.com/stencil-community/stencil-eslint/pull/99](https://togithub.com/stencil-community/stencil-eslint/pull/99)

**Full Changelog**:
stencil-community/stencil-eslint@v0.6.0...v0.7.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am every weekday" in timezone
America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Esri/calcite-design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ben Elan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants