Skip to content

chore(deps): bump the dependencies group across 1 directory with 7 updates#4454

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-bec1cb1aa8
Closed

chore(deps): bump the dependencies group across 1 directory with 7 updates#4454
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-bec1cb1aa8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps the dependencies group with 7 updates in the / directory:

Package From To
@commitlint/cli 19.8.0 19.8.1
@commitlint/config-conventional 19.8.0 19.8.1
@types/node 22.15.15 22.15.17
eslint-plugin-n 17.17.0 17.18.0
sass 1.87.0 1.88.0
@inquirer/expand 4.0.12 4.0.13
@inquirer/select 4.2.0 4.2.1

Updates @commitlint/cli from 19.8.0 to 19.8.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.8.1

19.8.1 (2025-05-08)

Performance Improvements

Docs

CI

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.8.0...v19.8.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.8.1 (2025-05-08)

Bug Fixes

Commits

Updates @commitlint/config-conventional from 19.8.0 to 19.8.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.8.1

19.8.1 (2025-05-08)

Performance Improvements

Docs

CI

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.8.0...v19.8.1

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @types/node from 22.15.15 to 22.15.17

Commits

Updates eslint-plugin-n from 17.17.0 to 17.18.0

Release notes

Sourced from eslint-plugin-n's releases.

v17.18.0

17.18.0 (2025-05-09)

🌟 Features

  • Allow to use tryExtensions in the rule no-unpublished-import (#429) (002ac9c)
  • no-deprecated-api: Add support for process.getBuiltinModule() (#435) (fca7cf4)
  • node-builtins: Add support for process.getBuiltinModule() (#433) (d4c7831)
  • prefer-global: Add support for process.getBuiltinModule() (#436) (83aa3a7)
  • prefer-node-protocol: Add support for process.getBuiltinModule() (#430) (9e97d8e)
  • prefer-promises: Add support for process.getBuiltinModule() (#437) (6f5e81d)

🩹 Fixes

  • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#432) (bb21bd0)
Changelog

Sourced from eslint-plugin-n's changelog.

17.18.0 (2025-05-09)

🌟 Features

  • Allow to use tryExtensions in the rule no-unpublished-import (#429) (002ac9c)
  • no-deprecated-api: Add support for process.getBuiltinModule() (#435) (fca7cf4)
  • node-builtins: Add support for process.getBuiltinModule() (#433) (d4c7831)
  • prefer-global: Add support for process.getBuiltinModule() (#436) (83aa3a7)
  • prefer-node-protocol: Add support for process.getBuiltinModule() (#430) (9e97d8e)
  • prefer-promises: Add support for process.getBuiltinModule() (#437) (6f5e81d)

🩹 Fixes

  • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#432) (bb21bd0)
Commits
  • 1f4e676 chore(master): release 17.18.0 (#434)
  • d4c7831 feat(node-builtins): Add support for process.getBuiltinModule() (#433)
  • 9e97d8e feat(prefer-node-protocol): Add support for process.getBuiltinModule() (#430)
  • 83aa3a7 feat(prefer-global): Add support for process.getBuiltinModule() (#436)
  • 6f5e81d feat(prefer-promises): Add support for process.getBuiltinModule() (#437)
  • fca7cf4 feat(no-deprecated-api): Add support for process.getBuiltinModule() (#435)
  • bb21bd0 fix: false negatives for https in prefer-node-protocol, and false negativ...
  • 002ac9c feat: Allow to use tryExtensions in the rule no-unpublished-import (#429)
  • See full diff in compare view

Updates sass from 1.87.0 to 1.88.0

Release notes

Sourced from sass's releases.

Dart Sass 1.88.0

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

Changes

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.88.0

  • Allow custom properties with empty values (such as --var:;).

  • Fix a bug when calculating source spans for interpolations.

Dart and JS APIs

  • Potentially breaking bug fix: Throw an error when passing a function or mixin object from one compilation to another.

Dart API

  • Deprecate passing a relative URL to compileString() and related functions.
Commits
  • c6b2163 Merge pull request #2572 from sass/empty-custom-prop
  • 6edc11e Support empty custom properties
  • a81cd73 Properly handle dev changelogs in bump-version-* tasks
  • 7f54226 Disallow passing functions/mixins across compilations (#2544)
  • 90b6b39 Remove useless _currentCallable property in the evaluate visitor (#2570)
  • 1a5e0ee Fix off-by-one error in Interpolation.spanForElement() (#2568)
  • 735109f Deprecate passing a relative URL to compileString() et al (#2567)
  • c4b0138 Bump protoc_plugin from 21.1.2 to 22.0.1 and protobuf to 4.0.0 (#2554)
  • See full diff in compare view

Updates @inquirer/expand from 4.0.12 to 4.0.13

Commits
  • 50bac82 Publish
  • c2fcf6e Fix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...
  • 8378f64 Chore: Prepack script to delete workspaces:* devDependencies (#1742)
  • f22f937 Chore(deps-dev): Bump the linting group with 4 updates (#1739)
  • ade7de3 Chore(deps-dev): Bump @​types/node from 22.15.2 to 22.15.3 (#1740)
  • 5533964 Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)
  • 36ae95a Chore(deps-dev): Bump @​types/node from 22.14.1 to 22.15.2 (#1732)
  • baeac6c Chore(deps-dev): Bump the linting group with 4 updates (#1729)
  • 1307aaf Chore(deps-dev): Bump the testing group with 3 updates (#1730)
  • 26f5fe1 Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)
  • Additional commits viewable in compare view

Updates @inquirer/select from 4.2.0 to 4.2.1

Commits
  • 50bac82 Publish
  • c2fcf6e Fix(@​inquirer/core): Add SIGINT handler to make sure the prompt throw an exit...
  • 8378f64 Chore: Prepack script to delete workspaces:* devDependencies (#1742)
  • f22f937 Chore(deps-dev): Bump the linting group with 4 updates (#1739)
  • ade7de3 Chore(deps-dev): Bump @​types/node from 22.15.2 to 22.15.3 (#1740)
  • 5533964 Chore(deps): Bump vite from 6.2.6 to 6.3.4 in the npm_and_yarn group (#1734)
  • 36ae95a Chore(deps-dev): Bump @​types/node from 22.14.1 to 22.15.2 (#1732)
  • baeac6c Chore(deps-dev): Bump the linting group with 4 updates (#1729)
  • 1307aaf Chore(deps-dev): Bump the testing group with 3 updates (#1730)
  • 26f5fe1 Chore(deps-dev): Bump turbo from 2.5.0 to 2.5.2 (#1731)
  • 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 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.8.0` | `19.8.1` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.8.0` | `19.8.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.15` | `22.15.17` |
| [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | `17.17.0` | `17.18.0` |
| [sass](https://github.com/sass/dart-sass) | `1.87.0` | `1.88.0` |
| [@inquirer/expand](https://github.com/SBoudrias/Inquirer.js) | `4.0.12` | `4.0.13` |
| [@inquirer/select](https://github.com/SBoudrias/Inquirer.js) | `4.2.0` | `4.2.1` |



Updates `@commitlint/cli` from 19.8.0 to 19.8.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/cli)

Updates `@commitlint/config-conventional` from 19.8.0 to 19.8.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/config-conventional)

Updates `@types/node` from 22.15.15 to 22.15.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-plugin-n` from 17.17.0 to 17.18.0
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md)
- [Commits](eslint-community/eslint-plugin-n@v17.17.0...v17.18.0)

Updates `sass` from 1.87.0 to 1.88.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.87.0...1.88.0)

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

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

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-version: 19.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 19.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-version: 22.15.17
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: eslint-plugin-n
  dependency-version: 17.18.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.88.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@inquirer/expand"
  dependency-version: 4.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@inquirer/select"
  dependency-version: 4.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 May 12, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 12, 2025 02:15
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 13, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-bec1cb1aa8 branch May 13, 2025 02:24
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