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 all non-major dependencies #366

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@koa/router 10.0.0 -> 10.1.1 age adoption passing confidence dependencies minor
apidoc (source) 0.27.1 -> 0.55.0 age adoption passing confidence devDependencies minor
chai (source) 4.3.4 -> 4.5.0 age adoption passing confidence devDependencies minor
dotenv 8.2.0 -> 8.6.0 age adoption passing confidence dependencies minor
eslint (source) 7.25.0 -> 7.32.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 8.3.0 -> 8.10.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.22.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 3.4.0 -> 3.4.1 age adoption passing confidence devDependencies patch
eslint-plugin-security 1.4.0 -> 1.7.1 age adoption passing confidence devDependencies minor
http-status 1.5.0 -> 1.8.1 age adoption passing confidence dependencies minor
mocha (source) 8.3.2 -> 8.4.0 age adoption passing confidence devDependencies minor
node (source) 12.22.1 -> 12.22.12 age adoption passing confidence engines patch
node-pg-migrate 5.9.0 -> 5.10.0 age adoption passing confidence dependencies minor
nodemon (source) 2.0.7 -> 2.0.22 age adoption passing confidence devDependencies patch
npm (source) 6.14.13 -> 6.14.18 age adoption passing confidence engines patch
passport-jwt 4.0.0 -> 4.0.1 age adoption passing confidence dependencies patch
pg (source) 8.6.0 -> 8.13.1 age adoption passing confidence dependencies minor
postgres 10.16-alpine -> 10.23-alpine age adoption passing confidence minor
prettier (source) 2.2.1 -> 2.8.8 age adoption passing confidence devDependencies minor
sinon-chai 3.6.0 -> 3.7.0 age adoption passing confidence devDependencies minor
supertest 6.1.3 -> 6.3.4 age adoption passing confidence devDependencies minor
winston 3.3.3 -> 3.17.0 age adoption passing confidence dependencies minor

Release Notes

koajs/router (@​koa/router)

v10.1.1

Compare Source

v10.1.0

Compare Source

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)
chaijs/chai (chai)

v4.5.0

Compare Source

v4.4.1

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.10...v4.4.0

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: chaijs/chai@v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: chaijs/chai@v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: chaijs/chai@v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: chaijs/chai@v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

motdotla/dotenv (dotenv)

v8.6.0

Compare Source

Added
  • define package.json in exports

v8.5.1

Compare Source

Changed
  • updated dev dependencies via npm audit

v8.5.0

Compare Source

Added
  • allow for import "dotenv/config"

v8.4.0

Compare Source

Changed
  • point to exact types file to work with VS Code

v8.3.0

Compare Source

Changed
  • Breaking: drop support for Node v8 (mistake to be released as minor bump. later bumped to 9.0.0. see above.)
eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

v7.28.0

Compare Source

v7.27.0

Compare Source

  • 2c0868c Chore: merge all html formatter files into html.js (#​14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #​14325) (#​14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#​14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#​14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #​11843) (#​14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#​14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#​14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

v7.26.0

Compare Source

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#​14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #​14208) (#​14282) (Patrick Ahmetovic)
  • [6a86e50](htt

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/all-minor-patch branch 11 times, most recently from 1047bbd to 10f60fd Compare May 15, 2021 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from a65fc41 to 63dc444 Compare May 23, 2021 10:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 0bf31d0 to 6dc72df Compare May 26, 2021 10:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5076e6 to de85660 Compare September 4, 2023 17:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 41ff741 to 865afa4 Compare September 28, 2023 10:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 865afa4 to 4054356 Compare October 7, 2023 21:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a3e883f to 305efbd Compare October 23, 2023 07:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 305efbd to bbaf0eb Compare December 14, 2023 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bbaf0eb to 357fecc Compare January 5, 2024 15:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1e4bbe5 to b9d92e2 Compare January 14, 2024 20:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9d92e2 to ef9e499 Compare February 23, 2024 07:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef9e499 to 0ac2f90 Compare March 4, 2024 02:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ac2f90 to 2de3886 Compare May 3, 2024 08:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2de3886 to 53e0c2f Compare June 4, 2024 16:55
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

⚠️ 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
File name: docker-compose.yml
Post-upgrade command 'npm run lintfix' has not been added to the allowed list in allowedPostUpgradeCommands
File name: docker-compose.yml
Post-upgrade command 'npm run build:client' has not been added to the allowed list in allowedPostUpgradeCommands
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
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
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
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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53e0c2f to 1b9f8a1 Compare July 10, 2024 21:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b9f8a1 to fc10fb8 Compare July 26, 2024 05:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0f2aca9 to ff80e06 Compare August 14, 2024 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ff80e06 to 37cb0f7 Compare September 3, 2024 07:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 37cb0f7 to 13b0257 Compare September 17, 2024 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13b0257 to 54e8f98 Compare October 9, 2024 07:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ca9ca50 to 5ee8155 Compare October 24, 2024 16:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ee8155 to a84e685 Compare November 1, 2024 22:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a84e685 to 08ce31e Compare November 10, 2024 07:04
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.

0 participants