stable
Clone or download
Read-only
request #22595: league/commonmark: 1.6.5 -> 2.0.1
Changelog: https://commonmark.thephpleague.com/2.0/changelog/#200-rc2---2021-07-17 Migration guides: https://commonmark.thephpleague.com/2.0/upgrading/ It appears some changes in structure does not play well with our preloader, impacted files has been excluded for now. Change-Id: I860fe69aab4b5bfe91837abb58936c72ad123e86
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/composer.json | +2 | −1 | Go to diff View file |
M | plugins/git/include/CommonMarkExtension/LinkToGitFileExtension.php | +3 | −6 | Go to diff View file |
M | plugins/git/include/CommonMarkExtension/LinkToGitFileProcessor.php | +3 | −6 | Go to diff View file |
M | plugins/git/tests/unit/CommonMarkExtension/LinkToGitFileExtensionTest.php | +5 | −6 | Go to diff View file |
M | plugins/testmanagement/composer.json | +4 | −0 | Go to diff View file |
M | plugins/tracker/composer.json | +2 | −1 | Go to diff View file |
M | src/common/Markdown/AutolinkExtension.php | +4 | −5 | Go to diff View file |
M | src/common/Markdown/BlockRenderer/EnhancedCodeBlockRenderer.php | +16 | −25 | Go to diff View file |
M | src/common/Markdown/CommonMarkInterpreter.php | +9 | −14 | Go to diff View file |
M | src/common/Markdown/EnhancedCodeBlockExtension.php | +6 | −9 | Go to diff View file |
M | src/common/Markdown/StyleTableForTlpProcessor.php | +1 | −1 | Go to diff View file |
M | src/common/Markdown/TableTLPExtension.php | +2 | −2 | Go to diff View file |
M | src/composer.json | +5 | −7 | Go to diff View file |
M | src/composer.lock | +343 | −29 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/AutolinkExtensionTest.php | +5 | −6 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/BlockRenderer/EnhancedCodeBlockRendererTest.php | +12 | −13 | Go to diff View file |
M | tests/unit/Tuleap/Markdown/TableTLPExtensionTest.php | +5 | −6 | Go to diff View file |
M | tests/unit/common/Markdown/EnhancedCodeBlockExtensionTest.php | +9 | −7 | Go to diff View file |