-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
requirements: fix Markdown version to >=3.2.1 and <3.4 #2893
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oprypin
approved these changes
Jul 19, 2022
3 tasks
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 27, 2022
Temporary fix, see mkdocs/mkdocs#2893 for details.
prcr
pushed a commit
to codacy/pulse-user-docs
that referenced
this pull request
Jul 27, 2022
Temporary fix, see mkdocs/mkdocs#2893 for details.
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Jul 27, 2022
* build(deps): Bump mkdocs from 1.3.0 to 1.3.1 Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.3.0...1.3.1) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * toolchain: Pin markdown==3.3.7 Temporary fix, see mkdocs/mkdocs#2893 for details. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulo Ribeiro <paulo.ribeiro@codacy.com>
prcr
pushed a commit
to codacy/pulse-user-docs
that referenced
this pull request
Jul 28, 2022
Temporary fix, see mkdocs/mkdocs#2893 for details.
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Oct 17, 2022
The mkdocs package is already pinning the version, see mkdocs/mkdocs#2893
prcr
pushed a commit
to codacy/docs
that referenced
this pull request
Oct 17, 2022
* build(deps): Bump mkdocs from 1.3.1 to 1.4.1 Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.3.1...1.4.1) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * toolchain: Clean up markdown pinning The mkdocs package is already pinning the version, see mkdocs/mkdocs#2893 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Paulo Ribeiro <paulo.ribeiro@codacy.com>
BelenCebrian
added a commit
to BelenCebrian/Notes
that referenced
this pull request
Dec 28, 2022
Markdown<3.4, ver mkdocs/mkdocs#2893 y mkdocs/mkdocs#2892
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #2892
This hot fix should be considered temporary so not to break too many plugins and projects.
Mkdocs maybe should alert users and adopt Markdown>=3.4 itself before raising the requirement limit.