Commit graph

1612 commits

Author SHA1 Message Date
Matt Bierner 3f91c9bcd7
Pick up latest TS for building VS Code (#210956)
* Pick up latest TS for building VS Code

* Update

* Update yarn lock
2024-05-06 13:59:56 -07:00
Robo 1caecc9aae
chore: bump l10n-dev@0.0.35 (#211938) 2024-05-03 15:40:15 +02:00
Matt Bierner d40b1530c7
Replace typescript-formatter (#211810)
The typescript-formatter package isn't being maintained (lots of old PRs) and has broken in the most recent version of TS

Long term we may explore switching to another formatter, but for now I've hook up the basic formatter logic for our hygiene scripts
2024-05-01 23:35:58 +02:00
Logan Ramos 45cf75ebe4
Update TAS client (#211484) 2024-04-26 22:38:14 +02:00
Daniel Imms 6cdd364d93
Remove canvas renderer
Fixes #209276
2024-04-26 05:54:23 -07:00
Daniel Imms a2c50be101
Update xterm
Fixes #210833
2024-04-22 13:41:49 -07:00
Daniel Imms 5b0f10e26e
Update xterm to bring in onWriteParsed API 2024-04-18 16:40:16 -07:00
Robo 2972d0f98c
chore: bump native-keymap@3.3.5 (#210539) 2024-04-17 11:27:48 +02:00
Raymond Zhao 7d0b912983
chore: bump tar (#210511) 2024-04-16 23:46:34 +02:00
Daniel Imms 2a3c5c8115
Update xterm
Fixes #170963
2024-04-12 17:00:03 -07:00
Martin Aeschlimann eef0da0b89
update weppack so we can build the latest language client (#208908)
* update weppack so we can build the latest language client

* update webpack types

* update yarn file
2024-04-10 15:19:18 +02:00
Matt Bierner d446edf5c5
Pick up latest TS for building VSCode (#209881) 2024-04-08 20:57:33 +02:00
Matt Bierner 125e308ea4
Bump @typescript-eslint versions (#209516)
6.x is the latest release that supports our current node target
2024-04-04 10:36:59 -07:00
Connor Peet 7a523c238f
exthost: fix profiling not working (#209142)
* exthost: fix profiling not working

Fixes https://github.com/microsoft/vscode/issues/194678. Requires https://github.com/jrieken/v8-inspect-profiler/pull/3 to be merged and published in order to pass the 'host' down.

* bump package
2024-04-02 18:21:30 +02:00
Connor Peet 87780c04c8
eng: fix CSS tooling crashes watch task (#209278)
Get rid of the gulp-postcss plugin and just implement our own, I couldn't get it to work.

Fixes #207827
2024-04-01 20:15:25 +02:00
Matt Bierner be1efcc505
Pick up latest TS for building VS Code (#209265) 2024-04-01 18:31:02 +02:00
dependabot[bot] 9e0b3f311a
Bump es5-ext from 0.10.53 to 0.10.63 (#206313)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 13:32:09 -07:00
Robo 6f287b276e
chore: bump electron@28.2.8 (#208868)
* chore: bump electron@28.2.8

* chore: bump distro
2024-03-27 08:47:13 +01:00
Daniel Imms 26a111b3a2
Update xterm.js
Fixes #208102
2024-03-20 12:15:08 -07:00
Matt Bierner 18d118aaf5
Pick up latest TS for building VS Code (#208041) 2024-03-18 22:12:00 +01:00
Daniel Imms 16b2e2d68e
Update xterm.js
Fixes a glyph scaling issue among other minor things
2024-03-18 10:30:57 -07:00
Daniel Imms b7b436a657
Support rescaling overlapping glyphs
Fixes #206342
2024-03-14 10:02:30 -07:00
Robo 6c1e897687
chore: update electron@28.2.6 (#207388)
* chore: update electron@28.2.6

* chore: update distro
2024-03-12 08:42:05 +01:00
Matt Bierner e08191789b
Pick up latest TS for building VS Code (#207347) 2024-03-11 19:06:05 +01:00
Robo c37ca48a96
chore: update node-pty@1.1.0-beta11 (#207153) 2024-03-08 13:48:21 +01:00
Matt Bierner 6403b4367b
Pick up latest TS for building VS Code (#207096) 2024-03-07 12:59:59 -08:00
Robo 069f4d91f3
chore: bump electron@28.2.5 (#206822)
* chore: bump electron@28.2.5

* chore: bump distro
2024-03-04 19:56:04 +01:00
Daniel Imms ad1373ca5a
Update xterm 2024-03-04 06:26:29 -08:00
Daniel Imms f348847d77
Update xterm
Fixes #204690
2024-02-29 08:46:51 -08:00
Sandeep Somavarapu e25f421789
fix #82524 (#206415) 2024-02-28 10:44:26 +01:00
Matt Bierner 920a3a701e
Pick up latest TS for building VS Code (#206264) 2024-02-26 19:56:20 +01:00
Robo 974c6b3fb9
chore: update to electron 28 (#203956)
* chore: update electron@28.1.4

* ci: use latest Node.js v18 release

18.18.2 has npm version that has removed the node-gyp script
which will cause native modules fail to build that rely on
something like `install: node-gyp rebuild`

Refs c93edb55f5

* chore: update rpm dependencies

* chore: bump electron@28.2.1

* chore: bump nodejs@18.18.2

* chore: bump electron@28.2.2

* chore: bump distro
2024-02-26 12:11:47 +01:00
Raymond Zhao 7a40a10b24
chore: bump proxy-agent and ip (#205903) 2024-02-21 11:21:39 -08:00
Robo 983a3bc0ae
chore: bump electron@27.3.2 (#204960)
* chore: bump electron@27.3.2

* chore: bump distro
2024-02-12 06:42:48 +01:00
Connor Peet 06eee91ac7
eng: update CLI and a fix for extension test coverage (#204662) 2024-02-08 00:37:58 +01:00
Robo 926d4e5fd1
chore: update electron@27.3.1 (#204580)
* chore: update electron@27.3.1

* chore: bump distro
2024-02-07 12:08:06 +01:00
Matt Bierner 0f47ae7932
Pick up latest TS for building VS Code (#204527) 2024-02-06 11:39:50 -08:00
Daniel Imms dbdf5813d7
Update xterm.js
Fixes #204104
2024-02-02 11:15:55 -08:00
Robo bf16cceb73
chore: bump windows-mutex@0.5.0 (#204150) 2024-02-02 16:52:39 +01:00
Robo 56ed836ea9
chore: bump windows-process-tree@0.6.0 (#204079) 2024-02-02 09:23:51 +01:00
Robo 9f705f9376
chore: bump spdlog@0.15.0 (#204072) 2024-02-02 08:25:12 +01:00
Robo 9794c5e919
chore: bump node-pty@1.1.0-beta6 (#204058) 2024-02-02 05:11:04 +01:00
Christof Marti db3ebe6121 Update to @vscode/proxy-agent 0.19.0 (#203847) 2024-02-01 17:01:15 +01:00
Matt Bierner adaf974eb2
Pick up latest TS for building (#203840) 2024-01-30 23:19:07 +01:00
Daniel Imms e13013289e
Update xterm
Fixes #200428
2024-01-30 12:02:53 -08:00
Connor Peet 0f323440e5
eng: allow css nesting via postcss plugin (#203726)
* eng: allow css nesting via postcss plugin

CSS nesting has landed in most browsers at this point, but we don't want
to break users who are still stuck on old browser (mainly older iOS
devices.) This PR adds a postcss plugin to the build process that
de-nests nested CSS.

The plugin required a newer version of postcss as well, so I have
updated that and a couple other modules to their latest versions.

* update build's package.json versions too
2024-01-29 11:19:37 -08:00
Robo 39fe2dab67
chore: bump electron@27.2.3 (#202771)
* chore: bump electron@27.2.3

* chore: bump distro
2024-01-22 20:25:03 +01:00
Sandeep Somavarapu 687df980c2
fix #201346 (#202520) 2024-01-15 16:54:48 +01:00
Robo fb76955440
chore: update electron@27.2.1 (#202053)
* chore: bump electron@27.2.1

* chore: enable code cache support for custom standard schemes

Refs 267cbc841e

* chore: remove --ms-enable-electron-run-as-node

Removed in favor of f842ead6bc

* chore: update distro
2024-01-09 08:33:34 +01:00
Matt Bierner 284e949dac
Pick up latest TS for building VS Code (#202047) 2024-01-09 07:48:18 +01:00