jshcrowthe / wc-i18n

A web component centric solution for i18n (inspired by pkaske/i18-n and ebidel/i18n-msg). Designed for individual web components that come with translations built into the component.
https://jshcrowthe.github.io/wc-i18n
MIT License
6 stars 5 forks source link

Update dependency web-component-tester to ^6.0.0 #23

Closed renovate[bot] closed 6 years ago

renovate[bot] commented 6 years ago

This Pull Request updates dependency web-component-tester from ^5.0.0 to ^6.0.0

Commits #### v6.1.0 - [`7215a2c`](https://github.com/Polymer/web-component-tester/commit/7215a2cae8e301551f36cd7b30e47805e739d72b) Add a '--npm' flag to support client code based on npm (instead of bower) (#​590) - [`6f70ad1`](https://github.com/Polymer/web-component-tester/commit/6f70ad1cad28c7f6dec5042be2db26d8b471ecde) Merge pull request #​588 from stramel/ms/clean-up-todos - [`9e75caa`](https://github.com/Polymer/web-component-tester/commit/9e75caa56131a10ca21eb95a890abbd735a498bb) Add version flag (#​591) - [`57afc5a`](https://github.com/Polymer/web-component-tester/commit/57afc5a8ae24d1575fcaa967d3e646365ea82b95) Updated package.json and package-lock.json with recent run of npm install. - [`9143996`](https://github.com/Polymer/web-component-tester/commit/9143996c97ae00c6bfca5ddc9aa3d1f8a4d0d337) Updated CHANGELOG.md to reflect the 6.1.0 release. - [`937efcc`](https://github.com/Polymer/web-component-tester/commit/937efcc5f53c0faceeeede21da7755e6cba9673f) Merge pull request #​592 from Polymer/prepare-release-6.1.0 - [`7ebefa6`](https://github.com/Polymer/web-component-tester/commit/7ebefa637a2336761581f73183287f3f2caf5902) 6.1.0 #### v6.1.1 - [`2329b18`](https://github.com/Polymer/web-component-tester/commit/2329b18d57a91967def01ed9f21ef2d103016bca) npm dependency on sinon for browser.js changed to @​polymer/sinonjs (#​594) - [`a78a9c4`](https://github.com/Polymer/web-component-tester/commit/a78a9c4e0210141834fb3cd71170f610fd0f0cdd) Updated CHANGELOG. (#​595) - [`4aa36d2`](https://github.com/Polymer/web-component-tester/commit/4aa36d2bff1180a77e8bcf6aba9711ec944f1fea) 6.1.1 #### v6.1.2 - [`d82ef32`](https://github.com/Polymer/web-component-tester/commit/d82ef326299102ff4b8b429c3c051b1a5e183dd1) Updated package.json to point to @​polymer/test-fixture v0.0.1-pre.3 (#​596) - [`4d9a1d3`](https://github.com/Polymer/web-component-tester/commit/4d9a1d341c384f34087fbab1449337b0d675461c) Updated CHANGELOG for @​polymer/test-fixture 3.0.0-pre.1 dependency. - [`a68395d`](https://github.com/Polymer/web-component-tester/commit/a68395d4aa9306682ad8a550250b4e556cb5032f) 6.1.2 #### v6.1.3 - [`6dad8a2`](https://github.com/Polymer/web-component-tester/commit/6dad8a2d6a51d5d99afd50bf63c79d8fc89eb5e4) Add sinon to deps to suppress npm depcheck failure for unmet peer dependency of sinon-chai. (#​597) - [`ff90284`](https://github.com/Polymer/web-component-tester/commit/ff90284cd59e0efb179a561568f29370b9f39cd5) Set test-fixture back to ^0.0.3 (#​599) - [`c63e042`](https://github.com/Polymer/web-component-tester/commit/c63e042df06e1496009dd1087fcb1ec9055ec1bf) Updated CHANGELOG for 6.1.3 release. (#​600) - [`35a88cd`](https://github.com/Polymer/web-component-tester/commit/35a88cda1917d6b111eaac40ba114a60d1856f24) Updated package-lock.json for 6.1.3 release. - [`fd1c845`](https://github.com/Polymer/web-component-tester/commit/fd1c845f191ea03eace03bea087cd76262bc71a7) Merge branch 'master' of github.com:polymer/web-component-tester - [`df32c0f`](https://github.com/Polymer/web-component-tester/commit/df32c0fb7b3d663c91101145c48d264dfd61286c) 6.1.3 #### v6.1.4 - [`f3c08f1`](https://github.com/Polymer/web-component-tester/commit/f3c08f1e264647e1c858ee06f3190f801bf6b422) Remove reliance on document.currentScript (#​603) - [`2f9965e`](https://github.com/Polymer/web-component-tester/commit/2f9965eaaec20d2affba35934764fa9919687e9e) Updated CHANGELOG for 6.1.4 release. (#​604) - [`1975600`](https://github.com/Polymer/web-component-tester/commit/19756007c19c96e6217f7aa89c365ec0bccf5c13) 6.1.4 #### v6.1.5 - [`5dd240c`](https://github.com/Polymer/web-component-tester/commit/5dd240cd25c68ac6d79b3ddd2f7dd2ff2d11d0fe) Publish wct-browser-legacy with the IE11-friendly code. - [`567936a`](https://github.com/Polymer/web-component-tester/commit/567936a57ce732b5f87c92b63417d70083793f34) Remove currentScript reference #​2 (#​605) - [`6e9c40a`](https://github.com/Polymer/web-component-tester/commit/6e9c40aa179060cb4bb8da34f93140e4d68d51ad) Update CHANGELOG for 6.1.5 release. (#​606) - [`a9429ea`](https://github.com/Polymer/web-component-tester/commit/a9429ea97dc7fb72097009d3f15ec0328a8d7081) 6.1.5 #### v6.2.0 - [`b8a7c00`](https://github.com/Polymer/web-component-tester/commit/b8a7c00d736d1098f5907dfd20e88527085fea93) Updated browser.js to use test-fixture as js import in the npm case. (#​610) - [`5101c7d`](https://github.com/Polymer/web-component-tester/commit/5101c7db960f6c5b13ea1d19323d315d41c86663) Add Sauce support to integration tests (so WCT tests itself on windows and safari) (#​614) - [`78347a5`](https://github.com/Polymer/web-component-tester/commit/78347a5758f16803d1d5c6519080d33f910f853c) npm run format - [`04dbd2a`](https://github.com/Polymer/web-component-tester/commit/04dbd2aea5740b77be05501554bad81cda0bada5) fix packageName for npm - [`e90abba`](https://github.com/Polymer/web-component-tester/commit/e90abbae9fd64e5a744e98926e2e8d235d6dcd99) Merge pull request #​616 from Polymer/run-format - [`42fd4ee`](https://github.com/Polymer/web-component-tester/commit/42fd4ee662ef240f2111e4d143aeedbcc8d815f8) Generate a separate browser.js for wct-browser-legacy; A window.__wctUseNpm global now determines which config to use client-side. (#​619) - [`a49400e`](https://github.com/Polymer/web-component-tester/commit/a49400e57129c1f16b6f667f31b4870485c0bd6c) Update config.ts - [`5a2d743`](https://github.com/Polymer/web-component-tester/commit/5a2d74312f826cf49bc4e864aa6eef730e5c7ed0) Merge pull request #​617 from Polymer/package-name-npm - [`413d9e8`](https://github.com/Polymer/web-component-tester/commit/413d9e8459e24fddd2f0ad7dcd5e5bb68879820d) Prepare release 6.2.0 (#​623) - [`6b2e827`](https://github.com/Polymer/web-component-tester/commit/6b2e82738dbdaf49bc84d60a3c80cda52ea8c502) Don't lint generated .d.ts files. - [`07ea7c2`](https://github.com/Polymer/web-component-tester/commit/07ea7c2e97fe926c194608f50f3af49947dd3b5b) 6.2.0 #### v6.3.0 - [`60a3c9a`](https://github.com/Polymer/web-component-tester/commit/60a3c9ad0fc333f0b099676f1be3a32e69f72905) Updated wct-browser-legacy and webserver to use a11ySuite as a module for npm-based development. (#​628) - [`685f5da`](https://github.com/Polymer/web-component-tester/commit/685f5da719d85f48553a94076fb6abaed477f35a) Extended wct with a define:webserver hook that allows a callback to reassign the express application to provide mechanism to front polyserve with alternate request handlers and middleware. - [`1491d7a`](https://github.com/Polymer/web-component-tester/commit/1491d7a5530573e2e3c79a1d2e9bbc0473484750) Fix the npm section of the README because out-of-date. - [`eed81dc`](https://github.com/Polymer/web-component-tester/commit/eed81dcfd5f0f049963b264c87df9de9324604cb) Updated CHANGELOG and package files for 6.3.0 release. (#​631) - [`20409a3`](https://github.com/Polymer/web-component-tester/commit/20409a39f376383f24582c4bb9128bf948b39913) Fixed logic in integration tests to not run remote browser tests UNLESS we have sauce username and password and we are NOT told to skip. - [`ca6934e`](https://github.com/Polymer/web-component-tester/commit/ca6934e56cde77d8a7f0e21f5a3593f73e626289) 6.3.0 #### v6.4.0 - [`defeabc`](https://github.com/Polymer/web-component-tester/commit/defeabc78b2f1c24374b3dd8477fbe820cc5ec2e) Merge branch 'master' into add-hook-to-wct-for-define-webserver - [`9f22b6c`](https://github.com/Polymer/web-component-tester/commit/9f22b6c417e4a59c406db00eda2e6a16a41183e6) Add @​polymer/polymer to wct-browser-legacy dependencies (#​633) - [`2a10dd9`](https://github.com/Polymer/web-component-tester/commit/2a10dd9d8f77b62d863387cbd5ef6548b5bf7031) Added new hook define:webserver with tests. Should be RED to show it doesn't work without emitting the hook. - [`43b3323`](https://github.com/Polymer/web-component-tester/commit/43b3323945322a5134aeb810878499838eef20d7) Emitted the define:webserver hook and now tests should GREEN. - [`fb5d613`](https://github.com/Polymer/web-component-tester/commit/fb5d613c7f2edec1f80a5273cb18dbbce13514e3) New: Update dependencies - [`5167280`](https://github.com/Polymer/web-component-tester/commit/5167280c5082277d79a94aea89cddd02b1d2f2bf) Docs: Update Changelog - [`d1968d8`](https://github.com/Polymer/web-component-tester/commit/d1968d8b654d88173fd4d2c79bb9e81d3c089e1f) Upgrade: cleankill bumped to ^2.0.0 - [`2948149`](https://github.com/Polymer/web-component-tester/commit/2948149a556661c3c1c3bcde169af6b9bba53c7e) Merge pull request #​572 from stramel/ms/update-sinon - [`e205489`](https://github.com/Polymer/web-component-tester/commit/e2054894046eeb1d97e001ce26b9299b4da7f700) Move the appMapper function declaration out into a named variable per PR feedback. - [`259852e`](https://github.com/Polymer/web-component-tester/commit/259852e774dd6936b2e6cab43403a2f147630a6f) Moved the assigner function to be the second hook argument because hook system makes unwanted assumption about a last argument being a function. - [`2a3e80b`](https://github.com/Polymer/web-component-tester/commit/2a3e80b2b930878034fb114798fa406fd260e7f5) Added comment for the mapper argument of the define:webserver emitHook declaration. - [`475139d`](https://github.com/Polymer/web-component-tester/commit/475139d8c79595536b173c22410b8d4739a137c5) Merge pull request #​630 from Polymer/add-hook-to-wct-for-define-webserver - [`ed21e16`](https://github.com/Polymer/web-component-tester/commit/ed21e16c1b91da0e9a64b32af7f726b3c8613a0d) Convert browser-side code to typescript (#​635) - [`983b8bb`](https://github.com/Polymer/web-component-tester/commit/983b8bb6974df8346753f100bd446a0ff73bcf24) Forward proxy config (#​643) - [`c2bc33e`](https://github.com/Polymer/web-component-tester/commit/c2bc33ee9412980652a39250f926ed0e5abae7d8) Updated CHANGELOG for Halloween release of WCT 6.4.0 - [`965ca3b`](https://github.com/Polymer/web-component-tester/commit/965ca3b99aa9fea01e87629797256e85521ae5f0) Merge pull request #​644 from Polymer/prepare-release-6.4.0 - [`d41e346`](https://github.com/Polymer/web-component-tester/commit/d41e346d0df76f224ea35b53b9391fc987872ac2) 6.4.0 #### v6.4.1 - [`ce6320f`](https://github.com/Polymer/web-component-tester/commit/ce6320f01839befafe8742988e3936cb036b9526) Bump wct-local and wct-sauce versions. Stamp patch release. (#​653) - [`aac3cc8`](https://github.com/Polymer/web-component-tester/commit/aac3cc8878059cc7ecf13bc163ae30cac7bc4b7b) 6.4.1 #### v6.4.2 - [`302a4fe`](https://github.com/Polymer/web-component-tester/commit/302a4fe1edec4c5315169efb6cf581e5fea883b5) Updated CHANGELOG for release. - [`be19570`](https://github.com/Polymer/web-component-tester/commit/be1957051d0e4bce9f26ed4990111b8656c45a64) Updated package.json to include wct-sauce 2.0.0-pre.3 - [`e41540d`](https://github.com/Polymer/web-component-tester/commit/e41540d2449fe92e26ad6d5ab78e123145a06b07) Updated package-lock to include the updated wct-sauce. - [`3683c97`](https://github.com/Polymer/web-component-tester/commit/3683c977e4966c15ccbaaf83eff26be7e003e192) Remove unnecessary overflow-y: auto - [`69fe986`](https://github.com/Polymer/web-component-tester/commit/69fe9862c118218d53eb7b5ab0006b34564d1025) Merge pull request #​657 from Polymer/remove-overflow-y - [`529cd1a`](https://github.com/Polymer/web-component-tester/commit/529cd1a64f3c38c027c836c276a4ef3b521cb163) Merge branch 'master' into prepare-release-6.4.2-with-657 - [`b2924e4`](https://github.com/Polymer/web-component-tester/commit/b2924e468bcca889d12adfc233f7c4311a70ce6a) Include #​657 in 6.4.2 - [`c309992`](https://github.com/Polymer/web-component-tester/commit/c309992c919301e67f2d1154b182b426e4214e92) Merge pull request #​658 from Polymer/prepare-release-6.4.2-with-657 - [`48364a7`](https://github.com/Polymer/web-component-tester/commit/48364a72564e32ab7230e3b0a7c2aa1da5d5666c) fix issue where suite cannot be created without title - [`0c30224`](https://github.com/Polymer/web-component-tester/commit/0c302242c2c3a2d778da3ba44c302e240d4078a8) Merge pull request #​659 from Polymer/multi-reporter - [`17fb413`](https://github.com/Polymer/web-component-tester/commit/17fb413d5158958c8cf0c9e34c9171c8b86d8131) rebuild browser.js - [`8fc0a10`](https://github.com/Polymer/web-component-tester/commit/8fc0a10e02a35ffc925e84e3319868df028df8e1) Merge branch 'master' into prepare-release-6.4.2 - [`3d11569`](https://github.com/Polymer/web-component-tester/commit/3d11569fcb09d422279a789254ee297a397d65ac) WCT uses webserver.hostname (#​523) - [`b6ea2fc`](https://github.com/Polymer/web-component-tester/commit/b6ea2fcc83656ae364dd6cd70765ddf783472b1c) Updated CHANGELOG for release. - [`549b428`](https://github.com/Polymer/web-component-tester/commit/549b428eaf2493fb6279d239b949ddbac9333e32) Updated package.json to include wct-sauce 2.0.0-pre.3 - [`a0888c0`](https://github.com/Polymer/web-component-tester/commit/a0888c002cdee99460b471fa09e96d69e45c5382) Updated package-lock to include the updated wct-sauce. - [`1bb8c7e`](https://github.com/Polymer/web-component-tester/commit/1bb8c7e491515eb8bfd245a75cde48e66bbae7ed) Updated CHANGELOG about issue #​523 - [`1230ab3`](https://github.com/Polymer/web-component-tester/commit/1230ab3bafa060474ec81910f79e2b4fde656ad5) Merge branch 'prepare-release-6.4.2' of github.com:polymer/web-component-tester into prepare-release-6.4.2 - [`14f0790`](https://github.com/Polymer/web-component-tester/commit/14f079088280ee506b3799fc304444d88ee62983) Updated release date in CHANGELOG because totally different year now. - [`bce103d`](https://github.com/Polymer/web-component-tester/commit/bce103d37113b3b22417467471c58588bce335ae) Bumped up a timeout to see if we can get travis over its hurdle of 5 minutes on a couple of before hooks. - [`4f529ae`](https://github.com/Polymer/web-component-tester/commit/4f529ae63b84fc9bcf9085369e30baff62f4ce89) Bumped wct-sauce to 2.0.0-pre.4 to skip Linux Chrome dev version issue. - [`559875d`](https://github.com/Polymer/web-component-tester/commit/559875daf569d1dce5e600934c55fd1b39f6fd3f) Updated wct-sauce to 2.0.0 - [`d17edb1`](https://github.com/Polymer/web-component-tester/commit/d17edb1ccc6d5307eccd164a5fd55af3e30eeac2) Remove a console.log() in integration test. - [`944ee7c`](https://github.com/Polymer/web-component-tester/commit/944ee7c5069c9399fa2754f44bcf3d376c7b4e1f) Merge pull request #​655 from Polymer/prepare-release-6.4.2 - [`50833d6`](https://github.com/Polymer/web-component-tester/commit/50833d6783bb5a1749f2adb913d14126210d9c61) 6.4.2 #### v6.4.3 - [`be776b5`](https://github.com/Polymer/web-component-tester/commit/be776b5ae8d0974762b28a2384b4c20c345c6000) Updated sourcemaps. - [`9aa9a1e`](https://github.com/Polymer/web-component-tester/commit/9aa9a1e78dd46d5f79adb3c358b5b25df0b84046) get wct-browser-legacy/a11ySuite.js working - [`3c6df67`](https://github.com/Polymer/web-component-tester/commit/3c6df6756fd6a1311b4debf11aba3dee60ea5fde) remove now unneccesary a11ySuite logic - [`bb7e8a0`](https://github.com/Polymer/web-component-tester/commit/bb7e8a0d32f513ac554b8c315825a240c11a031d) update changelog - [`d527aaa`](https://github.com/Polymer/web-component-tester/commit/d527aaab9c5b65870fa0ab8276a13a5f3a32f32e) Merge pull request #​666 from Polymer/a11y-suite-fix - [`7e4c5d9`](https://github.com/Polymer/web-component-tester/commit/7e4c5d93f60a82762b9f3d6582bf57fa93952cb0) prepare v6.4.3 - [`117d54f`](https://github.com/Polymer/web-component-tester/commit/117d54f09e2a7b4bc223ae9bfceb064e0c6b0415) Merge pull request #​667 from Polymer/prepare-v6.4.3 - [`f03e209`](https://github.com/Polymer/web-component-tester/commit/f03e2099b83ebbb2c9a02b1ea64a1b69c7c585d1) 6.4.3 #### v6.5.0 - [`24fab4d`](https://github.com/Polymer/web-component-tester/commit/24fab4d6b4c7395cbf4f40b2fdf365fb724eb9e0) Update wct-local to 2.1.0 - [`1c49f1b`](https://github.com/Polymer/web-component-tester/commit/1c49f1b45d79334d69dfe8de4c9b491ce8adeb6f) Merge pull request #​668 from paladox/patch-1 - [`9c00e37`](https://github.com/Polymer/web-component-tester/commit/9c00e3707e7cc77149c559d71dabf72b227f802e) Updated CHANGELOG for 6.5.0 release. - [`045426a`](https://github.com/Polymer/web-component-tester/commit/045426a681aaa31c66f94e6d46847c497cde3f42) Merge pull request #​671 from Polymer/prepare-release-6.5.0 - [`8b979f3`](https://github.com/Polymer/web-component-tester/commit/8b979f3475a7040242f7255872156f080cf373a8) 6.5.0

This PR has been generated by Renovate Bot.