Update ex_doc 0.24.2 → 0.40.3 (major) - #65
Closed
depfu[bot] wants to merge 1 commit into
Closed
Conversation
Author
|
Closed in favor of #67. |
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
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.
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ ex_doc (0.24.2 → 0.40.3) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.2.2 (from changelog)
1.2.1 (from changelog)
1.2.0 (from changelog)
1.1.2 (from changelog)
1.1.1 (from changelog)
1.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 6 commits:
Release v1.2.2Escape gruop ids in HTML, closes #74Fix failed GitHub workflow for makeup (#73)Fix compilation warnings in Elixir 1.20 (#72)Update README.mdAdd a link to makeup_syntect to the README (#69)Release Notes
1.0.1 (from changelog)
1.0.0 (from changelog)
0.16.1 (from changelog)
0.15.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
Release v1.0.1Support multi-letter sigilsAllow to configure lexer options for sigil lexers (#36)Bump Elixir requirement, update CI and fix flaky test (#35)Fix testsRelease Notes
1.1.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
Release v1.1.0Add integration test exercising a small real Erlang moduleAdd tests for map and bitstring comprehensionsAdd tests for function clauses with guardsAdd tests for -doc / -moduledoc attributesSupport quadruple- and quintuple-quoted strings (OTP 27+)Distinguish parameterised macros from parameterless onesLock the current OTP module-attribute set with testsLex `_5` / `_X` / `_unused` as a single variableDetect prompts after multi-line whitespace blocksGenerate the BIF list at compile time from `erl_internal:bif/2`Recover keywords misclassified as function namesTokenize multi-character escape sequences in `$\\...` charsTokenize `?=` as a single operatorAccept underscore separators in numeric literals (OTP 27)Add lexer rules for native records (OTP 29)Bump latest elixir/erlang and actions (#33)Release v1.0.3Do not tag newlines before prompts as unselectableUpdate LICENSECI housekeeping (#32)Release v1.0.2Add Elixir 1.18 and Erlang 27 to CIAdd support for strict generatorsAdd support for parallel comprehensionsAdd tests for list and binary comprehensionsAdd group handling for binariesUpdate and add badges to readme (#30)Release v1.0.1Parse tabs correctly (#29)Properly deal with unicode chars in $Fix publishing and generation of docsRelease v0.1.5Highlight errors in shell examples correctlyRelease v0.1.4Update CIAdd support for maybeAdd support for triple quoted string and sigilsRelease v0.1.3mix formatAdd support for erlang prompt (#24)SPDX license nameRelease v0.1.2Remove @inline (#22)Delete config.exsRemove unused assert_value dependency (#18)Require Elixir 1.6 (#17)Update CI config (#16)Release Notes
1.4.2 (from changelog)
1.4.1 (from changelog)
1.4.0 (from changelog)
1.3.1 (from changelog)
1.3.0 (from changelog)
1.2.2 (from changelog)
1.2.1 (from changelog)
1.2.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 63 commits:
Release v1.4.2Mark code as generated to prevent warnings (#143)Release v1.4.1Mark case as generatedRemove warnings on latest Elixir versionsSmall docs fixes (#141)CI housekeeping (#138)Fix deprecation warning on SimpleXML example (#139)Fix typos (#137)Update`optional` combinator documentation (#135)Add pending deprecationFix type of byte_offset (#133)add bytes/2 combinator (#132)Release v1.4.0Update ci.ymlRemove warnings on Elixir v1.17-devREADME: fix example return value (#130)Document overlaping choices, closes #129Fix dialyxir reported issues (#125)Remove unused return flag, closes #123Fix example string parser in repeat_while docs (#122)Fix typo in ignore/2 function doc (#120)Release v1.3.1Update ci.ymlConsistent error messages across Elixir versionsUpdate ci.ymlInteger combinator ensure at least 1 char (#118)Make context in repeat_while consistent with args (#105) (#107)Release v1.3.0Fix clause warning for integer combinator (#117)Update READMEAvoid compile warnings with negative lookahead (#106)Update nimble_parsec.compile.exUpdate CHANGELOGmix formatRemove unneeded conditionalAllow combinator to be exportedUpdate docsBetter test coverage (#102)Update CHANGELOGDeprecate two-element traverse return at compile-timeUse three element tuples for strings and integersRelease v1.2.2Allow custom rest to be returned from traversals, closes #101Fix license referenceRelease v1.2.1Add additional spec for repeat/{1,3} (#99)Add typespecs for optional args (#98)Add opts to typespec for repeat and choice (#97)Release v1.2.0Reverse inner combinators in lookahead and lookahead_not (fixes #92) (#95)Raise on invalid min for integer (#94)Fix documentation for utf8_string/3 (#91)Make the dep tuple easier to copy (#90)Update CI configUpdate CI config (#89)Fix eventually with constructs that can accumulate, closes #88Update CI config (#87)Updated documentation about position (#85)Misc doc changes (#84)Add tests for parsec generationAdd simple generationImprove parsec/2 docs (#81)👉 No CI detected
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
* [Circle CI](https://circleci.com), [Semaphore ](https://semaphoreci.com) and [Github Actions](https://docs.github.com/actions) are all excellent options. * If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github. * If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with `depfu/`.Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase.All Depfu comment commands