Skip to content

deps: Bump TextMateSharp.Grammars from 1.0.70 to 2.0.2#34

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/TextMateSharp.Grammars-2.0.2
Closed

deps: Bump TextMateSharp.Grammars from 1.0.70 to 2.0.2#34
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/TextMateSharp.Grammars-2.0.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 12, 2026

Updated TextMateSharp.Grammars from 1.0.70 to 2.0.2.

Release notes

Sourced from TextMateSharp.Grammars's releases.

2.0.2

What's Changed

Full Changelog: danipen/TextMateSharp@v2.0.1...v2.0.2

2.0.1

What's Changed

Full Changelog: danipen/TextMateSharp@v.2.0.0...v2.0.1

2.0.0

What's Changed

Full Changelog: danipen/TextMateSharp@v1.0.70...v.2.0.0

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 show <dependency name> 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)

---
updated-dependencies:
- dependency-name: TextMateSharp.Grammars
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 12, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions
Copy link
Copy Markdown

File Coverage Lines Branches Missing
All files 72% 74% 70%
https://raw.githubusercontent.com/wieslawsoltes/DxfToCSharp/0c9d7d89668d44fb0abdf6348716c5759c6c5c76/src/DxfToCSharp.Compilation/CompilationService.cs 32% 28% 36% 31-92 111-114 133 137 148-220 254-265 272-300 307-318 329-340 356 361-372
https://raw.githubusercontent.com/wieslawsoltes/DxfToCSharp/0c9d7d89668d44fb0abdf6348716c5759c6c5c76/src/DxfToCSharp.Core/DxfCodeGenerator.cs 74% 77% 70% 37 141 202-203 239-240 275-276 294 369-370 375-376 445 521 538-540 599-603 633 653 668 713-725 742 800 815 831 833 839 843 845 849 858-861 865-868 871 873 875 877 907 926 944 968-969 974-975 980-981 986-987 992-993 998-999 1004-1005 1010-1011 1016-1017 1022-1023 1029-1035 1047 1063-1074 1149-1151 1214-1220 1252 1270 1292 1380-1386 1440-1447 1473 1519 1535 1544 1608-1611 1618 1626 1632 1645-1669 1675-1685 1714-1716 1729 1733 1737 1772 1776 1780 1784 1795-1806 1900 1904 1952-2001 2022 2029-2054 2155-2175 2185 2255-2258 2263 2286-2287 2292-2303 2335-2336 2350-2365 2411-2422 2516 2593 2599 2607 2619 2664 2668 2676 2696 2703-2704 2732-2735 2759 2766-2778 2810 2877-2878 2920-2921 2973-3070 3127 3172-3174 3236 3259-3267 3313 3369 3375 3388 3400 3460-3599 3729-3741 3760 3816 3823-3836 3857 3864 3890 3896 3908 3913 3919 3940 3947-3949 3953 3956 3958 3961-3963 3967 3973-3977 3986 3998 4036 4042 4048 4054 4071 4079-4085 4092-4098 4111 4118-4137 4145-4151 4158-4164 4171-4177 4212-4216

Minimum allowed coverage is 75%

Generated by 🐒 cobertura-action against 4af6b82

@github-actions
Copy link
Copy Markdown

🎨 Code Formatting Issues

❌ This pull request has code formatting issues that need to be addressed.

How to fix:

dotnet format ./DxfToCSharp.sln

Or run specific formatters:

# Format whitespace
dotnet format whitespace ./DxfToCSharp.sln

# Format style
dotnet format style ./DxfToCSharp.sln

# Format analyzers
dotnet format analyzers ./DxfToCSharp.sln

💡 Tip: Consider setting up a pre-commit hook to automatically format code before committing.

@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/nuget/TextMateSharp.Grammars-2.0.2 branch January 12, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant