Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

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

Package From To
fs-extra 11.3.0 11.3.1
jsonfile 6.1.0 6.2.0
luxon 3.6.1 3.7.2
open 8.4.2 10.2.0
uuid 11.1.0 12.0.0
jasmine 5.8.0 5.10.0
release-it 19.0.3 19.0.4

Updates fs-extra from 11.3.0 to 11.3.1

Changelog

Sourced from fs-extra's changelog.

11.3.1 / 2025-08-05

  • Fix case where move/moveSync could incorrectly think files are identical on Windows (#1050)
Commits

Updates jsonfile from 6.1.0 to 6.2.0

Changelog

Sourced from jsonfile's changelog.

6.2.0 / 2025-08-12

  • Add support for importing as ESM named imports (e.g. import { readFileSync } from 'jsonfile') (#162)
Commits

Updates luxon from 3.6.1 to 3.7.2

Changelog

Sourced from luxon's changelog.

3.7.2 (2025-07-09)

  • Fix ES6 packaging

3.7.1 (2025-07-09)

  • Revert change in ES6 packaging

3.7.0 (2025-07-09)

  • Added showZeros option to Duration#toHuman
  • Added Duration#removeZeros method.
  • Added rounding option to DateTime#toRelative
  • Added precision option to ISO formatting methods
  • Added signMode option to Duration#toFormat
  • Allow escaping single quotes in format strings
  • Improve output of Info.months and Info.monthsFormat for ja locale
  • Accept lowercase t as a separator in ISO strings
  • Accept lowercase z as an offset in ISO strings
  • Reject non-finite numbers where previously only NaN was rejected
  • Improve the documentation for Interval
  • Added a dark theme for the documentation site
Commits
  • 4262a38 Version 3.7.2
  • 738144d Fix the build ES6 code having the wrong file extension and use it in package....
  • 3b2f374 Release version 3.7.1
  • c67ee7d Revert "build: use the es6 build for ESM exports (#1707)"
  • cfa58a2 Release version 3.7.0
  • 7d379cc Fix unsupported signDisplay value
  • 4e81ef9 Implement "signMode" on Duration#toFormat
  • 5aa55da Improve documentation regarding Interval's half-openness
  • b188e10 add dark theme to docs (#1713)
  • cf67025 build: use the es6 build for ESM exports (#1707)
  • Additional commits viewable in compare view

Updates open from 8.4.2 to 10.2.0

Release notes

Sourced from open's releases.

v10.2.0

  • Add support for Brave browser (#362) b62b99e

sindresorhus/open@v10.1.2...v10.2.0

v10.1.2

  • Fix detection of Windows default browser from WSL (#358) 6187a82

sindresorhus/open@v10.1.1...v10.1.2

v10.1.1

  • Fix: Use correct bundle ID for Microsoft Edge (#356) 55537f1

sindresorhus/open@v10.1.0...v10.1.1

v10.1.0

  • Linux: Update xdg-open to 1.2.1 (#338) c702c66

sindresorhus/open@v10.0.4...v10.1.0

v10.0.4

  • Fix support for passing predefined app to openApp() (#335) d9e7422

sindresorhus/open@v10.0.3...v10.0.4

v10.0.3

  • Fix target option on macOS (#332) b597dec

sindresorhus/open@v10.0.2...v10.0.3

v10.0.2

  • Fix Linux compatibility 798cd93

sindresorhus/open@v10.0.1...v10.0.2

v10.0.1

  • Add Windows environment variable fallback for some broken systems (#328) 8e69be4

sindresorhus/open@v10.0.0...v10.0.1

v10.0.0

Breaking

  • Require Node.js 18 5628dc8

... (truncated)

Commits

Updates uuid from 11.1.0 to 12.0.0

Release notes

Sourced from uuid's releases.

v12.0.0

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

Changelog

Sourced from uuid's changelog.

12.0.0 (2025-09-05)

⚠ BREAKING CHANGES

  • update to typescript@5.2 (#887)
  • remove CommonJS support (#886)
  • drop node@16 support (#883)

Features

Bug Fixes

Commits

Updates jasmine from 5.8.0 to 5.10.0

Release notes

Sourced from jasmine's releases.

v5.10.0

Please see the release notes.

v5.9.0

Please see the release notes.

Commits
  • e1e9411 Bump version to 5.10.0
  • 2712681 Fixed release notes
  • 642b38c Bump version to 5.9.0
  • 4aa1dbb Fixed startup hang when using ES module loaders in parallel mode
  • 6c418b3 Fixed jsdoc description of Configuration#requires
  • 48263e0 Don't test on Node versions before 18.20.5
  • 4238c1e Removed shelljs dev dependency
  • cd7e7b1 Removed rimraf dev dependency
  • See full diff in compare view

Updates release-it from 19.0.3 to 19.0.4

Release notes

Sourced from release-it's releases.

Release 19.0.4

  • Replace lodash.get with custom get() function and add tests (#1231) (879a2ef69bb245d28cfe4abe4701ceefaadb6bee) - thanks @​AlejandroRM-DEV!
  • fix: set octokit log to {} instead of null (#1237) (6fc696f324897e133a9443064dfc6ef5dd827871) - thanks @​efstathiosntonas!
  • Update dependencies (2195b7935f7bece7e0f49bd13089fc0eb4f671aa)
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2025
…dates

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

| Package | From | To |
| --- | --- | --- |
| [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.0` | `11.3.1` |
| [jsonfile](https://github.com/jprichardson/node-jsonfile) | `6.1.0` | `6.2.0` |
| [luxon](https://github.com/moment/luxon) | `3.6.1` | `3.7.2` |
| [open](https://github.com/sindresorhus/open) | `8.4.2` | `10.2.0` |
| [uuid](https://github.com/uuidjs/uuid) | `11.1.0` | `12.0.0` |
| [jasmine](https://github.com/jasmine/jasmine-npm) | `5.8.0` | `5.10.0` |
| [release-it](https://github.com/release-it/release-it) | `19.0.3` | `19.0.4` |



Updates `fs-extra` from 11.3.0 to 11.3.1
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-fs-extra@11.3.0...11.3.1)

Updates `jsonfile` from 6.1.0 to 6.2.0
- [Changelog](https://github.com/jprichardson/node-jsonfile/blob/master/CHANGELOG.md)
- [Commits](jprichardson/node-jsonfile@6.1.0...6.2.0)

Updates `luxon` from 3.6.1 to 3.7.2
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.6.1...3.7.2)

Updates `open` from 8.4.2 to 10.2.0
- [Release notes](https://github.com/sindresorhus/open/releases)
- [Commits](sindresorhus/open@v8.4.2...v10.2.0)

Updates `uuid` from 11.1.0 to 12.0.0
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v11.1.0...v12.0.0)

Updates `jasmine` from 5.8.0 to 5.10.0
- [Release notes](https://github.com/jasmine/jasmine-npm/releases)
- [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md)
- [Commits](jasmine/jasmine-npm@v5.8.0...v5.10.0)

Updates `release-it` from 19.0.3 to 19.0.4
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](release-it/release-it@19.0.3...19.0.4)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-version: 11.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jsonfile
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: luxon
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: open
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: uuid
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jasmine
  dependency-version: 5.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: release-it
  dependency-version: 19.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dependencies-b2a830cdec branch from 22f3187 to c523ce1 Compare September 22, 2025 11:18
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