Commit graph

1459 commits

Author SHA1 Message Date
Alex Dima
a39d2de39d update distro 2019-09-09 18:19:49 +02:00
Daniel Imms
e05feff0a2 xterm@3.15.0-beta108
Brings in the fix for alt click, missed in last update

Fixes #80496
2019-09-09 07:27:08 -07:00
Martin Aeschlimann
42b9564d7c update distro 2019-09-09 15:55:42 +02:00
Daniel Imms
8df7b76ed1 Update distro 2019-09-06 10:13:39 -07:00
Daniel Imms
77b3c29911 xterm@3.15.0-beta107
Diff: 2117005...9169108

Changes:

- Scroll bubbling
- Minor parser extensibility bugs
- Add repo field to addons
- CoreMouseService
- Bump mixin-deep and webpack deps
- Don't scroll down when alt clicking

Fixes #80496
Part of #80427
2019-09-06 09:59:07 -07:00
Johannes Rieken
f8daa9eac4 use project-src() to compile what tsconfig-defines 2019-09-06 18:16:12 +02:00
Johannes Rieken
2b46fe4c30 adopt gulp-tsb 4.0.0, remove postinstall hacks 2019-09-06 17:21:36 +02:00
Martin Aeschlimann
a735b5c9b1 update distro 2019-09-06 16:33:53 +02:00
Johannes Rieken
503c36d979 update distro 2019-09-06 12:01:14 +02:00
Martin Aeschlimann
f9f58c32ae update distro 2019-09-05 16:46:13 +02:00
Daniel Imms
052ffefc24 Move puppeteer dep into smoke test project
Fixes #80329
2019-09-04 10:32:32 -07:00
Benjamin Pasero
bfad559382 🆙 distro 2019-09-04 07:36:28 +02:00
Benjamin Pasero
54eaeb7544 🆙 distro 2019-09-03 17:55:05 +02:00
Benjamin Pasero
c6c88cbbfb
debt - remote integration tests (#80265)
* fix

* 🆙 distro
2019-09-03 15:31:23 +02:00
Benjamin Pasero
04ca59ecd3 debt - bring back opn dev dependency 2019-09-03 13:56:06 +02:00
Benjamin Pasero
7c4afcf360
add TEST_RESOLVER_USE_SERVER_FROM_SOURCES (#80254)
* remove unused deps

* use TEST_RESOLVER_USE_SERVER_FROM_SOURCES
2019-09-03 11:25:50 +02:00
Benjamin Pasero
ef7a57aec4 🆙 distro 2019-09-03 09:56:47 +02:00
Benjamin Pasero
03a2b6b758 🆙 distro 2019-09-03 09:02:12 +02:00
Matt Bierner
cf446b9233 Build VS Code using TS 3.6
Fixes #80079

Updates our build to use TS 3.6. Fixes a few changes to dom apis and adds a monkey patch for the node typings break in 3.6
2019-09-02 21:27:52 -06:00
Benjamin Pasero
112548184f 🆙 distro 2019-09-02 19:18:47 +02:00
Benjamin Pasero
ea4bd25cc5 🆙 distro 2019-09-02 17:50:22 +02:00
Sandeep Somavarapu
0aa4b5d92a update distro 2019-09-02 12:19:09 +02:00
Benjamin Pasero
6015a69d0d bump distro 2019-09-02 12:14:02 +02:00
Benjamin Pasero
c7d4c3ce1b
Use terser for minification (#80201)
* build - minify using terser

* fix minification issues

* build ffs

* Update .cachesalt

* add comment
2019-09-02 11:19:26 +02:00
Benjamin Pasero
eed5d66e1d update distro 2019-09-02 10:17:35 +02:00
Alex Dima
03da4768b1 bump version 2019-08-30 14:40:09 +02:00
Alex Dima
537ba0ef17 Revert "bump version"
This reverts commit 387a0dcb82.
2019-08-30 14:39:20 +02:00
Alex Dima
387a0dcb82 bump version 2019-08-30 14:27:58 +02:00
Martin Aeschlimann
e77b008fb0 update distro 2019-08-30 11:21:57 +02:00
chrisdias
ed634825dd update distro 2019-08-29 15:43:07 -07:00
Pine Wu
d75e49c73b Update distro 2019-08-28 14:02:17 -07:00
Andre Weinand
ca86c6ca02 upgrade DAP to final version 1.36 2019-08-28 15:04:29 +02:00
Benjamin Pasero
0d81710077 debt - remove unused dev dependency 2019-08-28 14:02:12 +02:00
Benjamin Pasero
621df58d08 update distro 2019-08-27 15:01:16 +02:00
Benjamin Pasero
8cd00a7935 update distro 2019-08-27 07:45:16 +02:00
Alex Dima
ea04f58809 update distro 2019-08-26 16:21:09 +02:00
Benjamin Pasero
f60b7b84b1 web - add manifest to support PWA installation 2019-08-26 10:02:34 +02:00
Benjamin Pasero
2b37012c47 🆙 distro 2019-08-24 17:23:18 +02:00
Rob Lourens
dcb3f60cda Update distro 2019-08-23 20:39:16 -07:00
Pine Wu
93ca4df136 Update distro 2019-08-23 13:16:33 -07:00
Sana Ajani
aaa794de44
update distro 2019-08-23 12:05:49 -07:00
Sana Ajani
cd1ed81659
distro 2019-08-23 11:59:56 -07:00
Alex Dima
0e3a3d1ead update distro 2019-08-23 17:36:03 +02:00
Martin Aeschlimann
5c48aaf7af update distro 2019-08-23 16:30:03 +02:00
Benjamin Pasero
7fedec2e5d update distro 2019-08-23 07:27:41 +02:00
Rachel Macfarlane
c445d5c408 Update distro 2019-08-22 10:36:11 -07:00
Daniel Imms
3cabab6d60 Update distro 2019-08-22 09:47:45 -07:00
Daniel Imms
da1745d34c xterm@3.15.0-beta101
Diff: 95ff154...2117005

Changes:

- New paste API
- New parser hook APIs

Part of #78999
2019-08-22 09:22:12 -07:00
Benjamin Pasero
9c39bf2dc3 update distro 2019-08-22 10:53:43 +02:00
Alex Dima
284c04475e Revert "chore: upgrade native-watchdog@1.1.0"
This reverts commit 74ddff2d2e.
2019-08-22 10:42:38 +02:00