Skip to content

Bump sass from 1.103.1 to 1.104.0 in /client - #1360

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/client/dev/sass-1.104.0
Closed

dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/client/dev/sass-1.104.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps sass from 1.103.1 to 1.104.0.

Release notes

Sourced from sass's releases.

Dart Sass 1.104.0

To install Sass 1.104.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking compatibility fix: Colors now convert the special values NaN and negative zero, as well as infinity and negative infinity for polar-hue channels, to 0 as per the CSS spec.

  • The special value negative zero is now serialized as -0 instead of 0 for greater compatibility when using it in CSS calculations.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.104.0

  • Potentially breaking compatibility fix: Colors now convert the special values NaN and negative zero, as well as infinity and negative infinity for polar-hue channels, to 0 as per the CSS spec.

  • The special value negative zero is now serialized as -0 instead of 0 for greater compatibility when using it in CSS calculations.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sass](https://github.com/sass/dart-sass) from 1.103.1 to 1.104.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.103.1...1.104.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-version: 1.104.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 7, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 7, 2026

Copy link
Copy Markdown

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Client V3 Test Results

39 tests   39 ✅  0s ⏱️
 4 suites   0 💤
 1 files     0 ❌

Results for commit 61c2c39.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Client Test Results

132 tests   132 ✅  0s ⏱️
  7 suites    0 💤
  1 files      0 ❌

Results for commit 61c2c39.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Python Test Results

  1 files    1 suites   2m 9s ⏱️
706 tests 706 ✅ 0 💤 0 ❌
711 runs  711 ✅ 0 💤 0 ❌

Results for commit 61c2c39.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Playwright E2E Results (chromium)

221 tests   221 ✅  2m 15s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 61c2c39.

@github-actions

github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown

Playwright E2E Results (firefox)

221 tests   221 ✅  2m 13s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 61c2c39.

@Tim020

Tim020 commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Superseded by #1384, which recreates this bump with a lockfile regenerated locally on macOS (see repo convention for client-side dependency PRs). 🤖 Generated with Claude Code

@Tim020 Tim020 closed this Sep 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/client/dev/sass-1.104.0 branch September 18, 2026 12:16
Tim020 added a commit that referenced this pull request Sep 18, 2026
* Bump typescript-eslint, @typescript-eslint/parser and @typescript-eslint/eslint-plugin from 8.69.0 to 8.70.0 in /client

Recreated locally from dependabot PRs #1373, #1372, #1371. Combined
into one commit since these packages must stay version-matched.
Lockfile regenerated on macOS rather than copied from the Linux-based
dependabot runner. typecheck, ci-lint and test:run all pass clean.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* Bump dompurify from 3.4.14 to 3.4.15 in /client

Recreated locally from dependabot PR #1368. Lockfile regenerated on
macOS rather than copied from the Linux-based dependabot runner.
Patch release; single call site in MarkdownRenderer.vue. typecheck,
ci-lint and test:run all pass clean.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

* Bump sass from 1.103.1 to 1.104.0 in /client

Recreated locally from dependabot PR #1360. Lockfile regenerated on
macOS rather than copied from the Linux-based dependabot runner.
`npm run build` succeeds with no new deprecation warnings.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant