Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the dependencies group across 1 directory with 3 updates #4415

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2025

Bumps the dependencies group with 3 updates in the / directory: sass, @inquirer/expand and @inquirer/select.

Updates sass from 1.85.1 to 1.86.0

Release notes

Sourced from sass's releases.

Dart Sass 1.86.0

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

Changes

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.86.0

  • Add support for % as an expression in its own right. It will still be parsed as the modulo operator when between two other expressions, but in any other context it will be an expression whose value is the unquoted string %.

  • Consider attr() to be a special number function that can be used as a channel in color functions.

  • Deprecate user-defined functions named type() so that we can eventually support the new CSS type() function.

Dart API

  • Increase the minimum Dart SDK to 3.6.0.
Commits
  • c6706e7 Add support for % as a stand-alone expression (#2540)
  • 3ddbb38 Bump typedoc from 0.27.9 to 0.28.0 in /pkg/sass-parser (#2546)
  • e6589fe Add support for parsing variable expressions (#2541)
  • 2680d5f Add support for parsing unary operations (#2538)
  • 734e9de Use union types rather than base classes for Sass nodes (#2537)
  • 0d3ea25 Add support for the supports() function (#2535)
  • ddd4b23 Add support for parsing selector expressions (#2533)
  • d067c3a Add support for parsing parenthesized expressions (#2527)
  • 2e59f14 Bump analyzer from 6.11.0 to 7.3.0 (#2532)
  • 8e411a2 Use thread-safe writeln from dart sdk >=3.6.0 (#2528)
  • Additional commits viewable in compare view

Updates @inquirer/expand from 4.0.10 to 4.0.11

Commits
  • 83508f9 Publish
  • c1a9af3 Doc(*): Remove depreciated methods from the README
  • c6a79cd Feature(@​inquirer/select): new theme option to display each choice index (#1687)
  • e12335e Fix(@​inquirer/prompts): allow multiple-digit numbers for numeric selection (#...
  • dba7747 Fix(@​inquirer/core): include 0 to isNumberKey (#1685)
  • See full diff in compare view

Updates @inquirer/select from 4.0.10 to 4.1.0

Release notes

Sourced from @​inquirer/select's releases.

@​inquirer/select@​4.1.0

  • Feat: Introduce theme.indexMode to control displaying an index prefix in front of each choice. (defaults to hidden)
  • Fix: Improve search when number keys are pressed
Commits
  • 83508f9 Publish
  • c1a9af3 Doc(*): Remove depreciated methods from the README
  • c6a79cd Feature(@​inquirer/select): new theme option to display each choice index (#1687)
  • e12335e Fix(@​inquirer/prompts): allow multiple-digit numbers for numeric selection (#...
  • dba7747 Fix(@​inquirer/core): include 0 to isNumberKey (#1685)
  • See full diff 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 3 updates in the / directory: [sass](https://github.com/sass/dart-sass), [@inquirer/expand](https://github.com/SBoudrias/Inquirer.js) and [@inquirer/select](https://github.com/SBoudrias/Inquirer.js).


Updates `sass` from 1.85.1 to 1.86.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.85.1...1.86.0)

Updates `@inquirer/expand` from 4.0.10 to 4.0.11
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

Updates `@inquirer/select` from 4.0.10 to 4.1.0
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@inquirer/expand"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inquirer/select"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 18, 2025 03:52
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