Giter VIP home page Giter VIP logo

service-template's Introduction

IMPORTANT

  • this is a base image to help you get started fast, but it should by no means limit your creativitity. Feel free to change any part of it and contribute back to this project if you think it can help others.
  • replace all occurences of myservice in the project with the name of you project
  • Check all the TODO lines and edit/remove/add code accordingly
  • Remove this block once you are done

myservice

TODO: Add a very short description of the microservice

Introduction

TODO: Describe what the service does with more details.

It works as follows:

  • It listens to requests coming through bull's queue myservice-requests.
  • It processes the request
  • It adds a job to the myservice-results queue to let other services (e.g. api) know that the operation finished and share its result.

API

TODO: describe the api of the services including any endpoint or any messages (received or generated).

Integration tests

Running the tests

To run the integration tests, you need:

  • Docker compose
  • To be in the integration tests directory. Use cd <project directory>/test/integration

Now you can launch the tests using the command

docker-compose up

Updating node_modules

As node_modules are part of the container image, you will need to recreate the tests image if you want to update your dependencies.

To do that, please run the following commands:

docker-compose down
docker-compose build
docker-compose up

service-template's People

Contributors

mrswitch avatar renovate-bot avatar ikhemissi avatar renovate[bot] avatar

Watchers

Sam Adams avatar Jan Borchers avatar James Cloos avatar  avatar  avatar  avatar  avatar  avatar

service-template's Issues

An in-range update of mocha is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency mocha was updated from 7.1.0 to 7.1.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

mocha is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).

Release Notes for v7.1.1

7.1.1 / 2020-03-18

๐Ÿ”’ Security Fixes

  • #4204: Update dependencies mkdirp, yargs-parser and yargs (@juergba)

๐Ÿ› Fixes

๐Ÿ“– Documentation

Commits

The new version differs by 6 commits.

  • 7c09e63 Release v7.1.1
  • 7599535 update CHANGELOG for v7.1.1 [ci skip]
  • 3bf650c security: update mkdirp, yargs, yargs-parser (#4204)
  • e1389ef Fix: runner listening to 'start' and 'end' events (#3660)
  • 9cbb6f6 upgrade assetgraph-builder
  • 4dc3cd1 docs: show netlify badge on footer (#4190)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of bull is breaking the build ๐Ÿšจ


๐Ÿšจ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! ๐Ÿ’œ ๐Ÿšš๐Ÿ’จ ๐Ÿ’š

Find out how to migrate to Snyk at greenkeeper.io


The dependency bull was updated from 3.13.0 to 3.14.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

bull is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: integration_tests: CircleCI is running your tests (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).

Commits

The new version differs by 19 commits.

  • a4aa27c 3.14.0
  • 7f9056a docs: update changelog
  • 1898b5a feat(queue): add removeJobs function
  • 635210f fix(job): guard moveToComplet/Failed with isReady
  • 10a9eae fix: clamp negative job delay values to 0 to prevent thrashing
  • c06af98 docs: improve documentation for getJobs() (#1468)
  • c61cd84 docs: add a hyperlink to #488 in README
  • 031b231 fix: use DEFAULT_JOB_NAME (#1585)
  • 3a6a519 docs: Update REFERENCE.md (#1595)
  • 626f21f fix: remove the lazy client error handler on close (#1605)
  • 5ecc30b docs: Update REFERENCE.md (#1633)
  • 4a6268b docs: Update CHANGELOG.md (#1652)
  • 4b6031d fix: prevent exceeding the maximum stack call size when emptying large queues (#1660)
  • dbe2549 Update REFERENCE.md (#1668)
  • b06f4b2 docs(REFERENCE.md): add missing curly bracket (#1677)

There are 19 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint-config-5app is breaking the build ๐Ÿšจ

The devDependency eslint-config-5app was updated from 0.8.0 to 0.8.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint-config-5app is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: audit: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: build_container: Your tests failed on CircleCI (Details).

Release Notes for v0.8.1

0.8.1 (2019-12-31)

Bug Fixes

  • deps: update dependency eslint-plugin-jsdoc to v19 (a636288)
Commits

The new version differs by 4 commits.

  • efbd751 chore(release): 0.8.1 [skip ci]
  • a636288 fix(deps): update dependency eslint-plugin-jsdoc to v19
  • 68f66a3 Merge pull request #47 from 5app/greenkeeper/eslint-plugin-jsdoc-18.4.3
  • a80c17a chore(package): update eslint-plugin-jsdoc to version 18.4.3

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @5app/health-check-helpers is breaking the build ๐Ÿšจ

The dependency @5app/health-check-helpers was updated from 1.2.0 to 1.3.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@5app/health-check-helpers is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: audit: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: build_container: Your tests failed on CircleCI (Details).

Release Notes for v1.3.0

1.3.0 (2020-01-11)

Features

  • Allow specifying health check request paths (#8) (7e8b364)
Commits

The new version differs by 2 commits.

  • 20d5f79 chore(release): 1.3.0 [skip ci]
  • 7e8b364 feat: Allow specifying health check request paths (#8)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of semantic-release is breaking the build ๐Ÿšจ


๐Ÿšจ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! ๐Ÿ’œ ๐Ÿšš๐Ÿ’จ ๐Ÿ’š

Find out how to migrate to Snyk at greenkeeper.io


The devDependency semantic-release was updated from 17.0.7 to 17.0.8.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

semantic-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: integration_tests: CircleCI is running your tests (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).

Release Notes for v17.0.8

17.0.8 (2020-05-24)

Bug Fixes

  • prevent false positive secret replacement for Golang projects (#1562) (eed1d3c)
Commits

The new version differs by 5 commits.

  • eed1d3c fix: prevent false positive secret replacement for Golang projects (#1562)
  • 5f3a8bb docs: Recommend using npx instead of installing globally (#1563)
  • 0ef52e7 docs: adjust minor typos (#1554)
  • a62bc7c docs(GitHub Actions): Add alternative trigger options (#1471)
  • 22321cf docs: update recipe for gitlab-ci with Node.js >=10.18

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of sinon is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency sinon was updated from 9.0.0 to 9.0.1.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

sinon is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).

Commits

The new version differs by 23 commits.

  • d2b4b72 Update docs/changelog.md and set new release id in docs/_config.yml
  • c99f6ea Add release documentation for v9.0.1
  • 0fe75bf 9.0.1
  • e24b7e7 Update CHANGELOG.md and AUTHORS for new release
  • 00b40a6 Upgrade @sinonjs/samsam to latest
  • decaec6 Upgrade @sinonjs/formatio to latest
  • 775e53b Merge pull request #2237 from fatso83/issue-2226
  • 92dc087 Remove needless intermediary
  • 25311e4 Simplify sandbox fix by reusing the fix for stubs
  • 1fe433e [fix] stubs restore prototype props correctly
  • 3031027 Add custom prop isOwn to descriptor
  • 49abbad Rename util
  • 4b55c62 [fix] sandbox.restore handles protype props
  • aac0bc3 Add verification tests for #2226
  • 5436466 Bump @sinonjs/commons from 1.7.0 to 1.7.1

There are 23 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of husky is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency husky was updated from 4.2.3 to 4.2.4.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

husky is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).

Release Notes for v4.2.4
  • When Node version is unsupported, log actual version in addition to the error message #701
  • Fix: support cnpm package manager #687
  • Fix: always use sh to run scripts and avoid inconsistencies #707
  • Fix: don't throw error if files are already removed during uninstall #708
Commits

The new version differs by 8 commits.

  • 17c012d 4.2.4
  • b1d4c32 Don't throw error during uninstall if file doesn't exist (#708)
  • 4e1d440 fix: cnpm fails due to $packgeManager not matched (#687)
  • 56c611d Fix usage of SHELL environment variable can cause unexpected behavior #683
  • cbacd2e npm audit fix
  • 8bb9911 Show runtime node version when exit (#701)
  • 1bddecd Bump acorn from 5.7.3 to 5.7.4 (#688)
  • 1f7d02d Update CHANGELOG.md

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of lint-staged is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The devDependency lint-staged was updated from 10.0.8 to 10.0.9.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

lint-staged is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).

Release Notes for v10.0.9

10.0.9 (2020-03-24)

Bug Fixes

  • use path.join and normalize to improve msys compatibility in resolveGitRepo (1ad263a)
Commits

The new version differs by 1 commits.

  • 1ad263a fix: use path.join and normalize to improve msys compatibility in resolveGitRepo

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of @5app/logger is breaking the build ๐Ÿšจ


โ˜๏ธ Important announcement: Greenkeeper will be saying goodbye ๐Ÿ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency @5app/logger was updated from 2.0.1 to 2.0.2.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

@5app/logger is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: integration_tests: CircleCI is running your tests (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: audit: Your tests failed on CircleCI (Details).

Release Notes for v2.0.2

2.0.2 (2020-04-02)

Bug Fixes

  • deps: update dependency chalk to v4 (08e5236)
Commits

The new version differs by 6 commits.

  • c1a609b chore(release): 2.0.2 [skip ci]
  • 08e5236 fix(deps): update dependency chalk to v4
  • fd86785 Merge pull request 5app/service-template#9 from 5app/dependabot/npm_and_yarn/acorn-7.1.1
  • 2606bcd chore(deps): bump acorn from 7.0.0 to 7.1.1
  • ebb983f chore(deps): update dependency @semantic-release/changelog to v5
  • e33fb89 chore(deps): update semantic-release monorepo

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of eslint is breaking the build ๐Ÿšจ

The devDependency eslint was updated from 6.7.2 to 6.8.0.

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

eslint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: audit: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: build_container: Your tests failed on CircleCI (Details).

Release Notes for v6.8.0
  • c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652) (YeonJuan)
  • 9986d9e Chore: add object option test cases in yield-star-spacing (#12679) (YeonJuan)
  • 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377) (ncraley)
  • 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632) (YeonJuan)
  • 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268) (่–›ๅฎš่ฐ”็š„็Œซ)
  • 05faebb Update: improve suggestion testing experience (#12602) (Brad Zacher)
  • 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609) (Milos Djermanovic)
  • d3e43f1 Docs: Update no-multi-assign explanation (#12615) (Yuping Zuo)
  • 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594) (Tobias Bieniek)
  • a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639) (Milos Djermanovic)
  • 51f9620 Fix: improve report location for array-bracket-spacing (#12653) (Milos Djermanovic)
  • 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655) (Milos Djermanovic)
  • e3c570e Docs: Add example for expression option (#12694) (Arnaud Barrรฉ)
  • 6b774ef Docs: Add spacing in comments for no-console rule (#12696) (Nikki Nikkhoui)
  • 7171fca Chore: refactor regex in config comment parser (#12662) (Milos Djermanovic)
  • 1600648 Update: Allow $schema in config (#12612) (Yordis Prieto)
  • acc0e47 Update: support .eslintrc.cjs (refs eslint/rfcs#43) (#12321) (Evan Plaice)
  • 49c1658 Chore: remove bundling of ESLint during release (#12676) (Kai Cataldo)
  • 257f3d6 Chore: complete to move to GitHub Actions (#12625) (Toru Nagashima)
  • ab912f0 Docs: 1tbs with allowSingleLine edge cases (refs #12284) (#12314) (Ari Kardasis)
  • dd1c30e Sponsors: Sync README with website (ESLint Jenkins)
  • a230f84 Update: include node version in cache (#12582) (Eric Wang)
  • 8b65f17 Chore: remove references to parser demo (#12644) (Kai Cataldo)
  • e9cef99 Docs: wrap {{}} in raw liquid tags to prevent interpolation (#12643) (Kai Cataldo)
  • e707453 Docs: Fix configuration example in no-restricted-imports (fixes #11717) (#12638) (Milos Djermanovic)
  • 19194ce Chore: Add tests to cover default object options in comma-dangle (#12627) (YeonJuan)
  • 6e36d12 Update: do not recommend require-atomic-updates (refs #11899) (#12599) (Kai Cataldo)
Commits

The new version differs by 29 commits.

  • 9738f8c 6.8.0
  • ba59cbf Build: changelog update for 6.8.0
  • c5c7086 Fix: ignore aligning single line in key-spacing (fixes #11414) (#12652)
  • 9986d9e Chore: add object option test cases in yield-star-spacing (#12679)
  • 1713d07 New: Add no-error-on-unmatched-pattern flag (fixes #10587) (#12377)
  • 5c25a26 Update: autofix bug in lines-between-class-members (fixes #12391) (#12632)
  • 4b3cc5c Chore: enable prefer-regex-literals in eslint codebase (#12268)
  • 05faebb Update: improve suggestion testing experience (#12602)
  • 05f7dd5 Update: Add suggestions for no-unsafe-negation (fixes #12591) (#12609)
  • d3e43f1 Docs: Update no-multi-assign explanation (#12615)
  • 272e4db Fix: no-multiple-empty-lines: Adjust reported loc (#12594)
  • a258039 Fix: no-restricted-imports schema allows multiple paths/patterns objects (#12639)
  • 51f9620 Fix: improve report location for array-bracket-spacing (#12653)
  • 45364af Fix: prefer-numeric-literals doesn't check types of literal arguments (#12655)
  • e3c570e Docs: Add example for expression option (#12694)

There are 29 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

An in-range update of commitlint is breaking the build ๐Ÿšจ

There have been updates to the commitlint monorepo:

๐Ÿšจ View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

This monorepo update includes releases of one or more dependencies which all belong to the commitlint group definition.

commitlint is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • โœ… ci/circleci: checkout_code: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: audit: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: integration_tests: Your tests passed on CircleCI! (Details).
  • โœ… ci/circleci: unit_tests: Your tests passed on CircleCI! (Details).
  • โŒ ci/circleci: build_container: Your tests failed on CircleCI (Details).

Commits

The new version differs by 16 commits.

  • 0382070 v8.3.2
  • dcc83db chore: pin dependency conventional-changelog-conventionalcommits to 4.1.0 (#829)
  • 489a5f3 chore: update dependency @types/jest to v24.0.19 (#827)
  • aa4f7c3 chore: update dependency typescript to v3.6.4 (#824)
  • 24b6e55 chore: update lerna monorepo (#823)
  • 84500ff chore: update dependency which to v2 (#814)
  • 572a52c chore: update dependency @types/node to v12.11.2 (#813)
  • 81c74e7 chore: update dependency cross-env to v6.0.3 (#811)
  • f28ece5 chore: update dependency husky to v3.0.9 (#810)
  • 38eb2e7 chore: update dependency @types/lodash to v4.14.144 (#809)
  • 8741fbe chore: update dependency string-to-stream to v3 (#801)
  • 9d09693 fix(top-level): support git submodules (#784)
  • 492d330 fix(load): add support for factory-callback parser presets (#834)
  • db33fe7 fix(config-conventional): add improvement to type list (#832)
  • fbf2389 v8.3.1

There are 16 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those donโ€™t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot ๐ŸŒด

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency sinon to v18
  • chore(deps): update node docker tag to v20
  • chore(deps): update redis docker tag to v7
  • fix(deps): update dependency bull to v4
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
  • redis 2.8.19
dockerfile
Dockerfile
  • node 12-alpine
  • node 12-alpine
Dockerfile.dev
  • node 12-alpine
npm
package.json
  • @5app/health-check-helpers ^1.3.0
  • @5app/logger ^2.0.2
  • bull ^3.13.0
  • @commitlint/cli ^8.3.5
  • @commitlint/config-conventional ^8.3.4
  • @semantic-release/changelog ^5.0.0
  • @semantic-release/git ^9.0.0
  • eslint ^7.0.0
  • eslint-config-5app ^0.9.2
  • husky ^4.2.5
  • lint-staged ^10.1.6
  • mocha ^8.0.0
  • semantic-release ^17.0.0
  • sinon ^9.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.