Skip to content

Commit

Permalink
BREAKING(gatsby-source-shopify): Replace with new plugin (#31862)
Browse files Browse the repository at this point in the history
* merge new shopify plugin into monorepo

* fix renoate.json5, add back changelog and package.json/readme edits

* clean up and style readme

* update version to next version

* run prettier

* update pattern matching and error message for storeUrl type

Co-authored-by: Matt Kane <m@mk.gg>

* add types

* fix typing and linting issues

* sort images by position

Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
Co-authored-by: Matt Kane <m@mk.gg>
  • Loading branch information
3 people committed Jun 16, 2021
1 parent f641c5c commit 76a040d
Show file tree
Hide file tree
Showing 53 changed files with 3,733 additions and 4,863 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -20,6 +20,7 @@ integration-tests
**/*.d.ts

packages/*/*.js
packages/gatsby-source-shopify/**/*.js
packages/gatsby-plugin-preload-fonts/prepare/*.js
packages/gatsby-image/withIEPolyfill/index.js
packages/gatsby/cache-dir/commonjs/**/*
Expand Down
3 changes: 0 additions & 3 deletions packages/gatsby-source-shopify/.babelrc

This file was deleted.

10 changes: 7 additions & 3 deletions packages/gatsby-source-shopify/.gitignore
@@ -1,3 +1,7 @@
/__tests__
/yarn.lock
/*.js
*.js
*.js.map
*.d.ts
!/types/*.d.ts
README.md

!jest.config.js
35 changes: 1 addition & 34 deletions packages/gatsby-source-shopify/.npmignore
@@ -1,34 +1 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
*.un~
yarn.lock
src/__tests__
flow-typed
coverage
decls
examples
src/
5 changes: 5 additions & 0 deletions packages/gatsby-source-shopify/.prettierignore
@@ -0,0 +1,5 @@
node_modules
.env
*.graphql
.cache
public/

0 comments on commit 76a040d

Please sign in to comment.