Coder Social home page Coder Social logo

technologiestiftung / baumblick-frontend Goto Github PK

View Code? Open in Web Editor NEW
3.0 4.0 0.0 32.95 MB

How thirsty are Berlin's public trees?

Home Page: https://baumblick.qtrees.ai

License: MIT License

Shell 0.17% JavaScript 2.54% TypeScript 90.65% CSS 1.56% MDX 5.09%
ai city climate-change smart-city trees watering

baumblick-frontend's People

Contributors

allcontributors[bot] avatar dnsos avatar ff6347 avatar jucajuca avatar julizet avatar renovate[bot] avatar s-haensch avatar semantic-release-bot avatar vogelino avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

baumblick-frontend's Issues

Contributions

Collect all contributions here and update them using all-contributors e.g.

@all-contributors add @<github userame> for <emoji keys>

See all emoji keys here

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: Preset package is missing a renovate-config entry (@inpyjamas)

Dependency Dashboard

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

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Using npm packages for Renovate presets is now deprecated. Please migrate to repository-based presets instead.

Rate-Limited

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

  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency node to v20
  • fix(deps): update dependency @mdx-js/loader to v3
  • fix(deps): update dependency cross-fetch to v4
  • fix(deps): update dependency maplibre-gl to v3
  • fix(deps): update dependency use-debounce to v10
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Pending Branch Automerge

These updates await pending status checks before automerging. Click on a checkbox to abort the branch automerge, and create a PR instead.

  • chore(deps): update dependency postcss to v8.4.31 [security]
  • chore(deps): update devdependencies-non-major (@saithodev/semantic-release-backmerge, @storybook/addon-actions, @storybook/addon-essentials, @storybook/addon-links, @storybook/react, @technologiestiftung/semantic-release-config, @testing-library/jest-dom, @testing-library/user-event, @types/csurf, @types/express, @types/node, @types/react, @types/react-dom, @types/react-slick, autoprefixer, babel-loader, canvas, commitizen, eslint-config-next, eslint-config-prettier, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, prettier, tailwindcss, typescript)

Open

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

Detected dependencies

github-actions
.github/workflows/build.yml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/checkout v3
  • actions/setup-node v3
npm
package.json
  • @headlessui/react 1.6.6
  • @mdx-js/loader 2.1.2
  • @next/mdx 12.2.0
  • @supabase/postgrest-js 1.1.1
  • @tailwindcss/typography 0.5.4
  • classnames 2.3.1
  • cross-fetch 3.1.5
  • csrf 3.1.0
  • csurf 1.11.0
  • date-fns 2.29.1
  • lottie-web 5.10.0
  • maplibre-gl 2.1.9
  • next-translate 1.5.0
  • react 17.0.2
  • react-dom 17.0.2
  • react-slick 0.29.0
  • react-use-measure 2.1.1
  • slick-carousel 1.8.1
  • swr 1.3.0
  • use-debounce 8.0.1
  • @saithodev/semantic-release-backmerge 2.1.2
  • @technologiestiftung/semantic-release-config 1.2.0
  • @storybook/addon-actions 6.5.13
  • @storybook/addon-essentials 6.5.13
  • @storybook/addon-links 6.5.13
  • @storybook/addon-postcss 2.0.0
  • @storybook/react 6.5.13
  • @testing-library/jest-dom 5.16.5
  • @testing-library/react 12.1.5
  • @testing-library/user-event 14.4.3
  • @types/csurf 1.11.2
  • @types/express 4.17.13
  • @types/jest 27.5.2
  • @types/node 16.18.3
  • @types/react 17.0.52
  • @types/react-dom 17.0.18
  • @types/react-slick 0.23.10
  • @typescript-eslint/eslint-plugin 4.33.0
  • @typescript-eslint/parser 4.33.0
  • autoprefixer 10.4.13
  • babel-jest 27.5.1
  • babel-loader 8.2.5
  • canvas 2.10.2
  • commitizen 4.2.5
  • eslint 7.32.0
  • eslint-config-next 12.3.2
  • eslint-config-prettier 8.5.0
  • eslint-import-resolver-typescript 2.7.1
  • eslint-plugin-import 2.26.0
  • eslint-plugin-jsx-a11y 6.6.1
  • eslint-plugin-prettier 4.2.1
  • eslint-plugin-react 7.31.10
  • eslint-plugin-react-hooks 4.6.0
  • husky 7.0.4
  • identity-obj-proxy 3.0.0
  • jest 27.5.1
  • jest-fetch-mock 3.0.3
  • jest-watch-typeahead 1.1.0
  • lint-staged 12.5.0
  • next 12.3.2
  • postcss 8.4.18
  • prettier 2.7.1
  • storybook-addon-next-router 3.1.1
  • storybook-css-modules-preset 1.1.1
  • tailwindcss 3.1.4
  • tsconfig-paths-webpack-plugin 3.5.2
  • typescript 4.8.4
nvm
.nvmrc
  • node 16.16.0

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

Deprecated commands in actions set-output

The GitHub actions commands set-output and set-state will be deprecated see this blog post --> https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

This repo is using the set-output

A fix for setting the node version could be the following action step:

jobs:
  build:
    runs-on: ubuntu-latest
    steps: 
      - name: Set nvmrc version as .env variable
        run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_ENV
            - name: Use Node.js (.nvmrc)
              uses: actions/setup-node@v3
              with:
                node-version: "${{ env.NODE_VERSION }}"

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.