Skip to content

Commit

Permalink
chore(deps): update dependency @stencil/core to v4.23.2 (#155)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @stencil/core to v4.23.2

* chore(tests): fix internal typings for `ComponentCompilerMeta`

add `hasModernPropertyDecls`, set to `false`. we only use this for
testing, and this is not exposed to the user. this property was added
in ionic-team/stencil#6076.

note: this is "our" (my) fault this broke, as I'm using an internal type
not meant to be exposed to users.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ryan Waskiewicz <[email protected]>
  • Loading branch information
renovate[bot] and rwaskiewicz authored Jan 15, 2025
1 parent e6d5269 commit 8a345e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/contributions/html-contributions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ export const stubComponentCompilerMeta = (overrides: Partial<ComponentCompilerMe
hasListenerTargetDocument: false,
hasListenerTargetParent: false,
hasListenerTargetWindow: false,
hasModernPropertyDecls: false,
hasMember: false,
hasMethod: false,
hasMode: false,
Expand Down

0 comments on commit 8a345e5

Please sign in to comment.