ionic-team / stencil-redux

MIT License
97 stars 20 forks source link

Update @stencil/core requirement from ^0.18.0 to ^1.1.6 #36

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on @stencil/core to permit the latest version.

Changelog *Sourced from [@stencil/core's changelog](https://github.com/ionic-team/stencil/blob/master/CHANGELOG.md).* > ## 🍪 [1.1.6](https://github.com/ionic-team/stencil/compare/v1.1.5...v1.1.6) (2019-07-09) > > > ### Bug Fixes > > * **polyfill:** ensure window context w/ fetch polyfill ([37c78f3](https://github.com/ionic-team/stencil/commit/37c78f3)) > > > ### Features > > * **compiler:** warn about event name conflicts ([015ea32](https://github.com/ionic-team/stencil/commit/015ea32)) > * **logger:** expose logger config for custom logging ([709454f](https://github.com/ionic-team/stencil/commit/709454f)) > > > > ## 🍸 [1.1.5](https://github.com/ionic-team/stencil/compare/v1.1.4...v1.1.5) (2019-07-05) > > > ### Bug Fixes > > * **ie11:** strict mode bug ([bf27172](https://github.com/ionic-team/stencil/commit/bf27172)), closes [#1712](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1712) > * **runtime:** watch is enabled before connectedCallback ([45e99f6](https://github.com/ionic-team/stencil/commit/45e99f6)) > > > ### Performance Improvements > > * expose api to bypass zone ([d5ccef5](https://github.com/ionic-team/stencil/commit/d5ccef5)) > * **angular:** skip zone on method and prop set ([d1bde58](https://github.com/ionic-team/stencil/commit/d1bde58)) > * **runtime:** optimize dom write scheduling ([8897c6f](https://github.com/ionic-team/stencil/commit/8897c6f)) > > > > ## 🍗 [1.1.4](https://github.com/ionic-team/stencil/compare/v1.1.3...v1.1.4) (2019-07-03) > > > ### Bug Fixes > > * **copy:** if dest is specified copy task is not relative ([4292f74](https://github.com/ionic-team/stencil/commit/4292f74)), closes [#1697](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1697) > * **hydrate:** improve hydrate app builds ([3267f66](https://github.com/ionic-team/stencil/commit/3267f66)) > * **runtime:** dispatch queue events before willLoad ([2d1a0aa](https://github.com/ionic-team/stencil/commit/2d1a0aa)) > * **jsx:** add slot attribute to DOMAttributes ([3b2de4e](https://github.com/ionic-team/stencil/commit/3b2de4e)), closes [#1690](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1690) > * **mock-doc:** createElementNS follows spec better ([9f83b54](https://github.com/ionic-team/stencil/commit/9f83b54)) > * **mock-doc:** use document.baseURI has base URL ([b05ae9c](https://github.com/ionic-team/stencil/commit/b05ae9c)) > * **testing:** goto options are optional ([da73dda](https://github.com/ionic-team/stencil/commit/da73dda)), closes [#1689](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1689) > > > ### Features > > * **mock-doc:** add NodeList ([#1614](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1614)) ([ee3fdf9](https://github.com/ionic-team/stencil/commit/ee3fdf9)) > * **testing:** add MockSVGElement ([#1694](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1694)) ([17d90c9](https://github.com/ionic-team/stencil/commit/17d90c9)) > ... (truncated)
Commits - [`5c8805e`](https://github.com/ionic-team/stencil/commit/5c8805e601ff133dbebe144af7b7165c0c1bd29f) 🍪 1.1.6 - [`37c78f3`](https://github.com/ionic-team/stencil/commit/37c78f3d2655347892bd7d9e0e511c42740196ca) fix(polyfill): ensure window context w/ fetch polyfill - [`709454f`](https://github.com/ionic-team/stencil/commit/709454f1fd6b0cc5a434dc5c262f5ecb65a1a12b) feat(logger): expose logger config for custom logging - [`015ea32`](https://github.com/ionic-team/stencil/commit/015ea322a90897d92ddc7a9ad87a5abda21c2a4b) feat(compiler): warn about event name conflicts - [`feea58c`](https://github.com/ionic-team/stencil/commit/feea58c36dee9c8dc74dfdb504a29f1102fe61d2) 🍸 1.1.5 - [`2d8bb1a`](https://github.com/ionic-team/stencil/commit/2d8bb1a807fa5b9e8bf5dff93ce18778999f660d) chore(): update deps - [`d5ccef5`](https://github.com/ionic-team/stencil/commit/d5ccef5ca71adb5c3dd3f161bcfb925f989296ff) perf(): expose api to bypass zone - [`d1bde58`](https://github.com/ionic-team/stencil/commit/d1bde583522242d86c86f9a8ae430ff71b54e7b1) perf(angular): skip zone on method and prop set - [`bf27172`](https://github.com/ionic-team/stencil/commit/bf27172c51e5a9ce7497b656daa1070de2b29f87) fix(ie11): strict mode bug - [`8897c6f`](https://github.com/ionic-team/stencil/commit/8897c6f772bfad893bc1f2b39d9ecdb7d825b618) perf(runtime): optimize dom write scheduling - Additional commits viewable in [compare view](https://github.com/ionic-team/stencil/compare/v0.18.0...v1.1.6)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #38.