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.1.1 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 22, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps AvalonEdit from 5.0.4 to 6.1.1.

Release notes

Sourced from AvalonEdit's releases.

AvalonEdit 6.1.1

Fix wrong implementation of attached properties

AvalonEdit 6.1.0

icsharpcode/AvalonEdit@v6.0.1...v6.1.0

AvalonEdit 6.1 Preview

icsharpcode/AvalonEdit@v6.0.1...v6.1-preview1

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.

tbd: AvalonEdit 6.2-preview1

  • tbd

2021/03/15: AvalonEdit 6.1.1

  • Fix wrong implementation of attached properties

2021/03/08: AvalonEdit 6.1.0

2020/09/07: AvalonEdit 6.1 Preview 1

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.

... (truncated)

Commits
  • 774b38e Prepare 6.1.1 release
  • a6273d1 Fix #270: Wrong implementation of attached properties
  • 9e8ab4b Use .NET 5
  • 6bde0a4 Update for next preview version
  • a2164af Version 6.1.0
  • 83da0a9 Fix global.json for proper roll-forward
  • 664b6f5 Build for 6.1 final
  • c828838 Remove publishing NuGet to feed
  • a8d86c1 Merge pull request #255 from batzen/patch-1
  • 15e564f Merge pull request #263 from jairbubbles/catch-exception-when-pasting-with-in...
  • 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 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)

@dependabot-preview dependabot-preview bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Mar 22, 2021
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/AvalonEdit-6.1.1 branch 2 times, most recently from e66de30 to 59d9d08 Compare March 29, 2021 12:42
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/AvalonEdit-6.1.1 branch from 59d9d08 to cae698b Compare April 19, 2021 16:33
@dependabot-preview dependabot-preview bot force-pushed the dependabot/nuget/AvalonEdit-6.1.1 branch from cae698b to 6149f31 Compare April 27, 2021 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants