ionic-team / stencil-redux

MIT License
97 stars 20 forks source link

Update @stencil/core requirement from ^0.18.0 to ^1.0.6 #28

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.0.6](https://github.com/ionic-team/stencil/compare/v1.0.5...v1.0.6) (2019-06-17) > > > ### Bug Fixes > > * **collection:** generate dist/collection in dev mode ([3082c02](https://github.com/ionic-team/stencil/commit/3082c02)) > * **runtime:** disable constructable stylesheets in document ([adedb82](https://github.com/ionic-team/stencil/commit/adedb82)) > > > > ## 🐔 [1.0.5](https://github.com/ionic-team/stencil/compare/v1.0.4...v1.0.5) (2019-06-17) > > > ### Bug Fixes > > * install dev deps ([16588cb](https://github.com/ionic-team/stencil/commit/16588cb)) > * **hydrate:** fix light-dom nodes relocated within shadow ([95cbc3b](https://github.com/ionic-team/stencil/commit/95cbc3b)) > * **mock-doc:** case sensible attributes in element ([#1642](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1642)) ([e0c2ba5](https://github.com/ionic-team/stencil/commit/e0c2ba5)) > * **sys:** update sys.browser ([51efaa5](https://github.com/ionic-team/stencil/commit/51efaa5)) > * **testing:** fix e2e tests when without www output ([13f0c2f](https://github.com/ionic-team/stencil/commit/13f0c2f)) > * **transform:** fix crash will undefined node ([8f2d82c](https://github.com/ionic-team/stencil/commit/8f2d82c)) > * **validate:** don't validate in watch mode ([46f78ab](https://github.com/ionic-team/stencil/commit/46f78ab)), closes [#1647](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1647) > * empty.js resolver is not longer needed ([97c0ed0](https://github.com/ionic-team/stencil/commit/97c0ed0)) > * **sys:** update sys.browser ([e835203](https://github.com/ionic-team/stencil/commit/e835203)) > * **testing:** run e2e tests ([89102e3](https://github.com/ionic-team/stencil/commit/89102e3)) > * add all public members from HTMLElement ([#1639](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1639)) ([d43f210](https://github.com/ionic-team/stencil/commit/d43f210)) > * allow inputMode ([5c737d6](https://github.com/ionic-team/stencil/commit/5c737d6)) > * update screenshot app ([4557148](https://github.com/ionic-team/stencil/commit/4557148)) > > > > ## 🐯 [1.0.4](https://github.com/ionic-team/stencil/compare/v1.0.3...v1.0.4) (2019-06-14) > > > ### Bug Fixes > > * **bundler:** treat core as a normal chunk ([2453ba8](https://github.com/ionic-team/stencil/commit/2453ba8)) > * ensure only components are exported ([0712e88](https://github.com/ionic-team/stencil/commit/0712e88)) > * only emit index-org on prerendering ([5f75c03](https://github.com/ionic-team/stencil/commit/5f75c03)) > * **mock-doc:** use correct element base class within cloneNode() ([0578dda](https://github.com/ionic-team/stencil/commit/0578dda)) > > > ### Features > > * **sys:** init sys.browser for browser based compiler ([d058b44](https://github.com/ionic-team/stencil/commit/d058b44)) > > > > ## 🍭 [1.0.3](https://github.com/ionic-team/stencil/compare/v1.0.2...v1.0.3) (2019-06-12) > > ... (truncated)
Commits - [`3f380a4`](https://github.com/ionic-team/stencil/commit/3f380a4a6cade649d206d92243af89b5092b5e18) 😋 1.0.6 - [`adedb82`](https://github.com/ionic-team/stencil/commit/adedb826cce5d9b135ebeea6778d3485712aae93) fix(runtime): disable constructable stylesheets in document - [`3082c02`](https://github.com/ionic-team/stencil/commit/3082c025f4d6cf9759301913ede68c3ddbe5a7be) fix(collection): generate dist/collection in dev mode - [`b2cee7f`](https://github.com/ionic-team/stencil/commit/b2cee7fe6aff9724f4067edaf35d3d7f78adcbcb) 🐔 1.0.5 - [`78c483e`](https://github.com/ionic-team/stencil/commit/78c483e87c2526fb072a9be3761406d64fdecd01) chore(): run karma in prod - [`16588cb`](https://github.com/ionic-team/stencil/commit/16588cb3304f1ea42f779a76ec4550536f23dbc3) fix(): install dev deps - [`e0c2ba5`](https://github.com/ionic-team/stencil/commit/e0c2ba589701d2fbd8f7d5258f8df99678ae8c0b) fix(mock-doc): case sensible attributes in element ([#1642](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1642)) - [`95cbc3b`](https://github.com/ionic-team/stencil/commit/95cbc3b2abd5b6da8b5db08cc5abef91e87413a1) fix(hydrate): fix light-dom nodes relocated within shadow - [`484c72a`](https://github.com/ionic-team/stencil/commit/484c72abaf037116150730b15ce8e24e1f8cf6d5) test(): add json test - [`46f78ab`](https://github.com/ionic-team/stencil/commit/46f78ab23e93c885ef89abf24560864ca2b3d1a0) fix(validate): don't validate in watch mode - Additional commits viewable in [compare view](https://github.com/ionic-team/stencil/compare/v0.18.0...v1.0.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 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 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 #29.