This commit is contained in:
Henning Dieterichs 2025-09-08 15:21:07 +02:00
parent c41951a02b
commit e1daebdf79
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
4 changed files with 16 additions and 15 deletions

View file

@ -2,7 +2,7 @@
## [0.53.0] ## [0.53.0]
- Deprecates AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build. - :warning: This release deprecates the AMD build and ships with significant changes of the AMD build. The AMD build will still be shipped for a while, but we don't offer support for it anymore. Please migrate to the ESM build.
### New Features ### New Features

View file

@ -26,7 +26,7 @@ You will get:
- inside `/esm`: ESM version of the editor (compatible with e.g. webpack) - inside `/esm`: ESM version of the editor (compatible with e.g. webpack)
- `monaco.d.ts`: this specifies the API of the editor (this is what is actually versioned, everything else is considered private and might break with any release). - `monaco.d.ts`: this specifies the API of the editor (this is what is actually versioned, everything else is considered private and might break with any release).
The monaco editor also ships an `AMD` build for backwards-compatibility reasons, but the `AMD` support is deprecated and will be removed in future versions. :warning: The monaco editor also ships an `AMD` build for backwards-compatibility reasons, but the `AMD` support is deprecated and will be removed in future versions.
## Concepts ## Concepts

21
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "monaco-editor", "name": "monaco-editor",
"version": "0.52.0", "version": "0.53.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "monaco-editor", "name": "monaco-editor",
"version": "0.52.0", "version": "0.53.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -29,7 +29,7 @@
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"mocha": "^9.2.0", "mocha": "^9.2.0",
"monaco-editor-core": "^0.53.0-dev-20250905", "monaco-editor-core": "^0.53.0-rc2",
"parcel": "^2.7.0", "parcel": "^2.7.0",
"pin-github-action": "^1.8.0", "pin-github-action": "^1.8.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
@ -5496,10 +5496,11 @@
"dev": true "dev": true
}, },
"node_modules/monaco-editor-core": { "node_modules/monaco-editor-core": {
"version": "0.53.0-dev-20250905", "version": "0.53.0-rc2",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.53.0-dev-20250905.tgz", "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.53.0-rc2.tgz",
"integrity": "sha512-naSEvkM5l8ubpYwBW69tb4SAQg8bzG1EduXSXdidgnqk6SB7c5n6hSUlVJvRktJHjuaoUMfwA0+ppiUb5F05jg==", "integrity": "sha512-Tt+pJ1eYENHIre7cz2fNd2du58cbQzNgM7ZKfi46FYITZVz3YzU3GC81c99SNl1oWUHCm55dJWAwD1UEZf63Og==",
"dev": true "dev": true,
"license": "MIT"
}, },
"node_modules/mri": { "node_modules/mri": {
"version": "1.2.0", "version": "1.2.0",
@ -11294,9 +11295,9 @@
} }
}, },
"monaco-editor-core": { "monaco-editor-core": {
"version": "0.53.0-dev-20250905", "version": "0.53.0-rc2",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.53.0-dev-20250905.tgz", "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.53.0-rc2.tgz",
"integrity": "sha512-naSEvkM5l8ubpYwBW69tb4SAQg8bzG1EduXSXdidgnqk6SB7c5n6hSUlVJvRktJHjuaoUMfwA0+ppiUb5F05jg==", "integrity": "sha512-Tt+pJ1eYENHIre7cz2fNd2du58cbQzNgM7ZKfi46FYITZVz3YzU3GC81c99SNl1oWUHCm55dJWAwD1UEZf63Og==",
"dev": true "dev": true
}, },
"mri": { "mri": {

View file

@ -1,7 +1,7 @@
{ {
"name": "monaco-editor", "name": "monaco-editor",
"version": "0.52.0", "version": "0.53.0",
"vscodeRef": "493330cdc6475247184ea459c66776c3da12cd2d", "vscodeRef": "e296bdfe0313d571a6f58399b22afd199f6da454",
"private": true, "private": true,
"description": "A browser based code editor", "description": "A browser based code editor",
"homepage": "https://github.com/microsoft/monaco-editor", "homepage": "https://github.com/microsoft/monaco-editor",
@ -52,7 +52,7 @@
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"jsonc-parser": "^3.0.0", "jsonc-parser": "^3.0.0",
"mocha": "^9.2.0", "mocha": "^9.2.0",
"monaco-editor-core": "^0.53.0-dev-20250905", "monaco-editor-core": "^0.53.0-rc2",
"parcel": "^2.7.0", "parcel": "^2.7.0",
"pin-github-action": "^1.8.0", "pin-github-action": "^1.8.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",