Commit Graph

4153 Commits

Author SHA1 Message Date
Raymond Zhao
4c9adf6dcb chore: bump OSS version (#232211) 2024-10-24 17:04:44 -07:00
Benjamin Pasero
af78f5b275 fix: update distro version in package.json (#232022) 2024-10-23 02:27:27 -07:00
Robo
6c2e9ffde1 chore: bump electron@32.2.1 (#231913)
* chore: bump electron@32.2.1

* chore: bump distro
2024-10-22 01:12:06 -07:00
Tyler James Leonhardt
7cdb7ee9df Bump da distro (#231860)
distro UP
2024-10-21 19:42:46 +02:00
Matt Bierner
ecf3f0e6d6 Pick up latest TS for building VS Code (#231857) 2024-10-21 10:09:32 -07:00
Justin Chen
1e696c1075 bump distro (#231854) 2024-10-21 19:00:06 +02:00
isidorn
d8fe57675e update distro pointer 2024-10-21 17:08:01 +02:00
Joyce Er
235982f240 chore: run OSS tool (#231800)
* chore: run OSS tool

* 🆙distro
2024-10-21 02:59:31 +02:00
Benjamin Pasero
b87039d5e2 🆙 distro (#231787) 2024-10-20 17:54:43 +02:00
Don Jayamanne
a4e21784b0 Update distro commit hash (#231617) 2024-10-18 02:22:25 +02:00
Benjamin Pasero
c025c19d14 eng - reduce some unused deps (#231221) 2024-10-13 12:38:11 +02:00
Robo
5237e49bc1 chore: bump distro (#231123) 2024-10-11 17:16:16 +02:00
Sandeep Somavarapu
3ae1a22592 update distro (#231095) 2024-10-11 10:42:12 +02:00
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