Update postcss 8.4.41 → 8.4.47 (patch) #14581
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ postcss (8.4.41 → 8.4.47) · Repo · Changelog
Release Notes
8.4.47
8.4.46
8.4.45
8.4.44
8.4.43
8.4.42
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
Release 8.4.47 version
Typo
Release 8.4.46 version
Update dependencies
Fix error on inserting node without raws in some cases
Update dependencies
Update remaining workflow jobs to use latest version of actions (#1968)
Release 8.4.45 version
Update unnecessary check
Try to fix CI
Release 8.4.44 version
Another way to fix markClean() is undefined issue
Release 8.4.43 version
Update dependencies
Update AST if it is not made by PostCSS >= 8.4.41
Release 8.4.42 version
Add ESLint to CI
Sort source code and fix ESLint
Try to fix old Node.js tests
Update dependencies
Clean up code
Pretty CssSyntaxError from onelined (minified) css (#1965)
Merge pull request #1961 from nex3/readonly-array
Use `ReadonlyArray` for argument types that aren't modified
Merge pull request #1957 from nex3/protected-normalize
Merge pull request #1958 from nex3/typedoc
Fix a few TypeDoc warnings
Add a protected `markDirty()` method on `Node`
Declare `Container.normalize()` as a protected method
Merge pull request #1956 from Juneezee/refactor/replace-indexOf-with-startsWith
Replace `indexOf === 0` with `startsWith`
Merge pull request #1955 from Marukome0743/Marukome0743-patch-1
chore(docs): improve visual appearance of images in README.md
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands