Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2025

Bumps @stencil/core from 4.20.0 to 4.33.1.

Release notes

Sourced from @​stencil/core's releases.

🥃 4.33.1 (2025-06-03)

Bug Fixes

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

🐿 4.33.0 (2025-06-02)

Bug Fixes

  • compiler: enable rollup interop helpers for cjs when import injection is enabled (#6272) (58d4ad0), closes #6270
  • mock-doc: onClick returns PointerEvent instead of MouseEvent (#6267) (dc4bd52), closes #6217

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.

Thanks to @​igorwessel and @​MatteoFeltrin for their contributions! 🎉

🤖 4.32.0 (2025-05-28)

Features

  • compiler: Automatically add @​default JSDoc to @Prop() declarations (#6264) (9657927)
  • compiler: support maxParallelFileOps in RollupInputOptions (#6255) (71cf735)
  • hydrate: add serializeShadowroot to hydrateDocument (#6259) (47f8845)
  • hydrate: export style content from hydrated scoped components (#6260) (1bdcdb9)

Bug Fixes

  • screenshot: Changed hash algorithm in screenshot-compare to sha256 (#6258) (bbbfb45), closes #6241

Thanks to @​ujas-sidapara for their contributions! 🎉

🐁 4.31.0 (2025-05-06)

Features

  • docs: add overwriteExisting option for flexible README overwrite behaviour (#6249) (fa9a2cc), closes #6248

Bug Fixes

  • build: fix build after dependency updates (#6251) (d0c5ce5)

🌺 4.30.0 (2025-04-24)

Features

  • runtime: export a render method from the runtime (#6245) (e6c0593)

🐻 4.29.3 (2025-04-14)

Bug Fixes

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

🥃 4.33.1 (2025-06-03)

Bug Fixes

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

🐿 4.33.0 (2025-06-03)

Bug Fixes

  • compiler: enable rollup interop helpers for cjs when import injection is enabled (#6272) (58d4ad0), closes #6270
  • mock-doc: onClick returns PointerEvent instead of MouseEvent (#6267) (dc4bd52), closes #6217

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.

🤖 4.32.0 (2025-05-28)

Features

Bug Fixes

  • screenshot: Changed hash algorithm in screenshot-compare to sha256 (#6258) (bbbfb45), closes #6241

🐁 4.31.0 (2025-05-06)

Features

  • docs: add overwriteExisting option for flexible README overwrite behaviour (#6249) (fa9a2cc), closes #6248

Bug Fixes

  • build: fix build after dependency updates (#6251) (d0c5ce5)

... (truncated)

Commits
  • af2acd4 Release v4.33.1 (#6275)
  • f4f815f fix(runtime): conditionally apply global styles using flag
  • fa2fd65 Release v4.33.0 (#6273)
  • 58d4ad0 fix(compiler): enable rollup interop helpers for cjs when import injection is...
  • 33363d4 feat(global-styles): add global styles support to shadow DOM components (#6268)
  • dc4bd52 onClick returns PointerEvent instead of MouseEvent (#6267)
  • 6743c57 Revert "fix(scripts): populate failing NPM publish command"
  • e5a9bd1 fix(scripts): populate failing NPM publish command
  • 4c8c84d Release v4.32.0 (#6266)
  • 71cf735 feat(compiler): support maxParallelFileOps in RollupInputOptions (#6255)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by stencil-bot, a new releaser for @​stencil/core since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor labels Jun 4, 2025
Copy link
Contributor

github-actions bot commented Jun 4, 2025

Bumps [@stencil/core](https://github.com/stenciljs/core) from 4.20.0 to 4.33.1.
- [Release notes](https://github.com/stenciljs/core/releases)
- [Changelog](https://github.com/stenciljs/core/blob/main/CHANGELOG.md)
- [Commits](stenciljs/core@v4.20.0...v4.33.1)

---
updated-dependencies:
- dependency-name: "@stencil/core"
  dependency-version: 4.33.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-stencil-core-4.33.1 branch from f5c5ba2 to e900baa Compare June 11, 2025 21:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2025

Superseded by #3050.

@dependabot dependabot bot closed this Jun 12, 2025
@dependabot dependabot bot deleted the dependabot-npm_and_yarn-stencil-core-4.33.1 branch June 12, 2025 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code minor repo stencil
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants