Skip to content

Conversation

dependabot[bot]
Copy link

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

Bumps the mvnpm group with 21 updates in the / directory:

Package From To
org.mvnpm:path-to-regexp 6.3.0 8.2.0
org.mvnpm.at.mvnpm:vaadin-webcomponents 24.8.4 24.8.5
org.mvnpm:style-observer 0.0.8 0.1.1
org.mvnpm:marked 15.0.12 16.1.2
org.mvnpm.at.hpcc-js:wasm 2.15.3 2.22.4
org.mvnpm:yargs 17.7.2 18.0.0
org.mvnpm:cliui 8.0.1 9.0.1
org.mvnpm:escalade 3.1.2 3.2.0
org.mvnpm:string-width 4.2.3 7.2.0
org.mvnpm:yargs-parser 21.1.1 22.0.0
org.mvnpm:strip-ansi 6.0.1 7.1.0
org.mvnpm:wrap-ansi 7.0.0 9.0.0
org.mvnpm:emoji-regex 8.0.0 10.4.0
org.mvnpm:is-fullwidth-code-point 3.0.0 4.0.0
org.mvnpm:ansi-regex 5.0.1 6.1.0
org.mvnpm:ansi-styles 4.3.0 6.2.1
org.mvnpm:color-convert 2.0.1 3.1.0
org.mvnpm:color-name 1.1.4 2.0.0
org.mvnpm:entities 4.5.0 6.0.1
org.mvnpm.at.viz-js:viz 3.12.0 3.14.0
org.mvnpm:bootstrap 4.5.2 5.3.7

Updates org.mvnpm:path-to-regexp from 6.3.0 to 8.2.0

Release notes

Sourced from org.mvnpm:path-to-regexp's releases.

8.2.0

Fixed

  • Allowing path-to-regexp to run on older browsers by targeting ES2015
    • Target ES2015 5969033
      • Also saved 0.22kb (10%!) by removing the private class field down level
    • Remove s flag from regexp 51dbd45

pillarjs/path-to-regexp@v8.1.0...v8.2.0

v8.1.0

Added

  • Adds pathToRegexp method back for generating a regex
  • Adds stringify method for converting TokenData into a path string

pillarjs/path-to-regexp@v8.0.0...v8.1.0

Simpler API

Heads up! This is a fairly large change (again) and I need to apologize in advance. If I foresaw what this version would have ended up being I would not have released version 7. A longer blog post and explanation will be incoming this week, but the pivot has been due to work on Express.js v5 and this will the finalized syntax used in Express moving forward.

Edit: The post is out - https://blakeembrey.com/posts/2024-09-web-redos/

Added

  • Adds key names to wildcards using *name syntax, aligns with : behavior but using an asterisk instead

Changed

  • Removes group suffixes of ?, +, and * - only optional exists moving forward (use wildcards for +, {*foo} for *)
  • Parameter names follow JS identifier rules and allow unicode characters

Added

  • Parameter names can now be quoted, e.g. :"foo-bar"
  • Match accepts an array of values, so the signature is now string | TokenData | Array<string | TokenData>

Removed

  • Removes loose mode
  • Removes regular expression overrides of parameters

pillarjs/path-to-regexp@v7.1.0...v8.0.0

Support array inputs (again)

Added

  • Support array inputs for match and pathToRegexp 3fdd88f

pillarjs/path-to-regexp@v7.1.0...v7.2.0

... (truncated)

Commits

Updates org.mvnpm.at.mvnpm:vaadin-webcomponents from 24.8.4 to 24.8.5

Release notes

Sourced from org.mvnpm.at.mvnpm:vaadin-webcomponents's releases.

v24.8.5

API Documentation →

Changes Since v24.8.4

🚀 New Features

  • dialog
    • Add draggable attribute to vaadin-dialog-overlay (#9784)

🐛 Bug Fixes

  • field-base
    • Bump TypeScript to 5.9, remove autocorrect property override (#9875)
  • grid
    • Adjust aria-rowcount and aria-colcount based on grid state (#9872) (#9891)
    • Recalculate column widths on initial item load with same data provider (#9859) (#9867)
  • master-detail-layout
    • Defer detect layout mode until updates are done (#9889) (#9912)
  • popover
    • Save focus if target is set while popover is open (#9826) (CP: 24.8) (#9827)
Commits
  • a519b0d chore(release): 24.8.5
  • 4e7cad9 fix: defer detect layout mode until updates are done (#9889) (#9912)
  • 7db1c17 fix: adjust aria-rowcount and aria-colcount based on grid state (#9872) (#9891)
  • f93b7c0 fix: bump TypeScript to 5.9, remove autocorrect property override (#9875)
  • d00207b fix: recalculate column widths on initial item load with same data provider (...
  • 58a55e3 fix: save focus if target is set while popover is open (#9826) (CP: 24.8) (#9...
  • 62ca786 feat: add draggable attribute to vaadin-dialog-overlay (#9784)
  • See full diff in compare view

Updates org.mvnpm:style-observer from 0.0.8 to 0.1.1

Release notes

Sourced from org.mvnpm:style-observer's releases.

v0.1.1

What's Changed

Improvements

Tests

New Contributors

Changes in previous releases

v0.1.0

Optimizations

Bugfixes

TypeScript

New Contributors

v0.0.9

v0.0.8

Full Changelog: LeaVerou/style-observer@0.0.7...0.1.1

Changelog

Sourced from org.mvnpm:style-observer's changelog.

v0.1.1 (2025-06-01)

Improvements

Tests

Full Changelog: 0.1.0...0.1.1

New Contributors

v0.1.0 (2025-05-22)

Optimizations

Bugfixes

TypeScript

Full Changelog: 0.0.9...0.1.0

New Contributors

Commits

Updates org.mvnpm:marked from 15.0.12 to 16.1.2

Release notes

Sourced from org.mvnpm:marked's releases.

v16.1.2

16.1.2 (2025-08-04)

Bug Fixes

  • fix multiline list item adds extra newline to raw (#3735) (e76453e)

v16.1.1

16.1.1 (2025-07-18)

Bug Fixes

  • fix stong and em tokens in angle brackets (#3731) (ad8535c)

v16.1.0

16.1.0 (2025-07-17)

Features

  • add generic types for parser and renderer output (#3722) (39a0ee3)

v16.0.0

16.0.0 (2025-06-27)

Bug Fixes

  • remove cjs build & update min node to 20 (#3687) (0a35d8f)

BREAKING CHANGES

Commits
  • a0dabae chore(release): 16.1.2 [skip ci]
  • e76453e fix: fix multiline list item adds extra newline to raw (#3735)
  • 36eaa29 chore(deps-dev): Bump eslint from 9.31.0 to 9.32.0 (#3737)
  • 181cfa5 chore(deps-dev): Bump cross-env from 7.0.3 to 10.0.0 (#3738)
  • 1a509a0 chore(deps-dev): Bump esbuild from 0.25.6 to 0.25.8 (#3733)
  • 3ba6a4b chore(deps-dev): Bump cheerio from 1.1.0 to 1.1.2 (#3734)
  • 9ba9c02 chore(release): 16.1.1 [skip ci]
  • ad8535c fix: fix stong and em tokens in angle brackets (#3731)
  • eb3ad1a chore(release): 16.1.0 [skip ci]
  • 39a0ee3 feat: add generic types for parser and renderer output (#3722)
  • Additional commits viewable in compare view

Updates org.mvnpm.at.hpcc-js:wasm from 2.15.3 to 2.22.4

Release notes

Sourced from org.mvnpm.at.hpcc-js:wasm's releases.

wasm: v2.22.4

2.22.4 (2024-12-10)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​hpcc-js/wasm-duckdb bumped from 1.5.1 to 1.6.0
      • @​hpcc-js/wasm-expat bumped from 1.3.1 to 1.3.2
      • @​hpcc-js/wasm-graphviz bumped from 1.6.1 to 1.7.0

wasm: v2.22.3

2.22.3 (2024-09-29)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​hpcc-js/wasm-base91 bumped from 1.3.0 to 1.3.1
      • @​hpcc-js/wasm-duckdb bumped from 1.5.0 to 1.5.1
      • @​hpcc-js/wasm-expat bumped from 1.3.0 to 1.3.1
      • @​hpcc-js/wasm-graphviz bumped from 1.6.0 to 1.6.1
      • @​hpcc-js/wasm-zstd bumped from 1.2.0 to 1.2.1

wasm: v2.22.2

2.22.2 (2024-09-29)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​hpcc-js/wasm-duckdb bumped from 1.4.0 to 1.5.0
      • @​hpcc-js/wasm-graphviz bumped from 1.5.0 to 1.6.0

wasm: v2.22.1

2.22.1 (2024-09-17)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​hpcc-js/wasm-graphviz bumped from 1.4.0 to 1.5.0

wasm: v2.22.0

2.22.0 (2024-09-11)

... (truncated)

Changelog

Sourced from org.mvnpm.at.hpcc-js:wasm's changelog.

Mono Repo Note:

This repository was converted to a mono repo as off @hpcc-js/wasm v2.19.0 and the @​hpcc-js/wasm changelog is now maintained in the packages/wasm folder, see: https://github.com/hpcc-systems/hpcc-js-wasm/blob/trunk/packages/wasm/CHANGELOG.md.

This changelog is now a summary of all changes across all packages in the mono repo under the private name of @hpcc-js/wasm-root.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.9.0 (2025-07-20)

Features

3.8.3 (2025-07-06)

Bug Fixes

  • remove findWasmBinary from bundles (1fc05ec)

3.8.2 (2025-07-05)

Bug Fixes

  • move esbuild into packages (03f0587)

3.8.1 (2025-07-04)

Bug Fixes

  • umd loading not working 100% (04632f8)

3.8.0 (2025-07-04)

Features

Bug Fixes

... (truncated)

Commits
  • 4f1d010 Merge pull request #281 from hpcc-systems/release-please--branches--trunk
  • 1d60712 chore: release trunk
  • 8cee8d8 Merge pull request #291 from GordonSmith/OSSAR_FAILING
  • 1e753a3 fix: Ossar tests failing with new eslint file format
  • 9e83548 Merge pull request #290 from GordonSmith/BUMP_VERSIONS
  • 2ae7438 feat: Bump versions
  • 773e7ef Update README.md
  • f8662ef Merge pull request #280 from GordonSmith/BUMP_VERSIONS_II
  • 7c276d3 Merge pull request #279 from GordonSmith/BUMP_VERSIONS
  • 33d08e2 feat: Bump DuckDB version to 1.1.3
  • Additional commits viewable in compare view

Updates org.mvnpm:yargs from 17.7.2 to 18.0.0

Release notes

Sourced from org.mvnpm:yargs's releases.

v18.0.0

18.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first

Features

Bug Fixes

  • addDirectory do not support absolute command dir (#2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#2457) (4ae5f57)
  • build: address problems with typescript compilation (#2445) (8d72fb3)
  • coerce should play well with parser configuration (#2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#2470) (639130d)
  • exit after async handler done (#2313) (e326cde)
  • handle spaces in bash completion (#2452) (83b7788)
  • parser-configuration should work well with generated completion script (#2332) (888db19)
  • propagate Dictionary including undefined in value type (#2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)

Code Refactoring

  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)

Build System

  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23. (d90af45)
Changelog

Sourced from org.mvnpm:yargs's changelog.

18.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • command names are not derived from modules passed to command.
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed.
  • minimum node.js versions now ^20.19.0 || ^22.12.0 || >=23.
  • yargs is now ESM first

Features

Bug Fixes

  • addDirectory do not support absolute command dir (#2465) (3a40a78)
  • allows ESM modules commands to be extensible using visit option (#2468) (200e1aa)
  • browser: fix shims so that yargs continues working in browser context (#2457) (4ae5f57)
  • build: address problems with typescript compilation (#2445) (8d72fb3)
  • coerce should play well with parser configuration (#2308) (8343c66)
  • deps: update dependency yargs-parser to v22 (#2470) (639130d)
  • exit after async handler done (#2313) (e326cde)
  • handle spaces in bash completion (#2452) (83b7788)
  • parser-configuration should work well with generated completion script (#2332) (888db19)
  • propagate Dictionary including undefined in value type (#2393) (2b2f7f5)
  • zsh: completion no longer requires double tab when using autoloaded (0dd8fe4)

Code Refactoring

  • command names are not derived from modules passed to command. (d90af45)
  • singleton usage of yargs yargs.foo, yargs().argv, has been removed. (d90af45)

Build System

  • minimum node.js versions now ^20.19.0 || ^22.12.0 || &gt;=23. (d90af45)
Commits
  • 0bc7255 chore(main): release 18.0.0 (#2325)
  • 639130d fix(deps): update dependency yargs-parser to v22 (#2470)
  • 200e1aa fix: allows ESM modules commands to be extensible using visit option (#2468)
  • 888db19 fix: parser-configuration should work well with generated completion script (...
  • 3a40a78 fix: addDirectory do not support absolute command dir (#2465)
  • 90e9eca docs: remove to old slack channel (#2466)
  • 0dd8fe4 fix(zsh): completion no longer requires double tab when using autoloaded
  • 27eec18 feat: commandDir now works with ESM files (#2461)
  • f9c72a7 docs: update examples to run from examples folder (#2463)
  • e02c91b feat(zsh): Add default completion as fallback (#2331)
  • Additional commits viewable in compare view

Updates org.mvnpm:cliui from 8.0.1 to 9.0.1

Release notes

Sourced from org.mvnpm:cliui's releases.

v9.0.1

9.0.1 (2025-03-17)

Bug Fixes

  • make require("cliui") work as expected for CJS (04ccc25)

v9.0.0

9.0.0 (2025-03-16)

⚠ BREAKING CHANGES

  • cliui is now ESM only (#165)

Features

Changelog

Sourced from org.mvnpm:cliui's changelog.

9.0.1 (2025-03-17)

Bug Fixes

  • make require("cliui") work as expected for CJS (04ccc25)

9.0.0 (2025-03-16)

⚠ BREAKING CHANGES

  • cliui is now ESM only (#165)

Features

Commits
  • 2737977 chore(master): release 9.0.1 (#172)
  • 04ccc25 feat: make require("cliui") work as expected for CJS (#171)
  • 060b73e chore(master): release 9.0.0 (#167)
  • 01013ba chore(deps): replace dependency eslint-plugin-node with eslint-plugin-n ^14.0...
  • 5a521de feat!: cliui is now ESM only (#165)
  • See full diff in compare view

Updates org.mvnpm:escalade from 3.1.2 to 3.2.0

Release notes

Sourced from org.mvnpm:escalade's releases.

v3.2.0

Patches

  • Declare separate ESM and CommonJS TypeScript definitions: a72e1c3 Previously, only ESM definitions were shipped but were exported in a way that could cause tool/resolution ambiguity.

Chores

  • Update Node.js version matrix in CI suite: a8c6820

Full Changelog: lukeed/escalade@v3.1.2...v3.2.0

Commits

Updates org.mvnpm:string-width from 4.2.3 to 7.2.0

Release notes

Sourced from org.mvnpm:string-width's releases.

v7.2.0

  • Handle more edge-cases be33439

sindresorhus/string-width@v7.1.0...v7.2.0

v7.1.0

  • Improve performance (#54) b0dd0fa

sindresorhus/string-width@v7.0.0...v7.1.0

v7.0.0

Breaking

  • Require Node.js 18 97b50e8

Improvements

sindresorhus/string-width@v6.1.0...v7.0.0

v6.1.0

  • Improve performance (#49) fe356d8

sindresorhus/string-width@v6.0.0...v6.1.0

v6.0.0

Breaking

This release is not compatible with Firefox. If you need Firefox support, stay on v5.

Improvements

sindresorhus/string-width@v5.1.2...v6.0.0

v5.1.2

  • Internal refactor (#40) 2fe6df9

sindresorhus/string-width@v5.1.1...v5.1.2

v5.1.1

  • Fix incorrect default for ambiguousIsNarrow option 483baa1

sindresorhus/string-width@v5.1.0...v5.1.1

... (truncated)

Commits

Updates org.mvnpm:yargs-parser from 21.1.1 to 22.0.0

Release notes

Sourced from org.mvnpm:yargs-parser's releases.

yargs-parser: v22.0.0

22.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • yargs is now ESM first (#503)

Features

Changelog

Sourced from org.mvnpm:yargs-parser's changelog.

22.0.0 (2025-05-26)

⚠ BREAKING CHANGES

  • yargs is now ESM first (#503)

Features

Commits

Updates org.mvnpm:strip-ansi from 6.0.1 to 7.1.0

Release notes

Sourced from org.mvnpm:strip-ansi's releases.

v7.1.0

  • Improve performance (#49) 840a5ea

chalk/strip-ansi@v7.0.1...v7.1.0

v7.0.1

chalk/strip-ansi@v7.0.0...v7.0.1

v7.0.0

Breaking

  • Require Node.js 12 7cda68d
  • This package is now pure ESM. Please read this.

chalk/strip-ansi@v6.0.0...v7.0.0

Commits

Updates org.mvnpm:wrap-ansi from 7.0.0 to 9.0.0

Release notes

Sourced from org.mvnpm:wrap-ansi's releases.

v9.0.0

Breaking

  • Require Node.js 18 43069a6

Improvements

  • Improve performance (#51) d989bc4

chalk/wrap-ansi@v8.1.0...v9.0.0

v8.1.0

  • Add TypeScript definition (#50) bafa535

chalk/wrap-ansi@v8.0.1...v8.1.0

v8.0.1

  • Upgrade dependencies 0ff29cc

chalk/wrap-ansi@v8.0.0...v8.0.1

v8.0.0

Breaking

  • Require Node.js 12 4481b21
  • This package is now pure ESM. Please read this.

chalk/wrap-ansi@v7.0.0...v8.0.0

Commits

Updates org.mvnpm:emoji-regex from 8.0.0 to 10.4.0

Commits

Bumps the mvnpm group with 21 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.mvnpm:path-to-regexp](https://github.com/pillarjs/path-to-regexp) | `6.3.0` | `8.2.0` |
| [org.mvnpm.at.mvnpm:vaadin-webcomponents](https://github.com/vaadin/web-components) | `24.8.4` | `24.8.5` |
| [org.mvnpm:style-observer](https://github.com/LeaVerou/style-observer) | `0.0.8` | `0.1.1` |
| [org.mvnpm:marked](https://github.com/markedjs/marked) | `15.0.12` | `16.1.2` |
| [org.mvnpm.at.hpcc-js:wasm](https://github.com/hpcc-systems/hpcc-js-wasm) | `2.15.3` | `2.22.4` |
| [org.mvnpm:yargs](https://github.com/yargs/yargs) | `17.7.2` | `18.0.0` |
| [org.mvnpm:cliui](https://github.com/yargs/cliui) | `8.0.1` | `9.0.1` |
| [org.mvnpm:escalade](https://github.com/lukeed/escalade) | `3.1.2` | `3.2.0` |
| [org.mvnpm:string-width](https://github.com/sindresorhus/string-width) | `4.2.3` | `7.2.0` |
| [org.mvnpm:yargs-parser](https://github.com/yargs/yargs-parser) | `21.1.1` | `22.0.0` |
| [org.mvnpm:strip-ansi](https://github.com/chalk/strip-ansi) | `6.0.1` | `7.1.0` |
| [org.mvnpm:wrap-ansi](https://github.com/chalk/wrap-ansi) | `7.0.0` | `9.0.0` |
| [org.mvnpm:emoji-regex](https://github.com/mathiasbynens/emoji-regex) | `8.0.0` | `10.4.0` |
| [org.mvnpm:is-fullwidth-code-point](https://github.com/sindresorhus/is-fullwidth-code-point) | `3.0.0` | `4.0.0` |
| [org.mvnpm:ansi-regex](https://github.com/chalk/ansi-regex) | `5.0.1` | `6.1.0` |
| [org.mvnpm:ansi-styles](https://github.com/chalk/ansi-styles) | `4.3.0` | `6.2.1` |
| [org.mvnpm:color-convert](https://github.com/Qix-/color-convert) | `2.0.1` | `3.1.0` |
| [org.mvnpm:color-name](https://github.com/colorjs/color-name) | `1.1.4` | `2.0.0` |
| [org.mvnpm:entities](https://github.com/fb55/entities) | `4.5.0` | `6.0.1` |
| [org.mvnpm.at.viz-js:viz](https://github.com/mdaines/viz-js) | `3.12.0` | `3.14.0` |
| [org.mvnpm:bootstrap](https://github.com/twbs/bootstrap) | `4.5.2` | `5.3.7` |



Updates `org.mvnpm:path-to-regexp` from 6.3.0 to 8.2.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](pillarjs/path-to-regexp@v6.3.0...v8.2.0)

Updates `org.mvnpm.at.mvnpm:vaadin-webcomponents` from 24.8.4 to 24.8.5
- [Release notes](https://github.com/vaadin/web-components/releases)
- [Commits](vaadin/web-components@v24.8.4...v24.8.5)

Updates `org.mvnpm:style-observer` from 0.0.8 to 0.1.1
- [Release notes](https://github.com/LeaVerou/style-observer/releases)
- [Changelog](https://github.com/LeaVerou/style-observer/blob/main/CHANGELOG.md)
- [Commits](LeaVerou/style-observer@0.0.8...0.1.1)

Updates `org.mvnpm:marked` from 15.0.12 to 16.1.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v15.0.12...v16.1.2)

Updates `org.mvnpm.at.hpcc-js:wasm` from 2.15.3 to 2.22.4
- [Release notes](https://github.com/hpcc-systems/hpcc-js-wasm/releases)
- [Changelog](https://github.com/hpcc-systems/hpcc-js-wasm/blob/trunk/CHANGELOG.md)
- [Commits](hpcc-systems/hpcc-js-wasm@v2.15.3...wasm-v2.22.4)

Updates `org.mvnpm:yargs` from 17.7.2 to 18.0.0
- [Release notes](https://github.com/yargs/yargs/releases)
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs@v17.7.2...v18.0.0)

Updates `org.mvnpm:cliui` from 8.0.1 to 9.0.1
- [Release notes](https://github.com/yargs/cliui/releases)
- [Changelog](https://github.com/yargs/cliui/blob/master/CHANGELOG.md)
- [Commits](yargs/cliui@v8.0.1...v9.0.1)

Updates `org.mvnpm:escalade` from 3.1.2 to 3.2.0
- [Release notes](https://github.com/lukeed/escalade/releases)
- [Commits](lukeed/escalade@v3.1.2...v3.2.0)

Updates `org.mvnpm:string-width` from 4.2.3 to 7.2.0
- [Release notes](https://github.com/sindresorhus/string-width/releases)
- [Commits](sindresorhus/string-width@v4.2.3...v7.2.0)

Updates `org.mvnpm:yargs-parser` from 21.1.1 to 22.0.0
- [Release notes](https://github.com/yargs/yargs-parser/releases)
- [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md)
- [Commits](yargs/yargs-parser@yargs-parser-v21.1.1...yargs-parser-v22.0.0)

Updates `org.mvnpm:strip-ansi` from 6.0.1 to 7.1.0
- [Release notes](https://github.com/chalk/strip-ansi/releases)
- [Commits](chalk/strip-ansi@v6.0.1...v7.1.0)

Updates `org.mvnpm:wrap-ansi` from 7.0.0 to 9.0.0
- [Release notes](https://github.com/chalk/wrap-ansi/releases)
- [Commits](chalk/wrap-ansi@v7.0.0...v9.0.0)

Updates `org.mvnpm:emoji-regex` from 8.0.0 to 10.4.0
- [Commits](mathiasbynens/emoji-regex@v8.0.0...v10.4.0)

Updates `org.mvnpm:is-fullwidth-code-point` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/sindresorhus/is-fullwidth-code-point/releases)
- [Commits](sindresorhus/is-fullwidth-code-point@v3.0.0...v4.0.0)

Updates `org.mvnpm:ansi-regex` from 5.0.1 to 6.1.0
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v5.0.1...v6.1.0)

Updates `org.mvnpm:ansi-styles` from 4.3.0 to 6.2.1
- [Release notes](https://github.com/chalk/ansi-styles/releases)
- [Commits](chalk/ansi-styles@v4.3.0...v6.2.1)

Updates `org.mvnpm:color-convert` from 2.0.1 to 3.1.0
- [Release notes](https://github.com/Qix-/color-convert/releases)
- [Changelog](https://github.com/Qix-/color-convert/blob/master/CHANGELOG.md)
- [Commits](Qix-/color-convert@2.0.1...3.1.0)

Updates `org.mvnpm:color-name` from 1.1.4 to 2.0.0
- [Release notes](https://github.com/colorjs/color-name/releases)
- [Commits](colorjs/color-name@v1.1.4...v2.0.0)

Updates `org.mvnpm:entities` from 4.5.0 to 6.0.1
- [Release notes](https://github.com/fb55/entities/releases)
- [Commits](fb55/entities@v4.5.0...v6.0.1)

Updates `org.mvnpm.at.viz-js:viz` from 3.12.0 to 3.14.0
- [Release notes](https://github.com/mdaines/viz-js/releases)
- [Commits](mdaines/viz-js@release-viz-3.12.0...release-viz-3.14.0)

Updates `org.mvnpm:bootstrap` from 4.5.2 to 5.3.7
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v4.5.2...v5.3.7)

---
updated-dependencies:
- dependency-name: org.mvnpm:path-to-regexp
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.mvnpm:vaadin-webcomponents
  dependency-version: 24.8.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mvnpm
- dependency-name: org.mvnpm:style-observer
  dependency-version: 0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:marked
  dependency-version: 16.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.hpcc-js:wasm
  dependency-version: 2.22.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:yargs
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:cliui
  dependency-version: 9.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:escalade
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:string-width
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:yargs-parser
  dependency-version: 22.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:strip-ansi
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:wrap-ansi
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:emoji-regex
  dependency-version: 10.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:is-fullwidth-code-point
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:ansi-regex
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:ansi-styles
  dependency-version: 6.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:color-convert
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:color-name
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm:entities
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mvnpm
- dependency-name: org.mvnpm.at.viz-js:viz
  dependency-version: 3.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mvnpm
- dependency-name: org.mvnpm:bootstrap
  dependency-version: 5.3.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: mvnpm
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Sep 10, 2025

The group that created this PR has been removed from your configuration.

@dependabot dependabot bot closed this Sep 10, 2025
@dependabot dependabot bot deleted the dependabot/maven/main/mvnpm-7d02045ed7 branch September 10, 2025 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants