-
-
Notifications
You must be signed in to change notification settings - Fork 218
Add support for monaco-yaml and docker compose spec validatiaon #772
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2197,6 +2197,11 @@ json5@^2.2.3: | |
| resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" | ||
| integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== | ||
|
|
||
| jsonc-parser@^3.0.0: | ||
| version "3.3.1" | ||
| resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.3.1.tgz#f2a524b4f7fd11e3d791e559977ad60b98b798b4" | ||
| integrity sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ== | ||
|
|
||
| keyv@^4.5.4: | ||
| version "4.5.4" | ||
| resolved "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" | ||
|
|
@@ -2288,6 +2293,49 @@ [email protected]: | |
| resolved "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.52.2.tgz" | ||
| integrity sha512-GEQWEZmfkOGLdd3XK8ryrfWz3AIP8YymVXiPHEdewrUq7mh0qrKrfHLNCXcbB6sTnMLnOZ3ztSiKcciFUkIJwQ== | ||
|
|
||
| monaco-languageserver-types@^0.4.0: | ||
| version "0.4.0" | ||
| resolved "https://registry.yarnpkg.com/monaco-languageserver-types/-/monaco-languageserver-types-0.4.0.tgz#8f3414c1ebba786b9c9db45857cc853e50e768e8" | ||
| integrity sha512-QQ3BZiU5LYkJElGncSNb5AKoJ/LCs6YBMCJMAz9EA7v+JaOdn3kx2cXpPTcZfKA5AEsR0vc97sAw+5mdNhVBmw== | ||
| dependencies: | ||
| monaco-types "^0.1.0" | ||
| vscode-languageserver-protocol "^3.0.0" | ||
| vscode-uri "^3.0.0" | ||
|
|
||
| monaco-marker-data-provider@^1.0.0: | ||
| version "1.2.4" | ||
| resolved "https://registry.yarnpkg.com/monaco-marker-data-provider/-/monaco-marker-data-provider-1.2.4.tgz#56fbeede5bd830ec2ee15b2aea9a7df62fa447a7" | ||
| integrity sha512-4DsPgsAqpTyUDs3humXRBPUJoihTv+L6v9aupQWD80X2YXaCXUd11mWYeSCYHuPgdUmjFaNWCEOjQ6ewf/QA1Q== | ||
| dependencies: | ||
| monaco-types "^0.1.0" | ||
|
|
||
| monaco-types@^0.1.0: | ||
| version "0.1.0" | ||
| resolved "https://registry.yarnpkg.com/monaco-types/-/monaco-types-0.1.0.tgz#3a3066aba499cb5923cd60efc736f3f14a169e10" | ||
| integrity sha512-aWK7SN9hAqNYi0WosPoMjenMeXJjwCxDibOqWffyQ/qXdzB/86xshGQobRferfmNz7BSNQ8GB0MD0oby9/5fTQ== | ||
|
|
||
| monaco-worker-manager@^2.0.0: | ||
| version "2.0.1" | ||
| resolved "https://registry.yarnpkg.com/monaco-worker-manager/-/monaco-worker-manager-2.0.1.tgz#f67c54dfca34ed4b225d5de84e77b24b4e36de8a" | ||
| integrity sha512-kdPL0yvg5qjhKPNVjJoym331PY/5JC11aPJXtCZNwWRvBr6jhkIamvYAyiY5P1AWFmNOy0aRDRoMdZfa71h8kg== | ||
|
|
||
| [email protected]: | ||
| version "5.4.0" | ||
| resolved "https://registry.yarnpkg.com/monaco-yaml/-/monaco-yaml-5.4.0.tgz#c0ed6226c710c32c509e7c316c9a45f004862088" | ||
| integrity sha512-tuBVDy1KAPrgO905GHTItu8AaA5bIzF5S4X0JVRAE/D66FpRhkDUk7tKi5bwKMVTTugtpMLsXN4ewh4CgE/FtQ== | ||
| dependencies: | ||
| jsonc-parser "^3.0.0" | ||
| monaco-languageserver-types "^0.4.0" | ||
| monaco-marker-data-provider "^1.0.0" | ||
| monaco-types "^0.1.0" | ||
| monaco-worker-manager "^2.0.0" | ||
| path-browserify "^1.0.0" | ||
| prettier "^3.0.0" | ||
| vscode-languageserver-textdocument "^1.0.0" | ||
| vscode-languageserver-types "^3.0.0" | ||
| vscode-uri "^3.0.0" | ||
| yaml "^2.0.0" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see |
||
|
|
||
| [email protected]: | ||
| version "2.1.2" | ||
| resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" | ||
|
|
@@ -2380,6 +2428,11 @@ parse-srcset@^1.0.2: | |
| resolved "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz" | ||
| integrity sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q== | ||
|
|
||
| path-browserify@^1.0.0: | ||
| version "1.0.1" | ||
| resolved "https://registry.yarnpkg.com/path-browserify/-/path-browserify-1.0.1.tgz#d98454a9c3753d5790860f16f68867b9e46be1fd" | ||
| integrity sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g== | ||
|
|
||
| path-exists@^4.0.0: | ||
| version "4.0.0" | ||
| resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" | ||
|
|
@@ -2486,6 +2539,11 @@ [email protected]: | |
| resolved "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz" | ||
| integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw== | ||
|
|
||
| prettier@^3.0.0: | ||
| version "3.6.2" | ||
| resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393" | ||
| integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ== | ||
|
|
||
| punycode@^2.1.0: | ||
| version "2.3.1" | ||
| resolved "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" | ||
|
|
@@ -2964,6 +3022,34 @@ [email protected]: | |
| optionalDependencies: | ||
| fsevents "~2.3.3" | ||
|
|
||
| [email protected]: | ||
| version "8.2.0" | ||
| resolved "https://registry.yarnpkg.com/vscode-jsonrpc/-/vscode-jsonrpc-8.2.0.tgz#f43dfa35fb51e763d17cd94dcca0c9458f35abf9" | ||
| integrity sha512-C+r0eKJUIfiDIfwJhria30+TYWPtuHJXHtI7J0YlOmKAo7ogxP20T0zxB7HZQIFhIyvoBPwWskjxrvAtfjyZfA== | ||
|
|
||
| vscode-languageserver-protocol@^3.0.0: | ||
| version "3.17.5" | ||
| resolved "https://registry.yarnpkg.com/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.5.tgz#864a8b8f390835572f4e13bd9f8313d0e3ac4bea" | ||
| integrity sha512-mb1bvRJN8SVznADSGWM9u/b07H7Ecg0I3OgXDuLdn307rl/J3A9YD6/eYOssqhecL27hK1IPZAsaqh00i/Jljg== | ||
| dependencies: | ||
| vscode-jsonrpc "8.2.0" | ||
| vscode-languageserver-types "3.17.5" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It looks like it is preparing to accept LSP haha. This would be from
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah when I saw these lines in the lock file I thought I made a mistake. I reset the branch and reset the lock file and they came back - so I went and checked monaco-yaml and indeed they have dependencies on it. My hope is that this means that it will be easy to integrate into monaco-languageserver when we get there |
||
|
|
||
| vscode-languageserver-textdocument@^1.0.0: | ||
| version "1.0.12" | ||
| resolved "https://registry.yarnpkg.com/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.12.tgz#457ee04271ab38998a093c68c2342f53f6e4a631" | ||
| integrity sha512-cxWNPesCnQCcMPeenjKKsOCKQZ/L6Tv19DTRIGuLWe32lyzWhihGVJ/rcckZXJxfdKCFvRLS3fpBIsV/ZGX4zA== | ||
|
|
||
| [email protected], vscode-languageserver-types@^3.0.0: | ||
| version "3.17.5" | ||
| resolved "https://registry.yarnpkg.com/vscode-languageserver-types/-/vscode-languageserver-types-3.17.5.tgz#3273676f0cf2eab40b3f44d085acbb7f08a39d8a" | ||
| integrity sha512-Ld1VelNuX9pdF39h2Hgaeb5hEZM2Z3jUrrMgWQAu82jMtZp7p3vJT3BzToKtZI7NgQssZje5o0zryOrhQvzQAg== | ||
|
|
||
| vscode-uri@^3.0.0: | ||
| version "3.1.0" | ||
| resolved "https://registry.yarnpkg.com/vscode-uri/-/vscode-uri-3.1.0.tgz#dd09ec5a66a38b5c3fffc774015713496d14e09c" | ||
| integrity sha512-/BpdSx+yCQGnCvecbyXdxHDkuk55/G3xwnC0GqY4gmQ3j+A+g8kzzgB4Nk/SINjqn6+waqw3EgbVF2QKExkRxQ== | ||
|
|
||
| which@^2.0.1: | ||
| version "2.0.2" | ||
| resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" | ||
|
|
@@ -2994,6 +3080,11 @@ yallist@^3.0.2: | |
| resolved "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz" | ||
| integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== | ||
|
|
||
| yaml@^2.0.0: | ||
| version "2.8.1" | ||
| resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79" | ||
| integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw== | ||
|
|
||
| yaml@^2.3.4: | ||
| version "2.8.0" | ||
| resolved "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.