My personal website
Go to file
snyk-bot 46c12f8c98
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - gatsby-link from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-link
  - gatsby from 5.8.1 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby
  - gatsby-plugin-catch-links from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-catch-links
  - gatsby-plugin-feed from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-feed
  - gatsby-plugin-google-gtag from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-google-gtag
  - gatsby-plugin-manifest from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-manifest
  - gatsby-plugin-react-helmet from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-react-helmet
  - gatsby-plugin-sass from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sass
  - gatsby-plugin-sharp from 5.8.1 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sharp
  - gatsby-plugin-sitemap from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-plugin-sitemap
  - gatsby-remark-autolink-headers from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-autolink-headers
  - gatsby-remark-copy-linked-files from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-copy-linked-files
  - gatsby-remark-images from 7.8.0 to 7.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-images
  - gatsby-remark-prismjs from 7.8.0 to 7.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-prismjs
  - gatsby-remark-responsive-iframe from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-responsive-iframe
  - gatsby-remark-smartypants from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-remark-smartypants
  - gatsby-source-filesystem from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-source-filesystem
  - gatsby-transformer-remark from 6.8.0 to 6.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-transformer-remark
  - gatsby-transformer-sharp from 5.8.0 to 5.9.0.
    See this package in npm: https://www.npmjs.com/package/gatsby-transformer-sharp

See this project in Snyk:
https://app.snyk.io/org/mastermindzh/project/6eb54845-2bb5-45e0-80e2-6b3a1c53eee6?utm_source=github&utm_medium=referral&page=upgrade-pr
2023-05-12 19:52:55 +00:00
.github/workflows removed codeql 2022-09-17 21:12:56 +02:00
.husky ci(npm): added commitlint and standard-version 2022-11-05 22:28:41 +01:00
.vscode chore(gatsby): updated gatsby + deps and added canonical links 2023-03-26 23:20:54 +02:00
content content: blogpost about flashing lsi 9211 cards 2023-04-12 23:06:52 +02:00
internal chore: add some seo options and params 2023-04-03 14:16:11 +02:00
src chore(release): 1.2.2 2023-04-12 23:48:58 +02:00
static fix: dependency updates and the removal of hatsby-plugin-offline 2023-04-19 09:15:11 +02:00
.drone.yml ci: fixed ci pipeline step, forgot the run keyword 2023-01-09 22:08:58 +01:00
.editorconfig chore(dx): update .editorconfig 2022-04-17 17:03:02 +00:00
.eslintignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.eslintrc enhanced print view 2022-09-17 20:02:58 +02:00
.gitignore code settings 2022-09-21 21:21:25 +02:00
.nvmrc content: blogpost about flashing lsi 9211 cards 2023-04-12 23:06:52 +02:00
.postcssrc refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.prettierignore refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
.prettierrc.js added legal pages, resized tablet view, fixed prettier 2022-09-10 09:27:37 +02:00
.stylelintignore refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.stylelintrc refactor(starter): upgrade to new version of gatsby 2022-04-16 14:53:32 +00:00
.versionrc.json ci(npm): added commitlint and standard-version 2022-11-05 22:28:41 +01:00
categories.list.md content(blog): A blog post about my new hobby: Legos 2023-02-14 22:47:32 +01:00
CHANGELOG.md chore(release): 1.2.3 2023-04-19 09:15:55 +02:00
commitlint.config.js ci(npm): added commitlint and standard-version 2022-11-05 22:28:41 +01:00
gatsby-browser.ts changed prism colors 2022-09-11 22:39:35 +02:00
gatsby-config.ts fix: dependency updates and the removal of hatsby-plugin-offline 2023-04-19 09:15:11 +02:00
gatsby-node.ts refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00
gatsby-ssr.ts dark mode + .... some form of toggle :) 2022-09-11 00:00:31 +02:00
LICENSE started-new-blog 2022-09-04 23:58:49 +02:00
markdownlint.json started-new-blog 2022-09-04 23:58:49 +02:00
package-lock.json fix: upgrade multiple dependencies with Snyk 2023-05-12 19:52:55 +00:00
package.json fix: upgrade multiple dependencies with Snyk 2023-05-12 19:52:55 +00:00
README.md ci: fixed ci pipeline step, forgot the run keyword 2023-01-09 22:08:58 +01:00
tsconfig.json refactor(starter): upgrade and move to typescript 2022-04-16 14:53:32 +00:00

Rickvanlieshout.com

This is the repository for my personal blog/website rickvanlieshout.com.

Build Status

todos

  • Links on printed pages need to display