Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @stencil/core to v1.17.4 #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 5, 2019

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stencil/core (source) 1.0.0-alpha.20 -> 1.17.4 age adoption passing confidence

Release Notes

ionic-team/stencil (@​stencil/core)

v1.17.4: 🏏 1.17.4

Compare Source

Bug Fixes

v1.17.3

Compare Source

Bug Fixes

v1.17.2

Compare Source

Bug Fixes
  • dev-server: fix dev client requesting build results (91564f4)
  • env: add os.plaform() polyfill (93b53e2)
  • resolve: fix ts resolve module for transpile sync (7e538f4)
  • sys: node sys prerender applyPrerenderGlobalPatch (517891d)
  • worker: mock worker instance for hydrate builds (207ce44)

v1.17.1

Compare Source

Bug Fixes
  • bundling: downgrade @rollup/plugin-commonjs (#​2589) (be1bdd1)
  • Parse5 6.0.1

v1.17.0

Compare Source

Features
  • runtime: ability to hook into creating CustomEvent, so vue binding can lowercase event names (a2ce019)
  • setAssetPath: customize path of asset base urls (a06a941)
  • dev-server: pick up scheme and host from forwarding proxy. (#​2492) (3be1d72)
  • Rollup 2.23.0
Bug Fixes
  • polyfill: use core-js promise and iife fetch polyfill (#​2443) (7b7ed0b)
  • render: allow mapping of childNode to functional component (#​2548) (d0176c9)
  • resolve: fix typescript resolve patch (1ef8097)
  • screenshot: update compare.html in e2e screenshot (#​2585) (85f6504)
  • sys: ensure in-memory sys checks file data (f7c03c2)

v1.16.5: 🐬 1.16.5

Compare Source

Bug Fixes
  • watch: close all processes on sigint (2f923e0)

v1.16.4: 🏜 1.16.4

Compare Source

Bug Fixes
  • resolve: fix rollup node resolve realpath checks (d3f4c4f)

v1.16.3: 🚁 1.16.3

Compare Source

Bug Fixes
Features
  • prerendering: pass results to afterHydrate (#​2567) (135d49e)
  • transpile: add styleImportData option to not include style import queryparams (38d5821)

v1.16.2: 🍷 1.16.2

Compare Source

Bug Fixes
  • checker: fix how often to check for stencil updates (eb0da10)

v1.16.1: 🎱 1.16.1

Compare Source

Bug Fixes
  • cli: export cli types and runTask, move checkVersion to sys, add tests (02c62b5)

  • sys: ensure typescript sys patched for initial load (90913df)

  • typescript: correctly patch typescript import (b24933d), closes #​2561

  • Rollup 2.21.0

v1.16.0: 🏊 1.16.0

Compare Source

Features
  • TypeScript 3.9.6
  • Rollup 2.19.0
  • deno: create deno system to run cli and compiler from Deno Experimental!! (b3d79c6)
Bug Fixes
  • compiler: fix transitive module dependencies in unit tests (#​2178) (#​2549) (6585dd1)
  • e2e: readiness flag on slow or overloaded computers (#​2525) (a19ac90)
  • jest: correctly set coverageThreshold (#​2529) (915bfce)
  • jsx: add autocomplete to <select> (69ccbf1)
  • worker: use importScript() to load cross-origin worker (d6b73b1)
  • compiler: ensure event emitters defined before user statements (1b52d43)
  • runtime: correctly set isWatchReady flag for custom elements build (36b4978)
  • treeshaking: update build conditional treeskaking optimization (2ba24b1)

v1.15.0: 🎙 1.15.0

Compare Source

Features
  • Rollup 2.18.0
Bug Fixes
Performance Improvements
  • reenable const class optimization (438c6b3)
Internal Changes
  • Move browser patch fns out of @stencil/core/internal/client
  • Created @stencil/core/internal/client/patch to be used for lazy load builds
  • Internal packages now use index.cjs.js for CommonJS builds, and index.js for ESM builds
  • Updated internal package.json's main property to index.cjs.js
  • Removed require('url') from Node builds now that URL is global since Node v10
  • Custom Elements output target will default to build to index.js instead of index.mjs

v1.14.0: 🏒 1.14.0

Compare Source

Features
  • dist-custom-elements-bundle output target improvements/fixes
  • TypeScript 3.9.3
  • Rollup 2.10.9
  • Requires NodeJS >= 10.13.0
  • import-format: text and url format import param (4f1f39a)
  • add focusin and focusout event declarations (#​2436) (0d730d6), closes #​2435
Performance Improvements
Bug Fixes
  • runtime: schedule update when value change in ref() (54ee75f)
  • emit private types in local component.d.ts (#​2447) (9d444ff), closes #​2440
  • cli: fix --version and --help flags (40baa54)
  • compiler: components without mode should never get mode suffix (#​2445) (11e1ccb)
  • compiler: use transformed css to check changed imports of globalStyle (#​2422) (7742a87)
  • dev-server: allow no trailing slash for custom base url (0fae632)
  • compiler: disable const class optimization (eac02cb), closes #​2462
  • custom-elements: generate types for ce build, fix import paths (22f3f23)
  • transform: always update lazy class declaration (6dd59b3)
  • ts: ts resolve failedLookupLocations fix (30203b8)
  • spellcheck: put an any on it (#​2476) (1418c04)
  • custom-elements: fix copy tasks (d810649)

v1.13.0: 🚂 1.13.0

Compare Source

Features
  • ssg: static site generation (2a38293)
  • prerender: parse typed prerender config (7b6aaf7)
  • Add staticSite to prerender.config.ts
  • Add staticDocument to PrerenderHydrateOptions
  • Add staticComponents to HydrateDocumentOptions
  • Assume a static site build when index.html does not include scripts
  • Do not define custom element for static only components
  • Do not add link rel=modulepreload for static only components
  • Do not minify inline script/styles if already minified within template
  • Ensure valid "src" URL within mock-doc
Bug Fixes

v1.12.7

Compare Source

v1.12.6

Compare Source

v1.12.5: 🍦 1.12.5

Compare Source

Bug Fixes

v1.12.4

Compare Source

v1.12.3

Compare Source

v1.12.2

Compare Source

v1.12.1

Compare Source

v1.12.0

Compare Source

v1.11.3

Compare Source

v1.11.2

Compare Source

v1.11.1

Compare Source

v1.11.0

Compare Source

v1.10.3

Compare Source

v1.10.2

Compare Source

v1.10.1

Compare Source

v1.10.0

Compare Source

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.12

Compare Source

Bug Fixes
Features
  • styles: use static get styles() with template literals (a741c39), closes #​2234

v1.8.11

Compare Source

v1.8.10

Compare Source

v1.8.9

Compare Source

v1.8.8

Compare Source

v1.8.7

Compare Source

v1.8.6

Compare Source

v1.8.5

Compare Source

v1.8.4

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

v1.7.5

Compare Source

v1.7.4

Compare Source

v1.7.3

Compare Source

v1.7.2

Compare Source

v1.7.1

Compare Source

v1.7.0

Compare Source

v1.6.1

Compare Source

v1.6.0

Compare Source

v1.5.4

Compare Source

v1.5.3

Compare Source

v1.5.2

Compare Source

v1.5.1

Compare Source

v1.5.0

Compare Source

v1.4.0

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

🐗 1.2.4 (2019-08-08)

Bug Fixes
Features
  • build: export component classes as const variable (3a948af)
  • emit warning when emitting event while disconnected (053a7df)
  • compiler: add component compiler metadata to results (b354444)
  • compiler: add import paths to compile results (adca6d0)
Performance Improvements
  • vdom: avoid creating an array in isComplexType (fbcd405)
  • async queue for hydrated client (fa7d29f)

v1.2.3

Compare Source

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

v1.1.9

Compare Source

v1.1.8

Compare Source

v1.1.7

Compare Source

v1.1.6

Compare Source

v1.1.5

Compare Source

v1.1.4

Compare Source

v1.1.3

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

Compare Source

v1.0.4

Compare Source

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

v1.0.0

Compare Source

v1.0.0-beta.8

Compare Source

v1.0.0-beta.7

Compare Source

v1.0.0-beta.6

Compare Source

v1.0.0-beta.5

Compare Source

v1.0.0-beta.4

Compare Source

v1.0.0-beta.3

Compare Source

v1.0.0-beta.2

Compare Source

v1.0.0-beta.1

Compare Source

v1.0.0-beta.0

Compare Source

v1.0.0-alpha.35

Compare Source

v1.0.0-alpha.34

Compare Source

v1.0.0-alpha.33

Compare Source

v1.0.0-alpha.32

Compare Source

v1.0.0-alpha.31

Compare Source

v1.0.0-alpha.30

Compare Source

v1.0.0-alpha.29

Compare Source

v1.0.0-alpha.28

Compare Source

v1.0.0-alpha.27

Compare Source

v1.0.0-alpha.26

Compare Source

v1.0.0-alpha.25

Compare Source

v1.0.0-alpha.24

Compare Source

v1.0.0-alpha.23

Compare Source

v1.0.0-alpha.22

Compare Source

v1.0.0-alpha.21

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from eb371ff to 5fdd9fd Compare May 7, 2019 16:29
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.21 chore(deps): update dependency @stencil/core to v1.0.0-alpha.22 May 7, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 5fdd9fd to 0c9ea48 Compare May 7, 2019 22:50
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.22 chore(deps): update dependency @stencil/core to v1.0.0-alpha.23 May 7, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 0c9ea48 to 18f07d8 Compare May 9, 2019 16:03
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.23 chore(deps): update dependency @stencil/core to v1.0.0-alpha.24 May 9, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 18f07d8 to e6f1e08 Compare May 9, 2019 18:43
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.24 chore(deps): update dependency @stencil/core to v1.0.0-alpha.25 May 9, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from e6f1e08 to d1199a1 Compare May 10, 2019 00:19
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.25 chore(deps): update dependency @stencil/core to v1.0.0-alpha.26 May 10, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from d1199a1 to 7bb00ad Compare May 10, 2019 16:46
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.26 chore(deps): update dependency @stencil/core to v1.0.0-alpha.27 May 10, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 7bb00ad to 731c359 Compare May 12, 2019 09:06
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.27 chore(deps): update dependency @stencil/core to v1.0.0-alpha.28 May 12, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 731c359 to 5846ecf Compare May 14, 2019 03:05
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.28 chore(deps): update dependency @stencil/core to v1.0.0-alpha.29 May 14, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 5846ecf to d52d087 Compare May 14, 2019 22:27
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.29 chore(deps): update dependency @stencil/core to v1.0.0-alpha.30 May 14, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from d52d087 to 53d15d6 Compare May 15, 2019 15:21
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.30 chore(deps): update dependency @stencil/core to v1.0.0-alpha.31 May 15, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 53d15d6 to f61c300 Compare May 15, 2019 16:50
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.31 chore(deps): update dependency @stencil/core to v1.0.0-alpha.32 May 15, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from f61c300 to 1ff5f9a Compare May 15, 2019 17:34
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.32 chore(deps): update dependency @stencil/core to v1.0.0-alpha.33 May 15, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 1ff5f9a to 14f9b11 Compare May 16, 2019 15:51
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.33 chore(deps): update dependency @stencil/core to v1.0.0-alpha.34 May 16, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 14f9b11 to 9fc8972 Compare May 16, 2019 16:19
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.34 chore(deps): update dependency @stencil/core to v1.0.0-alpha.35 May 16, 2019
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 9fc8972 to 758c9bd Compare May 16, 2019 16:28
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.0.0-alpha.35 chore(deps): update dependency @stencil/core to v1.0.0-beta.0 May 16, 2019
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.3 chore(deps): update dependency @stencil/core to v1.8.4 Jan 7, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from a0ce94e to 061d542 Compare January 9, 2020 19:10
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.4 chore(deps): update dependency @stencil/core to v1.8.5 Jan 9, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 061d542 to 4506b82 Compare January 24, 2020 20:05
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.5 chore(deps): update dependency @stencil/core to v1.8.6 Jan 24, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 4506b82 to a3dca3c Compare February 4, 2020 21:23
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.6 chore(deps): update dependency @stencil/core to v1.8.7 Feb 4, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from a3dca3c to 03c0883 Compare February 12, 2020 15:09
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.7 chore(deps): update dependency @stencil/core to v1.8.8 Feb 12, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 03c0883 to 1ad5362 Compare February 18, 2020 05:02
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.8 chore(deps): update dependency @stencil/core to v1.8.9 Feb 18, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 1ad5362 to 2fe48ac Compare February 25, 2020 21:28
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.9 chore(deps): update dependency @stencil/core to v1.8.10 Feb 25, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 2fe48ac to 09377ca Compare February 27, 2020 00:05
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.10 chore(deps): update dependency @stencil/core to v1.8.11 Feb 27, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 09377ca to 926d694 Compare March 11, 2020 05:56
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.8.11 chore(deps): update dependency @stencil/core to v1.9.1 Mar 11, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 926d694 to 3b258d9 Compare April 26, 2020 21:57
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.9.1 chore(deps): update dependency @stencil/core to v1.12.6 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 3b258d9 to 83daee3 Compare May 7, 2020 16:50
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.12.6 chore(deps): update dependency @stencil/core to v1.12.7 May 7, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 83daee3 to 7f176a0 Compare July 2, 2020 02:59
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.12.7 chore(deps): update dependency @stencil/core to v1.15.0 Jul 2, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 7f176a0 to 8bb430b Compare August 20, 2020 23:57
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.15.0 chore(deps): update dependency @stencil/core to v1.17.3 Aug 20, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 8bb430b to b8c5837 Compare October 26, 2020 04:55
@renovate renovate bot changed the title chore(deps): update dependency @stencil/core to v1.17.3 chore(deps): update dependency @stencil/core to v1.17.4 Oct 26, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from b8c5837 to 77d1a6b Compare September 25, 2022 15:37
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 77d1a6b to 9b2ee79 Compare November 20, 2022 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants