Skip to content

Bump @cparra/apexdocs from 2.3.0 to 2.8.0#81

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cparra/apexdocs-2.8.0
Closed

Bump @cparra/apexdocs from 2.3.0 to 2.8.0#81
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/cparra/apexdocs-2.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2022

Bumps @cparra/apexdocs from 2.3.0 to 2.8.0.

Release notes

Sourced from @​cparra/apexdocs's releases.

v2.8.0

Inheritance support

Classes and interfaces with inheritance now display their inherited information.

This is done in a couple of ways:

Classes and interfaces now include a section that summarizes the classes they extend and implement

image

image

Additionally any extended member (fields, properties, and methods) are now displayed on the page for the sub-class/sub-interface. These are displayed with an "Inherited" tag below their definition.

image

v2.7.0

Upgrading apex-reflection version, which introduces updates to the Apex parser.

v2.6.0

  • Supporting markdown on description tags based on cesarParra/apexdocs#58
  • Adding the --sanitizeHtml tag to allow to toggle sanitization on and off.
  • Support for the <code> HTML tag

v2.5.1

  • Fix to start-group not recognizing special characters at the start of the description cesarParra/apexdocs#57

v2.5.0

  • New generator: plain-markdown
    • Produces plain markdown files without any additional considerations like done for Jekyll and Docsify
  • General improvements to logging while the processor is running
  • Improvements to the way files are linked

v2.4.0

  • Ungrouped files are now grouped under the Miscellaneous directory, rather than Misc, to match the documentation
  • A new argument --defaultGroupName has been added to allow the user to override this behavior
  • Updated docs
Commits
  • 5ad9711 Merge pull request #60 from cesarParra/inheritance
  • 8ec3a16 Inheritance support - Releasing version
  • 7c127c8 Inheritance support - Adding inherited methods to the interface page.
  • c65b12b Inheritance support - Extends section for interface.
  • bd2726c Inheritance support - Extends section for interface.
  • cab7abf Inheritance support - Implements section for classes.
  • 4231198 Inheritance support - Method inheritance for classes.
  • 8e55f2d Inheritance support - Inherited properties
  • 73dd707 Inheritance support - Showing inheritance tree on classes & showing which var...
  • 6f9b391 Releasing 2.7.0
  • 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)

Bumps [@cparra/apexdocs](https://github.com/cesarParra/apexdocs) from 2.3.0 to 2.8.0.
- [Release notes](https://github.com/cesarParra/apexdocs/releases)
- [Commits](cesarParra/apexdocs@v2.3.0...v2.8.0)

---
updated-dependencies:
- dependency-name: "@cparra/apexdocs"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 1, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 98.92% // Head: 98.40% // Decreases project coverage by -0.52% ⚠️

Coverage data is based on head (43c1b6f) compared to base (5234b5e).
Patch coverage: 95.65% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
- Coverage   98.92%   98.40%   -0.53%     
==========================================
  Files           3        3              
  Lines         186      188       +2     
==========================================
+ Hits          184      185       +1     
- Misses          2        3       +1     
Impacted Files Coverage Δ
force-app/main/default/classes/Safely.cls 97.43% <50.00%> (-1.25%) ⬇️
force-app/main/default/classes/CanTheUser.cls 98.83% <100.00%> (ø)
...e-app/main/default/tests/ApexRecipes_TestUtils.cls 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2022

Superseded by #90.

@dependabot dependabot bot closed this Dec 1, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/cparra/apexdocs-2.8.0 branch December 1, 2022 11:02
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant