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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @stencil/core from 2.18.0 to 3.1.0 #169

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps @stencil/core from 2.18.0 to 3.1.0.

Release notes

Sourced from @鈥媠tencil/core's releases.

馃崟 3.1.0 (2023-02-28)

Bug Fixes

Features

  • compiler: transform module aliases in emitted js, typedefs (#4042) (7bccf68)
  • testing: add support for transforming path aliases in spec tests (#4090) (92fbd1c)

Thanks

馃帀 Thanks for @鈥媌roma0 for their contributions! 馃帀

馃崚 3.0.1 (2023-02-13)

Bug Fixes

  • compiler: ensure rollup outputs a single file for hydrateFactory (#4023) (91092ab)

Thanks

馃帀 Thanks for @鈥婫eorge-Payne for their contributions! 馃帀

馃崌 3.0.0 (2023-01-25)

Bug Fixes

  • compiler: fix 'destroy' callback naming (#3289) (602b322)
  • declarations: correct event handler names for composition events (#3777) (e09fdf8)
  • runtime: type autocapitalize property as a string (#3692) (650a355)
  • runtime: narrow onInput & onCapture event type (#3135) (38198f7)

Features

  • api remove sys parameter from parseFlags public API (#3489) (674bf51)
  • cli: update configuration flag defaults for V3 (#3502) (c78dd20)
  • compiler: remove inlineDynamicImports from custom elements targets (#3897) (238b267)
  • compiler: export custom types in compiled output (#3710) (509869c)
  • compiler remove deprecated assetsDir field (#3341) (6074a29)
  • e2e: add support for puppeteer v19 (#3810) (0c3bb50)
  • node: drop node 12 support (#3302) (cb1f5fc)
  • output_targets: remove legacy angular target (#3493) (9916612b)
  • output_targets: remove dist-custom-elements-bundle (#3579) (9916612)
  • output_targets: add CustomElementExportBehavior to dist-custom-elements (#3562) (8158b88)
  • output_targets: add defineCustomElements method & signature typedef to dist-custom-elements (#3619) (1cac95d)
  • output_targets: moves autoDefineCustomElements to an export behavior for dist-custom-elements (#3615) (b8ed386)
  • runtime: Support for older browsers, including Internet Explorer 11 and Safari 10, has been marked as deprecated via:

... (truncated)

Changelog

Sourced from @鈥媠tencil/core's changelog.

馃崟 3.1.0 (2023-02-28)

Bug Fixes

Features

  • compiler: transform module aliases in emitted js, typedefs (#4042) (7bccf68)
  • testing: add support for transforming path aliases in spec tests (#4090) (92fbd1c)

馃崚 3.0.1 (2023-02-13)

Bug Fixes

  • compiler: ensure rollup outputs a single file for hydrateFactory (#4023) (91092ab)

Thanks

馃帀 Thanks for @鈥婫eorge-Payne for their contributions! 馃帀

馃崌 3.0.0 (2023-01-25)

Bug Fixes

  • compiler: fix 'destroy' callback naming (#3289) (602b322)
  • declarations: correct event handler names for composition events (#3777) (e09fdf8)
  • runtime: type autocapitalize property as a string (#3692) (650a355)
  • runtime: narrow onInput & onCapture event type (#3135) (38198f7)

Features

  • api remove sys parameter from parseFlags public API (#3489) (674bf51)
  • cli: update configuration flag defaults for V3 (#3502) (c78dd20)
  • compiler: remove inlineDynamicImports from custom elements targets (#3897) (238b267)
  • compiler: export custom types in compiled output (#3710) (509869c)
  • compiler remove deprecated assetsDir field (#3341) (6074a29)
  • e2e: add support for puppeteer v19 (#3810) (0c3bb50)
  • node: drop node 12 support (#3302) (cb1f5fc)
  • output_targets: remove legacy angular target (#3493) (9916612b)
  • output_targets: remove dist-custom-elements-bundle (#3579) (9916612)

... (truncated)

Commits
  • b5a4be4 馃崟 v3.1.0
  • 13f9ff0 test(browser): pull version info out of different field
  • d493987 fix(browser): polyfill assert, process
  • 92fbd1c feat(testing): add support for transforming path aliases in spec tests (#4090)
  • 7c1a048 chore(ci): add node 18 (#4069)
  • 7bccf68 feat(compiler): transform module aliases in emitted js, typedefs
  • 11c4f1f chore(ci): run browserstack against v3 feature branches (#4082)
  • 6702eae chore(deps): upgrade to webpack v5 (#4073)
  • 7609cc5 chore(deps-dev): bump eslint from 8.34.0 to 8.35.0 (#4104)
  • 9526633 fix(runtime): prevent null data-opts access (#4101)
  • 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 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 2.18.0 to 3.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@v2.18.0...v3.1.0)

---
updated-dependencies:
- dependency-name: "@stencil/core"
  dependency-type: direct:production
  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 Mar 6, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2023

Dependabot tried to add @MinBZK/sysadmin as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/MinBZK/design-system/pulls/169/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the MinBZK/design-system repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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.

None yet

0 participants