Commit graph

3448 commits

Author SHA1 Message Date
Henning Dieterichs
3bfde9adce
Updates monaco-editor-core dependency & fixes basic-languages amd file (#4965) 2025-08-28 10:40:38 -07:00
Henning Dieterichs
15e0a93777
Run npm run playwright-install (#4964)
* Run npm run playwright-install

* Fixes install command
2025-08-28 17:00:44 +00:00
Henning Dieterichs
2f901020a7
Merge pull request #4963 from microsoft/hediet/b/successful-mosquito
Hediet/b/successful mosquito
2025-08-28 18:57:14 +02:00
Henning Dieterichs
6037f70acb
Merge branch 'main' into hediet/b/successful-mosquito 2025-08-28 16:58:37 +02:00
Henning Dieterichs
4825f8bdea Fixes nodejs version 2025-08-28 16:37:50 +02:00
Henning Dieterichs
771cfe74cf 22.18.0 2025-08-28 16:08:37 +02:00
Henning Dieterichs
ecc00a0e24
Fixes node version (#4962) 2025-08-28 16:08:32 +02:00
Henning Dieterichs
2af2bd7810 Fixes node version 2025-08-28 16:03:26 +02:00
Henning Dieterichs
e56ad4b588
repairs esm and amd build (#4950) 2025-08-28 13:35:17 +02:00
Henning Dieterichs
f420968fc9
Merge pull request #4913 from microsoft/dependabot/npm_and_yarn/samples/webpack-dev-server-5.2.1
Bump webpack-dev-server from 4.10.0 to 5.2.1 in /samples
2025-06-23 11:52:24 +02:00
Shifra Williams
8ae32433da
feat: add snowflake sql keywords (#4915)
Added Snowflake SQL keywords from this doc: https://docs.snowflake.com/en/sql-reference/reserved-keywords
2025-06-13 09:32:24 +00:00
dependabot[bot]
a81306325b
Bump webpack-dev-server from 4.10.0 to 5.2.1 in /samples
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.0 to 5.2.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v5.2.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-version: 5.2.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-05 12:12:53 +00:00
Henning Dieterichs
dd6bdfe8da
Fixes https://github.com/microsoft/monaco-editor/issues/4799 (#4895)
* Fixes https://github.com/microsoft/monaco-editor/issues/4799

* updates ubuntu version

* Update ci.yml

This change pins the GitHub Actions runner to Ubuntu 22.04 instead of the default ubuntu-latest (currently 24.04) because Playwright's install-deps script is not yet compatible with Ubuntu 24.04. Several packages it tries to install—such as libasound2, libffi7, and libx264-163—have been removed, renamed, or replaced in 24.04, causing the dependency installation to fail and the CI job to exit with an error. Ubuntu 22.04 remains fully supported by Playwright and ensures a stable, consistent environment for browser testing and dependency management until 24.04 compatibility is added upstream.

---------

Co-authored-by: Megan Rogge <megan.rogge@microsoft.com>
2025-05-08 16:19:05 +00:00
Henning Dieterichs
495d075be0
Merge pull request #4742 from RoccoC/webpack-plugin-esm
Some checks failed
CI / CI (push) Has been cancelled
Update webpack plugin to support module workers
2025-04-07 16:37:46 +02:00
Henning Dieterichs
e03e965994 Revert mobx upgrade to fix website.
Some checks failed
CI / CI (push) Has been cancelled
2025-02-04 10:25:22 +01:00
Raymond Zhao
14b0e04b0d
Fix CI and website workflows (#4824)
Some checks are pending
CI / CI (push) Waiting to run
2025-02-04 01:13:01 +00:00
Rocco Cataldo
d2205cb8ee
Merge branch 'main' into webpack-plugin-esm 2024-12-02 09:59:07 -08:00
Ladislau Szomoru
a4b088e410
Engineering - add dependsOn field (#4747)
Some checks failed
CI / CI (push) Has been cancelled
2024-11-11 05:04:54 -08:00
RoccoC
ae5cab77cb update webpack plugin to support module workers 2024-11-05 12:07:29 -08:00
dependabot[bot]
9adbed19a9
Bump express from 4.19.2 to 4.21.1 in /website (#4734)
Some checks failed
CI / CI (push) Has been cancelled
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.21.1.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.1)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 09:22:36 -07:00
dependabot[bot]
d2fa0d21a7
Bump requirejs from 2.3.6 to 2.3.7 (#4616)
Bumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7.
- [Commits](https://github.com/jrburke/r.js/compare/2.3.6...2.3.7)

---
updated-dependencies:
- dependency-name: requirejs
  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-30 09:06:03 -07:00
dependabot[bot]
5ea1993c30
Bump micromatch from 4.0.5 to 4.0.8 in /website (#4668)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 09:03:17 -07:00
dependabot[bot]
175a1d10b4
Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /website (#4726)
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases)
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md)
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.6...v2.0.7)

---
updated-dependencies:
- dependency-name: http-proxy-middleware
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 08:58:39 -07:00
dependabot[bot]
55a0ed9269
Bump ws from 8.8.1 to 8.18.0 in /samples (#4595)
Bumps [ws](https://github.com/websockets/ws) from 8.8.1 to 8.18.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.8.1...8.18.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 08:58:20 -07:00
dependabot[bot]
4dc7b06d9b
Bump body-parser and express in /samples (#4697)
Some checks failed
CI / CI (push) Has been cancelled
Bumps [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `body-parser` from 1.20.2 to 1.20.3
- [Release notes](https://github.com/expressjs/body-parser/releases)
- [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: body-parser
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 16:16:51 -07:00
dependabot[bot]
2695fe2483
Bump rollup from 2.79.1 to 2.79.2 (#4696)
Some checks are pending
CI / CI (push) Waiting to run
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v2.79.2)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-27 14:07:39 -07:00
Aiday Marlen Kyzy
f6dc0eb8fc
Merge pull request #4691 from microsoft/chubby-cardinal
Some checks failed
CI / CI (push) Has been cancelled
Prepare monaco-editor for release 0.52
2024-09-19 12:56:30 +02:00
Aiday Marlen Kyzy
53e8e1ce30
adding changelog md change 2024-09-19 12:32:04 +02:00
Aiday Marlen Kyzy
7959d5c66e
update pacakge.json 2024-09-19 12:28:03 +02:00
Aiday Marlen Kyzy
3c7eb57085 undo the package upgrade change
Some checks are pending
CI / CI (push) Waiting to run
2024-09-18 14:45:33 +02:00
Henning Dieterichs
f262e8f931 Defines setInterval/setTimeout on faked globalThis in unit test 2024-09-18 14:45:33 +02:00
Henning Dieterichs
b31d22b9ee
Updates nvm to align with vscode nvm file. (#4665)
Some checks failed
CI / CI (push) Has been cancelled
2024-08-29 15:52:51 +00:00
Aiday Marlen Kyzy
b8a83d5356
Merge pull request #4652 from microsoft/annoyed-dragon
Some checks failed
CI / CI (push) Has been cancelled
Removing `editor.main.nls.js`
2024-08-26 17:01:51 +02:00
Aiday Marlen Kyzy
e52ff42729
removing editor.main.nls.js 2024-08-26 16:18:53 +02:00
Aiday Marlen Kyzy
67d664a329
Merge pull request #4649 from microsoft/unique-locust
Some checks failed
CI / CI (push) Has been cancelled
Add changes for monaco editor release 0.51.0
2024-08-22 18:30:06 +02:00
Aiday Marlen Kyzy
88c558b55d
adding changes for monaco editor release 2024-08-22 18:19:53 +02:00
Henning Dieterichs
2713684d6c Makes vs/nls.availableLanguages work for AMD again.
Some checks are pending
CI / CI (push) Waiting to run
2024-08-22 14:37:46 +02:00
Bhavya U
f6187471ca
Merge pull request #4630 from microsoft/dev/bhavyau/workflows
Some checks failed
CI / CI (push) Has been cancelled
Remove locker and info-needed-closer workflows.
2024-07-31 22:48:05 -07:00
Bhavya U
cd5d52c919
Remove workflows 2024-07-31 22:19:30 -07:00
Henning Dieterichs
93a0a2df32 Fixes CI
Some checks failed
CI / CI (push) Has been cancelled
2024-07-26 16:01:36 +02:00
Henning Dieterichs
d4bb0a8224 Fixes tests 2024-07-26 16:01:36 +02:00
Aiday Marlen Kyzy
02de12a70e
Merge pull request #4573 from microsoft/nutritious-krill
Some checks failed
CI / CI (push) Has been cancelled
Adding some detail in MAINTAINING.md for trigger build step
2024-07-19 11:25:59 +02:00
Henning Dieterichs
5181be1011 website: monaco loading improvements
Some checks failed
CI / CI (push) Has been cancelled
2024-07-16 20:05:30 +02:00
Henning Dieterichs
5eb2aba338
Merge pull request #4586 from ScottCarda-MS/sccarda/UpdateKeywords
Some checks failed
CI / CI (push) Has been cancelled
Update Q# Keywords
2024-07-12 10:40:28 +02:00
Scott Carda
2f8db3f6f8 update tokenizer and tests 2024-07-01 16:43:28 -07:00
Scott Carda
333adbbe6b Add keywords import, export, and struct. 2024-07-01 13:59:44 -07:00
Aiday Marlen Kyzy
032130e4bb
Adding more detailed steps 2024-06-20 15:50:46 +02:00
Aiday Marlen Kyzy
c321d0fbec
Merge pull request #4572 from microsoft/satisfactory-beetle
Some checks failed
CI / CI (push) Has been cancelled
Prepare monaco-editor for release
2024-06-20 11:12:31 +02:00
Aiday Marlen Kyzy
29a4a3aa14
updating the version in the package.json file 2024-06-20 10:01:42 +02:00
Henning Dieterichs
ada2b3d6ae
Merge pull request #4570 from microsoft/dependabot/npm_and_yarn/ws-8.17.1
Some checks are pending
CI / CI (push) Waiting to run
Bump ws from 8.4.2 to 8.17.1
2024-06-19 11:41:34 +02:00