Open greenkeeper[bot] opened 7 years ago
Update to this version instead π
The new version differs by 14 commits.
7513d34
6.0.1
6b3b3fc
Merge pull request #559 from Polymer/prepare-release-6.0.1
b513b97
Updated release date in the CHANGELOG.
d0e6ed1
Merge branch 'master' into prepare-release-6.0.1
5d51f30
Merge branch 'prepare-release-6.0.1' of github.com:polymer/web-component-tester into prepare-release-6.0.1
f6ea85c
Merge pull request #584 from Polymer/fix-typescript-compile
4f3e064
Make DestroyableServer type available to modules that import server-destroy.
06e89d5
Fix typescript compilation issues.
1018e15
Add package-lock.json to .gitignore
37d7b84
Updated the node types because we pinned an ancient one.
f255c52
Upgraded packages.
4481585
Add comment to the ## Unreleased header.
c63a17e
Updated CHANGELOG for 6.0.1 release.
6935b68
Update package.json devDependencies/dependencies (#557)
See the full diff
Update to this version instead π
The new version differs by 10 commits.
7ebefa6
6.1.0
937efcc
Merge pull request #592 from Polymer/prepare-release-6.1.0
9143996
Updated CHANGELOG.md to reflect the 6.1.0 release.
57afc5a
Updated package.json and package-lock.json with recent run of npm install.
9e75caa
Add version flag (#591)
6f70ad1
Merge pull request #588 from stramel/ms/clean-up-todos
7215a2c
Add a '--npm' flag to support client code based on npm (instead of bower) (#590)
62ec2d1
Merge pull request #585 from Polymer/fix-deprecated-browser-js-loading
c6d2f01
Update: Clean up a couple TODOs
179afac
Updated test fixtures for integration tests so they wouldn't trigger the deprecation warning on requesting '/browser.js'
See the full diff
Update to this version instead π
The new version differs by 6 commits.
df32c0f
6.1.3
fd1c845
Merge branch 'master' of github.com:polymer/web-component-tester
35a88cd
Updated package-lock.json for 6.1.3 release.
c63e042
Updated CHANGELOG for 6.1.3 release. (#600)
ff90284
Set test-fixture back to ^0.0.3 (#599)
6dad8a2
Add sinon to deps to suppress npm depcheck failure for unmet peer dependency of sinon-chai. (#597)
See the full diff
Update to this version instead π
The new version differs by 11 commits.
07ea7c2
6.2.0
6b2e827
Don't lint generated .d.ts files.
413d9e8
Prepare release 6.2.0 (#623)
5a2d743
Merge pull request #617 from Polymer/package-name-npm
a49400e
Update config.ts
42fd4ee
Generate a separate browser.js for wct-browser-legacy; A window.__wctUseNpm global now determines which config to use client-side. (#619)
e90abba
Merge pull request #616 from Polymer/run-format
04dbd2a
fix packageName for npm
78347a5
npm run format
5101c7d
Add Sauce support to integration tests (so WCT tests itself on windows and safari) (#614)
b8a7c00
Updated browser.js to use test-fixture as js import in the npm case. (#610)
See the full diff
Update to this version instead π
The new version differs by 5 commits.
ca6934e
6.3.0
20409a3
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.
eed81dc
Updated CHANGELOG and package files for 6.3.0 release. (#631)
1491d7a
Fix the npm section of the README because out-of-date.
60a3c9a
Updated wct-browser-legacy and webserver to use a11ySuite as a module for npm-based development. (#628)
See the full diff
Update to this version instead π
The new version differs by 18 commits.
d41e346
6.4.0
965ca3b
Merge pull request #644 from Polymer/prepare-release-6.4.0
c2bc33e
Updated CHANGELOG for Halloween release of WCT 6.4.0
983b8bb
Forward proxy config (#643)
ed21e16
Convert browser-side code to typescript (#635)
475139d
Merge pull request #630 from Polymer/add-hook-to-wct-for-define-webserver
2a3e80b
Added comment for the mapper argument of the define:webserver emitHook declaration.
259852e
Moved the assigner function to be the second hook argument because hook system makes unwanted assumption about a last argument being a function.
e205489
Move the appMapper function declaration out into a named variable per PR feedback.
2948149
Merge pull request #572 from stramel/ms/update-sinon
d1968d8
Upgrade: cleankill bumped to ^2.0.0
5167280
Docs: Update Changelog
fb5d613
New: Update dependencies
43b3323
Emitted the define:webserver hook and now tests should GREEN.
2a10dd9
Added new hook define:webserver with tests. Should be RED to show it doesn't work without emitting the hook.
There are 18 commits in total.
See the full diff
Update to this version instead π
The new version differs by 25 commits.
50833d6
6.4.2
944ee7c
Merge pull request #655 from Polymer/prepare-release-6.4.2
d17edb1
Remove a console.log() in integration test.
559875d
Updated wct-sauce to 2.0.0
4f529ae
Bumped wct-sauce to 2.0.0-pre.4 to skip Linux Chrome dev version issue.
bce103d
Bumped up a timeout to see if we can get travis over its hurdle of 5 minutes on a couple of before hooks.
14f0790
Updated release date in CHANGELOG because totally different year now.
1230ab3
Merge branch 'prepare-release-6.4.2' of github.com:polymer/web-component-tester into prepare-release-6.4.2
1bb8c7e
Updated CHANGELOG about issue #523
a0888c0
Updated package-lock to include the updated wct-sauce.
549b428
Updated package.json to include wct-sauce 2.0.0-pre.3
b6ea2fc
Updated CHANGELOG for release.
3d11569
WCT uses webserver.hostname (#523)
8fc0a10
Merge branch 'master' into prepare-release-6.4.2
17fb413
rebuild browser.js
There are 25 commits in total.
See the full diff
Version 6.0.0 of web-component-tester just got published.
The version 6.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of web-component-tester. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 119 commits ahead by 119, behind by 2.
a57565a
6.0.0
9de0461
Whitespace change.
4b36ac8
Prepare to release v6.0.0 (#544)
afa9812
Remove the warning about no local node_modules install of wct. (#500)
08a5869
Merge pull request #542 from Polymer/polyserve
fb39d57
update wct-local@^2.0.15 (#541)
96f7909
Fix tsc 2.3.0 warnings. (#543)
1aa04b5
update polyserver to 0.19.0
9ade01a
bump version.
2877765
Merge pull request #537 from Polymer/wc-ready-check
f533c18
remove extra spaces
712a66e
Avoid relying on filename and instead use an explicit signal:
1bbe898
Check webcomponents script for "webComponentsReady" flag
ad59963
6.0.0-prerelease.9
173b290
Run
gulp build
fromnpm run build
; check in new browser.js.mapThere are 119 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: