diff --git a/CHANGELOG.md b/CHANGELOG.md index b96abf20..b647f0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,339 +1,221 @@ # Change Log -## [v1.0.4](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v1.0.4) (2018-10-04) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v1.0.3...v1.0.4) +## v1.0.5 (2018-10-12) -**Fixed bugs:** +#### :rocket: Enhancement +* [#115](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/115) Update `ember-cli-babel` peer dependency to support Babel 7 too. ([@Turbo87](https://github.com/Turbo87)) -- Fix for Memory leak [\#112](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/112) ([arthirm](https://github.com/arthirm)) +#### Committers: 1 +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) -## [v1.0.3](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v1.0.3) (2018-06-02) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v1.0.2...v1.0.3) -**Implemented enhancements:** +## v1.0.4 (2018-10-04) -- Make imports from `ember-cli-htmlbars-inline-precompile` work too [\#101](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/101) -- Update minimum versions of dependencies. [\#106](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/106) ([rwjblue](https://github.com/rwjblue)) -- Add support for importing from `ember-cli-htmlbars-inline-precompile` [\#102](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/102) ([Turbo87](https://github.com/Turbo87)) +#### :bug: Bug Fix +* [#112](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/112) Fix for Memory leak. ([@arthirm](https://github.com/arthirm)) -**Fixed bugs:** +#### Committers: 1 +- Arthi ([arthirm](https://github.com/arthirm)) -- hbs is not defined [\#8](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/8) -**Closed issues:** +## v1.0.3 (2018-06-02) -- Plugin 1 specified in "base" provided an invalid property of "\_parallelBabel" [\#90](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/90) -- templateCompiler change during session does not invalidate the cache [\#41](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/41) +#### :rocket: Enhancement +* [#106](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/106) Update minimum versions of dependencies.. ([@rwjblue](https://github.com/rwjblue)) +* [#102](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/102) Add support for importing from `ember-cli-htmlbars-inline-precompile`. ([@Turbo87](https://github.com/Turbo87)) -**Merged pull requests:** +#### Committers: 2 +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) -- Replace JSHint with ESLint [\#104](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/104) ([Turbo87](https://github.com/Turbo87)) -- Use headless Chrome for testing [\#103](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/103) ([Turbo87](https://github.com/Turbo87)) -## [v1.0.2](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v1.0.2) (2017-08-09) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v1.0.1...v1.0.2) +## v1.0.2 (2017-08-09) -**Fixed bugs:** +#### :bug: Bug Fix +* [#97](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/97) Fix caching for parallel plugin objects. ([@mikrostew](https://github.com/mikrostew)) -- Fix caching for parallel plugin objects [\#97](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/97) ([mikrostew](https://github.com/mikrostew)) +#### Committers: 2 +- Kelly Selden ([kellyselden](https://github.com/kellyselden)) +- Michael Stewart ([mikrostew](https://github.com/mikrostew)) -**Closed issues:** -- Cache does not invalidate when ember version changes. [\#95](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/95) +## v1.0.1 (2017-08-05) -**Merged pull requests:** +#### :rocket: Enhancement +* [#93](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/93) update `ember-cli-babel` version check and dependencies. ([@mikrostew](https://github.com/mikrostew)) -- add npm badge [\#94](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/94) ([kellyselden](https://github.com/kellyselden)) +#### :bug: Bug Fix +* [#91](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/91) Adjust "ember-cli-babel" version check. ([@Turbo87](https://github.com/Turbo87)) -## [v1.0.1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v1.0.1) (2017-08-06) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.13...v1.0.1) +#### Committers: 2 +- Michael Stewart ([mikrostew](https://github.com/mikrostew)) +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) -**Implemented enhancements:** -- update `ember-cli-babel` version check and dependencies [\#93](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/93) ([mikrostew](https://github.com/mikrostew)) +## v1.0.0 (2017-08-01) -**Fixed bugs:** +#### :rocket: Enhancement +* [#83](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/83) Enable parallel transpile using API in broccoli-babel-transpiler. ([@mikrostew](https://github.com/mikrostew)) -- Adjust "ember-cli-babel" version check [\#91](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/91) ([Turbo87](https://github.com/Turbo87)) -- Adds explicit function keyword, removing concise function syntax [\#85](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/85) ([craigotis](https://github.com/craigotis)) +#### Committers: 1 +- Michael Stewart ([mikrostew](https://github.com/mikrostew)) -**Closed issues:** -- With 1.0.0 "broccoli-babel-transpiler is opting out of caching due to a plugin that does not provide a caching strategy: `\(\) =\> \_\_dirname`." [\#89](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/89) -- Syntax error/build broken in versions 0.3.7 and newer [\#84](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/84) +## v0.4.4 (2017-07-29) -**Merged pull requests:** +#### :bug: Bug Fix +* [#88](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/88) Ensure ember-template-compiler does not mutate shared config object.. ([@rwjblue](https://github.com/rwjblue)) -- CI: Use yarn instead of npm [\#92](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/92) ([Turbo87](https://github.com/Turbo87)) +#### Committers: 1 +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) -## [v0.3.13](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.13) (2017-08-01) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v1.0.0...v0.3.13) -**Implemented enhancements:** +## v0.4.3 (2017-05-10) -- port parallel changes from master to 0.3.x branch [\#87](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/87) ([mikrostew](https://github.com/mikrostew)) +#### :rocket: Enhancement +* [#81](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/81) Update ember-cli-version-checker to be aware of nested packages.. ([@rwjblue](https://github.com/rwjblue)) -## [v1.0.0](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v1.0.0) (2017-08-01) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.4...v1.0.0) +#### Committers: 1 +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) -**Implemented enhancements:** -- Enable parallel transpile using API in broccoli-babel-transpiler [\#83](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/83) ([mikrostew](https://github.com/mikrostew)) +## v0.4.2 (2017-05-03) -## [v0.4.4](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.4) (2017-07-29) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.12...v0.4.4) +#### :bug: Bug Fix +* [#76](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/76) Fixes init call so this works in older versions of ember-cli. ([@MiguelMadero](https://github.com/MiguelMadero)) -## [v0.3.12](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.12) (2017-07-29) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.3...v0.3.12) +#### Committers: 2 +- Miguel Madero ([MiguelMadero](https://github.com/MiguelMadero)) +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) -**Fixed bugs:** -- Ensure ember-template-compiler does not mutate shared config object. [\#88](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/88) ([rwjblue](https://github.com/rwjblue)) +## v0.4.1 (2017-05-02) -**Closed issues:** +#### :rocket: Enhancement +* [#72](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/72) Add helpful messaging when used in the wrong context.. ([@rwjblue](https://github.com/rwjblue)) -- Unable to build ember after updating to 0.4.1 or higher [\#86](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/86) -- Error message precompile@0.3 requires the host to use ember-cli-babel@5 despite @0.4 installed [\#78](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/78) +#### Committers: 1 +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) -## [v0.4.3](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.3) (2017-05-10) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.11...v0.4.3) -**Implemented enhancements:** +## v0.4.0 (2017-04-22) -- Update ember-cli-version-checker to be aware of nested packages. [\#81](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/81) ([rwjblue](https://github.com/rwjblue)) +#### :rocket: Enhancement +* [#69](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/69) Make it work with ember-cli-babel@6 + ember-cli ^2.. ([@rwjblue](https://github.com/rwjblue)) -**Closed issues:** +#### :bug: Bug Fix +* [#68](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/68) Ensure super call is bounded. ([@samselikoff](https://github.com/samselikoff)) -- Cannot find module 'ember-cli-babel/package' [\#82](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/82) -- 2.13 Addon Dependency Usage [\#79](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/79) +#### Committers: 4 +- Ricardo Mendes ([locks](https://github.com/locks)) +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) +- Sam Selikoff ([samselikoff](https://github.com/samselikoff)) +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) -## [v0.3.11](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.11) (2017-05-08) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.10...v0.3.11) -## [v0.3.10](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.10) (2017-05-08) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.9...v0.3.10) +## v0.4.0-beta.1 (2017-03-11) -**Implemented enhancements:** +#### :rocket: Enhancement +* [#69](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/69) Make it work with ember-cli-babel@6 + ember-cli ^2.. ([@rwjblue](https://github.com/rwjblue)) -- Ensure that nested addons using inline precompile can use Babel 5 locally [\#80](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/80) ([rwjblue](https://github.com/rwjblue)) +#### :bug: Bug Fix +* [#68](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/68) Ensure super call is bounded. ([@samselikoff](https://github.com/samselikoff)) -## [v0.3.9](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.9) (2017-05-03) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.2...v0.3.9) +#### Committers: 4 +- Ricardo Mendes ([locks](https://github.com/locks)) +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) +- Sam Selikoff ([samselikoff](https://github.com/samselikoff)) +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) -## [v0.4.2](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.2) (2017-05-03) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.1...v0.4.2) -**Fixed bugs:** +## v0.3.6 (2016-11-04) -- Fixes init call so this works in older versions of ember-cli [\#76](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/76) ([MiguelMadero](https://github.com/MiguelMadero)) +#### :bug: Bug Fix +* [#57](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/57) Use ember-source instead of ember-core. ([@josemarluedke](https://github.com/josemarluedke)) -**Closed issues:** +#### Committers: 3 +- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) +- Josemar Luedke ([josemarluedke](https://github.com/josemarluedke)) +- Ricardo Mendes ([locks](https://github.com/locks)) -- TypeError: Cannot read property 'apply' of undefined... [\#75](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/75) -- Cannot read property 'lt' of undefined [\#74](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/74) -**Merged pull requests:** +## v0.3.5 (2016-08-11) -- CI: Use "auto-dist-tag" for deployment [\#77](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/77) ([Turbo87](https://github.com/Turbo87)) +#### :bug: Bug Fix +* [#37](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/37) Fix AST plugin usage with inline precompiler.. ([@rwjblue](https://github.com/rwjblue)) -## [v0.4.1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.1) (2017-05-02) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.8...v0.4.1) +#### Committers: 2 +- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) -**Implemented enhancements:** -- Add helpful messaging when used in the wrong context. [\#72](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/72) ([rwjblue](https://github.com/rwjblue)) +## v0.3.4 (2016-08-10) -## [v0.3.8](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.8) (2017-05-02) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.7...v0.3.8) +#### :rocket: Enhancement +* [#34](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/34) Provide template compiler cache key to babel plugin.. ([@rwjblue](https://github.com/rwjblue)) +* [#31](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/31) Noop if ember-cli-htmlbars has already registered the precompiler. ([@offirgolan](https://github.com/offirgolan)) -## [v0.3.7](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.7) (2017-05-02) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.0...v0.3.7) +#### Committers: 3 +- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) +- Offir Golan ([offirgolan](https://github.com/offirgolan)) +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) -**Implemented enhancements:** -- Provide helpful messaging when using 0.3 with Babel 6. [\#73](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/73) ([rwjblue](https://github.com/rwjblue)) +## v0.3.3 (2016-07-27) -## [v0.4.0](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.0) (2017-04-22) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.0-beta.2...v0.4.0) +#### :rocket: Enhancement +* [#30](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/30) Make sure feature flags are available. ([@chadhietala](https://github.com/chadhietala)) -**Closed issues:** +#### Committers: 2 +- Chad Hietala ([chadhietala](https://github.com/chadhietala)) +- Clemens M�ller ([pangratz](https://github.com/pangratz)) -- Compilation inside ember controller [\#70](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/70) -## [v0.4.0-beta.2](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.0-beta.2) (2017-03-13) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.4.0-beta.1...v0.4.0-beta.2) +## v0.3.2 (2016-05-22) -## [v0.4.0-beta.1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.4.0-beta.1) (2017-03-12) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.6...v0.4.0-beta.1) +#### :rocket: Enhancement +* [#28](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/28) add support for ember-core npm module. ([@stefanpenner](https://github.com/stefanpenner)) -**Implemented enhancements:** +#### Committers: 2 +- Clemens M�ller ([pangratz](https://github.com/pangratz)) +- Stefan Penner ([stefanpenner](https://github.com/stefanpenner)) -- Make it work with ember-cli-babel@6 + ember-cli ^2. [\#69](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/69) ([rwjblue](https://github.com/rwjblue)) -**Fixed bugs:** +## 0.3.1 (2015-09-12) -- Ensure super call is bounded [\#68](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/68) ([samselikoff](https://github.com/samselikoff)) +#### :rocket: Enhancement +* [#23](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/23) Upgrade to ember-cli-htmlbars ^1.0.0. ([@joliss](https://github.com/joliss)) -**Closed issues:** +#### Committers: 1 +- Jo Liss ([joliss](https://github.com/joliss)) -- SyntaxError with Addon Using `included` Hook [\#66](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/66) -**Merged pull requests:** +## 0.3.0 (2015-08-31) -- CI: Enable automatic NPM deployment for tags [\#67](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/67) ([Turbo87](https://github.com/Turbo87)) -- Adds ember-source scenario to ember try [\#65](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/65) ([locks](https://github.com/locks)) -- Add lts-2-8 to ember-try config. [\#64](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/64) ([rwjblue](https://github.com/rwjblue)) +#### :rocket: Enhancement +* [#21](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/21) Fix usage within multi-EmberApp builds. ([@ef4](https://github.com/ef4)) -## [v0.3.6](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.6) (2016-11-04) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.5...v0.3.6) +#### :bug: Bug Fix +* [#5](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/5) app.options doesn't exist when used in addons. ([@wagenet](https://github.com/wagenet)) -**Fixed bugs:** +#### Committers: 2 +- Edward Faulkner ([ef4](https://github.com/ef4)) +- Peter Wagenet ([wagenet](https://github.com/wagenet)) -- Use ember-source instead of ember-core [\#57](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/57) ([josemarluedke](https://github.com/josemarluedke)) -**Closed issues:** +## v0.1.2 (2015-06-26) -- How to render outside of tests? [\#44](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/44) -- ember-cli-htmlbars-inline-precompile is opting out of caching due to an AST plugin that does not provide a caching strategy: `v-get` [\#38](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/38) -- Is it okay to use for components in production? [\#26](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/26) +#### :rocket: Enhancement +* [#12](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/12) Bump babel-plugin-htmlbars-inline-precompile to v0.0.3. ([@pangratz](https://github.com/pangratz)) -**Merged pull requests:** +#### Committers: 1 +- Clemens M�ller ([pangratz](https://github.com/pangratz)) -- Fix tests [\#63](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/63) ([locks](https://github.com/locks)) -- 👻😱 Node.js 0.10 is unmaintained 😱👻 [\#62](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/62) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) -## [v0.3.5](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.5) (2016-08-11) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.4...v0.3.5) +## v0.1.1 (2015-06-13) -**Fixed bugs:** +#### :rocket: Enhancement +* [#10](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/10) Pump babel-plugin-htmlbars-inline-precompile to 0.0.2. ([@pangratz](https://github.com/pangratz)) -- Fix AST plugin usage with inline precompiler. [\#37](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/37) ([rwjblue](https://github.com/rwjblue)) - -**Merged pull requests:** - -- Update ember-cli-sri to version 2.1.1 🚀 [\#35](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/35) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) -- Update ember-cli-app-version to version 2.0.0 🚀 [\#33](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/33) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - -## [v0.3.4](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.4) (2016-08-10) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.3...v0.3.4) - -**Implemented enhancements:** - -- Provide template compiler cache key to babel plugin. [\#34](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/34) ([rwjblue](https://github.com/rwjblue)) -- Noop if ember-cli-htmlbars has already registered the precompiler [\#31](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/31) ([offirgolan](https://github.com/offirgolan)) - -**Merged pull requests:** - -- Update ember-cli-app-version to version 1.0.1 🚀 [\#32](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/32) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot)) - -## [v0.3.3](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.3) (2016-07-28) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.3.2...v0.3.3) - -**Implemented enhancements:** - -- Make sure feature flags are available [\#30](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/30) ([chadhietala](https://github.com/chadhietala)) - -**Merged pull requests:** - -- Update URLs after moving repository to ember-cli organization [\#29](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/29) ([pangratz](https://github.com/pangratz)) - -## [v0.3.2](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.3.2) (2016-05-22) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/0.3.1...v0.3.2) - -**Implemented enhancements:** - -- add support for ember-core npm module [\#28](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/28) ([stefanpenner](https://github.com/stefanpenner)) - -**Closed issues:** - -- Compile templates with child components? [\#27](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/27) - -**Merged pull requests:** - -- Lock down jQuery to 1.11 [\#25](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/25) ([pangratz](https://github.com/pangratz)) -- Update README [\#24](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/24) ([pangratz](https://github.com/pangratz)) - -## [0.3.1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/0.3.1) (2015-09-12) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/0.3.0...0.3.1) - -**Implemented enhancements:** - -- Upgrade to ember-cli-htmlbars ^1.0.0 [\#23](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/23) ([joliss](https://github.com/joliss)) - -**Fixed bugs:** - -- `app.options` is undefined when using in an addon [\#4](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/4) - -**Closed issues:** - -- Cannot read property 'name' of undefined [\#22](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/22) -- Add section about JSHint problems with ember-cli-mocha: Expected '\)' and instead saw ' [\#20](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/20) - -## [0.3.0](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/0.3.0) (2015-08-31) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/0.2.0...0.3.0) - -**Implemented enhancements:** - -- Fix usage within multi-EmberApp builds [\#21](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/21) ([ef4](https://github.com/ef4)) - -**Fixed bugs:** - -- app.options doesn't exist when used in addons [\#5](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/5) ([wagenet](https://github.com/wagenet)) - -**Closed issues:** - -- Is it possible to use it in a jsbin? [\#19](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/19) -- doesn't work with babel-core 5.7 [\#18](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/18) -- How to use this in combination with coffeescript? [\#17](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/17) -- Best way to test a focusout event [\#16](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/16) - -## [0.2.0](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/0.2.0) (2015-07-10) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/0.1.3...0.2.0) - -**Closed issues:** - -- Babel deprecation notice [\#15](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/15) -- this.set\(\) is undefined — contradicts ReadMe example [\#14](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/14) -- Babel Deprecation \(returning a string from a visitor method\) [\#13](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/13) - -## [0.1.3](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/0.1.3) (2015-06-30) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.1.2...0.1.3) - -## [v0.1.2](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.1.2) (2015-06-26) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.1.1...v0.1.2) - -**Implemented enhancements:** - -- Add blueprint for a component integration test [\#6](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/6) -- Bump babel-plugin-htmlbars-inline-precompile to v0.0.3 [\#12](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/12) ([pangratz](https://github.com/pangratz)) - -**Closed issues:** - -- Babel Deprecation for Path\#remove [\#11](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/11) - -## [v0.1.1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.1.1) (2015-06-13) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.1.0...v0.1.1) - -**Implemented enhancements:** - -- Pump babel-plugin-htmlbars-inline-precompile to 0.0.2 [\#10](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/10) ([pangratz](https://github.com/pangratz)) - -**Closed issues:** - -- Check babel version and warn if prerequisites are not met [\#3](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/3) - -## [v0.1.0](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.1.0) (2015-05-06) -[Full Changelog](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/compare/v0.0.1...v0.1.0) - -**Closed issues:** - -- Error using precompiler [\#2](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/issues/2) - -**Merged pull requests:** - -- Tweak the readme for hbs tag [\#1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/pull/1) ([mixonic](https://github.com/mixonic)) - -## [v0.0.1](https://github.com/ember-cli/ember-cli-htmlbars-inline-precompile/tree/v0.0.1) (2015-05-05) - - -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +#### Committers: 1 +- Clemens M�ller ([pangratz](https://github.com/pangratz)) diff --git a/package.json b/package.json index 29400181..cfecfcb7 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ }, "scripts": { "build": "ember build", + "changelog": "lerna-changelog", "lint:js": "eslint ./*.js addon addon-test-support app config lib server test-support tests", "start": "ember server", "test": "mocha node-tests && ember try:each", @@ -44,6 +45,7 @@ "eslint-plugin-ember": "^5.0.0", "eslint-plugin-node": "^5.2.1", "htmlbars-comment-redactor": "^0.0.4", + "lerna-changelog": "^0.7.0", "loader.js": "^4.0.10", "mocha": "^3.4.2", "username-sync": "^1.0.1" diff --git a/yarn.lock b/yarn.lock index 3901ca92..ec2048ab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -45,6 +45,20 @@ after@0.8.1: resolved "https://registry.yarnpkg.com/after/-/after-0.8.1.tgz#ab5d4fb883f596816d3515f8f791c0af486dd627" integrity sha1-q11PuIP1loFtNRX495HAr0ht1ic= +agent-base@4, agent-base@^4.1.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.2.1.tgz#d89e5999f797875674c07d87f260fc41e83e8ca9" + integrity sha512-JVwXMr9nHYTUXsBFKUqhJwvlcYU/blreOEUkhNR2eXZIvwd+c+o5V4MgDPKWnMS/56awN3TRzIP+KoPn+roQtg== + dependencies: + es6-promisify "^5.0.0" + +agentkeepalive@^3.3.0: + version "3.5.1" + resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-3.5.1.tgz#4eba75cf2ad258fc09efd506cdb8d8c2971d35a4" + integrity sha512-Cte/sTY9/XcygXjJ0q58v//SnEQ7ViWExKyJpLJlLqomDbQyMLh6Is4KuWJ/wmxzhiwkGRple7Gqv1zf6Syz5w== + dependencies: + humanize-ms "^1.2.1" + ajv-keywords@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762" @@ -165,7 +179,7 @@ aot-test-generators@^0.1.0: dependencies: jsesc "^2.5.0" -aproba@^1.0.3: +aproba@^1.0.3, aproba@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== @@ -1083,7 +1097,7 @@ bluebird@^2.9.33: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-2.11.0.tgz#534b9033c022c9579c56ba3b3e5a5caafbb650e1" integrity sha1-U0uQM8AiyVecVro7Plpcqvu2UOE= -bluebird@^3.1.1, bluebird@^3.4.6: +bluebird@^3.1.1, bluebird@^3.4.6, bluebird@^3.5.1: version "3.5.2" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.2.tgz#1be0908e054a751754549c270489c1505d4ab15a" integrity sha512-dhHTWMI7kMx5whMQntl7Vr9C6BvV10lFXDAasnqnrMYhXVCzzk6IO9Fo2L75jXHT07WrOngL1WDXOp+yYS91Yg== @@ -1592,6 +1606,11 @@ buffer-from@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef" integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== +builtin-modules@^1.0.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" + integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8= + bytes@1: version "1.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-1.0.0.tgz#3569ede8ba34315fab99c3e92cb04c7220de1fa8" @@ -1602,6 +1621,25 @@ bytes@3.0.0: resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048" integrity sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg= +cacache@^10.0.0: + version "10.0.4" + resolved "https://registry.yarnpkg.com/cacache/-/cacache-10.0.4.tgz#6452367999eff9d4188aefd9a14e9d7c6a263460" + integrity sha512-Dph0MzuH+rTQzGPNT9fAnrPmMmjKfST6trxJeK7NQuHRaVw24VzPRWTmg9MpcwOVQZO0E1FBICUlFeNaKPIfHA== + dependencies: + bluebird "^3.5.1" + chownr "^1.0.1" + glob "^7.1.2" + graceful-fs "^4.1.11" + lru-cache "^4.1.1" + mississippi "^2.0.0" + mkdirp "^0.5.1" + move-concurrently "^1.0.1" + promise-inflight "^1.0.1" + rimraf "^2.6.2" + ssri "^5.2.4" + unique-filename "^1.1.0" + y18n "^4.0.0" + cache-base@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" @@ -1646,6 +1684,11 @@ camelcase@^1.0.2, camelcase@^1.2.1: resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" integrity sha1-m7UwTS4LVmmLLHWLCKPqqdqlijk= +camelcase@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" + integrity sha1-MvxLn82vhF/N9+c7uXysImHwqwo= + can-symlink@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/can-symlink/-/can-symlink-1.0.0.tgz#97b607d8a84bb6c6e228b902d864ecb594b9d219" @@ -1833,6 +1876,15 @@ cliui@^2.1.0: right-align "^0.1.1" wordwrap "0.0.2" +cliui@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-3.2.0.tgz#120601537a916d29940f934da3b48d585a39213d" + integrity sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0= + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + wrap-ansi "^2.0.0" + clone@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/clone/-/clone-0.2.0.tgz#c6126a90ad4f72dbf5acdb243cc37724fe93fc1f" @@ -1994,7 +2046,7 @@ concat-map@0.0.1: resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= -concat-stream@^1.4.7, concat-stream@^1.6.0: +concat-stream@^1.4.7, concat-stream@^1.5.0, concat-stream@^1.6.0: version "1.6.2" resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34" integrity sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw== @@ -2073,6 +2125,18 @@ cookie@0.3.1: resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb" integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s= +copy-concurrently@^1.0.0: + version "1.0.5" + resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0" + integrity sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A== + dependencies: + aproba "^1.1.1" + fs-write-stream-atomic "^1.0.8" + iferr "^0.1.5" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.0" + copy-dereference@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/copy-dereference/-/copy-dereference-1.0.0.tgz#6b131865420fd81b413ba994b44d3655311152b6" @@ -2119,6 +2183,11 @@ cross-spawn@^5.0.1, cross-spawn@^5.1.0: shebang-command "^1.2.0" which "^1.2.9" +cyclist@~0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640" + integrity sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA= + debug@2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da" @@ -2147,7 +2216,7 @@ debug@2.6.9, debug@^2.1.0, debug@^2.1.1, debug@^2.1.2, debug@^2.1.3, debug@^2.2. dependencies: ms "2.0.0" -debug@=3.1.0: +debug@3.1.0, debug@=3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261" integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g== @@ -2161,7 +2230,7 @@ debug@^3.1.0: dependencies: ms "^2.1.1" -decamelize@^1.0.0: +decamelize@^1.0.0, decamelize@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= @@ -2188,6 +2257,13 @@ deep-is@~0.1.3: resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= +define-properties@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1" + integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== + dependencies: + object-keys "^1.0.12" + define-property@^0.2.5: version "0.2.5" resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" @@ -2329,6 +2405,16 @@ dot-prop@^3.0.0: dependencies: is-obj "^1.0.0" +duplexify@^3.4.2, duplexify@^3.6.0: + version "3.6.0" + resolved "https://registry.yarnpkg.com/duplexify/-/duplexify-3.6.0.tgz#592903f5d80b38d037220541264d69a198fb3410" + integrity sha512-fO3Di4tBKJpYTFHAxTU00BcfWMY9w24r/x21a6rZRbsD/ToUgGxsMbiGRmB7uVAXeGKXD9MwiLZa5E97EVgIRQ== + dependencies: + end-of-stream "^1.0.0" + inherits "^2.0.1" + readable-stream "^2.0.0" + stream-shift "^1.0.0" + editions@^1.1.1: version "1.3.4" resolved "https://registry.yarnpkg.com/editions/-/editions-1.3.4.tgz#3662cb592347c3168eb8e498a0ff73271d67f50b" @@ -2788,6 +2874,13 @@ encoding@^0.1.11: dependencies: iconv-lite "~0.4.13" +end-of-stream@^1.0.0, end-of-stream@^1.1.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" + integrity sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q== + dependencies: + once "^1.4.0" + engine.io-client@1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/engine.io-client/-/engine.io-client-1.8.0.tgz#7b730e4127414087596d9be3c88d2bc5fdb6cf5c" @@ -2840,6 +2933,18 @@ entities@~1.1.1: resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.1.tgz#6e5c2d0a5621b5dadaecef80b90edfb5cd7772f0" integrity sha1-blwtClYhtdra7O+AuQ7ftc13cvA= +err-code@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/err-code/-/err-code-1.1.2.tgz#06e0116d3028f6aef4806849eb0ea6a748ae6960" + integrity sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA= + +error-ex@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf" + integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== + dependencies: + is-arrayish "^0.2.1" + error@^7.0.0: version "7.0.2" resolved "https://registry.yarnpkg.com/error/-/error-7.0.2.tgz#a5f75fff4d9926126ddac0ea5dc38e689153cb02" @@ -2848,6 +2953,38 @@ error@^7.0.0: string-template "~0.2.1" xtend "~4.0.0" +es-abstract@^1.4.3: + version "1.12.0" + resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165" + integrity sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA== + dependencies: + es-to-primitive "^1.1.1" + function-bind "^1.1.1" + has "^1.0.1" + is-callable "^1.1.3" + is-regex "^1.0.4" + +es-to-primitive@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377" + integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg== + dependencies: + is-callable "^1.1.4" + is-date-object "^1.0.1" + is-symbol "^1.0.2" + +es6-promise@^4.0.3: + version "4.2.5" + resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.5.tgz#da6d0d5692efb461e082c14817fe2427d8f5d054" + integrity sha512-n6wvpdE43VFtJq+lUDYDBFUwV8TZbuGXLV4D6wKafg13ldznKsyEvatubnmUe31zcvelSzOHF+XbaT+Bl9ObDg== + +es6-promisify@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203" + integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM= + dependencies: + es6-promise "^4.0.3" + escape-html@~1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" @@ -3012,7 +3149,7 @@ exec-sh@^0.2.0: dependencies: merge "^1.2.0" -execa@^0.6.0: +execa@^0.6.0, execa@^0.6.3: version "0.6.3" resolved "https://registry.yarnpkg.com/execa/-/execa-0.6.3.tgz#57b69a594f081759c69e5370f0d17b9cb11658fe" integrity sha1-V7aaWU8IF1nGnlNw8NF7nLEWWP4= @@ -3308,6 +3445,14 @@ find-index@^1.1.0: resolved "https://registry.yarnpkg.com/find-index/-/find-index-1.1.0.tgz#53007c79cd30040d6816d79458e8837d5c5705ef" integrity sha1-UwB8ec0wBA1oFteUWOiDfVxXBe8= +find-up@^1.0.0: + version "1.1.2" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" + integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= + dependencies: + path-exists "^2.0.0" + pinkie-promise "^2.0.0" + find-up@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7" @@ -3356,6 +3501,14 @@ flat-cache@^1.2.1: graceful-fs "^4.1.2" write "^0.2.1" +flush-write-stream@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd" + integrity sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw== + dependencies: + inherits "^2.0.1" + readable-stream "^2.0.4" + follow-redirects@^1.0.0: version "1.5.9" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.9.tgz#c9ed9d748b814a39535716e531b9196a845d89c6" @@ -3392,6 +3545,14 @@ fresh@0.5.2: resolved "https://registry.yarnpkg.com/fresh/-/fresh-0.5.2.tgz#3d8cadd90d976569fa835ab1f8e4b23a105605a7" integrity sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac= +from2@^2.1.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af" + integrity sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8= + dependencies: + inherits "^2.0.1" + readable-stream "^2.0.0" + fs-exists-sync@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz#982d6893af918e72d08dec9e8673ff2b5a8d6add" @@ -3447,6 +3608,14 @@ fs-extra@^0.30.0: path-is-absolute "^1.0.0" rimraf "^2.2.8" +fs-extra@^2.0.0: + version "2.1.2" + resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-2.1.2.tgz#046c70163cef9aad46b0e4a7fa467fb22d71de35" + integrity sha1-BGxwFjzvmq1GsOSn+kZ/si1x3jU= + dependencies: + graceful-fs "^4.1.2" + jsonfile "^2.1.0" + fs-extra@^4.0.3: version "4.0.3" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-4.0.3.tgz#0d852122e5bc5beb453fb028e9c0c9bf36340c94" @@ -3487,6 +3656,16 @@ fs-tree-diff@^0.5.2, fs-tree-diff@^0.5.3, fs-tree-diff@^0.5.4, fs-tree-diff@^0.5 path-posix "^1.0.0" symlink-or-copy "^1.1.8" +fs-write-stream-atomic@^1.0.8: + version "1.0.10" + resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" + integrity sha1-tH31NJPvkR33VzHnCp3tAYnbQMk= + dependencies: + graceful-fs "^4.1.2" + iferr "^0.1.5" + imurmurhash "^0.1.4" + readable-stream "1 || 2" + fs.realpath@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" @@ -3500,6 +3679,11 @@ fsevents@^1.2.3: nan "^2.9.2" node-pre-gyp "^0.10.0" +function-bind@^1.0.2, function-bind@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d" + integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== + functional-red-black-tree@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" @@ -3519,7 +3703,7 @@ gauge@~2.7.3: strip-ansi "^3.0.1" wide-align "^1.1.0" -get-caller-file@^1.0.0: +get-caller-file@^1.0.0, get-caller-file@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" integrity sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w== @@ -3757,6 +3941,11 @@ has-flag@^3.0.0: resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd" integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0= +has-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44" + integrity sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q= + has-unicode@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9" @@ -3793,6 +3982,13 @@ has-values@^1.0.0: is-number "^3.0.0" kind-of "^4.0.0" +has@^1.0.1: + version "1.0.3" + resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796" + integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== + dependencies: + function-bind "^1.1.1" + hash-for-dep@^1.0.2, hash-for-dep@^1.2.3: version "1.2.3" resolved "https://registry.yarnpkg.com/hash-for-dep/-/hash-for-dep-1.2.3.tgz#5ec69fca32c23523972d52acb5bb65ffc3664cab" @@ -3859,7 +4055,7 @@ homedir-polyfill@^1.0.0, homedir-polyfill@^1.0.1: dependencies: parse-passwd "^1.0.0" -hosted-git-info@^2.1.5: +hosted-git-info@^2.1.4, hosted-git-info@^2.1.5: version "2.7.1" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" integrity sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w== @@ -3877,6 +4073,11 @@ htmlbars@^0.14.24: resolved "https://registry.yarnpkg.com/htmlbars/-/htmlbars-0.14.24.tgz#858e1ff795d3f8659dcbf7b11e2b845d65a5d6ab" integrity sha1-hY4f95XT+GWdy/exHiuEXWWl1qs= +http-cache-semantics@^3.8.0: + version "3.8.1" + resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz#39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2" + integrity sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w== + http-errors@1.6.3, http-errors@~1.6.2, http-errors@~1.6.3: version "1.6.3" resolved "https://registry.yarnpkg.com/http-errors/-/http-errors-1.6.3.tgz#8b55680bb4be283a0b5bf4ea2e38580be1d9320d" @@ -3892,6 +4093,14 @@ http-parser-js@>=0.4.0: resolved "https://registry.yarnpkg.com/http-parser-js/-/http-parser-js-0.4.13.tgz#3bd6d6fde6e3172c9334c3b33b6c193d80fe1137" integrity sha1-O9bW/ebjFyyTNMOzO2wZPYD+ETc= +http-proxy-agent@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-2.1.0.tgz#e4821beef5b2142a2026bd73926fe537631c5405" + integrity sha512-qwHbBLV7WviBl0rQsOzH6o5lwyOIvwp/BdFnvVxXORldu5TmjFfjzBcWUWS5kWAZhmv+JtiDhSuQCp4sBfbIgg== + dependencies: + agent-base "4" + debug "3.1.0" + http-proxy@^1.13.1, http-proxy@^1.9.0: version "1.17.0" resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.17.0.tgz#7ad38494658f84605e2f6db4436df410f4e5be9a" @@ -3901,6 +4110,21 @@ http-proxy@^1.13.1, http-proxy@^1.9.0: follow-redirects "^1.0.0" requires-port "^1.0.0" +https-proxy-agent@^2.1.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.1.tgz#51552970fa04d723e04c56d04178c3f92592bbc0" + integrity sha512-HPCTS1LW51bcyMYbxUIOO4HEOlQ1/1qRaFWcyxvwaqUS9TY88aoEuHUY33kuAh1YhVVaDQhLZsnPd+XNARWZlQ== + dependencies: + agent-base "^4.1.0" + debug "^3.1.0" + +humanize-ms@^1.2.1: + version "1.2.1" + resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed" + integrity sha1-xG4xWaKT9riW2ikxbYtv6Lt5u+0= + dependencies: + ms "^2.0.0" + iconv-lite@0.4.23: version "0.4.23" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.23.tgz#297871f63be507adcfbfca715d0cd0eed84e9a63" @@ -3915,6 +4139,11 @@ iconv-lite@^0.4.17, iconv-lite@^0.4.4, iconv-lite@^0.4.5, iconv-lite@~0.4.13: dependencies: safer-buffer ">= 2.1.2 < 3" +iferr@^0.1.5: + version "0.1.5" + resolved "https://registry.yarnpkg.com/iferr/-/iferr-0.1.5.tgz#c60eed69e6d8fdb6b3104a1fcbca1c192dc5b501" + integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE= + ignore-walk@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/ignore-walk/-/ignore-walk-3.0.1.tgz#a83e62e7d272ac0e3b551aaa82831a19b69f82f8" @@ -4023,6 +4252,11 @@ invert-kv@^1.0.0: resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= +ip@^1.1.4: + version "1.1.5" + resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a" + integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo= + ipaddr.js@1.8.0: version "1.8.0" resolved "https://registry.yarnpkg.com/ipaddr.js/-/ipaddr.js-1.8.0.tgz#eaa33d6ddd7ace8f7f6fe0c9ca0440e706738b1e" @@ -4042,11 +4276,28 @@ is-accessor-descriptor@^1.0.0: dependencies: kind-of "^6.0.0" +is-arrayish@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d" + integrity sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= + is-buffer@^1.1.5: version "1.1.6" resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== +is-builtin-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" + integrity sha1-VAVy0096wxGfj3bDDLwbHgN6/74= + dependencies: + builtin-modules "^1.0.0" + +is-callable@^1.1.3, is-callable@^1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75" + integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA== + is-data-descriptor@^0.1.4: version "0.1.4" resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" @@ -4061,6 +4312,11 @@ is-data-descriptor@^1.0.0: dependencies: kind-of "^6.0.0" +is-date-object@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.1.tgz#9aa20eb6aeebbff77fbd33e74ca01b33581d3a16" + integrity sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY= + is-descriptor@^0.1.0: version "0.1.6" resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" @@ -4223,6 +4479,13 @@ is-promise@^2.1.0: resolved "https://registry.yarnpkg.com/is-promise/-/is-promise-2.1.0.tgz#79a2a9ece7f096e80f36d2b2f3bc16c1ff4bf3fa" integrity sha1-eaKp7OfwlugPNtKy87wWwf9L8/o= +is-regex@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.0.4.tgz#5517489b547091b0930e095654ced25ee97e9491" + integrity sha1-VRdIm1RwkbCTDglWVM7SXul+lJE= + dependencies: + has "^1.0.1" + is-resolvable@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" @@ -4233,6 +4496,13 @@ is-stream@^1.0.1, is-stream@^1.1.0: resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= +is-symbol@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-symbol/-/is-symbol-1.0.2.tgz#a055f6ae57192caee329e7a860118b497a950f38" + integrity sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw== + dependencies: + has-symbols "^1.0.0" + is-type@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/is-type/-/is-type-0.0.1.tgz#f651d85c365d44955d14a51d8d7061f3f6b4779c" @@ -4346,6 +4616,11 @@ jsesc@~0.5.0: resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" integrity sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0= +json-parse-better-errors@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" + integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== + json-schema-traverse@^0.3.0: version "0.3.1" resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340" @@ -4449,6 +4724,21 @@ leek@0.0.24: lodash.assign "^3.2.0" rsvp "^3.0.21" +lerna-changelog@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/lerna-changelog/-/lerna-changelog-0.7.0.tgz#1994eb655beb82ac5ca4c715d76d301baaffb03b" + integrity sha512-ALEBSyDaXnaCnxBk/8/0nnfxMU0l31OgHfd3s6vdHGQUE4v/0PY2zLD3DO70PXoSVaZpSmWq7z5R0ai6ae9jTg== + dependencies: + chalk "^1.1.3" + execa "^0.6.3" + fs-extra "^2.0.0" + make-fetch-happen "^2.4.13" + normalize-git-url "^3.0.2" + p-map "^1.1.1" + progress "^1.1.8" + string.prototype.padend "^3.0.0" + yargs "^6.6.0" + leven@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/leven/-/leven-1.0.2.tgz#9144b6eebca5f1d0680169f1a6770dcea60b75c3" @@ -4481,6 +4771,17 @@ livereload-js@^2.3.0: resolved "https://registry.yarnpkg.com/livereload-js/-/livereload-js-2.3.0.tgz#c3ab22e8aaf5bf3505d80d098cbad67726548c9a" integrity sha512-j1R0/FeGa64Y+NmqfZhyoVRzcFlOZ8sNlKzHjh4VvLULFACZhn68XrX5DFg2FhMvSMJmROuFxRSa560ECWKBMg== +load-json-file@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" + integrity sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= + dependencies: + graceful-fs "^4.1.2" + parse-json "^2.2.0" + pify "^2.0.0" + pinkie-promise "^2.0.0" + strip-bom "^2.0.0" + loader.js@^4.0.10: version "4.7.0" resolved "https://registry.yarnpkg.com/loader.js/-/loader.js-4.7.0.tgz#a1a52902001c83631efde9688b8ab3799325ef1f" @@ -4971,7 +5272,7 @@ lower-case@^1.1.1: resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac" integrity sha1-miyr0bno4K6ZOkv31YdcOcQujqw= -lru-cache@^4.0.1: +lru-cache@^4.0.1, lru-cache@^4.1.1: version "4.1.3" resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.3.tgz#a1175cf3496dfc8436c156c334b4955992bce69c" integrity sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA== @@ -4984,6 +5285,23 @@ make-array@^0.1.2: resolved "https://registry.yarnpkg.com/make-array/-/make-array-0.1.2.tgz#335e36ebb0c5a43154d21213a1ecaeae2a1bb3ef" integrity sha1-M14267DFpDFU0hIToeyuriobs+8= +make-fetch-happen@^2.4.13: + version "2.6.0" + resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-2.6.0.tgz#8474aa52198f6b1ae4f3094c04e8370d35ea8a38" + integrity sha512-FFq0lNI0ax+n9IWzWpH8A4JdgYiAp2DDYIZ3rsaav8JDe8I+72CzK6PQW/oom15YDZpV5bYW/9INd6nIJ2ZfZw== + dependencies: + agentkeepalive "^3.3.0" + cacache "^10.0.0" + http-cache-semantics "^3.8.0" + http-proxy-agent "^2.0.0" + https-proxy-agent "^2.1.0" + lru-cache "^4.1.1" + mississippi "^1.2.0" + node-fetch-npm "^2.0.2" + promise-retry "^1.1.1" + socks-proxy-agent "^3.0.1" + ssri "^5.0.0" + makeerror@1.0.x: version "1.0.11" resolved "https://registry.yarnpkg.com/makeerror/-/makeerror-1.0.11.tgz#e01a5c9109f2af79660e4e8b9587790184f5a96c" @@ -5208,6 +5526,38 @@ minizlib@^1.1.0: dependencies: minipass "^2.2.1" +mississippi@^1.2.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-1.3.1.tgz#2a8bb465e86550ac8b36a7b6f45599171d78671e" + integrity sha512-/6rB8YXFbAtsUVRphIRQqB0+9c7VaPHCjVtvto+JqwVxgz8Zz+I+f68/JgQ+Pb4VlZb2svA9OtdXnHHsZz7ltg== + dependencies: + concat-stream "^1.5.0" + duplexify "^3.4.2" + end-of-stream "^1.1.0" + flush-write-stream "^1.0.0" + from2 "^2.1.0" + parallel-transform "^1.1.0" + pump "^1.0.0" + pumpify "^1.3.3" + stream-each "^1.1.0" + through2 "^2.0.0" + +mississippi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/mississippi/-/mississippi-2.0.0.tgz#3442a508fafc28500486feea99409676e4ee5a6f" + integrity sha512-zHo8v+otD1J10j/tC+VNoGK9keCuByhKovAvdn74dmxJl9+mWHnx6EMsDN4lgRoMI/eYo2nchAxniIbUPb5onw== + dependencies: + concat-stream "^1.5.0" + duplexify "^3.4.2" + end-of-stream "^1.1.0" + flush-write-stream "^1.0.0" + from2 "^2.1.0" + parallel-transform "^1.1.0" + pump "^2.0.1" + pumpify "^1.3.3" + stream-each "^1.1.0" + through2 "^2.0.0" + mixin-deep@^1.2.0: version "1.3.1" resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.1.tgz#a49e7268dce1a0d9698e45326c5626df3543d0fe" @@ -5274,6 +5624,18 @@ mout@^1.0.0: resolved "https://registry.yarnpkg.com/mout/-/mout-1.1.0.tgz#0b29d41e6a80fa9e2d4a5be9d602e1d9d02177f6" integrity sha512-XsP0vf4As6BfqglxZqbqQ8SR6KQot2AgxvR0gG+WtUkf90vUXchMOZQtPf/Hml1rEffJupqL/tIrU6EYhsUQjw== +move-concurrently@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" + integrity sha1-viwAX9oy4LKa8fBdfEszIUxwH5I= + dependencies: + aproba "^1.1.1" + copy-concurrently "^1.0.0" + fs-write-stream-atomic "^1.0.8" + mkdirp "^0.5.1" + rimraf "^2.5.4" + run-queue "^1.0.3" + ms@0.7.1: version "0.7.1" resolved "https://registry.yarnpkg.com/ms/-/ms-0.7.1.tgz#9cd13c03adbff25b65effde7ce864ee952017098" @@ -5289,7 +5651,7 @@ ms@2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= -ms@^2.1.1: +ms@^2.0.0, ms@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== @@ -5362,6 +5724,15 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" +node-fetch-npm@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7" + integrity sha512-nJIxm1QmAj4v3nfCvEeCrYSoVwXyxLnaPBK5W1W5DGEJwjlKuC2VEUycGw5oxk+4zZahRrB84PUJJgEmhFTDFw== + dependencies: + encoding "^0.1.11" + json-parse-better-errors "^1.0.0" + safe-buffer "^5.1.1" + node-fetch@^1.3.3: version "1.7.3" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" @@ -5421,6 +5792,21 @@ nopt@^4.0.1: abbrev "1" osenv "^0.1.4" +normalize-git-url@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/normalize-git-url/-/normalize-git-url-3.0.2.tgz#8e5f14be0bdaedb73e07200310aa416c27350fc4" + integrity sha1-jl8Uvgva7bc+ByADEKpBbCc1D8Q= + +normalize-package-data@^2.3.2: + version "2.4.0" + resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#12f95a307d58352075a04907b84ac8be98ac012f" + integrity sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw== + dependencies: + hosted-git-info "^2.1.4" + is-builtin-module "^1.0.0" + semver "2 || 3 || 4 || 5" + validate-npm-package-license "^3.0.1" + normalize-path@^2.0.0, normalize-path@^2.0.1, normalize-path@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" @@ -5495,6 +5881,11 @@ object-copy@^0.1.0: define-property "^0.2.5" kind-of "^3.0.3" +object-keys@^1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" + integrity sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag== + object-visit@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" @@ -5529,7 +5920,7 @@ on-headers@~1.0.1: resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7" integrity sha1-ko9dD0cNSTQmUepnlLCFfBAGk/c= -once@^1.3.0: +once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= @@ -5641,11 +6032,25 @@ p-locate@^2.0.0: dependencies: p-limit "^1.1.0" +p-map@^1.1.1: + version "1.2.0" + resolved "https://registry.yarnpkg.com/p-map/-/p-map-1.2.0.tgz#e4e94f311eabbc8633a1e79908165fca26241b6b" + integrity sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA== + p-try@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3" integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= +parallel-transform@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/parallel-transform/-/parallel-transform-1.1.0.tgz#d410f065b05da23081fcd10f28854c29bda33b06" + integrity sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY= + dependencies: + cyclist "~0.2.2" + inherits "^2.0.3" + readable-stream "^2.1.5" + parse-glob@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" @@ -5656,6 +6061,13 @@ parse-glob@^3.0.4: is-extglob "^1.0.0" is-glob "^2.0.0" +parse-json@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9" + integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= + dependencies: + error-ex "^1.2.0" + parse-passwd@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" @@ -5697,6 +6109,13 @@ path-exists@^1.0.0: resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-1.0.0.tgz#d5a8998eb71ef37a74c34eb0d9eba6e878eea081" integrity sha1-1aiZjrce83p0w06w2eum6HjuoIE= +path-exists@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b" + integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= + dependencies: + pinkie-promise "^2.0.0" + path-exists@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" @@ -5732,6 +6151,15 @@ path-to-regexp@0.1.7: resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c" integrity sha1-32BBeABfUi8V60SQ5yR6G/qmf4w= +path-type@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441" + integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= + dependencies: + graceful-fs "^4.1.2" + pify "^2.0.0" + pinkie-promise "^2.0.0" + pathval@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.0.tgz#b942e6d4bde653005ef6b71361def8727d0645e0" @@ -5805,11 +6233,21 @@ process-relative-require@^1.0.0: dependencies: node-modules-path "^1.0.0" +progress@^1.1.8: + version "1.1.8" + resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be" + integrity sha1-4mDHj2Fhzdmw5WzD4Khd4Xx6V74= + progress@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f" integrity sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8= +promise-inflight@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3" + integrity sha1-mEcocL8igTL8vdhoEputEsPAKeM= + promise-map-series@^0.2.1: version "0.2.3" resolved "https://registry.yarnpkg.com/promise-map-series/-/promise-map-series-0.2.3.tgz#c2d377afc93253f6bd03dbb77755eb88ab20a847" @@ -5817,6 +6255,14 @@ promise-map-series@^0.2.1: dependencies: rsvp "^3.0.14" +promise-retry@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-1.1.1.tgz#6739e968e3051da20ce6497fb2b50f6911df3d6d" + integrity sha1-ZznpaOMFHaIM5kl/srUPaRHfPW0= + dependencies: + err-code "^1.0.0" + retry "^0.10.0" + proxy-addr@~2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.4.tgz#ecfc733bf22ff8c6f407fa275327b9ab67e48b93" @@ -5830,6 +6276,31 @@ pseudomap@^1.0.2: resolved "https://registry.yarnpkg.com/pseudomap/-/pseudomap-1.0.2.tgz#f052a28da70e618917ef0a8ac34c1ae5a68286b3" integrity sha1-8FKijacOYYkX7wqKw0wa5aaChrM= +pump@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/pump/-/pump-1.0.3.tgz#5dfe8311c33bbf6fc18261f9f34702c47c08a954" + integrity sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pump@^2.0.0, pump@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/pump/-/pump-2.0.1.tgz#12399add6e4cf7526d973cbc8b5ce2e2908b3909" + integrity sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA== + dependencies: + end-of-stream "^1.1.0" + once "^1.3.1" + +pumpify@^1.3.3: + version "1.5.1" + resolved "https://registry.yarnpkg.com/pumpify/-/pumpify-1.5.1.tgz#36513be246ab27570b1a374a5ce278bfd74370ce" + integrity sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ== + dependencies: + duplexify "^3.6.0" + inherits "^2.0.3" + pump "^2.0.0" + q@^1.1.2: version "1.5.1" resolved "https://registry.yarnpkg.com/q/-/q-1.5.1.tgz#7e32f75b41381291d04611f1bf14109ac00651d7" @@ -5918,7 +6389,24 @@ rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -readable-stream@^2, readable-stream@^2.0.6, readable-stream@^2.2.2: +read-pkg-up@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-1.0.1.tgz#9d63c13276c065918d57f002a57f40a1b643fb02" + integrity sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= + dependencies: + find-up "^1.0.0" + read-pkg "^1.0.0" + +read-pkg@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-1.1.0.tgz#f5ffaa5ecd29cb31c0474bca7d756b6bb29e3f28" + integrity sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= + dependencies: + load-json-file "^1.0.0" + normalize-package-data "^2.3.2" + path-type "^1.0.0" + +"readable-stream@1 || 2", readable-stream@^2, readable-stream@^2.0.0, readable-stream@^2.0.4, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2: version "2.3.6" resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.6.tgz#b11c27d88b8ff1fbe070643cf94b0c79ae1b0aaf" integrity sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw== @@ -6095,6 +6583,16 @@ repeating@^2.0.0: dependencies: is-finite "^1.0.0" +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-main-filename@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1" + integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE= + require-uncached@^1.0.3: version "1.0.3" resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3" @@ -6174,6 +6672,11 @@ ret@~0.1.10: resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== +retry@^0.10.0: + version "0.10.1" + resolved "https://registry.yarnpkg.com/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4" + integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q= + right-align@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" @@ -6181,7 +6684,7 @@ right-align@^0.1.1: dependencies: align-text "^0.1.1" -rimraf@^2.2.8, rimraf@^2.3.2, rimraf@^2.3.4, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@^2.5.3, rimraf@^2.5.4, rimraf@^2.6.1: +rimraf@^2.2.8, rimraf@^2.3.2, rimraf@^2.3.4, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@^2.5.3, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2: version "2.6.2" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36" integrity sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w== @@ -6215,6 +6718,13 @@ run-async@^2.2.0: dependencies: is-promise "^2.1.0" +run-queue@^1.0.0, run-queue@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47" + integrity sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec= + dependencies: + aproba "^1.1.1" + rx-lite-aggregates@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz#753b87a89a11c95467c4ac1626c4efc4e05c67be" @@ -6232,7 +6742,7 @@ rx@^4.1.0: resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782" integrity sha1-pfE/957zt0D+MKqAP7CfmIBdR4I= -safe-buffer@5.1.2, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: +safe-buffer@5.1.2, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1: version "5.1.2" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== @@ -6288,6 +6798,11 @@ sax@^1.2.4: resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== +"semver@2 || 3 || 4 || 5", semver@^5.1.0, semver@^5.1.1, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" + integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== + semver@5.3.0: version "5.3.0" resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f" @@ -6298,11 +6813,6 @@ semver@^4.1.0, semver@^4.3.1: resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da" integrity sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto= -semver@^5.1.0, semver@^5.1.1, semver@^5.3.0, semver@^5.4.1, semver@^5.5.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004" - integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg== - send@0.16.2: version "0.16.2" resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1" @@ -6332,7 +6842,7 @@ serve-static@1.13.2: parseurl "~1.3.2" send "0.16.2" -set-blocking@~2.0.0: +set-blocking@^2.0.0, set-blocking@~2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" integrity sha1-BF+XgtARrppoA93TgrJDkrPYkPc= @@ -6418,6 +6928,11 @@ slide@^1.1.5: resolved "https://registry.yarnpkg.com/slide/-/slide-1.1.6.tgz#56eb027d65b4d2dce6cb2e2d32c4d4afc9e1d707" integrity sha1-VusCfWW00tzmyy4tMsTUr8nh1wc= +smart-buffer@^1.0.13: + version "1.1.15" + resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-1.1.15.tgz#7f114b5b65fab3e2a35aa775bb12f0d1c649bf16" + integrity sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY= + snake-case@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-2.1.0.tgz#41bdb1b73f30ec66a04d4e2cad1b76387d4d6d9f" @@ -6503,6 +7018,22 @@ socket.io@1.6.0: socket.io-client "1.6.0" socket.io-parser "2.3.1" +socks-proxy-agent@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-3.0.1.tgz#2eae7cf8e2a82d34565761539a7f9718c5617659" + integrity sha512-ZwEDymm204mTzvdqyUqOdovVr2YRd2NYskrYrF2LXyZ9qDiMAoFESGK8CRphiO7rtbo2Y757k2Nia3x2hGtalA== + dependencies: + agent-base "^4.1.0" + socks "^1.1.10" + +socks@^1.1.10: + version "1.1.10" + resolved "https://registry.yarnpkg.com/socks/-/socks-1.1.10.tgz#5b8b7fc7c8f341c53ed056e929b7bf4de8ba7b5a" + integrity sha1-W4t/x8jzQcU+0FbpKbe/Tei6e1o= + dependencies: + ip "^1.1.4" + smart-buffer "^1.0.13" + sort-object-keys@^1.1.1: version "1.1.2" resolved "https://registry.yarnpkg.com/sort-object-keys/-/sort-object-keys-1.1.2.tgz#d3a6c48dc2ac97e6bc94367696e03f6d09d37952" @@ -6610,6 +7141,32 @@ spawnback@~1.0.0: resolved "https://registry.yarnpkg.com/spawnback/-/spawnback-1.0.0.tgz#f73662f7e54d95367eca74d6426c677dd7ea686f" integrity sha1-9zZi9+VNlTZ+ynTWQmxnfdfqaG8= +spdx-correct@^3.0.0: + version "3.0.2" + resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.0.2.tgz#19bb409e91b47b1ad54159243f7312a858db3c2e" + integrity sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ== + dependencies: + spdx-expression-parse "^3.0.0" + spdx-license-ids "^3.0.0" + +spdx-exceptions@^2.1.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz#2ea450aee74f2a89bfb94519c07fcd6f41322977" + integrity sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA== + +spdx-expression-parse@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz#99e119b7a5da00e05491c9fa338b7904823b41d0" + integrity sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg== + dependencies: + spdx-exceptions "^2.1.0" + spdx-license-ids "^3.0.0" + +spdx-license-ids@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.1.tgz#e2a303236cac54b04031fa7a5a79c7e701df852f" + integrity sha512-TfOfPcYGBB5sDuPn3deByxPhmfegAhpDYKSOXZQN81Oyrrif8ZCodOLzK3AesELnCx03kikhyDwh0pfvvQvF8w== + split-string@^3.0.1, split-string@^3.0.2: version "3.1.0" resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" @@ -6632,6 +7189,13 @@ sri-toolbox@^0.2.0: resolved "https://registry.yarnpkg.com/sri-toolbox/-/sri-toolbox-0.2.0.tgz#a7fea5c3fde55e675cf1c8c06f3ebb5c2935835e" integrity sha1-p/6lw/3lXmdc8cjAbz67XCk1g14= +ssri@^5.0.0, ssri@^5.2.4: + version "5.3.0" + resolved "https://registry.yarnpkg.com/ssri/-/ssri-5.3.0.tgz#ba3872c9c6d33a0704a7d71ff045e5ec48999d06" + integrity sha512-XRSIPqLij52MtgoQavH/x/dU1qVKtWUAAZeOHsR9c2Ddi4XerFy3mc1alf+dLJKl9EUIm/Ht+EowFkTUOA6GAQ== + dependencies: + safe-buffer "^5.1.1" + stable@~0.1.3: version "0.1.8" resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" @@ -6655,12 +7219,25 @@ statuses@~1.4.0: resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.4.0.tgz#bb73d446da2796106efcc1b601a253d6c46bd087" integrity sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew== +stream-each@^1.1.0: + version "1.2.3" + resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae" + integrity sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw== + dependencies: + end-of-stream "^1.1.0" + stream-shift "^1.0.0" + +stream-shift@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/stream-shift/-/stream-shift-1.0.0.tgz#d5c752825e5367e786f78e18e445ea223a155952" + integrity sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI= + string-template@~0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add" integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0= -string-width@^1.0.1: +string-width@^1.0.1, string-width@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3" integrity sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M= @@ -6677,6 +7254,15 @@ string-width@^1.0.1: is-fullwidth-code-point "^2.0.0" strip-ansi "^4.0.0" +string.prototype.padend@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz#f3aaef7c1719f170c5eab1c32bf780d96e21f2f0" + integrity sha1-86rvfBcZ8XDF6rHDK/eA2W4h8vA= + dependencies: + define-properties "^1.1.2" + es-abstract "^1.4.3" + function-bind "^1.0.2" + string_decoder@0.10, string_decoder@~0.10.x: version "0.10.31" resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94" @@ -6868,6 +7454,14 @@ text-table@~0.2.0: resolved "https://registry.yarnpkg.com/textextensions/-/textextensions-2.2.0.tgz#38ac676151285b658654581987a0ce1a4490d286" integrity sha512-j5EMxnryTvKxwH2Cq+Pb43tsf6sdEgw6Pdwxk83mPaq0ToeFJt6WE4J3s5BqY7vmjlLgkgXvhtXUxo80FyBhCA== +through2@^2.0.0: + version "2.0.3" + resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.3.tgz#0004569b37c7c74ba39c43f3ced78d1ad94140be" + integrity sha1-AARWmzfHx0ujnEPzzteNGtlBQL4= + dependencies: + readable-stream "^2.1.5" + xtend "~4.0.1" + through@^2.3.6, through@^2.3.8, through@~2.3.8: version "2.3.8" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" @@ -7058,6 +7652,20 @@ union-value@^1.0.0: is-extendable "^0.1.1" set-value "^0.4.3" +unique-filename@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230" + integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== + dependencies: + unique-slug "^2.0.0" + +unique-slug@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.1.tgz#5e9edc6d1ce8fb264db18a507ef9bd8544451ca6" + integrity sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg== + dependencies: + imurmurhash "^0.1.4" + universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" @@ -7123,6 +7731,14 @@ uuid@^3.0.0: resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131" integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA== +validate-npm-package-license@^3.0.1: + version "3.0.4" + resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a" + integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== + dependencies: + spdx-correct "^3.0.0" + spdx-expression-parse "^3.0.0" + vary@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/vary/-/vary-1.1.2.tgz#2299f02c6ded30d4a5961b0b9f74524a18f634fc" @@ -7190,6 +7806,11 @@ websocket-extensions@>=0.1.1: resolved "https://registry.yarnpkg.com/websocket-extensions/-/websocket-extensions-0.1.3.tgz#5d2ff22977003ec687a4b87073dfbbac146ccf29" integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== +which-module@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f" + integrity sha1-u6Y8qGGUiZT/MHc2CJ47lgJsKk8= + which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" @@ -7236,6 +7857,14 @@ workerpool@^2.3.0: dependencies: object-assign "4.1.1" +wrap-ansi@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" + integrity sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU= + dependencies: + string-width "^1.0.1" + strip-ansi "^3.0.1" + wrappy@1: version "1.0.2" resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" @@ -7287,16 +7916,21 @@ xmlhttprequest-ssl@1.5.3: resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.3.tgz#185a888c04eca46c3e4070d99f7b49de3528992d" integrity sha1-GFqIjATspGw+QHDZn3tJ3jUomS0= -xtend@^4.0.0, xtend@~4.0.0: +xtend@^4.0.0, xtend@~4.0.0, xtend@~4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= -y18n@^3.2.0: +y18n@^3.2.0, y18n@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= +y18n@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" + integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w== + yallist@^2.1.2: version "2.1.2" resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52" @@ -7315,6 +7949,32 @@ yam@0.0.22: fs-extra "^0.30.0" lodash.merge "^4.4.0" +yargs-parser@^4.2.0: + version "4.2.1" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-4.2.1.tgz#29cceac0dc4f03c6c87b4a9f217dd18c9f74871c" + integrity sha1-KczqwNxPA8bIe0qfIX3RjJ90hxw= + dependencies: + camelcase "^3.0.0" + +yargs@^6.6.0: + version "6.6.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-6.6.0.tgz#782ec21ef403345f830a808ca3d513af56065208" + integrity sha1-eC7CHvQDNF+DCoCMo9UTr1YGUgg= + dependencies: + camelcase "^3.0.0" + cliui "^3.2.0" + decamelize "^1.1.1" + get-caller-file "^1.0.1" + os-locale "^1.4.0" + read-pkg-up "^1.0.1" + require-directory "^2.1.1" + require-main-filename "^1.0.1" + set-blocking "^2.0.0" + string-width "^1.0.2" + which-module "^1.0.0" + y18n "^3.2.1" + yargs-parser "^4.2.0" + yargs@~3.10.0: version "3.10.0" resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"