Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gatsby-remark-images - unknown plugin option #33644

Closed
2 tasks done
codejet opened this issue Oct 23, 2021 · 0 comments · Fixed by #33658
Closed
2 tasks done

gatsby-remark-images - unknown plugin option #33644

codejet opened this issue Oct 23, 2021 · 0 comments · Fixed by #33658
Labels
topic: media Related to gatsby-plugin-image, or general image/media processing topics type: bug An issue or pull request relating to a bug in Gatsby

Comments

@codejet
Copy link

codejet commented Oct 23, 2021

Preliminary Checks

Description

I started upgrading to Gatsby 4 and am getting a warning when running gatsby develop:

warn Warning: there are unknown plugin options for "gatsby-remark-images": withAvif
Please open an issue at ghub.io/gatsby-remark-images if you believe this option is valid.

I have version 6.0.0 of gatsby-remark-images installed and simply set withAvif: true. The docs still list the option withAvif, and avif images are also being created.

Minor, but shouldn't show up afaict.

Reproduction Link

I currently don't have a reproduction link available

Steps to Reproduce

  1. Use Gatsby 4 and newest plugin version
  2. Run gatsby develop
  3. See warning in terminal

Expected Result

No warning shown

Actual Result

Warning shown

Environment

System:
    OS: macOS 11.6
    CPU: (8) x64 Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
    Shell: 5.8 - /bin/zsh
  Binaries:
    Node: 14.18.1 - ~/.nodenv/versions/14.18.1/bin/node
    Yarn: 1.22.17 - ~/.nodenv/versions/14.18.1/bin/yarn
    npm: 6.14.15 - ~/.nodenv/versions/14.18.1/bin/npm
  Languages:
    Python: 2.7.16 - /usr/bin/python
  Browsers:
    Chrome: 94.0.4606.81
    Safari: 15.0
  npmPackages:
    gatsby: ^4.0.0 => 4.0.0 
    gatsby-image: ^3.11.0 => 3.11.0 
    gatsby-plugin-catch-links: ^4.0.0 => 4.0.0 
    gatsby-plugin-emotion: ^7.0.0 => 7.0.0 
    gatsby-plugin-feed: ^4.0.0 => 4.0.0 
    gatsby-plugin-google-analytics: ^4.0.0 => 4.0.0 
    gatsby-plugin-manifest: ^4.0.0 => 4.0.0 
    gatsby-plugin-offline: ^5.0.0 => 5.0.0 
    gatsby-plugin-preact: ^6.0.0 => 6.0.0 
    gatsby-plugin-react-helmet: ^5.0.0 => 5.0.0 
    gatsby-plugin-sharp: ^4.0.0 => 4.0.0 
    gatsby-remark-copy-linked-files: ^5.0.0 => 5.0.0 
    gatsby-remark-images: ^6.0.0 => 6.0.0 
    gatsby-remark-responsive-iframe: ^5.0.0 => 5.0.0 
    gatsby-remark-shiki: ^0.2.0 => 0.2.0 
    gatsby-remark-smartypants: ^5.0.0 => 5.0.0 
    gatsby-source-filesystem: ^4.0.0 => 4.0.0 
    gatsby-transformer-remark: ^4.11.0 => 4.11.0 
    gatsby-transformer-sharp: ^4.0.0 => 4.0.0 
  npmGlobalPackages:
    gatsby-cli: 4.0.0

Config Flags

No response

@codejet codejet added the type: bug An issue or pull request relating to a bug in Gatsby label Oct 23, 2021
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Oct 23, 2021
@LekoArts LekoArts added topic: media Related to gatsby-plugin-image, or general image/media processing topics and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: media Related to gatsby-plugin-image, or general image/media processing topics type: bug An issue or pull request relating to a bug in Gatsby
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants