Skip to content

chore(deps): Bump the dependencies group across 1 directory with 16 updates#18

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-5f053c2964
Closed

chore(deps): Bump the dependencies group across 1 directory with 16 updates#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/dependencies-5f053c2964

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

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

Package From To
nodemon 3.1.10 3.1.11
sass 1.93.2 1.94.2
stylelint 16.25.0 16.26.0
@babel/helper-validator-identifier 7.27.1 7.28.5
immutable 5.1.3 5.1.4
js-yaml 4.1.0 4.1.1
resolve 1.22.10 1.22.11
stylelint-config-standard 39.0.0 39.0.1

Updates nodemon from 3.1.10 to 3.1.11

Release notes

Sourced from nodemon's releases.

v3.1.11

3.1.11 (2025-11-11)

Bug Fixes

Commits

Updates sass from 1.93.2 to 1.94.2

Release notes

Sourced from sass's releases.

Dart Sass 1.94.2

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

Changes

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.1

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

Changes

  • No user-visible changes.

See the full changelog for changes in earlier releases.

Dart Sass 1.94.0

To install Sass 1.94.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: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

... (truncated)

Changelog

Sourced from sass's changelog.

1.94.2

Command-Line Interface

  • Using --fatal-deprecation <version> no longer emits warnings about deprecations that are obsolete.

Dart API

  • Deprecation.forVersion now excludes obsolete deprecations from the set it returns.

JS API

  • Excludes obsolete deprecations from fatalDeprecations when a Version is passed.

Node.js Embedded Host

  • Fix a bug where a variable could be used before it was initialized during async compilation.

1.94.1

  • No user-visible changes.

1.94.0

  • Potentially breaking compatibility fix: @function rules whose names begin with -- are now parsed as unknown at-rules to support the plain CSS @function rule. Within this rule, the result property is parsed as raw CSS just like custom properties.

  • Potentially breaking compatibility fix: @mixin rules whose names begin with -- are now errors. These are not yet parsed as unknown at-rules because no browser currently supports CSS mixins.

1.93.3

  • Fix a performance regression that was introduced in 1.92.0.
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for sass since your current version.


Updates stylelint from 16.25.0 to 16.26.0

Release notes

Sourced from stylelint's releases.

16.26.0

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#8832) (@​jeddy3).
Changelog

Sourced from stylelint's changelog.

16.26.0 - 2025-11-21

It adds 1 feature and fixes 2 bugs.

  • Added: support for customSyntax with function export (#8834) (@​silverwind).
  • Fixed: custom-property-no-missing-var-function false positives for style query in if() function (#8813) (@​sajdakabir).
  • Fixed: media-feature-range-notation false positives for multiple queries and except: exact-value (#8832) (@​jeddy3).
Commits
  • 13737ba Release 16.26.0 (#8842)
  • a5c75d3 Fix semver type for added feature (#8841)
  • de3a8f0 Fix custom-property-no-missing-var-function false positives for style query...
  • dd008cd Fix vulnerable dependencies by npm audit fix (#8839)
  • 2ba1898 Add support for customSyntax with function export (#8834)
  • 782b741 Bump eslint from 9.38.0 to 9.39.0 in the eslint group (#8835)
  • 99b018d Fix media-feature-range-notation false positives for multiple queries and `...
  • b0fa564 Bump file-entry-cache from 10.1.4 to 11.1.0 (#8817)
  • 4ac232e Document larger message arguments example (#8803)
  • 4ba4da4 Bump @​stylelint/prettier-config from 3.0.0 to 4.0.0 in the stylelint group (#...
  • Additional commits viewable in compare view

Updates @babel/helper-validator-identifier from 7.27.1 to 7.28.5

Release notes

Sourced from @​babel/helper-validator-identifier's releases.

v7.28.5 (2025-10-23)

Thank you @​CO0Ki3, @​Olexandr88, and @​youthfulhps for your first PRs!

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

Committers: 8

v7.28.4 (2025-09-05)

Thanks @​gwillen and @​mrginglymus for your first PRs!

🏠 Internal

  • babel-core, babel-helper-check-duplicate-nodes, babel-traverse, babel-types
  • babel-plugin-transform-regenerator

... (truncated)

Changelog

Sourced from @​babel/helper-validator-identifier's changelog.

v7.28.5 (2025-10-23)

👓 Spec Compliance

🐛 Bug Fix

  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse

🏠 Internal

🏃‍♀️ Performance

v7.28.4 (2025-09-05)

🏠 Internal

v7.28.3 (2025-08-14)

👓 Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

🐛 Bug Fix

💅 Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​babel/helper-validator-identifier since your current version.


Updates @cacheable/memory from 2.0.3 to 2.0.5

Commits

Updates @cacheable/utils from 2.0.3 to 2.3.1

Commits

Updates @keyv/bigmap from 1.0.2 to 1.3.0

Commits

Updates cacheable from 2.0.3 to 2.2.0

Commits

Updates file-entry-cache from 10.1.4 to 11.1.1

Commits

Updates flat-cache from 6.1.17 to 6.1.19

Commits

Updates hookified from 1.12.1 to 1.13.0

Release notes

Sourced from hookified's releases.

v1.13.0

What's Changed

Full Changelog: jaredwray/hookified@v1.12.2...v1.13.0

v1.12.2

What's Changed

Full Changelog: jaredwray/hookified@v1.12.1...v1.12.2

Commits
  • fea36ca Merge pull request #112 from jaredwray/feat-adding-in-throwOnEmptyListeners
  • e3c3189 updating benchmarks and version bump
  • fa92fd9 Update README.md
  • 3ae36a1 adding _errorEvent
  • 5da7b75 Merge branch 'main' into feat-adding-in-throwOnEmptyListeners
  • fc3182d feat: adding in throwOnEmptyListeners
  • 1994ed6 Merge pull request #111 from jaredwray/fix-throwOnEmitError-was-not-being-set...
  • 7c6dfda fix: throwOnEmitError was not being set properly
  • 89cca52 Merge pull request #110 from jaredwray/feat-adding-throwOnHookError-and-setti...
  • 605b6c3 Update README.md
  • Additional commits viewable in compare view

Updates immutable from 5.1.3 to 5.1.4

Release notes

Sourced from immutable's releases.

v5.1.4

What's Changed

Documentation

Internal

New Contributors

Full Changelog: immutable-js/immutable-js@v5.1.3...v5.1.4

Changelog

Sourced from immutable's changelog.

5.1.4

Documentation

Internal

Commits
  • 6618019 5.1.4
  • 03559b0 Use trusted publisher for immutable
  • 50573fc Rename CI workflow to Output diff for TS files
  • 6c4d9ef Add token access for npm publishing
  • e03dee2 Merge pull request #2144 from immutable-js/doc-ordered-map
  • 0311529 Typo in OrderedMap
  • fce542f Fix documentation link in CONTRIBUTING.md
  • e908332 Merge pull request #2138 from borracciaBlu/doc-mdx/map-get
  • e182cb1 More precise get type with not setValue
  • 387b83a Doc add Map.get signature update
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for immutable since your current version.


Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.
Commits

Updates keyv from 5.5.3 to 5.5.4

Commits

Updates resolve from 1.22.10 to 1.22.11

Commits
  • f24742c v1.22.11
  • 05e3324 [actions] set proper permissions
  • e33fe81 [meta] Fix broken repository URL in package.json (#334)
  • c0e3469 [Refactor] hoist regex expressions for efficiency (#336)
  • d36d57e [Tests] install npm 5 before npm 6 in node 7 on windows
  • 01518bd [meta] add threat model
  • ef2c005 [meta] gitignore coverage output
  • cddade1 [meta] add IRP
  • c0e5bcf [Deps] update is-core-module
  • 4416d46 [Dev Deps] update @ljharb/eslint-config, array.prototype.map
  • See full diff in compare view

Updates stylelint-config-standard from 39.0.0 to 39.0.1

Release notes

Sourced from stylelint-config-standard's releases.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.
Changelog

Sourced from stylelint-config-standard's changelog.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.
Commits
  • a2416d3 Release 39.0.1 (#374)
  • 9911899 Fix layer-name-pattern false positives for dot notation (#373)
  • 807ed8d Bump Stylelint (#371)
  • f6aea8b Introduce new release workflow (#370)
  • 5f6cc89 Bump stylelint/.github from 5c1fac886fb5f8f74e29e133f36d242770d03ed3 to 34f1c...
  • 939280e Bump the dev-deps group with 2 updates (#368)
  • 8cad224 Shorten dev dependencies group name for Dependabot (#367)
  • 552ca29 Sync CODEOWNERS (#366)
  • 6c540d2 Bump eslint from 9.34.0 to 9.35.0 in the development-dependencies group (#365)
  • bc321ef Introduce cooldown period for Dependabot updates (#364)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for stylelint-config-standard since your current version.


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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [nodemon](https://github.com/remy/nodemon) | `3.1.10` | `3.1.11` |
| [sass](https://github.com/sass/dart-sass) | `1.93.2` | `1.94.2` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.25.0` | `16.26.0` |
| [@babel/helper-validator-identifier](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-validator-identifier) | `7.27.1` | `7.28.5` |
| [immutable](https://github.com/immutable-js/immutable-js) | `5.1.3` | `5.1.4` |
| [js-yaml](https://github.com/nodeca/js-yaml) | `4.1.0` | `4.1.1` |
| [resolve](https://github.com/browserify/resolve) | `1.22.10` | `1.22.11` |
| [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) | `39.0.0` | `39.0.1` |



Updates `nodemon` from 3.1.10 to 3.1.11
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.10...v3.1.11)

Updates `sass` from 1.93.2 to 1.94.2
- [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.93.2...1.94.2)

Updates `stylelint` from 16.25.0 to 16.26.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@16.25.0...16.26.0)

Updates `@babel/helper-validator-identifier` from 7.27.1 to 7.28.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.28.5/packages/babel-helper-validator-identifier)

Updates `@cacheable/memory` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/cacheable)

Updates `@cacheable/utils` from 2.0.3 to 2.3.1
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/utils)

Updates `@keyv/bigmap` from 1.0.2 to 1.3.0
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `cacheable` from 2.0.3 to 2.2.0
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/2.2.0/packages/cacheable)

Updates `file-entry-cache` from 10.1.4 to 11.1.1
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/file-entry-cache)

Updates `flat-cache` from 6.1.17 to 6.1.19
- [Release notes](https://github.com/jaredwray/cacheable/releases)
- [Commits](https://github.com/jaredwray/cacheable/commits/HEAD/packages/flat-cache)

Updates `hookified` from 1.12.1 to 1.13.0
- [Release notes](https://github.com/jaredwray/hookified/releases)
- [Commits](jaredwray/hookified@v1.12.1...v1.13.0)

Updates `immutable` from 5.1.3 to 5.1.4
- [Release notes](https://github.com/immutable-js/immutable-js/releases)
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md)
- [Commits](immutable-js/immutable-js@v5.1.3...v5.1.4)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.0...4.1.1)

Updates `keyv` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/jaredwray/keyv/releases)
- [Commits](https://github.com/jaredwray/keyv/commits)

Updates `resolve` from 1.22.10 to 1.22.11
- [Commits](browserify/resolve@v1.22.10...v1.22.11)

Updates `stylelint-config-standard` from 39.0.0 to 39.0.1
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@39.0.0...39.0.1)

---
updated-dependencies:
- dependency-name: nodemon
  dependency-version: 3.1.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sass
  dependency-version: 1.94.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint
  dependency-version: 16.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@babel/helper-validator-identifier"
  dependency-version: 7.28.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@cacheable/memory"
  dependency-version: 2.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@cacheable/utils"
  dependency-version: 2.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@keyv/bigmap"
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cacheable
  dependency-version: 2.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: file-entry-cache
  dependency-version: 11.1.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: flat-cache
  dependency-version: 6.1.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hookified
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: immutable
  dependency-version: 5.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: keyv
  dependency-version: 5.5.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: resolve
  dependency-version: 1.22.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: stylelint-config-standard
  dependency-version: 39.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 8, 2025

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

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-5f053c2964 branch December 8, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants