Skip to content

fix(deps): update dependency @stencil/core to v4.30.0 #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.30.0 age adoption passing confidence

Release Notes

stenciljs/core (@​stencil/core)

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
Features

🚐 4.20.0 (2024-08-02)

Bug Fixes
Note

As we’ve made further enhancements to support declarative Shadow DOM, the Stencil team has determined that it’s not feasible to allow users to render a shadow component as a scoped component after compilation, such as by calling renderToString with serializeShadowRoot: false. This is because Stencil compiles styles for either shadow or scoped mode during the compilation process, embedding these styles into the hydrate module. Once this compilation is complete, the styles cannot be transformed to support the other mode. Recognizing that this change would impact the current functionality, the Stencil team has decided to proceed with this update. Moving forward, we recommend serializing all components marked with shadow: true as declarative Shadow DOM.

🏉 4.19.2 (2024-07-02)

Bug Fixes

🍈 4.19.1 (2024-06-27)

Bug Fixes
  • compiler: account for package imports in aliasing (#​5862) (02b41d3), fixes #​5859
  • compiler: try to create web worker with the workerPath before falling back to blob (#​3513) (c84dd32), fixes #​3512
  • hydrate: change type resolve order (#​5863) (42b1ff2)
  • internal: add cli sub package to export map (ad95222)
  • internal: add mock-doc export in client runtime package.json (ad95222)

v4.20.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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 force-pushed the renovate/stencil-core-4.x-lockfile branch from a69b5fe to feab446 Compare February 22, 2025 06:28
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.26.0 fix(deps): update dependency @stencil/core to v4.27.0 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from feab446 to 5a09336 Compare February 26, 2025 01:36
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.27.0 fix(deps): update dependency @stencil/core to v4.27.1 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from ee74d5f to e7aa47a Compare March 3, 2025 20:37
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.27.1 fix(deps): update dependency @stencil/core to v4.27.2 Mar 3, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from e7aa47a to 4913a4d Compare March 12, 2025 02:25
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.27.2 fix(deps): update dependency @stencil/core to v4.28.0 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch from 4913a4d to 6d87a39 Compare March 13, 2025 02:38
@renovate renovate bot changed the title fix(deps): update dependency @stencil/core to v4.28.0 fix(deps): update dependency @stencil/core to v4.28.1 Mar 13, 2025
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 2 times, most recently from 259328a to f76ea5d Compare March 13, 2025 22:34
@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 from 61ec670 to 1913ba4 Compare April 24, 2025 06:36
@renovate renovate bot force-pushed the renovate/stencil-core-4.x-lockfile branch 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
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