Skip to content
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

Bump http-cache-semantics and docma #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2023

Bumps http-cache-semantics to 4.1.1 and updates ancestor dependency docma. These dependencies need to be updated together.

Updates http-cache-semantics from 4.1.0 to 4.1.1

Commits

Updates docma from 2.1.0 to 3.2.2

Release notes

Sourced from docma's releases.

Docma v3.2.2

See changes here and documentation for a live demo.

If you're migrating from Docma v.2.x, please read the CHANGELOG thoroughly before updating your Docma configuration.

Docma v3.2.0

See changes here and documentation for a live demo.

If you're migrating from Docma v.2.x, please read the CHANGELOG thoroughly before updating your Docma configuration.

Docma v3.1.0

See changes here and documentation for a live demo.

If you're migrating from Docma v.2.x, please read the CHANGELOG thoroughly before updating your Docma configuration.

Docma v3.0.0

See changes here and documentation for a live demo.

If you're migrating from Docma v.2.x, please read the CHANGELOG thoroughly before updating your Docma configuration._

Changelog

Sourced from docma's changelog.

3.2.2 (2019-01-08)

Fixed

  • An issue where enumeration value would be incorrectly displayed as undefined in docs parsed from ES5 code.
  • An issue where jsdoc.predicate (or jsdoc.filter) option would not be taken into account.
  • An issue where favicon would not be copied over to the output dir.
  • (Zebra Template) An issue where some special characters within the location hash would cause an error.
  • Invalid assignment error due to ES2015 syntax.

Added

  • Support for handling notation with multiple sub-types. e.g. Map<String, Object>. (PR #65 by @​MaienM)

Changed

  • Improved / cleaner symbol names and long names. This also fixes a JSDoc bug that unnecessarily and incorrectly wraps the last level of the notation in quotes and brackets.
  • Updated dependencies to their latest versions.

3.1.0 (2018-12-04)

Fixed

  • An issue with "path" routing which led to 404 page, occurred when a (deep) route was refreshed or loaded directly. (Due to a bug in core dependency.) Fixes #62.
  • An issue where a (harmless) TypeError was thrown when debug is enabled.
  • An issue with $docmaLink due to missing trailing slash, when routing method is "path".

Added

  • (Zebra Template) Added JSDoc @default tag support for symbols. Fixes #60.
  • (Zebra Template) Added option contentView.faLibs that defines FontAwesome libraries to be included, such as solid, regular, brands. Set to null to completely exclude FontAwesome from the output. See Zebra documentation. Fixes #63.
  • (Zebra Template) Added option contentView.faVersion that defines FontAwesome icon library version to be included.

Changed

  • Improved SPA route handling.
  • Updated dependencies to latest versions.

3.0.0 (2018-11-18)

Changed

  • BREAKING: Dropped support for Node.js versions 6 & 7. Requires Node.js v8 and later. This change is due to updates to the core dependencies such as fs-extra, jsdoc-x and jsdom.
  • Improved path/query routing.
  • BREAKING: Linking logic has some changes.
  • (Zebra template) Improved support for constant symbols.

Added

  • Ability to force parser type on defined files/paths; by appending a suffix. For Markdown, append :md or :markdown. For HTML, append :htm or html. For example, LICENSE:md will force-parse LICENSE file as markdown. file.partial:html will force-parse file.partial as HTML.
  • Ability to create deeper paths for named groups/routes. e.g. mylib/latest
  • Support for favicon. Set app.favicon to your ICO file's local path.
  • Support for collapsable markdown (i.e. with <details> and <summary> tags). This is great for generating styled collapsable lists (such as F.A.Q.) from your markdown files. If a bookmark (id) is passed in the location hash, that item will auto-expand. See [Docma F.A.Q.][faq] for an example. Note that Edge does not support details/summary tags yet. All other modern browsers have support.
  • Ability to hide or remove specific, partial content from Docma output. For example if you want some part of your README to be visible in GitHub repo but not in your Docma generated documentation... See this for details.
  • New CLI option (-b or --base) for docma serve command to override/set the base path.
  • (Zebra Template) Added support for collapsable markdown (i.e. with <details> and <summary> tags).

Fixed

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) to 4.1.1 and updates ancestor dependency [docma](https://github.com/onury/docma). These dependencies need to be updated together.


Updates `http-cache-semantics` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](https://github.com/kornelski/http-cache-semantics/commits)

Updates `docma` from 2.1.0 to 3.2.2
- [Release notes](https://github.com/onury/docma/releases)
- [Changelog](https://github.com/onury/docma/blob/master/CHANGELOG.md)
- [Commits](onury/docma@v2.1.0...v3.2.2)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
- dependency-name: docma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2023
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.

0 participants