StardustDL / acblog

An open source extensible static & dynamic blog system. (an alternative tool with same features at StardustDL/paperead)
https://acblog.github.io
Other
67 stars 18 forks source link

Bump monaco-editor from 0.21.2 to 0.37.1 in /src/client/AcBlog.Client.UI #203

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps monaco-editor from 0.21.2 to 0.37.1.

Changelog

Sourced from monaco-editor's changelog.

[0.37.1]

  • Fixes Inline Completions feature

[0.37.0]

  • New registerLinkOpener API
  • New onLanguageEncountered event for when a language is encountered during tokenization.
  • Updated TypeScript to 5.0
  • New required field canFormatMultipleRanges on DocumentRangeFormattingEditProvider
  • Bugfixes

Contributions to monaco-editor:

[0.36.1]

  • Marks unneeded dependencies as dev dependencies.

[0.36.0]

  • Maintenance release

[0.35.0]

  • Adds sticky scrolling
  • Support for custom diff algorithms

Breaking Changes

  • Renamed the option enableDropIntoEditor to dropIntoEditor
  • Changed IContentWidgetPosition.range: Range to IContentWidgetPosition.secondaryPosition: Position
  • renderFinalNewline config: is now of type 'on' | 'off' | 'dimmed' (was boolean).
  • cursorSmoothCaretAnimation config: is now of type 'off' | 'explicit' | 'on' (was boolean)

Contributions to monaco-editor:

... (truncated)

Commits
  • 20a8d5a Merge pull request #3892 from microsoft/hediet/b/radical-python
  • d04d818 0.37.1
  • e0f3142 Merge pull request #3890 from microsoft/hediet/b/bewildered-swordtail
  • c526b6b Merge pull request #3889 from microsoft/hediet/b/characteristic-rabbit
  • 842214b Don't load monaco editor in fullscreen
  • 29bf7f9 Implements option to disable auto-reload
  • 1c6f48a Merge pull request #3879 from microsoft/hediet/webcomponent-bugfix
  • 14a9240 Merge pull request #3886 from microsoft/hediet/b/difficult-puma
  • e8e3ac9 Updates playwright
  • 74fb36a Merge pull request #3884 from dneto0/add-wgsl
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by vscode-bot, a new releaser for monaco-editor since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
dependabot[bot] commented 1 year ago

Superseded by #205.