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

Bump @stencil/core from 3.4.0 to 4.1.0 in /module.web #163

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps @stencil/core from 3.4.0 to 4.1.0.

Release notes

Sourced from @​stencil/core's releases.

🐟 4.1.0 (2023-08-21)

Bug Fixes

  • runtime: adds a testing check to the forceUpdate method (#4682) (7e9544d)
  • typings: add crossorigin html attr to img (#4686) (65d60fb), closes #4685

Features

  • compiler: include getAssetPath in generated export statement (#4683) (821da79)
  • config: add experimentalSlotFixes config value (#4652) (392af26)

🚣 4.0.5 (2023-08-14)

Bug Fixes

🍧 4.0.4 (2023-08-07)

Bug Fixes

  • runtime: forceUpdate calls only execute when in a browser env (#4591) (b203263)
  • typings: add additional transition events to DOMAttributes (#4645) (420052f), closes #4643

🎾 v4.0.3 (2023-07-31)

Bug Fixes

Thanks

🎉 Thanks @​cam-narzt and @​joewoodhouse for their contributions! 🎉

😈 4.0.2 (2023-07-24)

Bug Fixes

  • compiler: ensures transformed paths are relative paths for dist-collection (#4552) (e11ac0e)
  • compiler: handle @supports blocks when scoping css (#4572) (18ed5fc)
  • compiler: only create one class member when transforming @Element() decorators (#4547) (13fac03)
  • compiler: sourcemap errors for dist-custom-elements + dist-hydrate-script (#4527) (1d79672)
  • compiler: sourcemap generation without ext runtime (#4570) (d1be334)
  • lazy: adjust the type of defineCustomElements (#4592) (5c85c33)
  • mock-doc: adjust matchMedia mock return (#4509) (3cda014)
  • output-targets: fix path normalization logic (#4545) (cd5849c)
  • rollup-config: deprecate BundlingConfig#namedExports (#4532) (a353769), closes #2523
  • runtime: properly type color-interpolation-filter (#4530) (3ccf753)

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

🐟 4.1.0 (2023-08-21)

Bug Fixes

  • runtime: adds a testing check to the forceUpdate method (#4682) (7e9544d)
  • typings: add crossorigin html attr to img (#4686) (65d60fb), closes #4685

Features

  • compiler: include getAssetPath in generated export statement (#4683) (821da79)
  • config: add experimentalSlotFixes config value (#4652) (392af26)

🚣 4.0.5 (2023-08-14)

Bug Fixes

🍧 4.0.4 (2023-08-07)

Bug Fixes

  • runtime: forceUpdate calls only execute when in a browser env (#4591) (b203263)
  • typings: add additional transition events to DOMAttributes (#4645) (420052f), closes #4643

🎾 4.0.3 (2023-07-31)

Bug Fixes

  • compiler: custom elements relative typedef import paths (#4633) (feba98c)
  • docs-json: use dts-bundle-generator to bundle types for docs-json (#4619) (6ba3249)
  • runtime: add onSelect to textarea and input (#4616) (8ae64f2)
  • runtime: handle lazy-instance promises for connected & disconnected callbacks (#4072) (dffc5bb)
  • runtime: override attrs set on Host with values from host element (#4548) (b088b9e)
  • testing: remove use of emulate field in E2EPage() (#4632) (4d7b138)

😈 4.0.2 (2023-07-24)

... (truncated)

Commits
  • d44d97e 🐟 v4.1.0
  • b75bfaa chore(deps): update typescript-eslint to v6.4.0 (#4706)
  • 5b8cb70 chore(deps): update dependency postcss to v8.4.28 (#4704)
  • 412915b chore(deps): update dependency puppeteer to v21.1.0 (#4707)
  • 3427c80 chore(deps): update actions/setup-node action to v3.8.1 (#4703)
  • bb2b651 chore(deps): update dependency prettier to v3.0.2 (#4705)
  • 392af26 feat(config): add experimentalSlotFixes config value (#4652)
  • 0e94772 chore(repo): stub pull request action (#4675)
  • 2629fab chore(deps): update dependency puppeteer to v21.0.3 (#4689)
  • 2b7ea71 chore(deps): update dependency eslint to v8.47.0 (#4692)
  • Additional commits viewable in compare view

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)

Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 3.4.0 to 4.1.0.
- [Release notes](https://github.com/ionic-team/stencil/releases)
- [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md)
- [Commits](ionic-team/stencil@v3.4.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 1, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants