Skip to content

Bump the dev-miscellaneous group with 6 updates#314

Closed
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/dev-miscellaneous-16700c1556
Closed

Bump the dev-miscellaneous group with 6 updates#314
dependabot[bot] wants to merge 109 commits intotrunkfrom
dependabot/npm_and_yarn/dev-miscellaneous-16700c1556

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 4, 2025

Bumps the dev-miscellaneous group with 6 updates:

Package From To
chalk 5.3.0 5.4.1
check-node-version 4.2.0 4.2.1
ink-docstrap 1.3.1 1.3.2
install-changed 1.0.8 1.1.0
matchdep 1.0.1 2.0.0
uuid 2.0.2 11.0.5

Updates chalk from 5.3.0 to 5.4.1

Release notes

Sourced from chalk's releases.

v5.4.1

  • Fix navigator not defined ReferenceError (#642) 4ebb62d

chalk/chalk@v5.4.0...v5.4.1

v5.4.0

  • Update CIRCLECI environments to return level 3 color support f838120

chalk/chalk@v5.3.0...v5.4.0

Commits

Updates check-node-version from 4.2.0 to 4.2.1

Commits

Updates ink-docstrap from 1.3.1 to 1.3.2

Commits

Updates install-changed from 1.0.8 to 1.1.0

Commits

Updates matchdep from 1.0.1 to 2.0.0

Commits

Updates uuid from 2.0.2 to 11.0.5

Release notes

Sourced from uuid's releases.

v11.0.5

11.0.5 (2025-01-09)

Bug Fixes

  • add TS unit test, pin to typescript@5.0.4 (#860) (24ac2fd)

v11.0.4

11.0.4 (2025-01-05)

Bug Fixes

  • docs: insure -> ensure (#843) (d2a61e1)
  • exclude tests from published package (#840) (f992ff4)
  • Test for invalid byte array sizes and ranges in v1(), v4(), and v7() (#845) (e0ee900)

v11.0.3

11.0.3 (2024-11-04)

Bug Fixes

v11.0.2

11.0.2 (2024-10-28)

Bug Fixes

v11.0.1

11.0.1 (2024-10-27)

Bug Fixes

v11.0.0

11.0.0 (2024-10-27)

... (truncated)

Changelog

Sourced from uuid's changelog.

11.0.5 (2025-01-09)

Bug Fixes

  • add TS unit test, pin to typescript@5.0.4 (#860) (24ac2fd)

11.0.4 (2025-01-05)

Bug Fixes

  • docs: insure -> ensure (#843) (d2a61e1)
  • exclude tests from published package (#840) (f992ff4)
  • Test for invalid byte array sizes and ranges in v1(), v4(), and v7() (#845) (e0ee900)

11.0.3 (2024-11-04)

Bug Fixes

11.0.2 (2024-10-28)

Bug Fixes

11.0.1 (2024-10-27)

Bug Fixes

11.0.0 (2024-10-26)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)

Features

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by broofa, a new releaser for uuid 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 4, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-miscellaneous-16700c1556 branch from e682dd0 to 48b6c0a Compare February 4, 2025 19:26
desrosj and others added 3 commits February 4, 2025 15:01
Bumps the dev-miscellaneous group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [chalk](https://github.com/chalk/chalk) | `5.3.0` | `5.4.1` |
| [check-node-version](https://github.com/parshap/check-node-version) | `4.2.0` | `4.2.1` |
| [ink-docstrap](https://github.com/docstrap/docstrap) | `1.3.1` | `1.3.2` |
| [install-changed](https://github.com/ninesalt/install-changed) | `1.0.8` | `1.1.0` |
| [matchdep](https://github.com/tkellen/js-matchdep) | `1.0.1` | `2.0.0` |
| [uuid](https://github.com/uuidjs/uuid) | `2.0.2` | `11.0.5` |


Updates `chalk` from 5.3.0 to 5.4.1
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v5.3.0...v5.4.1)

Updates `check-node-version` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/parshap/check-node-version/blob/master/CHANGELOG.md)
- [Commits](parshap/check-node-version@v4.2.0...v4.2.1)

Updates `ink-docstrap` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/docstrap/docstrap/releases)
- [Commits](https://github.com/docstrap/docstrap/commits)

Updates `install-changed` from 1.0.8 to 1.1.0
- [Commits](https://github.com/ninesalt/install-changed/commits)

Updates `matchdep` from 1.0.1 to 2.0.0
- [Commits](tkellen/js-matchdep@v1.0.1...v2.0.0)

Updates `uuid` from 2.0.2 to 11.0.5
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/commits/v11.0.5)

---
updated-dependencies:
- dependency-name: chalk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-miscellaneous
- dependency-name: check-node-version
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-miscellaneous
- dependency-name: ink-docstrap
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-miscellaneous
- dependency-name: install-changed
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-miscellaneous
- dependency-name: matchdep
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-miscellaneous
- dependency-name: uuid
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-miscellaneous
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-miscellaneous-16700c1556 branch from 33bd13e to c361b8a Compare February 5, 2025 03:38
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 5, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-miscellaneous-16700c1556 branch February 5, 2025 14:17
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.

1 participant

Comments