Giter Site home page Giter Site logo

dependencies-heatmap's Introduction

Dependencies Manager

Use as docker

Backend

docker pull luchanso/dependencies-heatmap-backend:0.1.0

Client

docker pull uchanso/dependencies-heatmap-client:1.0.1
docker run -d -p 8080:80 --name dp-client dependencies-heatmap-client:1.0.0 --env BACKEND_URL=http://localhost:4000 BASENAME=/

Where BACKEND_URL - path for GraphQL server, by default http://localhost:4000 BASENAME - app location, by default is root / All environments is optional

Development

git pull [email protected]:Luchanso/dependencies-heatmap.git
cd dependencies-heatmap
yarn install
yarn start

Project

Screenshots: screenshot

dependencies-heatmap's People

Contributors

luchanso avatar renovate-bot avatar arver1 avatar

Stargazers

Roman avatar  avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

arver1

dependencies-heatmap's Issues

Project

Backlog:

  • backend
    • docker-compose
    • docker file
    • redis
    • apollo
  • client
    • init create react app
    • apollo
    • router
    • material design
    • ui
      • item
      • grid system
      • controls
      • creation dialog
  • design
    • settings page
    • delete item

work in progress:

  • create node application which fetch git repos

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

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.

  • fix(deps): replace dependency @material-ui/core with @mui/material
  • chore(deps): update dependency @types/btoa to v1.2.4
  • chore(deps): update dependency @types/jest to v26.0.24
  • chore(deps): update dependency @types/rimraf to v3.0.2
  • chore(deps): update dependency typescript to v3.9.10
  • chore(deps): update react monorepo (@types/react, @types/react-dom, eslint-plugin-react-hooks)
  • chore(deps): update dependency @types/node to v12.20.55
  • chore(deps): update dependency @types/react-router-dom to v5.3.3
  • chore(deps): update node.js to v14.21
  • fix(deps): update apollo graphql packages (apollo-datasource, apollo-server)
  • fix(deps): update dependency del to v6.1.1
  • fix(deps): update dependency express to v4.18.2
  • fix(deps): update dependency react-router-dom to v5.3.4
  • fix(deps): update dependency ts-node to v9.1.1
  • fix(deps): update dependency winston to v3.11.0
  • fix(deps): update material-ui monorepo (@material-ui/core, @material-ui/lab)
  • chore(deps): update actions/checkout action to v4
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update commitlint monorepo to v18 (major) (@commitlint/cli, @commitlint/config-conventional)
  • chore(deps): update dependency @types/jest to v29
  • chore(deps): update dependency @types/node to v20
  • chore(deps): update dependency husky to v8
  • chore(deps): update dependency typescript to v5
  • chore(deps): update node.js to v21
  • fix(deps): update dependency del to v7
  • fix(deps): update dependency graphql to v16
  • fix(deps): update dependency package-json to v8
  • fix(deps): update dependency react-router-dom to v6
  • fix(deps): update dependency react-scripts to v5
  • fix(deps): update dependency simple-git to v3
  • fix(deps): update dependency styled-components to v6
  • fix(deps): update dependency ts-node to v10
  • ๐Ÿ” 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

dockerfile
packages/backend/Dockerfile
  • node 14.15-alpine
packages/client/Dockerfile
  • node 14.15-alpine
github-actions
.github/workflows/test.yml
  • actions/checkout v1
  • actions/setup-node v1
npm
package.json
  • @commitlint/cli 11.0.0
  • @commitlint/config-conventional 11.0.0
  • husky 4.2.5
  • npm-run-all 4.1.5
packages/backend/package.json
  • @luchanso/latest-version 5.1.1
  • apollo-datasource 0.7.3
  • apollo-server 2.19.2
  • btoa 1.2.1
  • del 6.0.0
  • graphql 15.3.0
  • package-json 6.5.0
  • simple-git 2.21.0
  • ts-node 9.0.0
  • typescript 3.9.7
  • winston 3.3.3
  • @types/btoa 1.2.3
  • @types/node 12.19.15
  • @types/rimraf 3.0.0
  • casual 1.6.2
  • cross-env 7.0.2
packages/client/package.json
  • @apollo/react-hooks 3.1.5
  • @material-ui/core 4.11.0
  • @material-ui/lab 4.0.0-alpha.56
  • apollo-boost 0.4.9
  • apollo-cache-inmemory 1.6.6
  • apollo-utilities 1.3.4
  • debug 4.2.0
  • express 4.17.1
  • graphql 15.3.0
  • graphql-tools 6.2.4
  • graphql.macro 1.4.2
  • morgan 1.10.0
  • react 16.14.0
  • react-dom 16.14.0
  • react-router-dom 5.2.0
  • react-scripts 3.4.3
  • styled-components 5.2.0
  • qs 6.9.4
  • @apollo/react-testing 3.1.4
  • @types/debug 4.1.5
  • @types/enzyme 3.10.7
  • @types/enzyme-adapter-react-16 1.0.6
  • @types/jest 26.0.14
  • @types/node 12.19.15
  • @types/react 17.0.0
  • @types/react-dom 16.9.8
  • @types/react-router-dom 5.1.7
  • @types/styled-components 5.1.4
  • enzyme 3.11.0
  • enzyme-adapter-react-16 1.15.5
  • eslint-plugin-react-hooks 4.2.0
  • typescript 3.9.7

  • 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.