Commit graph

349 commits

Author SHA1 Message Date
Henning Dieterichs
516f350bda
Fixes missing language exports (#5121) 2025-11-20 09:44:34 -08:00
Henning Dieterichs
9221aa0ef8
v0.55.1 (#5122)
* v0.55.1

* Updates changelog
2025-11-20 09:44:18 -08:00
Henning Dieterichs
1b175c701c
v0.55.0 (#5117) 2025-11-19 19:08:30 +01:00
Henning Dieterichs
e70b6618f4
fixes website & adds editor.api.d.ts (#5104) 2025-11-07 17:47:33 +00:00
dependabot[bot]
a2b9eb07f2
Bump vite from 7.1.5 to 7.1.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.11
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 22:56:11 +00:00
dependabot[bot]
c8b3ac9087
Bump playwright and @playwright/test
Bumps [playwright](https://github.com/microsoft/playwright) to 1.56.1 and updates ancestor dependency [@playwright/test](https://github.com/microsoft/playwright). These dependencies need to be updated together.


Updates `playwright` from 1.54.2 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.54.2...v1.56.1)

Updates `@playwright/test` from 1.54.2 to 1.56.1
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.54.2...v1.56.1)

---
updated-dependencies:
- dependency-name: playwright
  dependency-version: 1.56.1
  dependency-type: indirect
- dependency-name: "@playwright/test"
  dependency-version: 1.56.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 19:08:04 +00:00
Henning Dieterichs
d3649a2a6b
Fixes #5010 (#5051) 2025-10-13 16:50:46 +00:00
Henning Dieterichs
708c529972
Updates typescript to 5.9.3 (#5050)
Fixes https://github.com/microsoft/monaco-editor/issues/5046
Closes https://github.com/microsoft/monaco-editor/pull/5045
2025-10-13 16:49:21 +00:00
Henning Dieterichs
5a7e917587
Uses rollup for ESM build and d.ts bundling. (#5048)
* Uses rollup for ESM build and d.ts bundling.
Moves monaco.languages.{typescript, json, html, css} to monaco.*.
Moves monaco.editor.createWebWorker to monaco.createWebWorker.

* Adds excluded files from dist, as they needed to be patched.
2025-10-13 18:05:43 +02:00
Henning Dieterichs
0fd6f29a23
First iteration of monaco editor lsp client (#5044) 2025-10-10 12:18:12 +02:00
Henning Dieterichs
a59f6c8a72
uses rollup to bundle monaco-editor's monaco.d.ts (#5033)
* uses rollup to bundle monaco-editor's monaco.d.ts

* Adds missing await
2025-10-09 21:26:17 +02:00
Henning Dieterichs
e979ae38e3 Adds single package-for-smoketest step 2025-10-08 23:54:16 +02:00
Henning Dieterichs
3b2be8eda6 adds back mocha 2025-10-08 23:54:16 +02:00
Henning Dieterichs
c998a7c80f Uses playwright 2025-10-08 23:54:16 +02:00
Henning Dieterichs
7c2310116c
v0.54.0 (#5027) 2025-10-06 11:13:57 +02:00
Henning Dieterichs
9242cdfd03
updates monaco-editor-core (#5019) 2025-09-26 14:12:32 +02:00
Henning Dieterichs
2e93787361
Marks trusted-types as dev-dependency. (#5012) 2025-09-23 10:13:26 +08:00
Henning Dieterichs
7795b8c5c7 Fixes bug in min build by upgrading vite 2025-09-11 15:54:37 +02:00
Henning Dieterichs
c7f027ed9e
v0.53.0 (#4979) 2025-09-08 06:29:49 -07:00
Henning Dieterichs
6f3fbe8c3a
Fixes worker sandbox problems (#4975) 2025-09-05 14:27:56 -04:00
Henning Dieterichs
3bfde9adce
Updates monaco-editor-core dependency & fixes basic-languages amd file (#4965) 2025-08-28 10:40:38 -07:00
Henning Dieterichs
e56ad4b588
repairs esm and amd build (#4950) 2025-08-28 13:35:17 +02: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
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
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
Henning Dieterichs
d4bb0a8224 Fixes tests 2024-07-26 16:01:36 +02:00
Aiday Marlen Kyzy
29a4a3aa14
updating the version in the package.json file 2024-06-20 10:01:42 +02:00
Aiday Marlen Kyzy
63f3805f29
add changes 2024-05-22 17:34:03 +02:00
Henning Dieterichs
13072d3f18
Update TypeScript to TS 5.4.5 in all projects, vendored files
Co-authored-by: John Yanarella <john.yanarella@gmail.com>
2024-05-03 11:41:19 +02:00
Henning Dieterichs
418ae49a8e Updates languageservices.
Some checks are pending
CI / CI (push) Waiting to run
2024-05-02 16:46:48 +02:00
Henning Dieterichs
0037b13fb5 v0.48.0
Some checks are pending
CI / CI (push) Waiting to run
2024-04-22 19:30:11 +02:00
Jeremy Rifkin
92f21bfb5b
Fix bug with highlighting of C++ raw string literals (#4436)
* Fix bug with highlighting of C++ raw string literals

* Update to today's monaco-editor-core

* Continue generating `string.raw.end` tokens

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2024-03-20 21:09:44 +00:00
Henning Dieterichs
023ae4284a Update monaco editor core to dev version to investigate CI issues. 2024-03-19 17:12:48 +01:00
Henning Dieterichs
69991d6613 Prepares v0.47.0 2024-03-08 16:26:46 +01:00
Henning Dieterichs
c2040c43c8 Update version to 0.46.0 2024-02-07 13:54:21 +01:00
Henning Dieterichs
fd84f5469d Update esbuild 2024-02-06 19:49:27 +01:00
Henning Dieterichs
b0330f8eed Fixes monaco-editor nightly build (needed for verification) 2024-01-23 18:18:40 +01:00
dependabot[bot]
787421ee54
Bump vite from 3.2.7 to 3.2.8 (#4350)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.7 to 3.2.8.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.8/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.8/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  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-01-20 14:40:25 -08:00
Henning Dieterichs
5e5af013f8 v0.45.0 2023-12-07 15:32:07 +01:00
Henning Dieterichs
3e047efd34 Fixes node-gyp issues 2023-10-06 14:05:28 +02:00
Henning Dieterichs
e409ac061d Adds node-gyp as dev dependency 2023-10-06 10:20:08 +02:00
Henning Dieterichs
f015a01227 Fixes CI 2023-10-05 18:48:05 +02:00
Henning Dieterichs
7e3d25aaca Preparing for v0.44.0 2023-10-05 18:48:05 +02:00
Henning Dieterichs
fc4b92a890 v0.43.0 2023-09-11 13:17:56 +02:00
Henning Dieterichs
38e1e3d097 0.41.0 2023-08-03 15:56:22 +02:00
Henning Dieterichs
18dfe4da0d
0.40.0 2023-07-07 16:08:50 +02:00
dependabot[bot]
12a85be518
Bump vite from 3.2.5 to 3.2.7 (#4005)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.5 to 3.2.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.7/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-06 06:25:16 -07:00