Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 28, 2022

This PR contains the following updates:

Package Change Age Confidence
apidoc (source) ^0.25.0^0.55.0 age confidence
@types/apidoc (source) ^0.22.2^0.50.0 age 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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 force-pushed the renovate/apidoc-0.x branch from 842d6cf to 9827108 Compare September 25, 2022 22:12
@renovate renovate bot changed the title chore(deps): update dependency apidoc to ^0.51.0 chore(deps): update dependency apidoc to ^0.53.0 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency apidoc to ^0.53.0 chore(deps): update dependency apidoc to ^0.54.0 Mar 16, 2023
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 9827108 to 7bd3a80 Compare March 16, 2023 15:38
@renovate renovate bot changed the title chore(deps): update dependency apidoc to ^0.54.0 chore(deps): update dependency apidoc to ^0.55.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 7bd3a80 to 9a4a5de Compare May 28, 2023 10:40
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch 2 times, most recently from 34cca35 to 76c2734 Compare August 13, 2025 15:53
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 76c2734 to 0762440 Compare August 19, 2025 17:12
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 0762440 to 94ecd67 Compare August 31, 2025 10:03
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 94ecd67 to 91034a8 Compare September 25, 2025 20:07
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 91034a8 to 2245c81 Compare October 22, 2025 01:43
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 2245c81 to 0060b3b Compare November 10, 2025 21:36
@socket-security
Copy link

socket-security bot commented Nov 10, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 0060b3b to 1926af1 Compare November 19, 2025 00:42
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 1926af1 to 5627330 Compare December 3, 2025 19:38
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 5627330 to 2d938e7 Compare December 31, 2025 17:49
@renovate renovate bot force-pushed the renovate/apidoc-0.x branch from 2d938e7 to 65303a4 Compare January 8, 2026 18:46
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​types/​apidoc@​0.22.2 ⏵ 0.50.373 -310090 +2377100
Updatedapidoc@​0.25.0 ⏵ 0.55.097 -110010077 -3100

View full report

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.

1 participant