GatsbyCentral / gatsby-awesome-pagination

An opinionated, more awesome approach to pagination in Gatsby
MIT License
109 stars 27 forks source link

boundActionCreators is deprecated. #47

Open exocode opened 4 years ago

exocode commented 4 years ago

Describe the bug

boundActionCreators is deprecated. Please use actions instead. For migration instructions, see https://gatsby.dev/boundActionCreators
Check the following files:
⠀
gatsby-node.js
⠀

To Reproduce Expected behavior A clear log

Screenshots If applicable, add screenshots to help explain your problem.

Additional context

gatsby info

  System:
    OS: macOS 10.15.4
    CPU: (8) x64 Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
    Shell: 5.8 - /usr/local/bin/zsh
  Binaries:
    Node: 12.11.0 - /usr/local/bin/node
    Yarn: 1.22.4 - /usr/local/bin/yarn
    npm: 6.9.0 - /usr/local/bin/npm
  Languages:
    Python: 2.7.16 - /usr/local/bin/python
  Browsers:
    Chrome: 84.0.4147.135
    Firefox: 79.0
    Safari: 13.1
  npmPackages:
    @prismicio/gatsby-source-prismic-graphql: ^3.6.11 => 3.6.11
    gatsby: ^2.22.15 => 2.24.28
    gatsby-awesome-pagination: ^0.3.6 => 0.3.6
    gatsby-image: ^2.4.13 => 2.4.14
    gatsby-plugin-categories: ^2.3.5 => 2.3.5
    gatsby-plugin-config: ^1.0.7 => 1.0.7
    gatsby-plugin-mailgo: ^0.9.14 => 0.9.14
    gatsby-plugin-manifest: ^2.4.14 => 2.4.22
    gatsby-plugin-mdx: ^1.2.27 => 1.2.34
    gatsby-plugin-offline: ^3.2.13 => 3.2.22
    gatsby-plugin-react-helmet: ^3.3.6 => 3.3.10
    gatsby-plugin-react-svg: ^3.0.0 => 3.0.0
    gatsby-plugin-recaptcha: ^1.0.5 => 1.0.5
    gatsby-plugin-sass: ^2.3.12 => 2.3.12
    gatsby-plugin-sharp: ^2.6.19 => 2.6.25
    gatsby-plugin-tags: ^2.3.5 => 2.3.5
    gatsby-source-filesystem: ^2.3.14 => 2.3.24
    gatsby-transformer-remark: ^2.8.25 => 2.8.28
    gatsby-transformer-sharp: ^2.5.11 => 2.5.12
  npmGlobalPackages:
    gatsby-cli: 2.12.77
chmac commented 4 years ago

Thanks for the report.

PRs welcome. I think this should be a relatively quick / easy change, but I'm not 100% sure.