Skip to content

fix(deps): update dependency @stencil/core to v4.35.1 #27

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) 4.0.0 -> 4.35.1 age adoption passing confidence

Release Notes

stenciljs/core (@​stencil/core)

v4.35.1

Compare Source

Bug Fixes

v4.35.0

Compare Source

Bug Fixes
Features
  • global-styles: add new addGlobalStyleToComponents extras config option to "opt-out" of new globalStyle behaviour (#​6292) (cd9778a)

v4.34.0

Compare Source

Bug Fixes
Features

🥃 4.33.1 (2025-06-03)

Bug Fixes
  • runtime: conditionally apply global styles using supportsConstructableStylesheets flag (f4f815f)

v4.33.1

Compare Source

Bug Fixes
  • runtime: conditionally apply global styles using supportsConstructableStylesheets flag (f4f815f)

v4.33.0

Compare Source

Bug Fixes
Features
  • global-styles: add global styles support to shadow DOM components (#​6268) (33363d4)

Note: if you are using global styles this update may an impact on your Stencil shadow components, e.g. with shadow: true flag. Please validate visual correctness.

v4.32.0

Compare Source

Features
Bug Fixes

v4.31.0

Compare Source

Features
Bug Fixes

v4.30.0

Compare Source

Features

🐻 4.29.3 (2025-04-14)

Bug Fixes

🔋 4.29.2 (2025-04-07)

Bug Fixes

🌼 4.29.1 (2025-04-05)

Bug Fixes

v4.29.3

Compare Source

Bug Fixes

v4.29.2

Compare Source

Bug Fixes

v4.29.1

Compare Source

Bug Fixes

v4.29.0

Compare Source

Features

🎤 4.28.2 (2025-03-13)

Bug Fixes

🐵 4.28.1 (2025-03-13)

Bug Fixes

v4.28.2

Compare Source

Bug Fixes

v4.28.1

Compare Source

Bug Fixes

v4.28.0

Compare Source

Bug Fixes
Internal

🌱 4.27.2 (2025-03-03)

Bug Fixes

🍸 4.27.1 (2025-02-25)

Bug Fixes
  • docs: update changelog with missing contribution (8d596b0)
  • runtime: mock querySelectorAll (#​6175) (7a3e150)

v4.27.2

Compare Source

Bug Fixes

v4.27.1

Compare Source

Bug Fixes
  • docs: update changelog with missing contribution (8d596b0)
  • runtime: mock querySelectorAll (#​6175) (7a3e150)

v4.27.0

Compare Source

Bug Fixes
Features
  • runtime: add slotchange event and assignedNodes / assignedElements methods for scoped: true slots (#​6151) (2a1038e)
Refactor
  • runtime: make WeakMap obsolete (#​6156)

v4.26.0

Compare Source

Features
  • ssr: shadow dom components can render as declarative-shadow-dom or as 'scoped' (#​6147) (26e4aa3)

🚁 4.25.3 (2025-02-04)

Bug Fixes
  • runtime: don't include loadModule logic in hydrate runtime (#​6145) (948b63a)
Reverts

🐉 4.25.2 (2025-02-04)

Bug Fixes

🌳 4.25.1 (2025-01-25)

Bug Fixes
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

v4.25.3

Compare Source

Bug Fixes
  • runtime: don't include loadModule logic in hydrate runtime (#​6145) (948b63a)
Reverts

v4.25.2

Compare Source

Bug Fixes

v4.25.1

Compare Source

Bug Fixes
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

v4.25.0

Compare Source

Bug Fixes
Features
  • mock-doc: assignednodes and assignedElements (#​6108) (777aafd)
  • runtime: Add element to component error handler. Enables error boundaries (#​2979) (5605d48)
Reverts

v4.24.0

Compare Source

Bug Fixes
Features
Thanks

🎉# Thanks for @​johnjenkins for their contributions! 🎉

🌮 4.23.2 (2025-01-10)

Bug Fixes

🌯 4.23.1 (2025-01-06)

Bug Fixes

v4.23.2

Compare Source

Bug Fixes

v4.23.1

Compare Source

Bug Fixes

v4.23.0

Compare Source

Bug Fixes
Features

🐤 4.22.3 (2024-11-21)

Bug Fixes

🎺 4.22.2 (2024-10-25)

Bug Fixes

🌪 4.22.1 (2024-10-09)

Bug Fixes

v4.22.3

Compare Source

Bug Fixes

v4.22.2

Compare Source

Bug Fixes

v4.22.1

Compare Source

Bug Fixes

v4.22.0

Compare Source

Bug Fixes
Features

v4.21.0

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

coderabbitai bot commented Oct 29, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.2 fix(deps): update dependency @stencil/core to v4.22.3 Nov 21, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.22.3 fix(deps): update dependency @stencil/core to v4.23.0 Dec 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.0 fix(deps): update dependency @stencil/core to v4.23.1 Jan 8, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.1 fix(deps): update dependency @stencil/core to v4.23.2 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from a541190 to e28e1fc Compare January 17, 2025 05:11
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.23.2 fix(deps): update dependency @stencil/core to v4.24.0 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from e28e1fc to 9373075 Compare January 23, 2025 04:50
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.24.0 fix(deps): update dependency @stencil/core to v4.25.0 Jan 23, 2025
@pull-request-size pull-request-size bot added size/S and removed size/M labels Jan 23, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 9373075 to e5a5ee8 Compare January 26, 2025 09:45
@pull-request-size pull-request-size bot added size/M and removed size/S labels Jan 26, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.0 fix(deps): update dependency @stencil/core to v4.25.1 Jan 26, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from e5a5ee8 to 9b85605 Compare January 30, 2025 15:04
@pull-request-size pull-request-size bot added size/S and removed size/M labels Jan 30, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 9b85605 to 8766a0f Compare February 4, 2025 21:46
@pull-request-size pull-request-size bot removed the size/S label Feb 4, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.1 fix(deps): update dependency @stencil/core to v4.25.2 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 8766a0f to 8391da3 Compare February 5, 2025 01:45
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.2 fix(deps): update dependency @stencil/core to v4.25.3 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 8391da3 to b158fa5 Compare February 9, 2025 14:52
@pull-request-size pull-request-size bot added size/S and removed size/M labels Feb 9, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from b158fa5 to a69b5fe Compare February 11, 2025 19:23
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.25.3 fix(deps): update dependency @stencil/core to v4.26.0 Feb 11, 2025
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.28.1 fix(deps): update dependency @stencil/core to v4.28.2 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from f76ea5d to 755cd12 Compare March 17, 2025 17:12
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 755cd12 to 7483b86 Compare April 3, 2025 18:48
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.28.2 fix(deps): update dependency @stencil/core to v4.29.0 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 7483b86 to 7ea28a6 Compare April 5, 2025 02:43
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.0 fix(deps): update dependency @stencil/core to v4.29.1 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 7ea28a6 to b594a01 Compare April 7, 2025 18:42
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.1 fix(deps): update dependency @stencil/core to v4.29.2 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from e5e8458 to 61ec670 Compare April 14, 2025 16:27
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.2 fix(deps): update dependency @stencil/core to v4.29.3 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from 1913ba4 to 5cc5f8b Compare April 24, 2025 20:14
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.29.3 fix(deps): update dependency @stencil/core to v4.30.0 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 5cc5f8b to f4cd517 Compare May 6, 2025 22:54
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.30.0 fix(deps): update dependency @stencil/core to v4.31.0 May 6, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from f4cd517 to f91e00c Compare May 28, 2025 22:53
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.31.0 fix(deps): update dependency @stencil/core to v4.32.0 May 28, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from f91e00c to 4d09d8f Compare June 3, 2025 05:10
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.32.0 fix(deps): update dependency @stencil/core to v4.33.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 4d09d8f to 9f09be5 Compare June 3, 2025 22:21
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.33.0 fix(deps): update dependency @stencil/core to v4.33.1 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 9f09be5 to 6a6d2a7 Compare June 4, 2025 09:55
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 6a6d2a7 to d6ef5c8 Compare June 12, 2025 01:29
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.33.1 fix(deps): update dependency @stencil/core to v4.34.0 Jun 12, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from d6ef5c8 to 52d45c4 Compare June 13, 2025 01:17
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.34.0 fix(deps): update dependency @stencil/core to v4.35.0 Jun 13, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 52d45c4 to a6a8ac9 Compare June 17, 2025 03:48
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.35.0 fix(deps): update dependency @stencil/core to v4.35.1 Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants