Matt Bierner
ff4c15429c
Pick up latest TS for building VS Code ( #230730 )
2024-10-07 21:01:31 +02:00
dependabot[bot]
4df9b62926
build(deps-dev): bump cookie and @vscode/vscode-perf ( #230720 )
...
Bumps [cookie](https://github.com/jshttp/cookie ) and [@vscode/vscode-perf](https://github.com/microsoft/vscode-perf ). These dependencies needed to be updated together.
Updates `cookie` from 0.4.1 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.1...v0.7.2 )
Updates `@vscode/vscode-perf` from 0.0.14 to 0.0.19
- [Release notes](https://github.com/microsoft/vscode-perf/releases )
- [Commits](https://github.com/microsoft/vscode-perf/compare/v0.0.14...v0.0.19 )
---
updated-dependencies:
- dependency-name: cookie
dependency-type: direct:development
- dependency-name: "@vscode/vscode-perf"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 19:59:02 +02:00
Matt Bierner
e2e048ded8
Merge pull request #230345 from microsoft/dev/eslint-9
...
Eslint 9 migration
2024-10-07 09:15:12 -07:00
Benjamin Pasero
dc265add0b
esm - drop need for manual concat ( #230571 )
2024-10-06 14:12:20 +02:00
Benjamin Pasero
a1ec838aac
esm - remove hardcoded --esm for code-web ( #230538 )
...
* esm - remove hardcoded `--esm` for `code-web`
* update depds
2024-10-04 21:53:45 +02:00
Matt Bierner
98e69ca6ea
Merge branch 'main' into dev/eslint-9
2024-10-04 08:34:12 -07:00
Robo
8422282f04
chore: update to Electron 32 ( #218245 )
...
* chore: update electron@31.0.1
* chore: bump electron@31.1.0
* chore: update sysroot download url
* chore: bump electron@31.3.0
* chore: update rpm deps for arm64
* chore: bump electron@31.4.0
* chore: bump electron@32.0.0
* fix: compile stage
* fix: install on windows
* fix: override node-addon-api to support c++20 with gcc-11
Brings in fed13534c5
to support compilation with gcc>=11
* ci: use gnu++2a for gcc <=9
* ci: fix sdl pipeline
* ci: web stage
* ci: fix alpine stage
* ci: fix legacy server stage
* fix: node-addon-api resolution for remote
* ci: fix legacy arm stage
* chore: sync npm dependencies
* chore: bump electron@32.0.1
* ci: fix monaco editor checks
* ci: fix legacy server stage
* ci: possible concurrent execution
* ci: use foreground scripts on windows
* chore: bump electron@32.0.2
* fix: compilation
Refs 204011c3f2
* Revert "wco - hardcode devtools location on Linux (#227084 )"
This reverts commit dfb96d11d3 .
* chore: bump electron@32.1.2
* ci: remove workaround for missing c++20 flags
* ci: use gnu++2a for gcc <=9
* chore: bump distro
* ci: use gnu++17 for legacy arm servers
* fixup! override node-addon-api to support c++20 with gcc-11
Scope to only the affected package versions
* chore: bump @vscode/policy-watcher
* chore: bump @vscode/sqlite3
* chore: bump node.js v20.17.0
* chore: bump distro
* chore: update @vscode/windows-ca-certs
* chore: update builds for electron@32.1.2
* chore: bump distro
* chore: bump dependencies
* ci: fix arm legacy servers
2024-10-04 19:19:06 +09:00
Johannes
6e4221f0ec
remove swc
2024-10-04 11:23:51 +02:00
Matt Bierner
f6ebc0c2b8
Merge branch 'main' into dev/eslint-9
2024-10-03 10:52:58 -07:00
Martin Aeschlimann
fc6d94b806
[css/json/html] adopt latest lsp, update to module: node16 ( #230371 )
...
* adopt latest language-server/client
* update package-locks
* transpiler to support Node16
2024-10-03 13:49:56 +02:00
Matt Bierner
546ea6d00a
Add explicit semver types
...
These seem to have getting pulled in implicitly before
2024-10-02 20:00:35 -07:00
Matt Bierner
e456f4cb66
Start eslint 9 migration
...
For #230339
Starts migrating to eslint 9. Everything runs but it produces a number of errors
2024-10-02 14:45:28 -07:00
Benjamin Pasero
f09184ceb7
esm - set type: module top level ( #230210 )
2024-10-01 20:48:56 +02:00
Benjamin Pasero
b591f33513
🆙 jschardet@3.1.4 ( #230197 )
2024-10-01 08:19:15 +02:00
Robo
699bbcc761
chore: bump ms build for electron@30.5.1 ( #230184 )
...
* chore: bump ms build for electron@30.5.1
* chore: bump distro
2024-09-30 20:56:42 -07:00
Sandeep Somavarapu
841d51da29
write our own little gulp-eslint which takes the eslint from our workspace root ( #230115 )
2024-09-30 15:36:25 +02:00
Daniel Imms
0d9af1854b
Merge pull request #230042 from microsoft/tyriar/xterm_240927
...
xterm@5.6.0-beta.65
2024-09-28 08:10:04 -07:00
Daniel Imms
3f5fa8a8bb
xterm@5.6.0-beta.65
...
Fixes #230010
2024-09-28 06:50:53 -07:00
Daniel Imms
cb9f1664c6
Merge pull request #229985 from microsoft/node-pty_240927
...
node-pty@1.1.0-beta22
2024-09-28 06:30:53 -07:00
Matt Bierner
e956ece699
Pick up latest TS for building VS Code ( #229991 )
2024-09-27 20:02:11 +02:00
Daniel Imms
13ac4f2de2
node-pty@1.1.0-beta22
...
Brings back fix that was reverted for #75141
2024-09-27 09:59:33 -07:00
Benjamin Pasero
332b89f198
esm - remove AMD build scripts, tests and variables
2024-09-27 08:04:01 +02:00
Benjamin Pasero
bdc5542f12
🆙 version to 1.95.0 ( #229907 )
2024-09-27 06:48:08 +02:00
Benjamin Pasero
3d6f6d2df3
run OSS license tool ( #229904 )
...
* run OSS license tool
* bump distro
2024-09-27 06:21:02 +02:00
Christof Marti
74b0694b19
Roll back to @vscode/proxy-agent 0.22.0 ( #228872 )
2024-09-26 17:44:17 +02:00
Benjamin Pasero
b738d05639
update distro
2024-09-23 13:15:35 +02:00
Robo
b3d7cab572
chore: bump electron@30.5.1 ( #229329 )
...
* chore: add initial telemetry for array buffer crashes
* chore: bump electron@30.5.1
* chore: update build id
* chore: bump distro
2024-09-23 09:38:35 +02:00
Daniel Imms
982676e83d
Remove unused module
2024-09-21 10:39:07 -07:00
Daniel Imms
31e1cb3e71
Merge pull request #229213 from microsoft/tyriar/xterm_240720
...
xterm@5.6.0-beta.64
2024-09-21 09:12:44 -07:00
Benjamin Pasero
4c1716492a
watcher - remove experimental next watcher ( #229261 )
2024-09-21 08:48:01 -07:00
Tyler James Leonhardt
41179f4908
Bump distro to change Settings Sync scopes back ( #229242 )
...
Fixes https://github.com/microsoft/vscode/issues/229140
2024-09-21 01:08:28 +02:00
Daniel Imms
41083a6611
xterm@5.6.0-beta.64
...
Fixes #224750
2024-09-20 11:21:50 -07:00
Tyler James Leonhardt
17752c82d7
bumpp the distro ( #229093 )
...
with the new settings sync scope
2024-09-19 22:03:10 +02:00
Alex Ross
0daa65ac43
Adopt @vscode/tree-sitter-wasm 0.0.4 ( #228988 )
2024-09-18 14:20:47 -07:00
Tyler James Leonhardt
627e0d48d5
Bump that distroo ( #228964 )
...
bump it with `inheritAuthAccountPreference` addition
2024-09-18 18:25:10 +02:00
Robo
2a6d7ffcb4
chore: update electron@30.5.0 ( #228849 )
...
* chore: update electron@30.5.0
* chore: bump distro
2024-09-17 18:23:23 +02:00
Benjamin Pasero
b846e4ec77
🆙 watcher ( #228457 )
2024-09-13 15:05:21 +02:00
Benjamin Pasero
fbbda590ab
🆙 watcher ( #228376 )
2024-09-12 20:55:06 +02:00
Aaron Munger
de524a9562
include latest distro changes ( #228360 )
2024-09-12 18:55:23 +02:00
Martin Aeschlimann
237efd66a5
Merge pull request #228343 from microsoft/aeschli/healthy-whippet-877
...
update test-web
2024-09-12 18:01:43 +02:00
Benjamin Pasero
498870d214
debt - update watcher ref ( #228345 )
2024-09-12 16:17:33 +02:00
Martin Aeschlimann
6f94b4cbf6
update test-web
2024-09-12 15:14:29 +02:00
Alex Ross
f4b5fd6791
Use 0.0.3 @vscode/tree-sitter-wasm ( #228235 )
2024-09-11 15:44:04 +02:00
Benjamin Pasero
819cf1cd22
watcher - allow to use latest version of @parcel/watcher behind experimental setting ( #228200 )
...
We are pulling this in from `@bpasero/watcher` as a temporary solutionto:
- fix a deadlock issue in upstream
- allow to switch back and forth between the old and the new version
2024-09-11 13:21:52 +02:00
Karthik Nadig
e5fe1de0d0
Update distro
2024-09-10 13:36:55 -07:00
Daniel Imms
e38a560e6b
Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration
2024-09-10 11:22:25 -07:00
Robo
5921ef8b55
chore: increase heap size for client watch commands ( #228068 )
2024-09-10 09:03:14 +02:00
Benjamin Pasero
789c320a1c
Replace mkdirp with fs.mkdirSync(path, { recursive: true }) ( #228017 )
...
* Replace mkdirp with fs.mkdirSync(path, { recursive: true })
(fix #227931 )
* compile
2024-09-09 22:43:29 -07:00
Tyler James Leonhardt
1349397cf7
Remove vscode-nls-dev dependency ( #228002 )
...
This was when extensions used the old localization stuff. None of this is used anymore.
2024-09-09 18:28:32 +02:00
Connor Peet
4d221c6b85
cli: reapply "code server-web when offline"
2024-09-09 09:18:56 -07:00