Skip to content

chore: bump decode-uri-component and sass-true - #6039

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-1431c4a511
Open

chore: bump decode-uri-component and sass-true#6039
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-1431c4a511

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Removes decode-uri-component. It's no longer used after updating ancestor dependency sass-true. These dependencies need to be updated together.

Removes decode-uri-component

Updates sass-true from 6.1.0 to 10.1.0

Release notes

Sourced from sass-true's releases.

v10.1.0

What's Changed

New Contributors

Full Changelog: oddbird/true@v10.0.1...v10.1.0

v10.0.1

What's Changed

Full Changelog: oddbird/true@v10.0.0...v10.0.1

v10.0.0

What's Changed

  • BREAKING: Remove the $inspect option from assertions, since Sass has improved comparisons and changed inspection. #332
  • FEATURE: Multiple contains() and contains-string() expectations can be used in a single assertion. #333
  • FEATURE: Do not fail on non-standard at-rules (switch to postcss for css parsing). #314
  • INTERNAL: Update dependencies

Migration: It seems that most tests can be updated by simply removing the $inspect argument entirely, with no other changes. In some cases, you may still need one of the following:

  • Numeric tests with long decimals should use math.round() to explicitly compare values at the desired level of precision, rather than relying on the unreliable precision of the meta.inspect() function.
  • Tests that rely on map output might throw an error since 'maps' are not a defined CSS syntax. In this case you can use meta.inspect() to compare the string representations of maps.

Full Changelog: oddbird/true@v9.0.0...v10.0.0

v10.0.0-alpha.1

What's Changed

  • NEW: Multiple contains() and contains-string() expectations can be used in a single assertion. #333

Full Changelog: oddbird/true@v10.0.0-alpha.0...v10.0.0-alpha.1

v10.0.0-alpha.0

What's Changed

  • BREAKING: Remove the $inspect option from assertions, since Sass has improved comparisons and changed inspection. #332
  • INTERNAL: Update dependencies

Full Changelog: oddbird/true@v9.1.0-alpha.0...v10.0.0-alpha.0

... (truncated)

Changelog

Sourced from sass-true's changelog.

10.1.0 (12/15/25)

  • Replace uses of deprecated Sass if() function 340
  • INTERNAL: Update dependencies

10.0.1 (12/04/25)

  • DOCUMENTATION: Rewrite README documentation
  • INTERNAL: Update dependencies

10.0.0 (11/18/25)

  • BREAKING: Remove the $inspect option from assertions, since Sass has improved comparisons and changed inspection. #332
  • FEATURE: Multiple contains() and contains-string() expectations can be used in a single assertion. #333
  • FEATURE: Do not fail on non-standard at-rules (switch to postcss for css parsing). #314
  • INTERNAL: Update dependencies

Migration: It seems that most tests can be updated by simply removing the $inspect argument entirely, with no other changes. In some cases, you may still need one of the following:

  • Numeric tests with long decimals should use math.round() to explicitly compare values at the desired level of precision, rather than relying on the unreliable precision of the meta.inspect() function.
  • Tests that rely on map output might throw an error since 'maps' are not a defined CSS syntax. In this case you can use meta.inspect() to compare the string representations of maps.

10.0.0-alpha.1 (11/18/25)

  • FEATURE: Multiple contains() and contains-string() expectations can be used in a single assertion. #333

10.0.0-alpha.0 (11/10/25)

  • BREAKING: Remove the $inspect option from assertions, since Sass has improved comparisons and changed inspection. #332

... (truncated)

Commits
  • 83311d0 v10.1.0
  • ecdf472 Merge pull request #340 from MizouziE/fix/remove-depracated-sass-if
  • 4a2c26e Update test/scss/data/_results.scss
  • 692aec0 Apply suggestions from code review
  • 16212fb Apply code review suggestions
  • b9cdcd7 Update test/scss/data/_results.scss to use boolean rather than string value a...
  • 3c2accc Remove unused variable
  • 5dea7f5 Update data/_results.scss
  • b111f85 Update data/_stats.scss
  • ddac3a4 Update module/_utils.scss
  • Additional commits viewable in compare view

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component). It's no longer used after updating ancestor dependency [sass-true](https://github.com/oddbird/true). These dependencies need to be updated together.


Removes `decode-uri-component`

Updates `sass-true` from 6.1.0 to 10.1.0
- [Release notes](https://github.com/oddbird/true/releases)
- [Changelog](https://github.com/oddbird/true/blob/main/CHANGELOG.md)
- [Commits](oddbird/true@v6.1.0...v10.1.0)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-version:
  dependency-type: indirect
- dependency-name: sass-true
  dependency-version: 10.1.0
  dependency-type: direct:development
...

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 Aug 31, 2026
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.

0 participants