Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Confidence
gatsby-plugin-purgecss ^5.0.0 -> ^6.0.0 age confidence

Release Notes

anantoghosh/gatsby-plugin-purgecss (gatsby-plugin-purgecss)

v6.2.1

Compare Source

  • Update docs

v6.2.0

Compare Source

Features
  • Support gatsby 5 (7a0df4f)
  • Update packages

v6.1.2

Compare Source

  • Maintenance release.
  • Updated packages.

v6.1.1

Compare Source

  • Maintenance release.
  • Updated packages.

v6.1.0

Compare Source

Features
  • add support and test for gatsby v4 (691b322)

v6.0.2

Compare Source

Bug Fixes

v6.0.1

Compare Source

Bug Fixes
  • Set correct peerDependency on gatsby (c5df7f1)

v6.0.0

Compare Source

BREAKING CHANGES
  • Updated to PurgeCSS 4.
  • Changes to options format.
Migration from < v6
  1. Remove rejected option. Instead use printSummary: false if you don't want the stats to show.
  2. PurgeCSS options are now defined under PurgeCSSOptions
// gatsby-config.js BEFORE
    {
      resolve: `gatsby-plugin-purgecss`,
      options: {
        rejected: true,
        printRejected:true,
        ignore: ['/ignore.css'],
        whitelist: ['mySelector']
      },
    },
// gatsby-config.js AFTER
    {
      resolve: `gatsby-plugin-purgecss`,
      options: {
        printRejected:true,
        ignore: ['/ignore.css'],
        purgeCSSOptions: {
          safelist: ['mySelector']
        },
      },
    },
Bug Fixes
Features
  • Move to typescript
  • Update to latest PurgeCSS v4.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file javascript labels Dec 16, 2024
@renovate renovate bot force-pushed the renovate/gatsby-plugin-purgecss-6.x branch from 69e9c7b to f558dca Compare August 10, 2025 12:24
@renovate renovate bot force-pushed the renovate/gatsby-plugin-purgecss-6.x branch from f558dca to 6f2e0d0 Compare September 25, 2025 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant