sanger / sequencescape

Web based LIMS
MIT License
88 stars 33 forks source link

[js] Update postcss 8.4.39 → 8.4.49 (patch) #4502

Open depfu[bot] opened 1 week ago

depfu[bot] commented 1 week ago

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.39 → 8.4.49) · Repo · Changelog

Release Notes

8.4.49

  • Fixed custom syntax without source.offset (by @romainmenke).

8.4.48

  • Fixed position calculation in error/warnings methods (by @romainmenke).

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @nex3).

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 64 commits:


Depfu Status

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)
codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.47%. Comparing base (a4a63a2) to head (24ba7bb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4502 +/- ## =========================================== + Coverage 86.41% 86.47% +0.05% =========================================== Files 1392 1392 Lines 29830 29830 =========================================== + Hits 25779 25796 +17 + Misses 4051 4034 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.