ionic-team / stencil-redux

MIT License
97 stars 20 forks source link

Bump @stencil/core from 0.18.1 to 1.5.3 #57

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps @stencil/core from 0.18.1 to 1.5.3.

Release notes *Sourced from [@stencil/core's releases](https://github.com/ionic-team/stencil/releases).* > ## v1.2.4 > ## πŸ— [1.2.4](https://github.com/ionic-team/stencil/compare/v1.2.1...v1.2.4) (2019-08-08) > > ### Bug Fixes > > * don't emit undocumented warning when deprecated ([2ef43d1](https://github.com/ionic-team/stencil/commit/2ef43d1)) > * fix tests ([d6eded2](https://github.com/ionic-team/stencil/commit/d6eded2)) > * node types ([35ab597](https://github.com/ionic-team/stencil/commit/35ab597)) > * **compiler:** crash when printing warning ([64607d1](https://github.com/ionic-team/stencil/commit/64607d1)) > * **dev-server:** ssl support ([#1653](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1653)) ([e6cc6da](https://github.com/ionic-team/stencil/commit/e6cc6da)) > * **runtime:** always add .hydrated to ([#1767](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1767)) ([143e07e](https://github.com/ionic-team/stencil/commit/143e07e)) > * **script:** accept query parameter ([1bf34b0](https://github.com/ionic-team/stencil/commit/1bf34b0)), closes [#1775](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1775) > * **vdom:** render falsy attributes properly ([368aee7](https://github.com/ionic-team/stencil/commit/368aee7)), closes [#1780](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1780) > * workaround v8 caching issue ([#1768](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1768)) ([c3d0910](https://github.com/ionic-team/stencil/commit/c3d0910)), closes [#1759](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1759) > > > ### Features > > * **build:** export component classes as const variable ([3a948af](https://github.com/ionic-team/stencil/commit/3a948af)) > * emit warning when emitting event while disconnected ([053a7df](https://github.com/ionic-team/stencil/commit/053a7df)) > * **compiler:** add component compiler metadata to results ([b354444](https://github.com/ionic-team/stencil/commit/b354444)) > * **compiler:** add import paths to compile results ([adca6d0](https://github.com/ionic-team/stencil/commit/adca6d0)) > > > ### Performance Improvements > > * **vdom:** avoid creating an array in isComplexType ([fbcd405](https://github.com/ionic-team/stencil/commit/fbcd405)) > * async queue for hydrated client ([fa7d29f](https://github.com/ionic-team/stencil/commit/fa7d29f))
Changelog *Sourced from [@stencil/core's changelog](https://github.com/ionic-team/stencil/blob/master/CHANGELOG.md).* > ## 🐊 [1.5.3](https://github.com/ionic-team/stencil/compare/v1.5.2...v1.5.3) (2019-09-27) > > > ### Bug Fixes > > * **ie11:** improved css vars polyfill ([5e4a0f9](https://github.com/ionic-team/stencil/commit/5e4a0f9)) > * **polyfill:** guard against undefined nodes in getRootNode ([#1898](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1898)) ([94cf5b2](https://github.com/ionic-team/stencil/commit/94cf5b2)) > * **safari10:** fix safari 10 support ([35d61a4](https://github.com/ionic-team/stencil/commit/35d61a4)) > > > > ## β›Ή [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)) > ... (truncated)
Commits - [`9136f3a`](https://github.com/ionic-team/stencil/commit/9136f3a388503911433e1abb0a4ae93ee3331687) 🐊 1.5.3 - [`5e4a0f9`](https://github.com/ionic-team/stencil/commit/5e4a0f9980b813cc1281b016dc1c7438538f1d19) fix(ie11): improved css vars polyfill - [`35d61a4`](https://github.com/ionic-team/stencil/commit/35d61a439b3081f57eee31e07a1b1477aa4e1421) fix(safari10): fix safari 10 support - [`94cf5b2`](https://github.com/ionic-team/stencil/commit/94cf5b27e969ead9644a2cc2bbf261205f96ce3a) fix(polyfill): guard against undefined nodes in getRootNode ([#1898](https://github-redirect.dependabot.com/ionic-team/stencil/issues/1898)) - [`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 - Additional commits viewable in [compare view](https://github.com/ionic-team/stencil/compare/v0.18.1...v1.5.3)


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