Bump @fullhuman/postcss-purgecss from 5.0.0 to 8.0.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 4
(5 months ago)
(4 months ago)
(4 months ago)
dependencies Stale javascript
Bumps @fullhuman/postcss-purgecss from 5.0.0 to 8.0.0.
Release notes
Sourced from @fullhuman/postcss-purgecss'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
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
@aminyamade their first contribution in FullHuman/purgecss#1308Full Changelog: https://github.com/FullHuman/purgecss/compare/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 @fullhuman/postcss-purgecss'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
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/eslintrcfrom 3.1.0 to 3.2.0 (#1303) (8308cdb), closes #1303- build(deps-dev): bump
@eslint/jsfrom 9.11.1 to 9.39.0 (#1391) (2348f82), closes #1391- build(deps-dev): bump
@rollup/plugin-typescriptfrom 12.1.0 to 12.1.2 (#1312) (9387a9b), closes #1312- build(deps-dev): bump
@rollup/plugin-typescriptfrom 12.1.2 to 12.3.0 (#1407) (5902189), closes #1407- build(deps-dev): bump
@types/globfrom 8.0.0 to 9.0.0 (#1408) (aa30f0f), closes #1408- build(deps-dev): bump
@types/jestfrom 29.5.13 to 29.5.14 (#1301) (cb3d1c4), closes #1301- build(deps-dev): bump
@types/nodefrom 22.13.0 to 25.0.3 (#1406) (ca242ee), closes #1406- build(deps-dev): bump
@types/nodefrom 22.8.6 to 22.13.0 (#1322) (0d9f594), closes #1322- build(deps-dev): bump
@typescript-eslint/parserfrom 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
2e315a5v8.0.06c0c84echore: format6505b7ddocs: add SEO enhancements and sitemap support to documentationb9f4309Add French documentation for PurgeCSS guides and plugins076c027feat: enhance keyframes handling to preserve animations referenced via CSS va...4a24603build(deps-dev): bump eslint from 9.39.1 to 9.39.2 (#1409)ca242eebuild(deps-dev): bump@types/nodefrom 22.13.0 to 25.0.3 (#1406)5902189build(deps-dev): bump@rollup/plugin-typescriptfrom 12.1.2 to 12.3.0 (#1407)14052e6build(deps-dev): bump rollup from 4.53.3 to 4.54.0 (#1410)54e2fedMerge branch 'main' of https://github.com/FullHuman/purgecss- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @fullhuman/postcss-purgecss since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Package Dependencies
@fullhuman/postcss-purgecss
npm
5.0.0 → 8.0.0
Major
Technical Details
| ID: | 14357571 |
| UUID: | 3855648232 |
| Node ID: | PR_kwDOHwqk0c6_WYau |
| Host: | GitHub |
| Repository: | bigcode-project/bigcode-website |