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

fix(plugin-manifest): Allow for all valid WebAppManifest properties (#27951) #28099

Merged
merged 2 commits into from Nov 17, 2020

Conversation

vladar
Copy link
Contributor

@vladar vladar commented Nov 16, 2020

Backporting #27951 to the release branch

(cherry picked from commit 88b990a)

…27951)

* bring in complete(albeit outdated) WebAppManifest validation frrom previous unmerged PR

* Cleanup Gatsby Plugin Options

* update validation to match recent spec changes

* update compatible gatsby version

* reomve unused service worker object and fix numberic string

* lint

* add details from suplementry spec

* final return

* Prettify

Co-authored-by: Max Stoiber <contact@mxstbr.com>
(cherry picked from commit 88b990a)
@vladar vladar requested review from a team as code owners November 16, 2020 10:00
@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Nov 16, 2020
@vladar vladar added type: cherry and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Nov 16, 2020
@@ -32,7 +32,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": "^2.25.0"
"gatsby": "^2.4.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted this for the release branch for additional safety. This bump will go to the next minor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants