gatsby-plugin-mailchimp icon indicating copy to clipboard operation
gatsby-plugin-mailchimp copied to clipboard

A simple, lightweight Gatsby plugin to subscribe new email addresses to your Mailchimp list

Results 38 gatsby-plugin-mailchimp issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

# System details * node v8.9.3 * npm 6.5.0 * gatsby: "^2.13.23" * gatsby-plugin-mailchimp: "^5.1.2", # Usage The endpoint is defined in `gatsby-config.js` as: ``` { resolve: 'gatsby-plugin-mailchimp', options: {...

When I call `addToMailchimp` with an email address that's already been added to my list the error message `"xyz has already been subscribed to the the list."` is no longer...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I'm importing as in the instructions: import addToMailChimp from 'gatsby-plugin-mailchimp' but this error is being highlighted: Could not find a declaration file for module 'gatsby-plugin-mailchimp'. 'C:/Users/jakeb/CompoundingSense-Website/node_modules/gatsby-plugin-mailchimp/index.js' implicitly has an 'any'...

Hi everybody ! I am working to implement a registration form for my mailchimp audience list with Gatsby and I would like to use your plugin for this :smiley: However,...

I have just excluded the GDPR fields from being converted to uppercase like the group fields

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies