Skip to content

build(deps-dev): bump purgecss-webpack-plugin from 4.1.3 to 8.0.0#1595

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/purgecss-webpack-plugin-8.0.0
Open

build(deps-dev): bump purgecss-webpack-plugin from 4.1.3 to 8.0.0#1595
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/purgecss-webpack-plugin-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps purgecss-webpack-plugin from 4.1.3 to 8.0.0.

Release notes

Sourced from purgecss-webpack-plugin's releases.

v8.0.0

BREAKING CHANGES

  • Revert the changes from v7.0.2 that modified the import of the PostCSS plugin. This was causing issues (see #1295). The PostCSS plugin should now be imported via a default import:
import purgeCSSPlugin from '@fullhuman/postcss-purgecss';

Features

  • feat: add --preserve-paths option to CLI for maintaining folder hierarchy (aa5ac9d), closes #377

Bug fixes

  • fix: for code scanning alert no. 5: Incomplete multi-character sanitization (#1403) (3f39411), closes #1403
  • fix: enhance setOptions to support both ES modules and CommonJS config exports (4ad48c4), closes #1340
  • fix: fix glob expression illegal operations on directories (#1308) (b27293f), closes #1308 #1266
  • fix: update import statements for purgeCSSPlugin in documentation and source files (e5cbce2), closes #1295
  • fix(#995): preserve relative paths in source maps (4f6c4d9), closes #995
  • fix: enhance keyframes handling to preserve animations referenced via CSS variables (076c027), closes #478

New Contributors

Full Changelog: FullHuman/purgecss@v7.0.2...v8.0.0

v7.0.2

Bug Fixes

  • fix: fix issue where pseudo classes like :where, :not, :is were always removed at root level (89024ce), closes #1282 #978
  • build: add named export for postcss plugin (87d15b7), closes #1263

Features

  • feat(purgecss-from-pug): returns ExtractorResultDetailed instead of selectors (fb51dc6)

BREAKING CHANGES

  • PostCSS plugin should now be imported via purgeCSSPlugin
import { purgeCSSPlugin } from '@fullhuman/postcss-purgecss';
  • drop support for node 18.

Other

  • build(deps-dev): update dependencies
  • build(deps): update dependencies

... (truncated)

Changelog

Sourced from purgecss-webpack-plugin's changelog.

8.0.0

BREAKING CHANGES

  • Revert the changes from v7.0.2 that modified the import of the PostCSS plugin. This was causing issues (see #1295. The PostCSS plugin should now be imported via a default import:
import purgeCSSPlugin from '@fullhuman/postcss-purgecss';

Features

  • feat: add --preserve-paths option to CLI for maintaining folder hierarchy (aa5ac9d), closes #377

Bug fixes

  • fix: for code scanning alert no. 5: Incomplete multi-character sanitization (#1403) (3f39411), closes #1403
  • fix: enhance setOptions to support both ES modules and CommonJS config exports (4ad48c4), closes #1340
  • fix: fix glob expression illegal operations on directories (#1308) (b27293f), closes #1308 #1266
  • fix: update import statements for purgeCSSPlugin in documentation and source files (e5cbce2), closes #1295
  • fix(#995): preserve relative paths in source maps (4f6c4d9), closes #995
  • fix: enhance keyframes handling to preserve animations referenced via CSS variables (076c027), closes #478

Changes (commits since v7.0.2)

  • Add French documentation for PurgeCSS guides and plugins (b9f4309)
  • fix for "Workflow does not contain permissions" (eb6d3b8)
  • fix(#995): preserve relative paths in source maps (4f6c4d9), closes #995
  • v8.0.0 (2e315a5)
  • chore: format (6c0c84e)
  • chore: format (7ad2fb7)
  • docs: add breaking changes for v7 about named export for postcss plugin (7d86fb5)
  • docs: add changelog for v7 (bafb8a1)
  • docs: add SEO enhancements and sitemap support to documentation (6505b7d)
  • docs: remove outdated TailwindCSS sponsor image (3949790)
  • docs: update sponsorship images and remove outdated link (bdf87e4)
  • docs: use named export for postcss plugin (8eb027d)
  • feat: add --preserve-paths option to CLI for maintaining folder hierarchy (aa5ac9d), closes #377
  • feat: enhance keyframes handling to preserve animations referenced via CSS variables (076c027), closes #478
  • build(deps-dev): bump @​eslint/eslintrc from 3.1.0 to 3.2.0 (#1303) (8308cdb), closes #1303
  • build(deps-dev): bump @​eslint/js from 9.11.1 to 9.39.0 (#1391) (2348f82), closes #1391
  • build(deps-dev): bump @​rollup/plugin-typescript from 12.1.0 to 12.1.2 (#1312) (9387a9b), closes #1312
  • build(deps-dev): bump @​rollup/plugin-typescript from 12.1.2 to 12.3.0 (#1407) (5902189), closes #1407
  • build(deps-dev): bump @​types/glob from 8.0.0 to 9.0.0 (#1408) (aa30f0f), closes #1408
  • build(deps-dev): bump @​types/jest from 29.5.13 to 29.5.14 (#1301) (cb3d1c4), closes #1301
  • build(deps-dev): bump @​types/node from 22.13.0 to 25.0.3 (#1406) (ca242ee), closes #1406
  • build(deps-dev): bump @​types/node from 22.8.6 to 22.13.0 (#1322) (0d9f594), closes #1322
  • build(deps-dev): bump @​typescript-eslint/parser from 8.14.0 to 8.46.2 (#1390) (67b5b0c), closes #1390
  • build(deps-dev): bump @​vuepress/plugin-search (#1320) (00251a7), closes #1320
  • build(deps-dev): bump @​vuepress/plugin-search (#1372) (307f8d2), closes #1372
  • build(deps-dev): bump @​vuepress/theme-default (#1405) (047f0ea), closes #1405

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for purgecss-webpack-plugin since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/purgecss-webpack-plugin-8.0.0 branch from 83c4e9c to e7b616d Compare July 13, 2026 15:01
Bumps [purgecss-webpack-plugin](https://github.com/FullHuman/purgecss) from 4.1.3 to 8.0.0.
- [Release notes](https://github.com/FullHuman/purgecss/releases)
- [Changelog](https://github.com/FullHuman/purgecss/blob/main/CHANGELOG.md)
- [Commits](FullHuman/purgecss@v4.1.3...v8.0.0)

---
updated-dependencies:
- dependency-name: purgecss-webpack-plugin
  dependency-version: 8.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/purgecss-webpack-plugin-8.0.0 branch from e7b616d to e45cf88 Compare July 20, 2026 13:16
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 Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants