ionic-team / stencil-redux

MIT License
97 stars 20 forks source link

Update @stencil/core requirement from ^0.18.0 to ^1.3.1 #50

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.3.1](https://github.com/ionic-team/stencil/compare/v1.3.0...v1.3.1) (2019-08-23) > > > ### Bug Fixes > > * dont error about exported function in global ([ab65ba6](https://github.com/ionic-team/stencil/commit/ab65ba6)) > > # 🌎 [1.3.0](https://github.com/ionic-team/stencil/compare/v1.2.5...v1.3.0) (2019-08-20) > > > ### Bug Fixes > > * **compiler:** stencil core runtime is side effects free ([3a44def](https://github.com/ionic-team/stencil/commit/3a44def)) > * **dist-module:** apply plugins to dist-module imports ([1392b0c](https://github.com/ionic-team/stencil/commit/1392b0c)) > * **e2e:** improve error reporting ([c53d91e](https://github.com/ionic-team/stencil/commit/c53d91e)) > * **global:** fix global script output ([9d9ee20](https://github.com/ionic-team/stencil/commit/9d9ee20)) > * **global:** require global scripts to be wrapped w/ default export fn ([bdae144](https://github.com/ionic-team/stencil/commit/bdae144)) > * **jest:** ensure correct argv types ([766ab26](https://github.com/ionic-team/stencil/commit/766ab26)) > * **mock-doc:** property append document fragments ([84400b3](https://github.com/ionic-team/stencil/commit/84400b3)) > * **testing:** do not skip output targets in testing ([691b8ad](https://github.com/ionic-team/stencil/commit/691b8ad)) > * **testing:** improve serialization of console logs ([d4d11f0](https://github.com/ionic-team/stencil/commit/d4d11f0)) > * **testing:** skip e2e by default ([110d5e4](https://github.com/ionic-team/stencil/commit/110d5e4)) > * **testing:** skip script and style in text search ([9d55304](https://github.com/ionic-team/stencil/commit/9d55304)) > * **testing:** spec source maps works in node debugger ([225f488](https://github.com/ionic-team/stencil/commit/225f488)) > > > ### Features > > * **cli:** add component generator ([#1814](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1814)) ([9ab0637](https://github.com/ionic-team/stencil/commit/9ab0637)) > * **compiler:** support paths in compiler options ([#1584](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1584)) ([66bb0cd](https://github.com/ionic-team/stencil/commit/66bb0cd)) > * **log:** do not error for semantic ts diagnostics when in dev mode ([9e64ddc](https://github.com/ionic-team/stencil/commit/9e64ddc)) > > > > ## 🏸 [1.2.5](https://github.com/ionic-team/stencil/compare/v1.2.4...v1.2.5) (2019-08-13) > > > ### Bug Fixes > > * **file:** make es5 work using the file protocol ([a5c01c6](https://github.com/ionic-team/stencil/commit/a5c01c6)) > * **legacy:** remove NodeList forEach usage + polyfill ([5b2f000](https://github.com/ionic-team/stencil/commit/5b2f000)) > * keep console.log in prod mode ([a145c74](https://github.com/ionic-team/stencil/commit/a145c74)), closes [#1799](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1799) > * puppeteer types ([237e38a](https://github.com/ionic-team/stencil/commit/237e38a)) > > > ### Features > > * **dist-module:** generate single file component module ([2ce6982](https://github.com/ionic-team/stencil/commit/2ce6982)) > > > ... (truncated)
Commits - [`c2b2bdd`](https://github.com/ionic-team/stencil/commit/c2b2bdd6e84baf4b60797e0249617ddc72720ab4) 🐦 1.3.1 - [`ab65ba6`](https://github.com/ionic-team/stencil/commit/ab65ba62b3a5a57c2d70661604f5214a082d265c) fix(): dont error about exported function in global - [`d5434e3`](https://github.com/ionic-team/stencil/commit/d5434e3db8d174d589b27c26fdbd8a60aa3ee221) fix(system.js): do not use const/var for older browsers - [`f19ce31`](https://github.com/ionic-team/stencil/commit/f19ce31b86c93a25e41f601227569680b09e5cf8) chore(karma): update karma test - [`3b8f86b`](https://github.com/ionic-team/stencil/commit/3b8f86b39a9f5ccb35ebe3a6f46b427b6e504bbf) style(cli): generate cli output - [`f4a57a4`](https://github.com/ionic-team/stencil/commit/f4a57a4c159530dbb67f0e91252c7972947607cd) 🌎 1.3.0 - [`e303d79`](https://github.com/ionic-team/stencil/commit/e303d791cd6e50c9e5891affaac33591f5c5906b) refactor(cli): replace inquirer with prompts package ([#1820](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1820)) - [`18fdd3e`](https://github.com/ionic-team/stencil/commit/18fdd3e7c22f0567b05220ee4f0eecd91e276454) test(event): fix e2e waitForEvent - [`8951d60`](https://github.com/ionic-team/stencil/commit/8951d60956e29ac63e4a0cd67a42e90a72bd83f4) test(dist): fix global test - [`bdae144`](https://github.com/ionic-team/stencil/commit/bdae1448c15e399e9eab142ce362725dbe87b638) fix(global): require global scripts to be wrapped w/ default export fn - Additional commits viewable in [compare view](https://github.com/ionic-team/stencil/compare/v0.18.0...v1.3.1)


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) - `@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 #51.