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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.
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.41 → 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
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 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
↗️ picocolors (indirect, 1.0.1 → 1.1.1) · Repo · Changelog
Release Notes
1.1.1
1.1.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
picocolors@1.1.1
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)
picocolors@1.1.0
test: add test (shouldn't overflow when coloring already colored large text) (#74)
feat: bright colors variants (#55)
misc
↗️ source-map-js (indirect, 1.2.0 → 1.2.1) · Repo · Changelog
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
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.