Update dependencies: undici, brace-expansion, and @node-core/doc-kit - #65474
Closed
devops2626 wants to merge 7 commits into
Closed
Update dependencies: undici, brace-expansion, and @node-core/doc-kit#65474devops2626 wants to merge 7 commits into
devops2626 wants to merge 7 commits into
Conversation
Bumps [undici](https://github.com/nodejs/undici) from 6.27.0 to 6.28.0. - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v6.27.0...v6.28.0) --- updated-dependencies: - dependency-name: undici dependency-version: 6.28.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the npm_and_yarn group with 1 update in the /tools/clang-format directory: [brace-expansion](https://github.com/juliangruber/brace-expansion). Updates `brace-expansion` from 1.1.13 to 1.1.18 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v1.1.13...v1.1.18) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.18 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the doc group in /tools/doc with 1 update: [@node-core/doc-kit](https://github.com/nodejs/doc-kit/tree/HEAD/packages/node). Updates `@node-core/doc-kit` from 1.4.1 to 2.0.0 - [Release notes](https://github.com/nodejs/doc-kit/releases) - [Changelog](https://github.com/nodejs/doc-kit/blob/main/packages/node/CHANGELOG.md) - [Commits](https://github.com/nodejs/doc-kit/commits/@node-core/doc-kit@2.0.0/packages/node) --- updated-dependencies: - dependency-name: "@node-core/doc-kit" dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: doc ... Signed-off-by: dependabot[bot] <support@github.com>
…doc/undici-6.28.0 tools: bump undici from 6.27.0 to 6.28.0 in /tools/doc
…clang-format/npm_and_yarn-84557ebc70 build(deps): bump brace-expansion from 1.1.13 to 1.1.18 in /tools/clang-format in the npm_and_yarn group across 1 directory
…doc/doc-e3e068a795 tools: bump @node-core/doc-kit from 1.4.1 to 2.0.0 in /tools/doc in the doc group
Collaborator
|
Review requested:
|
Member
|
dependencies are updated through automation |
Author
|
Good |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of Changes
This PR updates the dependencies in tools/doc:
Motivation
Keep documentation tooling dependencies up to date with the latest minor and major releases, including performance updates and breaking changes introduced in @node-core/doc-kit v2.0.0.
Validation