Skip to content

npm(deps): bump the prod-dependencies-major group across 1 directory with 8 updates#44

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-major-876e113c2c
Open

npm(deps): bump the prod-dependencies-major group across 1 directory with 8 updates#44
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/prod-dependencies-major-876e113c2c

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

Bumps the prod-dependencies-major group with 8 updates in the / directory:

Package From To
@types/node 22.13.8 25.5.0
chalk 4.1.2 5.6.2
commander 9.4.1 14.0.3
dotenv 16.4.5 17.3.1
fast-astar 1.0.6 2.0.2
node-html-markdown 1.3.0 2.0.0
node-html-parser 6.1.11 7.1.0
typescript 5.7.2 6.0.2

Updates @types/node from 22.13.8 to 25.5.0

Commits

Updates chalk from 4.1.2 to 5.6.2

Release notes

Sourced from chalk's releases.

v5.6.2

v5.6.0

  • Make WezTerm terminal use true color a8f5bf7

chalk/chalk@v5.5.0...v5.6.0

v5.5.0

  • Make Ghostty terminal use true color (#653) 79ee2d3

chalk/chalk@v5.4.1...v5.5.0

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

v5.3.0

  • Add sideEffects field to package.json 5aafc0a
  • Add support for Gitea Actions (#603) 29b8569

chalk/chalk@v5.2.0...v5.3.0

v5.2.0

  • Improve Deno compatibility (#579) 7443e9f
  • Detect true-color support for GitHub Actions (#579) 7443e9f
  • Detect true-color support for Kitty terminal (#579) 7443e9f
  • Fix test for Azure DevOps environment (#579) 7443e9f

chalk/chalk@v5.1.2...v5.2.0

v5.1.2

  • Fix exported styles names (#569) a34bcf6

chalk/chalk@v5.1.1...v5.1.2

v5.1.1

  • Improved the names of exports introduced in 5.1.0 (#567) 6e0df05
    • We of course preserved the old names.

... (truncated)

Commits

Updates commander from 9.4.1 to 14.0.3

Release notes

Sourced from commander's releases.

v14.0.3

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)

v14.0.2

Changed

  • improve negative number auto-detection test (#2428)
  • update (dev) dependencies

v14.0.1

Fixed

  • broken markdown link in README (#2369)

Changed

  • improve code readability by using optional chaining (#2394)
  • use more idiomatic code with object spread instead of Object.assign() (#2395)
  • improve code readability using string.endsWith() instead of string.slice() (#2396)
  • refactor .parseOptions() to process args array in-place (#2409)
  • change private variadic support routines from ._concatValue() to ._collectValue() (change code from array.concat() to array.push()) (#2410)
  • update (dev) dependencies

v14.0.0

Added

  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, and higher -level .optionsGroup() and .commandsGroup() which can be used in chaining way to specify group title for following option s/commands (#2328)
  • support for unescaped negative numbers as option-arguments and command-arguments (#2339)
  • TypeScript: add parseArg property to Argument class (#2359)

Fixed

  • remove bogus leading space in help when option has default value but not a description (#2348)
  • .configureOutput() now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)

Changed

  • Breaking: Commander 14 requires Node.js v20 or higher
  • internal refactor of Help class adding .formatItemList() and .groupItems() methods (#2328)

... (truncated)

Changelog

Sourced from commander's changelog.

[14.0.3] (2026-01-31)

Added

  • Release Policy document (#2462)

Changes

  • old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date (#2462)
  • clarify typing for deprecated callback parameter to .outputHelp() (#2427)
  • simple readability improvements to README (#2465)

[14.0.2] (2025-10-25)

Changed

  • improve negative number auto-detection test (#2428)
  • update (dev) dependencies

[14.0.1] (2025-09-12)

Fixed

  • broken markdown link in README (#2369)

Changed

  • improve code readability by using optional chaining (#2394)
  • use more idiomatic code with object spread instead of Object.assign() (#2395)
  • improve code readability using string.endsWith() instead of string.slice() (#2396)
  • refactor .parseOptions() to process args array in-place (#2409)
  • change private variadic support routines from ._concatValue() to ._collectValue() (change code from array.concat() to array.push()) (#2410)
  • update (dev) dependencies

[14.0.0] (2025-05-18)

Added

  • support for groups of options and commands in the help using low-level .helpGroup() on Option and Command, and higher-level .optionsGroup() and .commandsGroup() which can be used in chaining way to specify group title for following options/commands (#2328)
  • support for unescaped negative numbers as option-arguments and command-arguments (#2339)
  • TypeScript: add parseArg property to Argument class (#2359)

Fixed

  • remove bogus leading space in help when option has default value but not a description (#2348)
  • .configureOutput() now makes copy of settings instead of modifying in-place, fixing side-effects (#2350)

Changed

  • Breaking: Commander 14 requires Node.js v20 or higher

... (truncated)

Commits

Updates dotenv from 16.4.5 to 17.3.1

Changelog

Sourced from dotenv's changelog.

17.3.1 (2026-02-12)

Changed

  • Fix as2 example command in README and update spanish README

17.3.0 (2026-02-12)

Added

  • Add a new README section on dotenv’s approach to the agentic future.

Changed

  • Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.

17.2.4 (2026-02-05)

Changed

  • Make DotenvPopulateInput accept NodeJS.ProcessEnv type (#915)
  • Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.

17.2.3 (2025-09-29)

Changed

  • Fixed typescript error definition (#912)

17.2.2 (2025-09-02)

Added

  • 🙏 A big thank you to new sponsor Tuple.app - the premier screen sharing app for developers on macOS and Windows. Go check them out. It's wonderful and generous of them to give back to open source by sponsoring dotenv. Give them some love back.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
</tr></table> 

... (truncated)

Commits

Updates fast-astar from 1.0.6 to 2.0.2

Commits

Updates node-html-markdown from 1.3.0 to 2.0.0

Release notes

Sourced from node-html-markdown's releases.

v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Explicitly deny special handling for elements that should not be inside codeblocks

  • Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)

Fixes

  • correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
  • eliminate circular dependency between config and utilities (fixes #74) (3934406)
  • fixed table parsing issue (closes #38, closes #47) (5ac217a)
  • handle mixed-case HTML tags correctly (fixes #63) (9016420)
  • Ignore options overwritten if block element. (fixes #49) (bdc0d09)
  • preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
  • preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
  • Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
  • remove perf functions from browser builds (fixes #58) (d1552fd)
  • trim trailing whitespace while preserving two-space line breaks (c0062b8)
Changelog

Sourced from node-html-markdown's changelog.

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Explicitly deny special handling for elements that should not be inside codeblocks

  • Explicitly deny special handling for elements that should not be inside codeblocks (80fd704)

Fixes

  • correct nested list indentation to 2 spaces (fixes #57) (9358ccc)
  • eliminate circular dependency between config and utilities (fixes #74) (3934406)
  • fixed table parsing issue (closes #38, closes #47) (5ac217a)
  • handle mixed-case HTML tags correctly (fixes #63) (9016420)
  • Ignore options overwritten if block element. (fixes #49) (bdc0d09)
  • preserve whitespace and newlines in code blocks (fixes #52, #24) (372be6d)
  • preserve whitespace before inline formatting elements (fixes #61, fixes #34) (ba035e6)
  • Prevent backslash escaping in tables within list items (fixes #60) (f15e482)
  • remove perf functions from browser builds (fixes #58) (d1552fd)
  • trim trailing whitespace while preserving two-space line breaks (c0062b8)
Commits
  • e31e9b1 chore(release): 2.0.0
  • 5c6d2c6 build: Updated lockfile
  • f15e482 fix: Prevent backslash escaping in tables within list items (fixes #60)
  • bdc0d09 fix: Ignore options overwritten if block element. (fixes #49)
  • 86f4ac1 build(npm): Updated package.json to require Node >=20
  • 28e9358 test: Updated tests for all current changes
  • 80fd704 refactor!: Explicitly deny special handling for elements that should not be i...
  • c0062b8 fix: trim trailing whitespace while preserving two-space line breaks
  • 372be6d fix: preserve whitespace and newlines in code blocks (fixes #52, #24)
  • 9358ccc fix: correct nested list indentation to 2 spaces (fixes #57)
  • Additional commits viewable in compare view

Updates node-html-parser from 6.1.11 to 7.1.0

Release notes

Sourced from node-html-parser's releases.

v7.1.0

7.1.0 (2026-03-03)

Features

  • add option closeAllOnClosing (44c900a), closes #294
  • add preserveTagNesting option to maintain invalid HTML nesting #295 (d604652)

Bug Fixes

  • add missing dev dependency: yarn (8679d32)

v7.0.2

7.0.2 (2026-01-07)

Bug Fixes

v7.0.1

7.0.1 (2024-12-26)

Bug Fixes

v6.1.13

6.1.13 (2024-03-29)

Bug Fixes

v6.1.12

6.1.12 (2023-12-25)

Bug Fixes

Changelog

Sourced from node-html-parser's changelog.

7.1.0 (2026-03-03)

Features

  • add option closeAllOnClosing (44c900a), closes #294
  • add preserveTagNesting option to maintain invalid HTML nesting #295 (d604652)

Bug Fixes

  • add missing dev dependency: yarn (8679d32)

7.0.2 (2026-01-07)

Bug Fixes

7.0.1 (2024-12-26)

Bug Fixes

7.0.0 (2024-12-26)

⚠ BREAKING CHANGES

  • fix #277, for that change estarget to es6

Features

Bug Fixes

6.1.14 (2024-05-14)

Bug Fixes

... (truncated)

Commits
  • ea54b3a chore(release): 7.1.0
  • 3e17619 Merge pull request #303 from thomome/htmlElement-matches
  • 405ccb2 Merge pull request #299 from ig3/close-tags
  • 8c26d86 fixed readme return type
  • c1098fc added tests
  • 13c0b1b added matches method to HTMLElement
  • d604652 feat: add preserveTagNesting option to maintain invalid HTML nesting #295
  • c4cc706 Merge branch 'main' into close-tags
  • eac4de9 Revert addition of yarn as a dependency
  • f7a190c chore(release): 7.0.2
  • Additional commits viewable in compare view

Updates typescript from 5.7.2 to 6.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

TypeScript 5.9.3

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

TypeScript 5.9 RC

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

... (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 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

…with 8 updates

Bumps the prod-dependencies-major group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.8` | `25.5.0` |
| [chalk](https://github.com/chalk/chalk) | `4.1.2` | `5.6.2` |
| [commander](https://github.com/tj/commander.js) | `9.4.1` | `14.0.3` |
| [dotenv](https://github.com/motdotla/dotenv) | `16.4.5` | `17.3.1` |
| [fast-astar](https://github.com/sbfkcel/fast-astar) | `1.0.6` | `2.0.2` |
| [node-html-markdown](https://github.com/crosstype/node-html-markdown) | `1.3.0` | `2.0.0` |
| [node-html-parser](https://github.com/taoqf/node-fast-html-parser) | `6.1.11` | `7.1.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `6.0.2` |



Updates `@types/node` from 22.13.8 to 25.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `chalk` from 4.1.2 to 5.6.2
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](chalk/chalk@v4.1.2...v5.6.2)

Updates `commander` from 9.4.1 to 14.0.3
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v9.4.1...v14.0.3)

Updates `dotenv` from 16.4.5 to 17.3.1
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.4.5...v17.3.1)

Updates `fast-astar` from 1.0.6 to 2.0.2
- [Commits](https://github.com/sbfkcel/fast-astar/commits)

Updates `node-html-markdown` from 1.3.0 to 2.0.0
- [Release notes](https://github.com/crosstype/node-html-markdown/releases)
- [Changelog](https://github.com/crosstype/node-html-markdown/blob/master/CHANGELOG.md)
- [Commits](crosstype/node-html-markdown@v1.3.0...v2.0.0)

Updates `node-html-parser` from 6.1.11 to 7.1.0
- [Release notes](https://github.com/taoqf/node-fast-html-parser/releases)
- [Changelog](https://github.com/taoqf/node-html-parser/blob/main/CHANGELOG.md)
- [Commits](taoqf/node-html-parser@v6.1.11...v7.1.0)

Updates `typescript` from 5.7.2 to 6.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.7.2...v6.0.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: chalk
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: commander
  dependency-version: 14.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: dotenv
  dependency-version: 17.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: fast-astar
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: node-html-markdown
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: node-html-parser
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-dependencies-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 1, 2026
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