ionic-team / stencil-redux

MIT License
97 stars 20 forks source link

Update @stencil/core requirement from ^0.18.0 to ^1.5.2 #56

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 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.5.2](https://github.com/ionic-team/stencil/compare/v1.5.1...v1.5.2) (2019-09-26) > > > ### Bug Fixes > > * **css-shim:** replaced innerHTML with textContent ([#1892](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1892)) ([613c797](https://github.com/ionic-team/stencil/commit/613c797)) > * **ie:** add isConnected polyfill ([6fbbcab](https://github.com/ionic-team/stencil/commit/6fbbcab)) > * **ie:** DOMTokenList polyfill ([09ea5de](https://github.com/ionic-team/stencil/commit/09ea5de)) > * **ie:** fixed isConnected polyfill ([ef2df7c](https://github.com/ionic-team/stencil/commit/ef2df7c)) > > > > ## 🐽 [1.5.1](https://github.com/ionic-team/stencil/compare/v1.5.0...v1.5.1) (2019-09-25) > > > ### Bug Fixes > > * emit index on browser build ([eb259a9](https://github.com/ionic-team/stencil/commit/eb259a9)) > * emit pure JSX namespace ([#1886](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1886)) ([5ef9a47](https://github.com/ionic-team/stencil/commit/5ef9a47)) > * **vdom:** svg's xlink attributes ([#1890](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1890)) ([3f436e2](https://github.com/ionic-team/stencil/commit/3f436e2)) > > > ### Performance Improvements > > * unknown globals are side effect free ([370636a](https://github.com/ionic-team/stencil/commit/370636a)) > > > > # 🍬 [1.5.0](https://github.com/ionic-team/stencil/compare/v1.4.0...v1.5.0) (2019-09-24) > > > ### Bug Fixes > > * **compiler:** component constructors can not have arguments ([8df8bf9](https://github.com/ionic-team/stencil/commit/8df8bf9)), closes [#1855](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1855) > * **screenshot:** works over file protocol ([440fd9d](https://github.com/ionic-team/stencil/commit/440fd9d)) > * **system:** fix leaking variables ([#1788](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1788)) ([d9881d3](https://github.com/ionic-team/stencil/commit/d9881d3)) > * loader uses data-stencil-namespace ([21552c8](https://github.com/ionic-team/stencil/commit/21552c8)) > * **css-shim:** skip 'Data URLs' when fixing relative urls ([#1861](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1861)) ([40d8e1e](https://github.com/ionic-team/stencil/commit/40d8e1e)) > * **docs:** CSS variables typo ([513012e](https://github.com/ionic-team/stencil/commit/513012e)) > * **docs:** Minify CSS and JS config swapped ([1953c12](https://github.com/ionic-team/stencil/commit/1953c12)) > * **mock-doc:**
Commits - [`b463344`](https://github.com/ionic-team/stencil/commit/b4633445a6b752704bdb86822f3d1c3f2121b48b) ⛹ 1.5.2 - [`ef2df7c`](https://github.com/ionic-team/stencil/commit/ef2df7ca1c3a98b1bb041a1299baa70c499f0850) fix(ie): fixed isConnected polyfill - [`09ea5de`](https://github.com/ionic-team/stencil/commit/09ea5dee0f28ce46d906c527bf90ce899cd756f2) fix(ie): DOMTokenList polyfill - [`6fbbcab`](https://github.com/ionic-team/stencil/commit/6fbbcab6355704f57ca71a481ebb945a96e0e172) fix(ie): add isConnected polyfill - [`613c797`](https://github.com/ionic-team/stencil/commit/613c797888e3aee4665ed828ee7def78472e0a1f) fix(css-shim): replaced innerHTML with textContent ([#1892](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1892)) - [`b3ed8de`](https://github.com/ionic-team/stencil/commit/b3ed8de7282e8c6a064f89efa4bec2d57cd70de3) 🐽 1.5.1 - [`93b9099`](https://github.com/ionic-team/stencil/commit/93b909982f4a1269ac1dda00bcc74c8c898976b6) 💚 1.5.1-1 - [`3f436e2`](https://github.com/ionic-team/stencil/commit/3f436e2f46100f664268d077289750d84fd3871e) fix(vdom): svg's xlink attributes ([#1890](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1890)) - [`6d6cc2f`](https://github.com/ionic-team/stencil/commit/6d6cc2fc9bef1338e37aa0b8ea0fbc54d0bb1ed0) chore(): always push tags - [`b0fadb5`](https://github.com/ionic-team/stencil/commit/b0fadb58081c97fead503e3c6d402d078247cbf7) 🍋 1.5.1-0 - Additional commits viewable in [compare view](https://github.com/ionic-team/stencil/compare/v0.18.0...v1.5.2)


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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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 4 years ago

Superseded by #57.