Skip to content

[pull] master from webpack-contrib:master #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
530cd00
refactor: fix types (#204)
alexander-akait Oct 17, 2022
db03425
ci: add node v19 (#205)
ersachin3112 Oct 21, 2022
caf7ceb
docs: update cla link (#206)
ersachin3112 Oct 22, 2022
26dc402
chore: update dependencies to the latest version (#208)
ersachin3112 Nov 1, 2022
7bb7ab5
chore: add cSpell to check spelling issues (#209)
ersachin3112 Nov 20, 2022
f191f06
chore: update styfle/cancel-workflow-action (#211)
ersachin3112 Nov 23, 2022
f684e8e
chore: update dependencies to the latest version (#212)
ersachin3112 Dec 2, 2022
d0b6309
chore: update dependencies to the latest version (#213)
ersachin3112 Jan 2, 2023
0c284d2
chore: update dependency review action (#214)
ersachin3112 Jan 8, 2023
e32b5b3
chore(deps): bump json5 from 1.0.1 to 1.0.2 (#215)
dependabot[bot] Jan 8, 2023
d0520d3
chore: update typescript (#216)
ersachin3112 Jan 20, 2023
5289f28
chore: update ignorePaths in .cspell.json (#217)
ersachin3112 Jan 20, 2023
a5d9997
ci: use concurrency in github workflows (#218)
ersachin3112 Jan 21, 2023
c3ea76d
chore: update dependencies to the latest version (#219)
ersachin3112 Feb 2, 2023
3637341
ci: use LTS node version in lint job (#220)
ersachin3112 Feb 10, 2023
f8a21a5
chore: update dependencies to the latest version (#222)
ersachin3112 Mar 12, 2023
6e9cdd8
chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 (#223)
dependabot[bot] Mar 15, 2023
cfcae0c
feat!: update `cssnano` to v6 (#224)
alexander-akait Mar 27, 2023
31d3d6e
chore(release): v6.0.0
alexander-akait Mar 27, 2023
eb61139
chore: update dependencies to the latest version (#225)
ersachin3112 Apr 1, 2023
baa8386
ci: add node v20 (#226)
ersachin3112 Apr 19, 2023
d9ad7c1
chore(deps): bump yaml and lint-staged (#227)
dependabot[bot] Apr 25, 2023
b6ed7fd
chore: add scripts to fix lint (#230)
ersachin3112 May 6, 2023
a617d49
chore: update dependencies to the latest version (#228)
ersachin3112 May 9, 2023
3e9d441
docs: add GitHub discussion badge (#231)
ersachin3112 May 12, 2023
445e75b
refactor: fix types (#232)
alexander-akait May 17, 2023
39b3f2a
chore: update dependencies to the latest version (#233)
ersachin3112 Jun 1, 2023
72e5151
docs: remove Gitter from issue templates (#234)
ersachin3112 Jun 3, 2023
959eb89
fix: improve perf (#235)
alexander-akait Jun 13, 2023
8a7542a
chore(release): 5.0.1
alexander-akait Jun 13, 2023
03c6274
refactor: code (#236)
alexander-akait Jun 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"version": "0.2",
"language": "en,en-gb",
"words": [
"esbuild",
"csso",
"cssnano",
"Stringifier",
"stringifier",
"KAAK",
"UAAU",
"OAAO",
"colormin",
"sugarss",
"lightningcss",
"minifiers",
"pathinfo",
"memfs",
"colortable",
"fullhash",
"chunkhash",
"OAAOA",
"SAAUE",
"IAAM",
"IAAI",
"IAAID",
"OAAOC",
"SAAUA",
"CAAC",
"minifier",
"sourcemaps",
"processoptions",
"nosources",
"pathinfo",
"commitlint",
"memfs",
"colortable",
"wagoid",
"autocrlf",
"codecov",
"jridgewell"
],

"ignorePaths": [
"CHANGELOG.md",
"package.json",
"dist/**",
"**/__snapshots__/**",
"package-lock.json",
"*.pack",
"node_modules",
"coverage",
"*.log"
]
}
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Where `{id}` is the # ID of your Pull Request.

## Contributor License Agreement

When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the [CLA](https://cla.js.foundation/webpack-contrib/css-minimizer-webpack-plugin).
When submitting your contribution, a CLA (Contributor License Agreement) bot will come by to verify that you signed the [CLA](https://easycla.lfx.linuxfoundation.org/#/?version=2).
If it is your first time, it will link you to the right place to sign it.
However, if you have committed your contributions using an email that is not the same as your email used on GitHub, the CLA bot can't accept your contribution.

Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/BUG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ about: Something went awry and you'd like to tell us about it.

### Bug report

<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
<!-- Please ask questions on discussions or StackOverflow. -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Actual Behavior
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Documentation Is:
<!-- Please don't delete this template otherwise your issue will be closed immediately -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Your Proposal for Changes
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/FEATURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ about: Suggest an idea for this project

### Feature Proposal

<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
<!-- Please ask questions on discussions or StackOverflow. -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Feature Use Case
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/MODIFICATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ about: Would you like something work differently? Have an alternative approach?

### Modification Proposal

<!-- Please ask questions on discussions, StackOverflow or the webpack Gitter. -->
<!-- Please ask questions on discussions or StackOverflow. -->
<!-- https://github.com/webpack/webpack/discussions -->
<!-- https://stackoverflow.com/questions/ask?tags=webpack -->
<!-- https://gitter.im/webpack/webpack -->
<!-- Issues which contain questions or support requests will be closed. -->

### Expected Behavior / Situation
Expand Down
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/SUPPORT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
name: 🆘 Support, Help, and Advice
about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions, StackOverflow or https://gitter.im/webpack/webpack.
about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions or StackOverflow.
---

Hey there! If you need support, help, or advice then this is not the place to ask.
Please visit [Discussions](https://github.com/webpack/webpack/discussions), [StackOverflow](https://stackoverflow.com/questions/tagged/webpack)
or [the Webpack Gitter](https://gitter.im/webpack/webpack) instead.
Please visit [GitHub Discussions](https://github.com/webpack/webpack/discussions) or [StackOverflow](https://stackoverflow.com/questions/tagged/webpack) instead.
23 changes: 0 additions & 23 deletions .github/workflows/cancel.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: "Checkout Repository"
uses: actions/checkout@v3
- name: "Dependency Review"
uses: actions/dependency-review-action@v2
uses: actions/dependency-review-action@v3
16 changes: 12 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
node-version: [lts/*]

runs-on: ${{ matrix.os }}

concurrency:
group: lint-${{ matrix.os }}-v${{ matrix.node-version }}-${{ github.ref }}
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -50,8 +54,8 @@ jobs:
- name: Check types
run: if [ -n "$(git status types --porcelain)" ]; then echo "Missing types. Update types by running 'npm run build:types'"; exit 1; else echo "All types are valid"; fi

# - name: Security audit
# run: npm run security
- name: Security audit
run: npm run security

- name: Check commit message
uses: wagoid/commitlint-github-action@v5
Expand All @@ -62,11 +66,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
webpack-version: [latest]

runs-on: ${{ matrix.os }}

concurrency:
group: test-${{ matrix.os }}-v${{ matrix.node-version }}-${{ matrix.webpack-version }}-${{ github.ref }}
cancel-in-progress: true

steps:
- name: Setup Git
if: matrix.os == 'windows-latest'
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [5.0.1](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v5.0.0...v5.0.1) (2023-06-13)


### Bug Fixes

* improve perf ([#235](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/235)) ([959eb89](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/959eb89aa1e37df88d2decbe6f40c096f10a3745))

## [5.0.0](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.2.2...v5.0.0) (2023-03-27)


### ⚠ BREAKING CHANGES

* update `cssnano` to v6 (migration guide - https://github.com/cssnano/cssnano/releases/tag/cssnano%406.0.0) (#224)

### Features

* update `cssnano` to v6 ([#224](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/issues/224)) ([cfcae0c](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/commit/cfcae0c9e2b7afd740774104a8e5eb675fe984db))

### [4.2.2](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v4.2.1...v4.2.2) (2022-10-13)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![node][node]][node-url]
[![tests][tests]][tests-url]
[![cover][cover]][cover-url]
[![chat][chat]][chat-url]
[![discussion][discussion]][discussion-url]
[![size][size]][size-url]

# css-minimizer-webpack-plugin
Expand Down Expand Up @@ -618,7 +618,7 @@ Please take a moment to read our contributing guidelines if you haven't yet done
[tests-url]: https://github.com/webpack-contrib/css-minimizer-webpack-plugin/actions
[cover]: https://codecov.io/gh/webpack-contrib/css-minimizer-webpack-plugin/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/webpack-contrib/css-minimizer-webpack-plugin
[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg
[chat-url]: https://gitter.im/webpack/webpack
[discussion]: https://img.shields.io/github/discussions/webpack/webpack
[discussion-url]: https://github.com/webpack/webpack/discussions
[size]: https://packagephobia.now.sh/badge?p=css-minimizer-webpack-plugin
[size-url]: https://packagephobia.now.sh/result?p=css-minimizer-webpack-plugin
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
"*": ["prettier --write --ignore-unknown"],
"*": ["prettier --write --ignore-unknown", "cspell --no-must-find-files"],
"*.js": ["eslint --cache --fix"],
};
Loading