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 docs-ts from 0.5.1 to 0.6.2 #285

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps docs-ts from 0.5.1 to 0.6.2.

Release notes

Sourced from docs-ts's releases.

0.6.2

  • Breaking Change

    • refactor Markdown module (@IMax153)
      • add Markdown constructors (@IMax153)
      • add tagged union of Printable types (@IMax153)
      • add fold destructor for Markdown (@IMax153)
      • add Semigroup, Monoid, and Show instances for Markdown (@IMax153)
      • add printModule helper function (@IMax153)
    • update Parser module (@IMax153)
      • add ParserEnv which extends Environment (@IMax153)
      • add Ast interface (@IMax153)
    • update Core module (@IMax153)
      • add Program and Environment types (@IMax153)
      • update Capabilities interface (@IMax153)
      • remove Eff, MonadFileSystem, and MonadLog types (@IMax153)
      • remove MonadFileSystem and MonadLog instances (@IMax153)
    • rename domain module to Module (@IMax153)
      • rename all constructors to match their respective types (@IMax153)
  • New Feature

    • add Config module (@IMax153)
      • support configuration through docs-ts.json file (@IMax153)
      • add Config, ConfigBuilder and Settings types (@IMax153)
      • add build constructor ConfigBuilder (@IMax153)
      • add resolveSettings destructor for creating Settings from a ConfigBuilder (@IMax153)
      • add combinators for manipulating a ConfigBuilder (@IMax153)
    • add FileSystem module (@IMax153)
      • add FileSystem instance (@IMax153)
      • add File constructor (@IMax153)
      • add exists, readFile, remove, search, and writeFile helper functions (@IMax153)
    • add Logger module (@IMax153)
      • add LogEntry, LogLevel, and Logger types (@IMax153)
      • add showEntry and Logger instances (@IMax153)
      • add debug, error, and info helper functions (@IMax153)
    • Add Example module (@IMax153)

0.5.3

  • Polish
    • add support for TypeScript 4.x, closes #19 (@gcanti)

0.5.2

Changelog

Sourced from docs-ts's changelog.

0.6.2

  • Breaking Change

    • refactor Markdown module (@IMax153)
      • add Markdown constructors (@IMax153)
      • add tagged union of Printable types (@IMax153)
      • add fold destructor for Markdown (@IMax153)
      • add Semigroup, Monoid, and Show instances for Markdown (@IMax153)
      • add printModule helper function (@IMax153)
    • update Parser module (@IMax153)
      • add ParserEnv which extends Environment (@IMax153)
      • add Ast interface (@IMax153)
    • update Core module (@IMax153)
      • add Program and Environment types (@IMax153)
      • update Capabilities interface (@IMax153)
      • remove Eff, MonadFileSystem, and MonadLog types (@IMax153)
      • remove MonadFileSystem and MonadLog instances (@IMax153)
    • rename domain module to Module (@IMax153)
      • rename all constructors to match their respective types (@IMax153)
  • New Feature

    • add Config module (@IMax153)
      • support configuration through docs-ts.json file (@IMax153)
      • add Config, ConfigBuilder and Settings types (@IMax153)
      • add build constructor ConfigBuilder (@IMax153)
      • add resolveSettings destructor for creating Settings from a ConfigBuilder (@IMax153)
      • add combinators for manipulating a ConfigBuilder (@IMax153)
    • add FileSystem module (@IMax153)
      • add FileSystem instance (@IMax153)
      • add File constructor (@IMax153)
      • add exists, readFile, remove, search, and writeFile helper functions (@IMax153)
    • add Logger module (@IMax153)
      • add LogEntry, LogLevel, and Logger types (@IMax153)
      • add showEntry and Logger instances (@IMax153)
      • add debug, error, and info helper functions (@IMax153)
    • Add Example module (@IMax153)

0.5.3

  • Polish
    • add support for TypeScript 4.x, closes #19 (@gcanti)

0.5.2

Commits
  • 02a969c add unique prefix to example filename in order to differentiate static method...
  • 64368dc optimize traversing
  • 90f9310 nav_order should start from 1
  • ccecb9b fix failing test
  • 0e95fdd temporary skip failing test
  • 233d82a fix _config.yml
  • 06812ea remove travis
  • 899f6c6 bump version
  • 9dcd5f2 Fix child process spawning when running examples
  • ae93ad8 Update CHANGELOG and docs
  • 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)
  • @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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [docs-ts](https://github.com/gcanti/docs-ts) from 0.5.1 to 0.6.2.
- [Release notes](https://github.com/gcanti/docs-ts/releases)
- [Changelog](https://github.com/gcanti/docs-ts/blob/master/CHANGELOG.md)
- [Commits](gcanti/docs-ts@0.5.1...0.6.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 15, 2021
@vercel
Copy link

vercel bot commented Feb 15, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nsaraf98/magiql/f9tg2hzg6
✅ Preview: https://magiql-git-dependabot-npmandyarndocs-ts-062.nsaraf98.vercel.app

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.

None yet

0 participants