Giter Site home page Giter Site logo

freks-blog's People

Contributors

renovate-bot avatar renovate[bot] avatar shoji-k avatar

Watchers

 avatar  avatar

freks-blog's Issues

Update deprecated query

warn Deprecated syntax of sort and/or aggregation field arguments were found in your query (see
https://gatsby.dev/graphql-nested-sort-and-aggregate). Query was automatically converted to a new syntax. You should
update query in your code.

File: /home/user/repos/shojik/freks-blog/src/pages/index.js

Current query:

query pageHomeuserreposshojikfreksBlogsrcpagesindexJs1700683115 {
  site {
    siteMetadata {
      title
    }
  }
  allMarkdownRemark(sort: {fields: [frontmatter___date], order: DESC}) {
    totalCount
    edges {
      node {
        id
        frontmatter {
          title
          date
        }
        fields {
          slug
        }
      }
    }
  }
}

Converted query:

query pageHomeuserreposshojikfreksBlogsrcpagesindexJs1700683115 {
  site {
    siteMetadata {
      title
    }
  }
  allMarkdownRemark(sort: {frontmatter: {date: DESC}}) {
    totalCount
    edges {
      node {
        id
        frontmatter {
          title
          date
        }
        fields {
          slug
        }
      }
    }
  }
}

PWA

Lighthouseでno score

PWA化で、オフラインでも見れるとよさそう

Dependency Dashboard

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

This repository currently has no open or pending branches.

Detected dependencies

circleci
.circleci/config.yml
  • cypress 3.2.1
dockerfile
.devcontainer/Dockerfile
  • mcr.microsoft.com/devcontainers/javascript-node 1-18
npm
package.json
  • gatsby 5.13.1
  • gatsby-plugin-feed 5.13.0
  • gatsby-plugin-google-gtag 5.13.0
  • gatsby-plugin-react-helmet 6.13.0
  • gatsby-plugin-sitemap 6.13.0
  • gatsby-remark-prismjs 7.13.0
  • gatsby-source-filesystem 5.13.0
  • gatsby-transformer-remark 6.13.0
  • prismjs 1.29.0
  • react 18.2.0
  • react-dom 18.2.0
  • react-helmet 6.1.0
  • cypress 13.6.2
  • eslint 8.56.0
  • eslint-config-prettier 9.1.0
  • eslint-plugin-react 7.33.2
  • prettier 3.2.2
  • start-server-and-test ^2.0.1

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

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.

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.