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

Update dependency apidoc to v1 #455

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apidoc (source) 0.27.1 -> 1.2.0 age adoption passing 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)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Jun 5, 2023

⚠ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package.json
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: package.json
Post-upgrade command 'npm run build:client' has not been added to the allowed list in allowedPostUpgradeCommands

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