chore(deps): update dependency @fullhuman/postcss-purgecss to v7 #62

Open
renovate-bot wants to merge 1 commit from renovate/fullhuman-postcss-purgecss-7.x into master
Member

This PR contains the following updates:

Package Type Update Change
@fullhuman/postcss-purgecss (source) devDependencies major ^4.0 -> ^7.0.0

Release Notes

FullHuman/purgecss (@​fullhuman/postcss-purgecss)

v7.0.2

Compare Source

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

Full Changelog: https://github.com/FullHuman/purgecss/compare/v6.0.0...v7.0.2

v6.0.0

Compare Source

Bug Fixes
Features

v5.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • purgecss-webpack-plugin: drop webpack 4 support

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@fullhuman/postcss-purgecss](https://purgecss.com) ([source](https://github.com/FullHuman/purgecss)) | devDependencies | major | [`^4.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@fullhuman%2fpostcss-purgecss/4.1.3/7.0.2) | --- ### Release Notes <details> <summary>FullHuman/purgecss (@&#8203;fullhuman/postcss-purgecss)</summary> ### [`v7.0.2`](https://github.com/FullHuman/purgecss/releases/tag/v7.0.2) [Compare Source](https://github.com/FullHuman/purgecss/compare/v6.0.0...v7.0.2) ##### Bug Fixes - fix: fix issue where pseudo classes like :where, :not, :is were always removed at root level ([89024ce](https://github.com/FullHuman/purgecss/commit/89024ce)), closes [#&#8203;1282](https://github.com/FullHuman/purgecss/issues/1282) [#&#8203;978](https://github.com/FullHuman/purgecss/issues/978) - build: add named export for postcss plugin ([87d15b7](https://github.com/FullHuman/purgecss/commit/87d15b7)), closes [#&#8203;1263](https://github.com/FullHuman/purgecss/issues/1263) ##### Features - feat(purgecss-from-pug): returns ExtractorResultDetailed instead of selectors ([fb51dc6](https://github.com/FullHuman/purgecss/commit/fb51dc6)) ##### BREAKING CHANGES - PostCSS plugin should now be imported via purgeCSSPlugin ```ts import { purgeCSSPlugin } from '@&#8203;fullhuman/postcss-purgecss'; ``` - drop support for node 18. ##### Other - build(deps-dev): update dependencies - build(deps): update dependencies **Full Changelog**: https://github.com/FullHuman/purgecss/compare/v6.0.0...v7.0.2 ### [`v6.0.0`](https://github.com/FullHuman/purgecss/blob/HEAD/CHANGELOG.md#600-2024-03-29) [Compare Source](https://github.com/FullHuman/purgecss/compare/v5.0.0...v6.0.0) ##### Bug Fixes - collect of used variables for changed selector ([#&#8203;1217](https://github.com/FullHuman/purgecss/issues/1217)) ([9fbb592](https://github.com/FullHuman/purgecss/commit/9fbb5920164d3ffd296c0eaab6a4d2b4477b418c)) - **gulp-purgecss:** move vinyl-sourcemaps-apply to deps [#&#8203;999](https://github.com/FullHuman/purgecss/issues/999) ([7858b7a](https://github.com/FullHuman/purgecss/commit/7858b7a910efda13162095d8f528fb9e668cc190)) ##### Features - **purgecss:** add support for :where and :is [#&#8203;978](https://github.com/FullHuman/purgecss/issues/978) ([bb5782b](https://github.com/FullHuman/purgecss/commit/bb5782bff296805f95c6bae0ce434be314bd1580)) - warn if no files are found [#&#8203;642](https://github.com/FullHuman/purgecss/issues/642) ([6188505](https://github.com/FullHuman/purgecss/commit/61885055f46bc36c839f77c07e7d680378083567)) ### [`v5.0.0`](https://github.com/FullHuman/purgecss/blob/HEAD/CHANGELOG.md#500-2022-09-13) [Compare Source](https://github.com/FullHuman/purgecss/compare/v4.1.3...v5.0.0) ##### Bug Fixes - add safelist variables to postcss-purgecss [#&#8203;840](https://github.com/FullHuman/purgecss/issues/840) ([c822058](https://github.com/FullHuman/purgecss/commit/c822058a703a0544c0bb683427937d9683688742)) - **gulp-purgecss:** support skippedContentGlobs option [#&#8203;853](https://github.com/FullHuman/purgecss/issues/853) ([b72de77](https://github.com/FullHuman/purgecss/commit/b72de77323fd74d5d53695409fef26e369656839)) - Purgecss webpack plugin/only filter fix ([#&#8203;933](https://github.com/FullHuman/purgecss/issues/933)) ([f8e4c2c](https://github.com/FullHuman/purgecss/commit/f8e4c2c48440c26ca612b2486a6e9561be6f56d0)) - **purgecss-webpack-plugin:** add sourcemap support [#&#8203;409](https://github.com/FullHuman/purgecss/issues/409) ([b3f73ed](https://github.com/FullHuman/purgecss/commit/b3f73ed5293fa1d840aff98b5796f635343d48ec)) - **purgecss-webpack-plugin:** export as named export as well as default ([#&#8203;821](https://github.com/FullHuman/purgecss/issues/821)) ([a6a2c8e](https://github.com/FullHuman/purgecss/commit/a6a2c8e0634324cc9ab276e02d5447d5d6c1e6e3)) - wrong path import ([4f3ddd0](https://github.com/FullHuman/purgecss/commit/4f3ddd0a47ec29cf8a723bd68ebc4b724e03dc7e)) ##### Features - add source map support [#&#8203;526](https://github.com/FullHuman/purgecss/issues/526) ([f2a9c5a](https://github.com/FullHuman/purgecss/commit/f2a9c5ac575af9a1e3f85be63b758fb9c37077e1)) - **gulp-purgecss:** add support for gulp-sourcemaps [#&#8203;257](https://github.com/FullHuman/purgecss/issues/257) ([55c26d2](https://github.com/FullHuman/purgecss/commit/55c26d2790b8502f115180cfe02aba5720c84b7b)) - **postcss-purgecss:** load options from purgecss config ([4de3bd8](https://github.com/FullHuman/purgecss/commit/4de3bd8e198985670502f77c57567eb43fcccbd4)) - **purgecss-webpack-plugin:** load config file automatically [#&#8203;767](https://github.com/FullHuman/purgecss/issues/767) ([726faaa](https://github.com/FullHuman/purgecss/commit/726faaa1e6eeb96f6c6b223d1ba925f9d7f33cba)) ##### BREAKING CHANGES - **purgecss-webpack-plugin:** drop webpack 4 support </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuODIuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJyZW5vdmF0ZS1ib3QiXX0=-->
renovate-bot added the
renovate-bot
label 2024-12-23 18:22:57 +05:30
renovate-bot added 1 commit 2024-12-23 18:22:58 +05:30
chore(deps): update dependency @fullhuman/postcss-purgecss to v7
Some checks failed
renovate/artifacts Artifact file update failure
f838dc5f76
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: yarn.lock ``` Unknown Syntax Error: Unsupported option name ("--ignore-platform"). $ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0] ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/fullhuman-postcss-purgecss-7.x:renovate/fullhuman-postcss-purgecss-7.x
git checkout renovate/fullhuman-postcss-purgecss-7.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout master
git merge --no-ff renovate/fullhuman-postcss-purgecss-7.x
git checkout renovate/fullhuman-postcss-purgecss-7.x
git rebase master
git checkout master
git merge --ff-only renovate/fullhuman-postcss-purgecss-7.x
git checkout renovate/fullhuman-postcss-purgecss-7.x
git rebase master
git checkout master
git merge --no-ff renovate/fullhuman-postcss-purgecss-7.x
git checkout master
git merge --squash renovate/fullhuman-postcss-purgecss-7.x
git checkout master
git merge --ff-only renovate/fullhuman-postcss-purgecss-7.x
git checkout master
git merge renovate/fullhuman-postcss-purgecss-7.x
git push origin master
Sign in to join this conversation.
No description provided.