ember-cli-stencil
ember-cli-stencil copied to clipboard
Automatic discovery of Stencil.js components for your Ember application
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.13.1. Commits 943977e Merge branch 'umd-alias', tag 1.13.1 release 5630f88 Add version 1.13.1 to the change log 5aa5b52 Update the bundle sizes 76c8d8a Bump the...
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
We [would like](https://github.com/Esri/calcite-components/issues/612#issuecomment-631727772) to be able to configure the options passed to `defineCustomElements()`, specifically the `resourcesUrl`. It looks like that is called here: https://github.com/alexlafroscia/ember-cli-stencil/blob/b4bbefdf95863b8e774522b14a1ac0d9295f6e92/packages/ember-cli-stencil/lib/generate-import-initializer.js#L35 I'm guessing that would need to...
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
adding `ember-auto-import` and `ember-source` to `peerDependencies` w/ their respectively required version numbers
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.13.1. Changelog *Sourced from [js-yaml's changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md).* > ## [3.13.1] - 2019-04-05 > ### Security > - Fix possible code execution in (already unsafe) `.load()`, [#480](https://github-redirect.dependabot.com/nodeca/js-yaml/issues/480)....
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.1.2. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.1.2 - April 13th, 2019 > Chore/Test: > - [#1515](https://github-redirect.dependabot.com/wycats/handlebars.js/pull/1515) - Port over linting and test for...
I just installed ember-cli-stencil into a blank ember starter project (version 3.5.1) and now it fails to build with the error: `Reduce of empty array with no initial value`