halkeye / old-www-gavinmogan-com

My Website
https://www.gavinmogan.com
MIT License
1 stars 0 forks source link

Update gatsby-plugin-favicon to the latest version 🚀 #6

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

Version 3.0.0 of gatsby-plugin-favicon was just published.

Dependency gatsby-plugin-favicon
Current Version 2.1.1
Type dependency

The version 3.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of gatsby-plugin-favicon.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 28 commits.

  • 8e85b8b Merge branch 'release/3.0.0'
  • ac6a085 Merge branch 'feature/gatsby-v1' into develop
  • 913cba5 Update syntax
  • 85be40f Add npm to README
  • b208ad7 Add all options to icons
  • cacf416 Use NodeJS API to get stats file
  • 93a2556 Fixes public path
  • 3b865ca Remove emitHtml from docs
  • f9835d2 Remove dependencies on Babel and global update
  • 24b4104 Remove webpack as peer dependency
  • 840a6c3 Merge pull request #32 from TuckerWhitehouse/gatsby-v2
  • 42602ec Merge branch 'feature/gatsby-v2' into gatsby-v2
  • e09b925 Fixes syntax in babel config
  • ff557fb Update README with background and title options
  • 2fc6351 Fixes npm scripts for npm 5

There are 28 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 5 years ago

Version 3.1.0 just got published.

Update to this version instead 🚀

Release Notes WebApp Manifest Configuration - 3.1.0

This version adds support of WebApp manifest configuration. You just have to add these parameters to the plugin options:

{
    // WebApp Manifest Configuration
    appName: 'Gatsby site',
    appDescription: null,
    developerName: null,
    developerURL: null,
    dir: 'auto',
    lang: 'en-US',
    background: '#fff',
    theme_color: '#fff',
    display: 'standalone',
    orientation: 'any',
    start_url: '/?homescreen=1',
    version: '1.0'
}

title is now deprecated in favor of appName.

Commits

The new version differs by 8 commits.

  • 6b0201e Merge branch 'release/3.1.0'
  • cb0b05e Bump version to 3.1.0
  • 8646b9b Add manifest configuration options
  • be22b0d Remove prefix, automagically handled by favicon plugin
  • 63f57fc Use prefix parameter to set prefixPath
  • 2c5954d Use webpack config to set publicPath
  • 5ca1490 Use publicPath to set Gatsby prefix
  • 4720d7b Merge tag '3.0.0' into develop

See the full diff

greenkeeper[bot] commented 5 years ago

Version 3.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • d5ac3ba Merge branch 'release/3.1.1'
  • 6804007 Fixes manifest into html rendering
  • 33f22db Merge branch 'release/3.1.0' into develop

See the full diff

greenkeeper[bot] commented 5 years ago

Version 3.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • ed1e28c Merge branch 'release/3.1.2'
  • af91e89 Bump version to 3.1.2
  • 18456db Fixes leading slash without any prefixPath set
  • 94c0532 Merge tag '3.1.1' into develop

See the full diff