elm-webpack-starter
elm-webpack-starter copied to clipboard
Bump purgecss-webpack-plugin from 4.0.3 to 4.1.3
Bumps purgecss-webpack-plugin from 4.0.3 to 4.1.3.
Release notes
Sourced from purgecss-webpack-plugin's releases.
v4.1.0
Bug Fixes
- Allow Absolute Paths (#679) (15335a2)
- css variable removed when declared in wrong order (89ece42), closes #518
- Fix interaction with other plugins (#647) (fb08e3a)
- grunt-purgecss: Fix plugin not ouputting all files (#723) (646e419)
- gulp-purgecss: fix support for stream input (fd5d3bf)
- Keep keyframe decimals for prefixed
@keyframes(#749) (b804441)- purgecss-from-pug: class attribute with multiple values not correctly handled with pug (#678) (ba6285d), closes #677
Features
- add dynamicAttributes option (2f9cc65)
- add option to ouput unused css (#763) (3a3d958)
- add purgecss-from-tsx (#716) (e556afc)
- export all types #780 (1a959c6)
- new purgecss-from-jsx plugin (#692) (3570c7d)
What's Changed
- Fix interaction with other plugins by
@rlubain FullHuman/purgecss#647- build(deps): [security] bump y18n from 4.0.0 to 4.0.1 by
@dependabot-previewin FullHuman/purgecss#646- Upgrade to GitHub-native Dependabot by
@dependabot-previewin FullHuman/purgecss#658- build(deps): [security] bump ssri from 6.0.1 to 6.0.2 by
@dependabot-previewin FullHuman/purgecss#652- build(deps-dev): bump ts-jest from 26.5.2 to 26.5.5 by
@dependabotin FullHuman/purgecss#659- build(deps-dev): bump lerna from 3.22.1 to 4.0.0 by
@dependabotin FullHuman/purgecss#663- build(deps-dev): bump
@wessberg/rollup-plugin-tsfrom 1.3.8 to 1.3.14 by@dependabotin FullHuman/purgecss#661- build(deps-dev): bump css-loader from 5.0.1 to 5.2.4 by
@dependabotin FullHuman/purgecss#662- build(deps-dev): bump eslint from 7.21.0 to 7.25.0 by
@dependabotin FullHuman/purgecss#666- build(deps-dev): bump typescript from 4.1.3 to 4.2.4 by
@dependabotin FullHuman/purgecss#660- build(deps-dev): bump
@typescript-eslint/parserfrom 4.14.2 to 4.22.0 by@dependabotin FullHuman/purgecss#664- build(deps-dev): bump
@types/jestfrom 26.0.20 to 26.0.23 by@dependabotin FullHuman/purgecss#668- build(deps-dev): bump
@types/nodefrom 14.14.31 to 15.0.1 by@dependabotin FullHuman/purgecss#665- fix purgecss-from-pug not handle class attributes with multiple values correctly #677 by
@Naujain FullHuman/purgecss#678- build(deps): bump lodash from 4.17.20 to 4.17.21 in /packages/grunt-purgecss by
@dependabotin FullHuman/purgecss#672- build(deps-dev): bump ts-node from 9.1.1 to 10.0.0 by
@dependabotin FullHuman/purgecss#690- fix: Allow Absolute Paths by
@Subashin FullHuman/purgecss#679- build(deps): bump lodash from 4.17.20 to 4.17.21 in /packages/purgecss-from-twig by
@dependabotin FullHuman/purgecss#671- build(deps-dev): bump mini-css-extract-plugin from 1.3.5 to 1.6.0 by
@dependabotin FullHuman/purgecss#686- build(deps-dev): bump lint-staged from 10.5.4 to 11.0.0 by
@dependabotin FullHuman/purgecss#684- build(deps-dev): bump eslint from 7.25.0 to 7.27.0 by
@dependabotin FullHuman/purgecss#691- build(deps-dev): bump typescript from 4.2.4 to 4.3.2 by
@dependabotin FullHuman/purgecss#688- build(deps-dev): bump rollup from 2.40.0 to 2.50.5 by
@dependabotin FullHuman/purgecss#687- build(deps-dev): bump ts-jest from 26.5.5 to 26.5.6 by
@dependabotin FullHuman/purgecss#689- build(deps): bump postcss-selector-parser from 6.0.4 to 6.0.6 by
@dependabotin FullHuman/purgecss#685- build(deps): bump webpack from 5.24.2 to 5.38.1 by
@dependabotin FullHuman/purgecss#683- build(deps-dev): bump pug-lexer from 5.0.0 to 5.0.1 by
@dependabotin FullHuman/purgecss#682- build(deps-dev): bump css-loader from 5.2.4 to 5.2.6 by
@dependabotin FullHuman/purgecss#712
... (truncated)
Changelog
Sourced from purgecss-webpack-plugin's changelog.
4.1.0 (2021-11-28)
Bug Fixes
- Allow Absolute Paths (#679) (15335a2)
- css variable removed when declared in wrong order (89ece42), closes #518
- Fix interaction with other plugins (#647) (fb08e3a)
- grunt-purgecss: Fix plugin not ouputting all files (#723) (646e419)
- gulp-purgecss: fix support for stream input (fd5d3bf)
- Keep keyframe decimals for prefixed
@keyframes(#749) (b804441)- purgecss-from-pug: class attribute with multiple values not correctly handled with pug (#678) (ba6285d), closes #677
Features
- add dynamicAttributes option (2f9cc65)
- add option to ouput unused css (#763) (3a3d958)
- add purgecss-from-tsx (#716) (e556afc)
- export all types #780 (1a959c6)
- new purgecss-from-jsx plugin (#692) (3570c7d)
(2021-06-07)
Bug Fixes
- Allow Absolute Paths (#679) (15335a2)
- purgecss-from-pug: class attribute with multiple values not correctly handled with pug (#678) (ba6285d), closes #677
- css variable removed when declared in wrong order (89ece42), closes #518
- Fix interaction with other plugins (#647) (fb08e3a)
Features
- add dynamicAttributes option (2f9cc65)
Commits
37e5053build:b8aa978fix: correct output for purgecss cli #8021329d96build:3131d5bfix: remove named export for gulp plugin #800ca69ec9test: add tests for detailed extractor18c5e80fix: removes duplicated css variables #7795cd89a6fix: keep root pseudo elements #653e87bc55build:814ed91build: 4.1.186ff53bfix rejected css output generation (#799)- Additional commits viewable in compare view
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 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.
@dependabot rebase
Deploy Preview for elm-webpack-4-starter failed.
| Name | Link |
|---|---|
| Latest commit | 133205889cfad8dbb01308fc68e5c491e10816f3 |
| Latest deploy log | https://app.netlify.com/sites/elm-webpack-4-starter/deploys/65187f2730cc6300087ddb35 |