Closed depfu[bot] closed 3 years ago
Merging #463 (6890ba9) into develop (f878939) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #463 +/- ##
==========================================
Coverage 99.54% 99.54%
Complexity 403 403
==========================================
Files 83 83
Lines 1090 1090
==========================================
Hits 1085 1085
Misses 5 5
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f878939...6890ba9. Read the comment docs.
Closed in favor of #468.
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?
✳️ sass (1.32.13 → 1.36.0) · Repo · Changelog
Release Notes
1.36.0
1.35.2
1.35.1
1.35.0
1.34.1
1.34.0
1.33.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 53 commits:
Merge pull request #1398 from sass/compile-to-result
Resynchronize
Code review changes
Merge remote-tracking branch 'origin/main' into compile-to-result
Cast value correctly in `putIfAbsentAsync` (#1404)
Rename includedUrls to loadedUrls
Expose CompileResult publicly, along with methods that return it
Change CompileResult.includedFiles to CompileResult.includedUrls
Remove CompileResult.sourceFiles
Exclude build/ from static analysis
Release 1.35.2 (#1390)
Fix bug in RecursiveAstVisitor (#1389)
Refer to "main" branch in ci.yml (#1384)
Default to running against sass-spec's main branch (#1383)
Use @internal to cordon off internal-only Value APIs (#1379)
Make required span parameters positional (#1380)
Properly support selector lists for selector.extend() (#1378)
Fix a race condition in meta.load-css() (#1376)
Properly register pseudos' child selectors in ExtensionStore (#1374)
Add links to CLI docs in README (#1375)
Error for Unicode ranges that have too many `?`s after digits (#1373)
Fix root-relative @import URLs as passed to importers (#1371)
Fix a variable-assignment bug (#1372)
Fix quiet deps when loaded through an @import of a file without @use (#1362)
Add quietDeps and verbose to the JS API (#1353)
Fix toString for namespaced variable (#1358)
Another implicit dependency fix (#1352)
Update compressed_test.dart (#1350)
Fix a bug with implicit dependencies (#1348)
Fix bug in --update with built-in modules (#1338)
Fix the allowed children for the for at-rule in declarations (#1340)
Fix the URL for the @-moz-document deprecation message (#1339)
Improve wording of comment (#1331)
Merge pull request #1326 from sass/limit-warnings
Only omit 5 deprecation warnings per feature by default (#1327)
Add an option to the CLI and Dart Sass to silence warnings from deps
Only emit each warning once per source location (#1322)
Fix the broken CI (#1317)
Release 1.33.0 (#1316)
Make :is() behave like :matches() (#1315)
Re-enable Node tests for Dart dev (#1313)
Fix some edge cases when serializing edge-case numbers (#1312)
Merge pull request #1306 from sass/slash-separator
Mark this as a dev version
Merge branch 'master' into slash-separator
Merge pull request #1309 from sass/fromImport
Fix context.options.context
Add `AsyncImporter.fromImport` for Dart importers
Add `this.fromImport` for JS importers
Merge remote-tracking branch 'origin/master' into slash-separator
Code review
Make number arguments to built-in functions slash-free
Deprecate /-as-division and add replacements
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