Skip to content

Commit d54d738

Browse files
committed
xterm@4.10.0-beta.4
Part of microsoft#98918
1 parent 50e3593 commit d54d738

6 files changed

Lines changed: 70 additions & 70 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
"vscode-ripgrep": "^1.9.0",
7272
"vscode-sqlite3": "4.0.10",
7373
"vscode-textmate": "5.2.0",
74-
"xterm": "4.9.0-beta.32",
75-
"xterm-addon-search": "0.7.0",
76-
"xterm-addon-unicode11": "0.2.0",
77-
"xterm-addon-webgl": "0.9.0-beta.4",
74+
"xterm": "4.10.0-beta.4",
75+
"xterm-addon-search": "0.8.0-beta.3",
76+
"xterm-addon-unicode11": "0.3.0-beta.3",
77+
"xterm-addon-webgl": "0.10.0-beta.1",
7878
"yauzl": "^2.9.2",
7979
"yazl": "^2.4.3"
8080
},
@@ -193,4 +193,4 @@
193193
"windows-mutex": "0.3.0",
194194
"windows-process-tree": "0.2.4"
195195
}
196-
}
196+
}

remote/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"vscode-proxy-agent": "^0.5.2",
2121
"vscode-ripgrep": "^1.9.0",
2222
"vscode-textmate": "5.2.0",
23-
"xterm": "4.9.0-beta.32",
24-
"xterm-addon-search": "0.7.0",
25-
"xterm-addon-unicode11": "0.2.0",
26-
"xterm-addon-webgl": "0.9.0-beta.4",
23+
"xterm": "4.10.0-beta.4",
24+
"xterm-addon-search": "0.8.0-beta.3",
25+
"xterm-addon-unicode11": "0.3.0-beta.3",
26+
"xterm-addon-webgl": "0.10.0-beta.1",
2727
"yauzl": "^2.9.2",
2828
"yazl": "^2.4.3"
2929
},

remote/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"semver-umd": "^5.5.7",
88
"vscode-oniguruma": "1.3.1",
99
"vscode-textmate": "5.2.0",
10-
"xterm": "4.9.0-beta.32",
11-
"xterm-addon-search": "0.7.0",
12-
"xterm-addon-unicode11": "0.2.0",
13-
"xterm-addon-webgl": "0.9.0-beta.4"
10+
"xterm": "4.10.0-beta.4",
11+
"xterm-addon-search": "0.8.0-beta.3",
12+
"xterm-addon-unicode11": "0.3.0-beta.3",
13+
"xterm-addon-webgl": "0.10.0-beta.1"
1414
}
1515
}

remote/web/yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ vscode-textmate@5.2.0:
2727
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-5.2.0.tgz#01f01760a391e8222fe4f33fbccbd1ad71aed74e"
2828
integrity sha512-Uw5ooOQxRASHgu6C7GVvUxisKXfSgW4oFlO+aa+PAkgmH89O3CXxEEzNRNtHSqtXFTl0nAC1uYj0GMSH27uwtQ==
2929

30-
xterm-addon-search@0.7.0:
31-
version "0.7.0"
32-
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.7.0.tgz#c929d3e5cbb335e82bff72f158ea82936d9cd4ef"
33-
integrity sha512-6060evmJJ+tZcjnx33FXaeEHLpuXEa7l9UzUsYfMlCKbu88AbE+5LJocTKCHYd71cwCwb9pjmv/G1o9Rf9Zbcg==
34-
35-
xterm-addon-unicode11@0.2.0:
36-
version "0.2.0"
37-
resolved "https://registry.yarnpkg.com/xterm-addon-unicode11/-/xterm-addon-unicode11-0.2.0.tgz#9ed0c482b353908bba27778893ca80823382737c"
38-
integrity sha512-rjFDItPc/IDoSiEnoDFwKroNwLD/7t9vYKENjrcKVZg5tgJuuUj8D4rZtP6iVCjSB1LTLYmUs4L/EmCqIyLR/Q==
39-
40-
xterm-addon-webgl@0.9.0-beta.4:
41-
version "0.9.0-beta.4"
42-
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.9.0-beta.4.tgz#5f5fde50db5c06b116471bcf56ad9930884b36fa"
43-
integrity sha512-GuCvF7Eg1nKLX6zUbJLkt5cqeeccUjf/G6fugCfrkR0EWWC6Ik5mEsEOs5UWm9vvY2kX9t16BdCrgqp8KJegEg==
44-
45-
xterm@4.9.0-beta.32:
46-
version "4.9.0-beta.32"
47-
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.9.0-beta.32.tgz#d1243d3be211cc06aad3418e696e4eced995c20c"
48-
integrity sha512-jloHNBnj6XRJt+oPkapvrXJZVsYq6se/PEgzErl0iZn9qzSB3jmWE4byumoEjXJR6EgU5ZOmNljeeEDA9jO/jA==
30+
xterm-addon-search@0.8.0-beta.3:
31+
version "0.8.0-beta.3"
32+
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.8.0-beta.3.tgz#c6c7e36a03706bd43d8bba383511acf9e435aed0"
33+
integrity sha512-EZP97KJIJ4KGQaOPYiiOaRRJst6LOgeEFoQL46WcBl5EWH9pH8qfrv0BHAJ8+6nBV2B9u5M6rzxO1GvLLec19w==
34+
35+
xterm-addon-unicode11@0.3.0-beta.3:
36+
version "0.3.0-beta.3"
37+
resolved "https://registry.yarnpkg.com/xterm-addon-unicode11/-/xterm-addon-unicode11-0.3.0-beta.3.tgz#70af2dfb67809258edb62c19e2861f7ce5ccf5cd"
38+
integrity sha512-vaYopnOjn19wCLDCyIWPWLwKR7CvLPxB5YZ3CAxt9qL05o3symxIJJJC0DuCa4GaGKVjNc7EmjRCs5bsJ2O1tw==
39+
40+
xterm-addon-webgl@0.10.0-beta.1:
41+
version "0.10.0-beta.1"
42+
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.10.0-beta.1.tgz#e0bf964945a9aa8fc18318ddbd32e56ec99c219e"
43+
integrity sha512-XNZMrmiyFaz3XiPq+LqF0qn2QHpUEwuk+cG53JwpJHnWo3dd2jxoIgHFQUcrnvHIVPZMbTKySIwLCCC9uQVl7Q==
44+
45+
xterm@4.10.0-beta.4:
46+
version "4.10.0-beta.4"
47+
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.10.0-beta.4.tgz#95efce7a40ec582101ec9777f4ccc6e68e95185e"
48+
integrity sha512-q/yRy2nn4mp1jWZe218TJwlKjXCIr6h28Kw0JMB+lcTeU+MebZ3TrHqlrNVnB+UJfFDOpkw0qfKYfRoV8G/hXA==

remote/yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -435,25 +435,25 @@ vscode-windows-registry@1.0.2:
435435
resolved "https://registry.yarnpkg.com/vscode-windows-registry/-/vscode-windows-registry-1.0.2.tgz#b863e704a6a69c50b3098a55fbddbe595b0c124a"
436436
integrity sha512-/CLLvuOSM2Vme2z6aNyB+4Omd7hDxpf4Thrt8ImxnXeQtxzel2bClJpFQvQqK/s4oaXlkBKS7LqVLeZM+uSVIA==
437437

438-
xterm-addon-search@0.7.0:
439-
version "0.7.0"
440-
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.7.0.tgz#c929d3e5cbb335e82bff72f158ea82936d9cd4ef"
441-
integrity sha512-6060evmJJ+tZcjnx33FXaeEHLpuXEa7l9UzUsYfMlCKbu88AbE+5LJocTKCHYd71cwCwb9pjmv/G1o9Rf9Zbcg==
442-
443-
xterm-addon-unicode11@0.2.0:
444-
version "0.2.0"
445-
resolved "https://registry.yarnpkg.com/xterm-addon-unicode11/-/xterm-addon-unicode11-0.2.0.tgz#9ed0c482b353908bba27778893ca80823382737c"
446-
integrity sha512-rjFDItPc/IDoSiEnoDFwKroNwLD/7t9vYKENjrcKVZg5tgJuuUj8D4rZtP6iVCjSB1LTLYmUs4L/EmCqIyLR/Q==
447-
448-
xterm-addon-webgl@0.9.0-beta.4:
449-
version "0.9.0-beta.4"
450-
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.9.0-beta.4.tgz#5f5fde50db5c06b116471bcf56ad9930884b36fa"
451-
integrity sha512-GuCvF7Eg1nKLX6zUbJLkt5cqeeccUjf/G6fugCfrkR0EWWC6Ik5mEsEOs5UWm9vvY2kX9t16BdCrgqp8KJegEg==
452-
453-
xterm@4.9.0-beta.32:
454-
version "4.9.0-beta.32"
455-
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.9.0-beta.32.tgz#d1243d3be211cc06aad3418e696e4eced995c20c"
456-
integrity sha512-jloHNBnj6XRJt+oPkapvrXJZVsYq6se/PEgzErl0iZn9qzSB3jmWE4byumoEjXJR6EgU5ZOmNljeeEDA9jO/jA==
438+
xterm-addon-search@0.8.0-beta.3:
439+
version "0.8.0-beta.3"
440+
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.8.0-beta.3.tgz#c6c7e36a03706bd43d8bba383511acf9e435aed0"
441+
integrity sha512-EZP97KJIJ4KGQaOPYiiOaRRJst6LOgeEFoQL46WcBl5EWH9pH8qfrv0BHAJ8+6nBV2B9u5M6rzxO1GvLLec19w==
442+
443+
xterm-addon-unicode11@0.3.0-beta.3:
444+
version "0.3.0-beta.3"
445+
resolved "https://registry.yarnpkg.com/xterm-addon-unicode11/-/xterm-addon-unicode11-0.3.0-beta.3.tgz#70af2dfb67809258edb62c19e2861f7ce5ccf5cd"
446+
integrity sha512-vaYopnOjn19wCLDCyIWPWLwKR7CvLPxB5YZ3CAxt9qL05o3symxIJJJC0DuCa4GaGKVjNc7EmjRCs5bsJ2O1tw==
447+
448+
xterm-addon-webgl@0.10.0-beta.1:
449+
version "0.10.0-beta.1"
450+
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.10.0-beta.1.tgz#e0bf964945a9aa8fc18318ddbd32e56ec99c219e"
451+
integrity sha512-XNZMrmiyFaz3XiPq+LqF0qn2QHpUEwuk+cG53JwpJHnWo3dd2jxoIgHFQUcrnvHIVPZMbTKySIwLCCC9uQVl7Q==
452+
453+
xterm@4.10.0-beta.4:
454+
version "4.10.0-beta.4"
455+
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.10.0-beta.4.tgz#95efce7a40ec582101ec9777f4ccc6e68e95185e"
456+
integrity sha512-q/yRy2nn4mp1jWZe218TJwlKjXCIr6h28Kw0JMB+lcTeU+MebZ3TrHqlrNVnB+UJfFDOpkw0qfKYfRoV8G/hXA==
457457

458458
yauzl@^2.9.2:
459459
version "2.10.0"

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10050,25 +10050,25 @@ xtend@~2.1.1:
1005010050
dependencies:
1005110051
object-keys "~0.4.0"
1005210052

10053-
xterm-addon-search@0.7.0:
10054-
version "0.7.0"
10055-
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.7.0.tgz#c929d3e5cbb335e82bff72f158ea82936d9cd4ef"
10056-
integrity sha512-6060evmJJ+tZcjnx33FXaeEHLpuXEa7l9UzUsYfMlCKbu88AbE+5LJocTKCHYd71cwCwb9pjmv/G1o9Rf9Zbcg==
10057-
10058-
xterm-addon-unicode11@0.2.0:
10059-
version "0.2.0"
10060-
resolved "https://registry.yarnpkg.com/xterm-addon-unicode11/-/xterm-addon-unicode11-0.2.0.tgz#9ed0c482b353908bba27778893ca80823382737c"
10061-
integrity sha512-rjFDItPc/IDoSiEnoDFwKroNwLD/7t9vYKENjrcKVZg5tgJuuUj8D4rZtP6iVCjSB1LTLYmUs4L/EmCqIyLR/Q==
10062-
10063-
xterm-addon-webgl@0.9.0-beta.4:
10064-
version "0.9.0-beta.4"
10065-
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.9.0-beta.4.tgz#5f5fde50db5c06b116471bcf56ad9930884b36fa"
10066-
integrity sha512-GuCvF7Eg1nKLX6zUbJLkt5cqeeccUjf/G6fugCfrkR0EWWC6Ik5mEsEOs5UWm9vvY2kX9t16BdCrgqp8KJegEg==
10067-
10068-
xterm@4.9.0-beta.32:
10069-
version "4.9.0-beta.32"
10070-
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.9.0-beta.32.tgz#d1243d3be211cc06aad3418e696e4eced995c20c"
10071-
integrity sha512-jloHNBnj6XRJt+oPkapvrXJZVsYq6se/PEgzErl0iZn9qzSB3jmWE4byumoEjXJR6EgU5ZOmNljeeEDA9jO/jA==
10053+
xterm-addon-search@0.8.0-beta.3:
10054+
version "0.8.0-beta.3"
10055+
resolved "https://registry.yarnpkg.com/xterm-addon-search/-/xterm-addon-search-0.8.0-beta.3.tgz#c6c7e36a03706bd43d8bba383511acf9e435aed0"
10056+
integrity sha512-EZP97KJIJ4KGQaOPYiiOaRRJst6LOgeEFoQL46WcBl5EWH9pH8qfrv0BHAJ8+6nBV2B9u5M6rzxO1GvLLec19w==
10057+
10058+
xterm-addon-unicode11@0.3.0-beta.3:
10059+
version "0.3.0-beta.3"
10060+
resolved "https://registry.yarnpkg.com/xterm-addon-unicode11/-/xterm-addon-unicode11-0.3.0-beta.3.tgz#70af2dfb67809258edb62c19e2861f7ce5ccf5cd"
10061+
integrity sha512-vaYopnOjn19wCLDCyIWPWLwKR7CvLPxB5YZ3CAxt9qL05o3symxIJJJC0DuCa4GaGKVjNc7EmjRCs5bsJ2O1tw==
10062+
10063+
xterm-addon-webgl@0.10.0-beta.1:
10064+
version "0.10.0-beta.1"
10065+
resolved "https://registry.yarnpkg.com/xterm-addon-webgl/-/xterm-addon-webgl-0.10.0-beta.1.tgz#e0bf964945a9aa8fc18318ddbd32e56ec99c219e"
10066+
integrity sha512-XNZMrmiyFaz3XiPq+LqF0qn2QHpUEwuk+cG53JwpJHnWo3dd2jxoIgHFQUcrnvHIVPZMbTKySIwLCCC9uQVl7Q==
10067+
10068+
xterm@4.10.0-beta.4:
10069+
version "4.10.0-beta.4"
10070+
resolved "https://registry.yarnpkg.com/xterm/-/xterm-4.10.0-beta.4.tgz#95efce7a40ec582101ec9777f4ccc6e68e95185e"
10071+
integrity sha512-q/yRy2nn4mp1jWZe218TJwlKjXCIr6h28Kw0JMB+lcTeU+MebZ3TrHqlrNVnB+UJfFDOpkw0qfKYfRoV8G/hXA==
1007210072

1007310073
y18n@^3.2.1:
1007410074
version "3.2.1"

0 commit comments

Comments
 (0)