Update postcss 8.4.38 → 8.4.49 (patch) #430
Open
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ postcss (8.4.38 → 8.4.49) · Repo · Changelog
Release Notes
8.4.49
8.4.48
8.4.47
8.4.46
8.4.45
8.4.44
8.4.43
8.4.42
8.4.41
8.4.40
8.4.39
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 75 commits:
Release 8.4.49 version
Fix position calculations when offset is missing (#1983)
Release 8.4.48 version
Update dependencies
Add Node.js 23 to CI
fix inconsistent position calculations (#1980)
Clarify usage in docs
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
Release 8.4.41 version
Update dependencies
Merge pull request #1952 from nex3/rule-props
Merge remote-tracking branch 'origin/main' into rule-props
Declare `Input.toJSON()`
Remove dead website
Update dependencies
Declaration#variable do not have setter
Fix type
Sort keys
Merge pull request #1953 from querkmachine/patch-1
Fix setter name typo in declaration.d.ts
Use `never` to ensure that `selector` and `selectors` are mutex
Use explicit `this` return types for clone methods
Universally allow Root nodes in methods that add children
Require either `selector` or `selectors` in `RuleProps`
Merge pull request #1951 from bluwy/refactor-regex
Better refactor
Refactor regex usage
Release 8.4.40 version
Merge pull request #1950 from nex3/node-getters
Declare Node subclass attributes as getters
Update dependencies
Make name more clear
Release 8.4.39 version
Update dependencies
Merge pull request #1947 from romainmenke/fix-css-syntax-error-type--reliable-gerbil-dac5c57751
fix CssSyntaxError type declaration
Update dependencies
Update CI actions
Typo
Move to pnpm 9 and Node.js 22
Merge pull request #1940 from Xvezda/patch-1
Update changed urls
Change cssnano urls
Release Notes
1.1.1
1.1.0
1.0.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 16 commits:
[email protected]
Add chalk v5 and yoctocolors to benchmarks (#88)
Rework color detection (#87)
fix: usage of `node12` in `testing.yaml` (#73)
Use mitata, esbuild for benchmarking speed and size (#86)
fix(types): move types declaration into "real" types declaration file (.d.ts) (#82)
[email protected]
test: add test (shouldn't overflow when coloring already colored large text) (#74)
feat: bright colors variants (#55)
misc
v1.0.1
fix: iteratively replace "close" to avoid maximum stack error (#64)
Fix color detection in edge runtime (#56)
uniform api usage in complex benchmark
update benchmarks per recent job run
Create .gitignore (#37)
Release Notes
1.2.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
1.2.1
Update changelog
Improve ts declarations (#27)
Ensure null source is respected. (#26)
Fix TS2306 “not a module” errors in type definitions (#16)
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