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

chore(deps): update dependency apidoc to v0.55.0 #15

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 12, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apidoc (source) 0.16.1 -> 0.55.0 age adoption passing confidence

Release Notes

apidoc/apidoc (apidoc)

v0.55.0

Compare Source

v0.54.0

Compare Source

  • Add cache busting system for assets with query parameter (PR #​1333 by @​Elysiome, fix #​1332)
  • Let browser generate content-type for sending form-data (PR #​1327 by @​thenewvu, fix #​1122, fix #​1309, fix #​1234)
  • Fix exclude filters option description: add note about always excluded files/folder
  • Improve assignment of conditional variable values (#​1296 by MichalS)
  • Handle @apiDefine when producing warnings (PR #​1305 by Lucas Cimon, fix #​1305)
  • Update chinese translations (PR #​1304 by Jony Young)

v0.53.1

Compare Source

  • Add tsx to default extensions parsed. (fix #​1290)
  • Compare methods with lowercase strings (fix #​1284)
  • Upgrade some dependencies

v0.53.0

Compare Source

v0.52.0

Compare Source

  • Allow cn, zh_cn or zh for Chinese language option and display meaningful message in console on error. fix #​1248
  • Update example files to not display an error (#​1210)
  • Update dependencies

v0.51.1

Compare Source

v0.51.0

Compare Source

  • Emit warnings if there are inconsistencies in the apidoc params (PR #​1189 by Lucas Cimon)
  • Dependencies update

v0.50.5

Compare Source

  • Use root package.json values if not in apidoc key by Nick Mitchell (#​1164)
  • Fix search requiring lower-case input (#​1173 by Alexander Weiss)
  • Add yarn berry compatibility (#​1144 by 이호영)
  • Fix template path resolve (#​1175 by Kevin Bull)
  • Update chinese locale (#​1184 by Jun Ding)
  • Dependencies update

v0.50.4

Compare Source

FIXED
  • Fix bug with loading the CSS file for single page mode (--single) (fix #​1142)

v0.50.3

Compare Source

FIXED
  • Fix bug where header/footer files could not be found in some conditions (fix #​1107)
ENHANCEMENTS
  • Add showRequiredLabels option (default: false) (fix #​1095)

v0.50.2

Compare Source

FIXED
ENHANCEMENTS
  • improve build speed (by @​rottmann)
  • make the message about no config files found a warning
  • look for package.json in current working directory for apidoc config (fix #​1086)
  • update chinese translation
  • add json response highlighting (#​1082 by @​esaracco)

v0.50.1

Compare Source

v0.50.0

Compare Source

BREAKING CHANGES
  • --silent renamed to --quiet or -q for short
  • --color renamed to --no-color to disable color in log output
  • --parse was deleted because it is the same as --simulate
  • --simulate renamed to --dry-run / -n
  • Default output is not json, use "--log-format json" to get json
  • --config / -c must be a path to a file, not a directory
FIXED
  • Fix sampleUrl config option behavior:

    • if it is absent or false, no sample block will be generated
    • if it is true, the current page location will be used
    • if it is an url, that will be used
      Note that the option useHostUrlAsSampleUrl has no longer any effect and can be safely removed. Use a value of true for sampleUrl to get the same behavior.
  • Fix non working sortFields function (fix #​968)

  • Fix syntax highlighting for markdown parsed text

  • Fix color in logs was not showing since upgrade to winston 3

  • Fix newlines being removed in pre tags (fix #​809 by @​JayBerlin)

  • Fix header/footer in aloneDisplay mode (fix #​905 via #​1027 by @​esaracco)

  • Fix duplicated content in aloneDisplay mode (fix #​938 via #​1025 by @​esaracco)

  • Fix apiSampleRequest not working (fix #​984 via #​1023 by @​esaracco)

  • Fix error with parenthesis in apiGroup (fix #​994 via #​1022 by @​esaracco)

  • Fix absent diff on different api route (fix #​963 via #​1030 by @​esaracco)

ADDED
  • Add request method to compare template (#​986 by @​klickagent)
  • Add some shorthand options, see apidoc -h
  • Add --log-format option for json output (default is not json)
  • Add ascii art in verbose mode
  • Add --warn-error to treat warnings as error (fix #​703)
ENHANCEMENTS
  • HUGE CLEANUP OF THE CODEBASE
  • Merge apidoc-core back into the apidoc repository. The apidoc-core repository is now read-only.
  • Add .eslintrc.js and enforce coding style everywhere
  • Update many dependencies to their latest version
  • Make sidenav wider and template more responsive (fix #​851)
  • Big CSS code overhaul and change
  • Ignore node_modules by default (fix #​936)
  • Add ASCII art in verbose mode
  • Allow setting input and output in apidoc.json (fix #​630)
  • Take standard parameters of URL query string into account (#​1014 by @​esaracco)
  • Allow colon character in apiDefine (fix #​877 via #​1021 by @​esaracco)

v0.29.0

Compare Source

  • Fix broken handlebar
  • [DEV] add a npm run serve command
  • Remove space that was added for optional params
  • Make the 'optional' label unselectable (#​970 by Thomas Bruun)

v0.28.1

Compare Source

  • Fix issue with handlebar (#​967)

v0.28.0

Compare Source

  • Use npm lockfile v2
  • Update handlebar to fix vulnerability (#​962)
  • Fix runtime error in single page template (#​944 via #​945 by Ashlanfox)
  • Implement apiBody parsing into multi page template (#​953 by Seth Wheeler)

v0.27.1

Compare Source

v0.27.0

Compare Source

  • Maintain comment order for @​apiParam and @​apiSuccess (fix #​206 via #​951 by Matheus Giovani)
  • Add option for JavaScript output mode (#​933 by refineddigital)
  • Add new configuration variable useHostUrlAsSampleUrl (#​930) by Shivam Kumar Jha
  • Add new favicon (#​926 by Francisko Arenas)
  • Implement apiBody parsing into single page template (#​916 by Seth Wheeler)

v0.26.0

Compare Source

v0.25.0

Compare Source

  • Add programmatic usage to README (#​898 by rigwild)
  • Fix page refresh on non ascii characters (#​896)
0.24.0
0.23.0
  • Send sample request auto json body if body/json is not used but Content-Type application/json header is set (#​862)
  • Fix documentation not showing / Show version when withCompare is set to false (#​880) Fix #​879
  • Add support for javascript config files (#​872)
  • Add support for different config files (#​874)
  • Fix tests for Windows (#​873)
  • Fix pre borders overflowing on print view (#​887)
0.22.1
0.22.0
0.21.0
0.20.1
  • Avoid using container-fluid on the body if the screen is larger than 1200px (#​846)
0.20.0
  • Add @rigwild/apidoc-markdown converter in README (#​839)
  • Add --watch command line option to generate doc if source changes (#​835)
  • Handle parsing of array fields (#​829)
  • Handle nested fields when sending the request (#​828)
  • Revert back the api Group/Name change in template (#​821)
0.19.1
  • Bring back apidoc-example as devDependencies for CI
  • Update apidoc-core version in package-lock.json
  • Fix documentation for filter-by option (use = instead of :)
  • Fix HTML after comparison (#​827)
0.19.0

The number of open pull requests in now 0! :D In this release you'll find one bugfix and also some new features/improvements.

  • Bugfix:

    • Fix default header being sent instead of user input (#​813)
  • New features:

  • Enhancements:

    • Add mjs file extension to the list of parsed files (#​815 by @​mons54)
    • Improve the example project
    • Don't output anything by default on CLI (fix #​799)
0.18.0

This release comes after more than two years without changes to the code. A lot of things were merged and fixed, so it is possible that this changelog is not entirely complete. Refer to the git log if necessary.

  • Common

    • Add Docker image and improve it (#​807)
    • Fix apiGroup showing instead of apiName in template
    • Add support for custom markdown parser location (#​714)
  • CLI

    • Add kotlin to default file-filters.
    • Escape content of success examples.
  • Template

    • Update style.css to have horizontal scrolling for long URLs.
    • Add Vietnamese translation.
    • Add Turkish translation.
    • Blank optional parameters omitted from sample request.
    • Update template form parameter to be in form group (#​669)
    • Improve the sorting of names (#​688)
    • Avoid underscores in article titles (#​764)
    • Add default value of the headers in the input (#​806)
    • Add notes about Elixir (#​658)
    • Send JSON body for APIs (#​559)
  • Maintenance

    • Update dependencies where possible
0.17.5
  • CLI
    • Bugfix for folder problem.
0.17.4
  • Parser
    • Fix missing chars in root folder.
    • Replace removed fs-extra.walkSync with klaw-sync.
0.17.3
  • Template
    • Fix missing lodash dependency.
0.17.2
  • Template
    • Fix hidden optional field.
0.17.1
  • Template
    • Fix missing type in template.
    • Add check for empty header/footer nav points.
0.17.0

Add new @​apiDeprecated annotation.
Add new @​apiPrivate annotation.

  • CLI

    • Add --private false|true parameter to export @apiPrivate marked methods.
    • Add .cls, .jsx, p, .pl, .vue file extensions.
    • Update dependencies.
  • Parser

    • Add @​apiDeprecated support. 52
    • Added support for private APIs @apiPrivate. 530
    • Add support for plugins in scoped modules. 51
    • Remove deprecated lib wrench and replace with fs-extra.
    • Update dependencies.
  • Template

    • Update Bootstrap to 3.3.7.
    • Navigation filter added. 562
    • h2 links in Header / Footer files will now be visible in the main navigation. 525
    • Fix issue of left menu displaying major function in older version. 528
    • Replace lodash with only needed custom build lodash functions.
    • Update italian language file. 507
0.16.0

Greatest improvement: Plugin support

apidoc search now in global node modules dir and local node_modules for modules that start with apidoc-plugin-. (local installed plugins have higher priority)

View / clone: apidoc-plugin-test
With a plugin you can add features like new parsers (this was possible before only with CLI param) or filters and workers.

Start adding hooks.
Hooks can be used in plugins to extend or transform data.

If you need a hook in apidoc-core please add your hook and provide a pull request.
How to add a hook into apidoc-core view source code

  • CLI

    • Update dependencies.
    • Remove not needed js-cookie module.
    • Allow for single source configuration. 458
  • Parser

    • Add Plugin Loader. Extend filter, parser, worker for plugin usage. example plugin
    • Add plugin hooks for found elements. available hooks
    • Add support for other encodings (default ist uf8).
      apidoc --encoding utf8
    • Add Lua support.
    • Add cpp support.
    • Add Arduino support.
  • Template

    • Do not use monospace for sans-serif fonts, only code fonts.
    • Sort field by grouping. 457
    • Add X-UA-Compatible for Internet Explorer to prevent loading only screen.
    • Reformat JSON example output.
    • Example table column widths set to 100%.
    • Add Italian translation.
0.15.1
  • Parser
    • Bugfix: Inherit error of lodash merge / mergeWidth split.
0.15.0
  • CLI

    • Update dependencies.
  • Parser

    • Upgrade markdown parser to version 0.6.
  • Template

    • Make ajaxRequest simpler. 384
    • Format response json. 396
    • Improve sendSampelRequest. 400
    • Add Catalan translation. 403
    • Bugfix: zh_cn translation string. 415
    • Bugfix: Template break on defined prototype methods.
    • Update json response css.
    • Update webfontloader.
    • Add monospace font fallback.
0.14.0
  • CLI

    • Clarify that -c option must be a directory.
  • Parser

    • Add support for : in @​apiParam names.
    • Add Ruby doxygen-style support.
    • Add Groovy support.
    • Add Exlixir support.
    • Add Parameter name array syntax.
    • Add travis-ci tests for node 0.12.
  • Template

    • Add semver for correct sort order. 335
    • Add google webfontloader to fix scrollspy position after webfont loading.
    • Add semver for correct sort order.
    • Add Spanish translation.
    • Add Chinese Simplified (zh-cn) tranlsation.
    • Update to semantic tradition Chinese words.
    • Update Polish translation.
    • Ensure params isn't empty before sending.
    • Set required defaults for sample request.
    • Bugfix: Locale don't work with pt-br. 329
    • Bugfix: Empty Groups for Future Versions showing when old Versions are selected. 349
    • Bugfix: Add path to template variable (_col1).
    • Sample requests with GET parameters need to be added to the query string.
    • Fix handle bar expression to not apply html encode for data type field.
    • Typo in header.md.
0.13.2
  • Parser
    • Remove p-Tags from type-Field.
    • Update dependencies.
    • Update fixtures (type-Fields and line endings).
0.13.1
  • Template
    • Update French and Russian translation files.
0.13.0
  • Important changes:

  • CLI

    • Add path to config file (with -c).
    • Add multiple input locations (with -i).
    • Remove markdown config parameters, for custom configurations view MARKDOWN.md.
    • Disable warning if packageJson.apidoc was defined.
    • Add litcoffee and scala file extension.
  • Template

    • Add template.forceLanguage in apidoc.json to set a fixed language file without auto-detect the browser language.
    • Add word wrap for pure text examples.
    • Add Brazilian, French, Polish and Russian translation files.
  • Parser

    • Remove deprecated annotations (http://apidocjs.com/deprecated.html).
    • Replace markdown parser with markdown-it.
    • Add custom markdown parser support, view MARKDOWN.md for details.
    • Add support for markdown in the type section. Example: @apiParam {(CustomType)[http://...link-to-description.html]}
0.12.2
  • CLI

    • Bugfix: Multiple bin parameters. 244
  • Template

    • Update template vendor lib path-to-regexp.
    • Bugfix: Example overlaps navigation. 240
  • Parser

    • Update dependencies.
0.12.1
  • CLI

    • Add some version information for verbose / debug output.
  • Parser

    • Bugfix: Parse blocks with unknown parameters (before the block was skipped).
    • Bugfix: show correct block index.
    • Update dependencies.
0.12.0
  • Parser
    • Unindent strings in description fields. Mulitlines start with the same leading whitespaces. 173
0.11.0
  • CLI

    • Add parameter --parse-languages for custom language regex.
  • Parser

    • Add Clojure parser for .clj files.
    • Extend parser to transfer own language regex.
    • Update apidoc-core interface (replace arguments with setters).
  • Template

    • Add chinese and dutch translations files.
0.10.1
  • Bugfix: Path to apidoc-core.
0.10.0
  • Split apidoc code

    • apidoc is now only the CLI-Tool with UI-Template and file creation (as you know it).
      You can use apidoc without change anything.

    • apidoc-core (for developers) is the parser and response the api-data.

    • apidoc-example (for developers) are the test files for the apidoc-spec.

  • CLI

    • Replace optimist (not maintained anymore) with nomnom:
      true / false parameters can now be used, e.g. enable markdown (default) --markdown or disable --no-markdown.
    • Add parameter --markdown.
    • Replace the custom Logger with winston.
  • Parser

    • Bugfix: Settings to enable / disable markdown (marked-gfm was previously used).
  • Template

    • Add generator.url and generator.name to the footer generator information (for custom ui-generators).
    • Move handlebars_helper.js to utils/
  • Common

    • Remove grunt dependencies (test run with npm run test).
    • Change grunt-apidoc (0.10.0) to use always the latest version of apiDoc.
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
  • Parameter

    • Add as replacement for all (now) deprecated define and structure methods:

      • @apiDefine
      • @apiUse
    • Deprecated:

      • @apiDefineErrorStructure
      • @apiDefineHeaderStructure
      • @apiDefinePermission
      • @apiDefineStructure
      • @apiDefineSuccessStructure
      • apiErrorTitle
      • apiErrorStructure
      • apiHeaderStructure
      • apiHeaderTitle
      • apiParamTitle
      • apiStructure
      • apiSuccessTitle
      • apiSuccessStructure
    • Remove unneeded methods since success and error response can be grouped:

      • @apiInfo
      • @apiInfoExample
      • @apiInfoTitle
    • Add for consistent usage:

      • @apiHeaderExample
      • @apiParamExample
    • Change:

      • @apiPermission, multiple permission usage in a block is allowed now. Permission names must be defined with @​apiDefine.
    • Extend:

      • @apiParam with size and allowed values.
  • CLI

    • Show deprecated message. Show details with --debug or --verbose.
    • Improved error output.
    • Turn off verbose output by default.
    • Add debug output.
  • Parser

    • Ignore other doc-language @​-parameters (enables jsdoc, phpdoc, ... again).
    • Add apidoc specification version to project file.
    • Correctly handle Erlang comments.
    • Bugfix: Markdown error on Empty description.
    • Revised worker preProcess / postProcess functions.
    • Change parser export names.
  • Template

    • Show size and allowed values in field description.
    • Change template sample request to handle custom named groups.
    • Update template vendor files (handlebars 2, requirejs)
    • Added support for using path-to-regexp in sample request.
    • Add jQueryAjaxSetup to apidoc.json for setup ajax requests (http://apidocjs.com/#configuration-template-settings).
    • Hide the ul for tabs if no content.
0.7.2
0.7.1
  • Add type for @apiExample {type} Title, @apiSuccessExample, @apiErrorExample.
  • Add type switch in template.
  • Append filetype to fields at ajax reuqest testform.
  • Bugfix: Same file handling with regexp under win32. (https://github.com/apidoc/apidoc/issues/109)
0.7.0
  • Add rudimentary support for direct api calls (test requests) from within the doc.
  • Added ability to have forward slash (/) in parameter field names.
  • Add parameter --parse for parse only the files and return the parsed data.
  • Allow perl comments between "=pod" and "=cut".
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
  • Changing font include to work on HTTPS.
  • Some refactors and bugfixes.
0.6.0
0.5.2
0.5.1
  • Update node version to 0.10.x.
  • Add optional custom browser title with apidoc.title in package.json.
  • Add optional url endpoint with apidoc.url in package.json.
  • Bugfix: Template scrollbug. (https://github.com/apidoc/apidoc/issues/64)
0.5.0
0.4.4
  • Preserve other files when copying template files to the destination output dir.
0.4.3
0.4.2
0.4.1
  • Add support for CoffeeScript comment-style.
0.4.0
  • Add support for other comment-style. Now apiDoc supports:

    • Erlang
    • JavaScript (JavaDoc-Style: e.g. also useable in C#, Go, Dart, Java, PHP, TypeScript)
    • Python
    • Ruby
  • Add some programming language test cases.

  • Remove german code comments.

  • Upgrade all used node modules.

0.3.0
  • Replace deprecated node-markdown with marked.
  • Add cli parameter for marked --marked-..., watch all params with--help.
  • Upgrade all used node modules.
0.2.8
  • Bugfix: executable line delimiters. (again).
0.2.7
0.2.6
0.2.5
  • Allow multiple structure includes.
  • Split and extend test-files.
0.2.4
0.2.3
  • Extend Template with url-param "compare=1" to show the compare version on page view.
  • Bugfix: Minor fix with double structure examples.
0.2.2
0.2.1
  • Bugfix: executable line delimiters.
0.2.0
0.1.11
  • Allow whitespace in apiName and apiGroup.
  • Bugfix: Filter for directories.
  • Update Node Modules to newer versions.
0.1.10
  • Add -e exclude option for Files / Directories, example apidoc -e node_modules/.
0.1.10
0.1.9
0.1.8
  • Change templates, enable navigation scroll.
0.1.7
0.1.6
  • Bugfix: OSX executable.
0.1.5
  • Official release.

v0.24.0

Compare Source

v0.23.0

Compare Source

  • Send sample request auto json body if body/json is not used but Content-Type application/json header is set (#​862)
  • Fix documentation not showing / Show version when withCompare is set to false (#​880) Fix #​879
  • Add support for javascript config files (#​872)
  • Add support for different config files (#​874)
  • Fix tests for Windows (#​873)
  • Fix pre borders overflowing on print view (#​887)

v0.22.1

Compare Source

v0.22.0

Compare Source

v0.20.1

Compare Source

  • Avoid using container-fluid on the body if the screen is larger than 1200px (#​846)

v0.20.0

Compare Source

  • Add @rigwild/apidoc-markdown converter in README (#​839)
  • Add --watch command line option to generate doc if source changes (#​835)
  • Handle parsing of array fields (#​829)
  • Handle nested fields when sending the request (#​828)
  • Revert back the api Group/Name change in template (#​821)

v0.19.1

Compare Source

  • Bring back apidoc-example as devDependencies for CI
  • Update apidoc-core version in package-lock.json
  • Fix documentation for filter-by option (use = instead of :)
  • Fix HTML after comparison (#​827)

v0.19.0

Compare Source

The number of open pull requests in now 0! :D In this release you'll find one bugfix and also some new features/improvements.

  • Bugfix:

    • Fix default header being sent instead of user input (#​813)
  • New features:

  • Enhancements:

    • Add mjs file extension to the list of parsed files (#​815 by @​mons54)
    • Improve the example project
    • Don't output anything by default on CLI (fix #​799)

v0.18.0

Compare Source

This release comes after more than two years without changes to the code. A lot of things were merged and fixed, so it is possible that this changelog is not entirely complete. Refer to the git log if necessary.

  • Common

    • Add Docker image and improve it (#​807)
    • Fix apiGroup showing instead of apiName in template
    • Add support for custom markdown parser location (#​714)
  • CLI

    • Add kotlin to default file-filters.
    • Escape content of success examples.
  • Template

    • Update style.css to have horizontal scrolling for long URLs.
    • Add Vietnamese translation.
    • Add Turkish translation.
    • Blank optional parameters omitted from sample request.
    • Update template form parameter to be in form group (#​669)
    • Improve the sorting of names (#​688)
    • Avoid underscores in article titles (#​764)
    • Add default value of the headers in the input (#​806)
    • Add notes about Elixir (#​658)
    • Send JSON body for APIs (#​559)
  • Maintenance

    • Update dependencies where possible

v0.17.7

Compare Source

v0.17.6

Compare Source

v0.17.5

Compare Source

  • CLI
    • Bugfix for folder problem.

v0.17.4

Compare Source

  • Parser
    • Fix missing chars in root folder.
    • Replace removed fs-extra.walkSync with klaw-sync.

v0.17.3

Compare Source

  • Template
    • Fix missing lodash dependency.

v0.17.2

Compare Source

  • Template
    • Fix hidden optional field.

v0.17.1

Compare Source

  • Template
    • Fix missing type in template.
    • Add check for empty header/footer nav points.

v0.17.0

Compare Source

Add new @​apiDeprecated annotation.
Add new @​apiPrivate annotation.

  • CLI

    • Add --private false|true parameter to export @apiPrivate marked methods.
    • Add .cls, .jsx, p, .pl, .vue file extensions.
    • Update dependencies.
  • Parser

    • Add @​apiDeprecated support. 52
    • Added support for private APIs @apiPrivate. 530
    • Add support for plugins in scoped modules. 51
    • Remove deprecated lib wrench and replace with fs-extra.
    • Update dependencies.
  • Template

    • Update Bootstrap to 3.3.7.
    • Navigation filter added. 562
    • h2 links in Header / Footer files will now be visible in the main navigation. 525
    • Fix issue of left menu displaying major function in older version. 528
    • Replace lodash with only needed custom build lodash functions.
    • Update italian language file. 507

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.19.0 chore(deps): update dependency apidoc to v0.19.1 Dec 27, 2019
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.19.1 chore(deps): update dependency apidoc to v0.20.0 Jan 21, 2020
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.20.0 chore(deps): update dependency apidoc to v0.22.0 May 2, 2020
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.22.0 chore(deps): update dependency apidoc to v0.22.1 May 7, 2020
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.22.1 chore(deps): update dependency apidoc to v0.23.0 Jul 2, 2020
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.23.0 chore(deps): update dependency apidoc to v0.25.0 Aug 21, 2020
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.25.0 chore(deps): update dependency apidoc to v0.26.0 Jan 6, 2021
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.26.0 chore(deps): update dependency apidoc to v0.27.1 Apr 26, 2021
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.27.1 chore(deps): update dependency apidoc to v0.28.1 Jun 6, 2021
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.28.1 chore(deps): update dependency apidoc to v0.50.0 Oct 20, 2021
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.50.0 chore(deps): update dependency apidoc to v0.50.4 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.50.4 chore(deps): update dependency apidoc to v0.51.0 Mar 26, 2022
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.51.0 chore(deps): update dependency apidoc to v0.51.1 Apr 24, 2022
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.51.1 chore(deps): update dependency apidoc to v0.53.0 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.53.0 chore(deps): update dependency apidoc to v0.53.1 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.53.1 chore(deps): update dependency apidoc to v0.54.0 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency apidoc to v0.54.0 chore(deps): update dependency apidoc to v0.55.0 May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants