Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the mqtt-services group in /docker/automations with 4 updates: @vue/reactivity, cron-parser, mqtt and jest.

Updates @vue/reactivity from 3.5.21 to 3.5.26

Release notes

Sourced from @​vue/reactivity's releases.

v3.5.26

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.25

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.24

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.23

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

v3.5.22

For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.

Changelog

Sourced from @​vue/reactivity's changelog.

3.5.26 (2025-12-18)

Bug Fixes

Performance Improvements

  • compiler-core: use binary-search to get line and column (#14222) (1904053)

3.5.25 (2025-11-24)

Bug Fixes

3.5.24 (2025-11-07)

Reverts

3.5.23 (2025-11-06)

Bug Fixes

... (truncated)

Commits

Updates cron-parser from 4.9.0 to 5.4.0

Release notes

Sourced from cron-parser's releases.

v5.4.0

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.3.1...v5.4.0

v5.3.1

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.3.0...v5.3.1

v5.3.0

What's Changed

Full Changelog: harrisiirak/cron-parser@v5.2.0...v5.3.0

v5.2.0

What's Changed

Breaking Changes

  • harrisiirak/cron-parser#379 changed CronField constructor signature and removed nthDayOfWeek field from CronExpressionOptions. See PR for more details.

New Contributors

Full Changelog: harrisiirak/cron-parser@v5.1.1...v5.2.0

v5.1.1

  • e6b004681f22831fda57032d67b373c3915ec2db - Fix last day of month handling when explicit month is set (#375)
  • a306f80860127e3084092927d50dd051190022c7 - Update luxon to the latest (3.6.1) version
  • 099bc2860c825970a5200392f977c2705c469bb9 - Update development dependencies to the latest versions

v5.1.0

v5.0.6

  • 8f2081ec042cbfe6ee98148b7bc50162e058124a - Simplify strict mode flag usage in getRawFields
  • 6599e154461b5e91f505b8bd041e7421969e4c16 - Update strict mode documentation

v5.0.5

... (truncated)

Commits
  • 1b4f2fc Bump version
  • 3753b82 Clamp currentDate value when startDate or endDate are provided (#391)
  • a8267e2 Bump version
  • 1c32a84 Update luxon to the latest version
  • 5f41fbf Include pre-defined hashSeed for benchmark runs
  • 4b16aa9 CronFieldCollection.from should allow passing in special chars (#387)
  • d88c64c Fix invalid start and end time span validation logic (#386)
  • 2c5807b Bump version
  • aa1ee7d Hashed values (H) ranges and steps support (#382)
  • 3970e52 Bump version
  • Additional commits viewable in compare view

Updates mqtt from 5.14.0 to 5.14.1

Release notes

Sourced from mqtt's releases.

Release 5.14.1

5.14.1 (2025-09-04)

Bug Fixes

Changelog

Sourced from mqtt's changelog.

5.14.1 (2025-09-04)

Bug Fixes

Commits

Updates jest from 30.0.5 to 30.2.0

Release notes

Sourced from jest's releases.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

Chore

  • [expect] Update docblock for toContain() to display info on substring check (#15789)
Changelog

Sourced from jest's changelog.

30.2.0

Chore & Maintenance

  • [*] Update example repo for testing React Native projects (#15832)
  • [*] Update jest-watch-typeahead to v3 (#15830)

Features

  • [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834)

Fixes

  • [jest-matcher-utils] Fix infinite recursion with self-referential getters in deepCyclicCopyReplaceable (#15831)
  • [babel-jest] Export the TransformerConfig interface (#15820)
  • [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

30.1.3

Fixes

  • Fix unstable_mockModule with node: prefixed core modules.

30.1.2

Fixes

  • [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

30.1.1

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)
  • [jest-snapshot-utils] Improve messaging about goo.gl snapshot link change (#15821)

30.1.0

Features

  • [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793)
  • [jest-runtime] Reduce redundant ReferenceError messages
  • [jest-core] Include test modules that failed to load when --onlyFailures is active

Fixes

  • [jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787)
  • [jest-circus] Fix it.concurrent not working with describe.skip (#15765)
  • [jest-snapshot] Fix mangled inline snapshot updates when used with Prettier 3 and CRLF line endings
  • [jest-runtime] Importing from @jest/globals in more than one file no longer breaks relative paths (#15772)

... (truncated)

Commits

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

@groupsky
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docker/automations/mqtt-services-a1006cd81c branch from 98ed812 to 9fa8fcf Compare December 29, 2025 18:44
Bumps the mqtt-services group in /docker/automations with 4 updates: [@vue/reactivity](https://github.com/vuejs/core/tree/HEAD/packages/reactivity), [cron-parser](https://github.com/harrisiirak/cron-parser), [mqtt](https://github.com/mqttjs/MQTT.js) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest).


Updates `@vue/reactivity` from 3.5.21 to 3.5.26
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/commits/v3.5.26/packages/reactivity)

Updates `cron-parser` from 4.9.0 to 5.4.0
- [Release notes](https://github.com/harrisiirak/cron-parser/releases)
- [Commits](harrisiirak/cron-parser@4.9.0...v5.4.0)

Updates `mqtt` from 5.14.0 to 5.14.1
- [Release notes](https://github.com/mqttjs/MQTT.js/releases)
- [Changelog](https://github.com/mqttjs/MQTT.js/blob/main/CHANGELOG.md)
- [Commits](mqttjs/MQTT.js@v5.14.0...v5.14.1)

Updates `jest` from 30.0.5 to 30.2.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest)

---
updated-dependencies:
- dependency-name: "@vue/reactivity"
  dependency-version: 3.5.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mqtt-services
- dependency-name: cron-parser
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mqtt-services
- dependency-name: mqtt
  dependency-version: 5.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mqtt-services
- dependency-name: jest
  dependency-version: 30.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mqtt-services
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/docker/automations/mqtt-services-a1006cd81c branch from 9fa8fcf to bf28ab5 Compare January 1, 2026 05:02
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.

2 participants