Skip to content

Update dependency @stencil/core to v1.17.4#121

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/stencil-core-1.x
Open

Update dependency @stencil/core to v1.17.4#121
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/stencil-core-1.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 11, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

ionic-team/stencil

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 4ad7760 to e358271 Compare May 29, 2020 21:47
@renovate renovate bot changed the title Update dependency @stencil/core to v1.13.0 Update dependency @stencil/core to v1.14.0 May 29, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from e358271 to fb22665 Compare June 25, 2020 01:31
@renovate renovate bot changed the title Update dependency @stencil/core to v1.14.0 Update dependency @stencil/core to v1.15.0 Jun 25, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from fb22665 to 7f223c8 Compare July 6, 2020 14:45
@renovate renovate bot changed the title Update dependency @stencil/core to v1.15.0 Update dependency @stencil/core to v1.16.0 Jul 6, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 7f223c8 to e03c369 Compare July 9, 2020 19:28
@renovate renovate bot changed the title Update dependency @stencil/core to v1.16.0 Update dependency @stencil/core to v1.16.1 Jul 9, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from e03c369 to 2f6afb0 Compare July 10, 2020 14:59
@renovate renovate bot changed the title Update dependency @stencil/core to v1.16.1 Update dependency @stencil/core to v1.16.2 Jul 10, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 2f6afb0 to 4a20d49 Compare July 15, 2020 21:42
@renovate renovate bot changed the title Update dependency @stencil/core to v1.16.2 Update dependency @stencil/core to v1.16.3 Jul 15, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 4a20d49 to 55126ee Compare July 18, 2020 10:18
@renovate renovate bot changed the title Update dependency @stencil/core to v1.16.3 Update dependency @stencil/core to v1.16.4 Jul 18, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 55126ee to 260fa39 Compare July 22, 2020 11:09
@renovate renovate bot changed the title Update dependency @stencil/core to v1.16.4 Update dependency @stencil/core to v1.16.5 Jul 22, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 260fa39 to 8b62248 Compare July 24, 2020 13:58
@renovate renovate bot changed the title Update dependency @stencil/core to v1.16.5 Update dependency @stencil/core to v1.17.0 Jul 24, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 8b62248 to 429a1a7 Compare July 26, 2020 13:46
@renovate renovate bot changed the title Update dependency @stencil/core to v1.17.0 Update dependency @stencil/core to v1.17.1 Jul 26, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 429a1a7 to 59b8219 Compare July 28, 2020 15:57
@renovate renovate bot changed the title Update dependency @stencil/core to v1.17.1 Update dependency @stencil/core to v1.17.2 Jul 28, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 59b8219 to 26831cb Compare August 4, 2020 15:28
@renovate renovate bot changed the title Update dependency @stencil/core to v1.17.2 Update dependency @stencil/core to v1.17.3 Aug 4, 2020
@renovate renovate bot force-pushed the renovate/stencil-core-1.x branch from 26831cb to d6d5210 Compare October 29, 2020 16:56
@renovate renovate bot changed the title Update dependency @stencil/core to v1.17.3 Update dependency @stencil/core to v1.17.4 Oct 29, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Mar 25, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant