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
...
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.
CI / CI (push) Has been cancelled
2025-02-04 10:25:22 +01:00
Raymond Zhao
14b0e04b0d
Fix CI and website workflows ( #4824 )
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 )
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 )
...
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 )
...
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 )
...
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
...
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
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 )
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
...
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
...
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.
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
...
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
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
...
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
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
...
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
...
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
...
CI / CI (push) Waiting to run
Bump ws from 8.4.2 to 8.17.1
2024-06-19 11:41:34 +02:00
dependabot[bot]
8a98f87be7
Bump ws from 8.4.2 to 8.17.1
...
Bumps [ws](https://github.com/websockets/ws ) from 8.4.2 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.4.2...8.17.1 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 08:01:19 +00:00
dependabot[bot]
d15d6ba3b7
Bump express from 4.18.1 to 4.19.2 in /website ( #4447 )
...
CI / CI (push) Has been cancelled
Bumps [express](https://github.com/expressjs/express ) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2 )
---
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-06-17 11:31:53 -07:00
dependabot[bot]
654fd3d5ab
Bump express from 4.18.1 to 4.19.2 in /samples ( #4446 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.1 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.1...4.19.2 )
---
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-06-17 11:31:30 -07:00
dependabot[bot]
1eed4472e1
Bump braces from 3.0.2 to 3.0.3 in /samples ( #4565 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 11:19:15 -07:00
dependabot[bot]
f883fe9d81
Bump braces from 3.0.2 to 3.0.3 ( #4564 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-17 10:59:31 -07:00
Henning Dieterichs
c49fdf9f0c
Merge pull request #4482 from jakebailey/emit-file-diagnostics
...
CI / CI (push) Has been cancelled
Call clearFiles on internal EmitOutput diagnostics, pass args down
2024-05-30 19:29:01 +02:00
Henning Dieterichs
045e29b7d8
Merge pull request #4504 from htcfreek/patch-1
...
CI / CI (push) Waiting to run
Add extension to `csp.contribution.ts`
2024-05-30 17:56:14 +02:00
Henning Dieterichs
a5e379c985
Merge pull request #4525 from microsoft/given-orangutan
...
CI / CI (push) Has been cancelled
Update version
2024-05-24 12:32:15 +02:00