Skip to content
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

Bump AvalonEdit from 5.0.4 to 6.0.1 in /source/dotnet #4532

Merged
merged 1 commit into from
Oct 1, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 4, 2020

Bumps AvalonEdit from 5.0.4 to 6.0.1.

Release notes

Sourced from AvalonEdit's releases.

AvalonEdit 6.0.1

Minor bug fix release

AvalonEdit 6.0

For change details please see CHANGELOG.md. Most notable is the support of .NET Core 3.0.

AvalonEdit 6.0 Preview 1

Built with dotnet-sdk-3.0.100-preview7-012821-win-x64.exe and msbuild version 16.1.76.45076.

Target frameworks: netcoreapp3.0 net40 net45

Changelog

Sourced from AvalonEdit's changelog.

Note: this changelog only lists major changes and fixes for major bugs. For a complete list of changes, see the git log.

2019/12/30: AvalonEdit 6.0.1

  • Minor bug fixes

2019/09/24: AvalonEdit 6.0

  • Add support for .NET Core 3.0
  • Remove support for .NET 3.5
  • Add proper .editorconfig and fix formatting
  • Remove DOTNET4 and NREFACTORY symbols
  • Create snukpg and use SourceLink

Note: Versions 5.0.2, ..3 and ..4 are not contained in this change log

2014/06/28: AvalonEdit 5.0.1-pre

  • License changed from LGPL to MIT
  • New Feature: Hide mouse cursor while typing (enabled by default)
  • New Feature: Highlight current line (disabled by default)
  • New Feature: Overstrike mode (disabled by default)
  • AvalonEdit now raises the WPF DataObject attached events on clipboard and drag'n'drop operations.
  • Encoding detection now distinguishes between UTF-8 with BOM and UTF-8 without BOM. This prevents AvalonEdit from adding the BOM to existing UTF-8 files.
  • Improved handling of grapheme clusters. A base character followed by a combining mark is now treated as a single character by the caret movement logic.
  • Added RichText, RichTextModel and RichTextColorizer.
  • Renamed the VB highlighting mode from "VBNET" to "VB"
  • Changed IHighlighter API in order to support SharpDevelop's semantic C# highlighter
  • The regex-based highlighting engine was moved into its own class (HighlightingEngine) to be separated from the state-tracking logic in DocumentHighlighter.
  • Add FileName property to TextDocument class.
  • DocumentChangeEventArgs.RemovedText/InsertedText are now of type ITextSource instead of string.
  • Removed the error-tolerant XML parser ("AvalonEdit.Xml"). An improved version of this parser is available as part of NRefactory 5.
  • Removed some obsolete APIs.

2014/05/01: AvalonEdit 4.4.2.9744

  • Fixed crash-on-launch in .NET 3.5 version of AvalonEdit.
  • Fixed bug that caused deleted document lines to return IsDeleted=false after the whole document document content was replaced.

2014/04/30: AvalonEdit 4.4.1.9739

  • Fix crash when using AvalonEdit on multiple UI threads.

2014/01/23: AvalonEdit 4.4.0.9727

  • Fix Home/End keys to only act on the current TextLine when word-wrapping is enabled, not on the whole VisualLine.
  • Remove the caret stop in the middle of surrogate pairs, so that characters outside the basic multilingual plane work as expected.

2013/04/02: AvalonEdit 4.3.1.9430

  • Fix bug that caused IME support to be disabled depending on which WPF control had the focus before AvalonEdit got focused.
Commits
  • 76c5a16 Prepare 6.0.1
  • 032d05d Update build env to netcore31
  • b070099 Fix NullReferenceException when unregistering folding manager after the docum...
  • b98689a SelectionMouseHandler: Fix crash when TextArea.Document is re-assigned to a d...
  • 8c8ca88 Merge pull request #197 from icsharpcode/azure-pipelines
  • 0ed342d Add condition for publish target too
  • 30aec15 Add Azure Pipelines Badge
  • e933f20 Copy only for Release
  • 548b607 targetPath adaptations to try copy/publish task
  • 2394913 Set up CI with Azure Pipelines
  • Additional commits viewable in compare view

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 will merge this PR once CI passes on it, as requested by @RebeccaAnne.


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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Microsoft Reviewers: Open in CodeFlow

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch 3 times, most recently from e259e19 to b4aa102 Compare August 7, 2020 15:19
@ghost ghost added the no-recent-activity label Aug 12, 2020
@ghost ghost assigned shalinijoshi19 Aug 12, 2020
@ghost
Copy link

ghost commented Aug 12, 2020

Hi @dependabot-preview[bot]. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from b4aa102 to 61614b3 Compare August 17, 2020 16:55
@ghost ghost removed the no-recent-activity label Aug 17, 2020
@ghost
Copy link

ghost commented Aug 17, 2020

Hi @dependabot-preview[bot]; Thanks for taking action on your previously stale pull request. Resetting staleness.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch 2 times, most recently from e4e28d9 to b6cb541 Compare August 19, 2020 00:55
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch 2 times, most recently from a22849c to cdc26c6 Compare August 24, 2020 22:05
@ghost ghost added the no-recent-activity label Aug 30, 2020
@ghost
Copy link

ghost commented Aug 30, 2020

Hi @dependabot-preview[bot]. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from cdc26c6 to 9d8b33e Compare August 31, 2020 22:36
@ghost ghost removed the no-recent-activity label Aug 31, 2020
@ghost
Copy link

ghost commented Aug 31, 2020

Hi @dependabot-preview[bot]; Thanks for taking action on your previously stale pull request. Resetting staleness.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch 2 times, most recently from 7e17646 to 7e97821 Compare September 1, 2020 22:55
@ghost ghost added the no-recent-activity label Sep 7, 2020
@ghost ghost assigned matthidinger Sep 7, 2020
@ghost
Copy link

ghost commented Sep 7, 2020

Hi @dependabot-preview[bot]. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from 7e97821 to c718203 Compare September 9, 2020 14:41
@ghost ghost removed the no-recent-activity label Sep 9, 2020
@ghost
Copy link

ghost commented Sep 9, 2020

Hi @dependabot-preview[bot]; Thanks for taking action on your previously stale pull request. Resetting staleness.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch 2 times, most recently from 42a73d5 to d3ca005 Compare September 9, 2020 17:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from d3ca005 to 9e323da Compare September 14, 2020 20:52
@ghost ghost added the no-recent-activity label Sep 20, 2020
@ghost
Copy link

ghost commented Sep 20, 2020

Hi @dependabot-preview[bot]. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from 9e323da to d630da6 Compare September 22, 2020 23:09
@ghost ghost removed the no-recent-activity label Sep 22, 2020
@ghost
Copy link

ghost commented Sep 22, 2020

Hi @dependabot-preview[bot]; Thanks for taking action on your previously stale pull request. Resetting staleness.

@ghost ghost added the no-recent-activity label Sep 28, 2020
@ghost
Copy link

ghost commented Sep 28, 2020

Hi @dependabot-preview[bot]. This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from d630da6 to ff425ae Compare September 28, 2020 19:53
@ghost ghost removed the no-recent-activity label Sep 28, 2020
@ghost
Copy link

ghost commented Sep 28, 2020

Hi @dependabot-preview[bot]; Thanks for taking action on your previously stale pull request. Resetting staleness.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch 6 times, most recently from d9562be to 36f76e0 Compare October 1, 2020 20:54
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch from 36f76e0 to 92b58cd Compare October 1, 2020 21:17
@RebeccaAnne RebeccaAnne merged commit 502a761 into main Oct 1, 2020
@RebeccaAnne RebeccaAnne deleted the dependabot/nuget/source/dotnet/AvalonEdit-6.0.1 branch October 1, 2020 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants