Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 29, 2023

This PR contains the following updates:

Package Change Age Confidence
apidoc (source) ^0.25.0 -> ^1.0.0 age confidence

Release Notes

apidoc/apidoc (apidoc)

v1.2.0

Compare Source

  • Allow generation of api-data.json file with an option flag (PR #​1427 by Henrik Gemal)

v1.1.0

Compare Source

  • Upgrade dependencies

v1.0.3

Compare Source

  • Fix warning triggered by code example (fix #​1384 via #​1391 by Emmanuel Saracco)
  • Fix issue with apiSuccessExample parsiing (fix #​1365 via #​1366 by Emmanuel Saracco)

v1.0.2

Compare Source

  • Fix group name with parenthesis causing scrollspy error

v1.0.1

Compare Source

  • fix version number

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 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 force-pushed the renovate/apidoc-1.x branch 2 times, most recently from 657ecb6 to 6cc2ecc Compare August 13, 2025 15:53
@socket-security
Copy link

socket-security bot commented Aug 13, 2025

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm safer-buffer is 94.0% likely obfuscated

Confidence: 0.94

Location: Package overview

From: ?npm/safer-buffer@2.1.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/safer-buffer@2.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@renovate renovate bot force-pushed the renovate/apidoc-1.x branch from 6cc2ecc to 8d1f3ea Compare August 19, 2025 17:12
@renovate renovate bot force-pushed the renovate/apidoc-1.x branch from 8d1f3ea to a12188b Compare August 31, 2025 10:03
@renovate renovate bot force-pushed the renovate/apidoc-1.x branch from a12188b to 74d36a8 Compare September 25, 2025 20:08
@renovate renovate bot force-pushed the renovate/apidoc-1.x branch from 74d36a8 to ae9b8fa Compare October 22, 2025 01:44
@renovate renovate bot force-pushed the renovate/apidoc-1.x branch from ae9b8fa to 57a8da0 Compare November 10, 2025 21:37
@renovate renovate bot force-pushed the renovate/apidoc-1.x branch from 57a8da0 to 1c957b4 Compare November 19, 2025 00:43
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