stylelint / stylelint-demo

The online demo on the Stylelint website
https://stylelint.io/demo/
MIT License
15 stars 8 forks source link

Bump monaco-editor from 0.51.0 to 0.52.0 #432

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps monaco-editor from 0.51.0 to 0.52.0.

Release notes

Sourced from monaco-editor's releases.

v0.52.0

Changes:

  • #4691: Prepare monaco-editor for release 0.52
  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

v0.52.0-rc2

Changes:

  • #4665: Updates nvm to align with vscode nvm file.
  • #4652: Removing editor.main.nls.js

This list of changes was auto generated.

Changelog

Sourced from monaco-editor's changelog.

[0.52.0]

  • Comment added inside of IModelContentChangedEvent
Commits
  • f6dc0eb Merge pull request #4691 from microsoft/chubby-cardinal
  • 53e8e1c adding changelog md change
  • 7959d5c update pacakge.json
  • 3c7eb57 undo the package upgrade change
  • f262e8f Defines setInterval/setTimeout on faked globalThis in unit test
  • b31d22b Updates nvm to align with vscode nvm file. (#4665)
  • b8a83d5 Merge pull request #4652 from microsoft/annoyed-dragon
  • e52ff42 removing editor.main.nls.js
  • See full diff in compare view


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

netlify[bot] commented 1 month ago

Deploy Preview for chimerical-trifle-8d3c21 ready!

Name Link
Latest commit 721a832a498d83b15e0614a1ba9ed228ea1530ae
Latest deploy log https://app.netlify.com/sites/chimerical-trifle-8d3c21/deploys/672a1ec86e65380008f9b057
Deploy Preview https://deploy-preview-432--chimerical-trifle-8d3c21.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

ybiquitous commented 1 month ago

@dependabot rebase

ybiquitous commented 1 month ago

The preview doesn't work... 🤔

jeddy3 commented 1 month ago

The preview doesn't work... 🤔

The previous-but-one release of monaco didn't work for us either, but the previous one did. Shall we wait and hope that the same happens this time around and the next release works for us?

ota-meshi commented 1 month ago

I think maybe we should switch to something else instead of cdnjs :thinking: There it looks like the latest version (0.52) of monaco-editor and some versions (e.g. 0.50) are missing. https://cdnjs.com/libraries/monaco-editor

ota-meshi commented 1 month ago

jsdelivr seems to work fine, do you think this would be a good replacement?

https://cdn.jsdelivr.net/npm/monaco-editor@latest/

ybiquitous commented 1 month ago

Just curious, does the TypeScript check work with the CDN version?

E.g. https://github.com/stylelint/stylelint-demo/blob/3d7900e45aa8c571f5df8738d772bf409f63b050/src/monaco-editor/monaco-loader.ts#L1

jeddy3 commented 2 weeks ago

@dependabot rebase