Skip to content

Bump uuid, vis-data, vis-network, @angular-devkit/build-angular and @angular/cli in /frontend#48

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/multi-3c88c0c81b
Open

Bump uuid, vis-data, vis-network, @angular-devkit/build-angular and @angular/cli in /frontend#48
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/frontend/multi-3c88c0c81b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown

Bumps uuid to 14.0.1 and updates ancestor dependencies uuid, vis-data, vis-network, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together.

Updates uuid from 3.4.0 to 14.0.1

Release notes

Sourced from uuid's releases.

v14.0.1

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

v14.0.0

14.0.0 (2026-04-19)

⚠ BREAKING CHANGES

  • expect crypto to be global everywhere (requires node@20+) (#935)
  • drop node@18 support (#934)

Features

Bug Fixes

  • expect crypto to be global everywhere (requires node@20+) (#935) (f2c235f)
  • Use GITHUB_TOKEN for release-please and enable npm provenance (#925) (ffa3138)

v13.0.2

13.0.2 (2026-05-04)

Bug Fixes

  • rerelease to fix provenance. (49ccb35)

v13.0.1

13.0.1 (2026-04-27)

Bug Fixes

v13.0.0

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

... (truncated)

Changelog

Sourced from uuid's changelog.

14.0.1 (2026-06-20)

Bug Fixes

  • add types condition to node export for moduleResolution bundler (#961) (27ffae5)

14.0.0 (2026-04-19)

Security

  • Fixes GHSA-w5hq-g745-h8pq: v3(), v5(), and v6() did not validate that writes would remain within the bounds of a caller-supplied buffer, allowing out-of-bounds writes when an invalid offset was provided. A RangeError is now thrown if offset < 0 or offset + 16 > buf.length.

⚠ BREAKING CHANGES

  • crypto is now expected to be globally defined (requires node@20+) (#935)
  • drop node@18 support (#934)
  • upgrade minimum supported TypeScript version to 5.4.3, in keeping with the project's policy of supporting TypeScript versions released within the last two years

13.0.0 (2025-09-08)

⚠ BREAKING CHANGES

  • make browser exports the default (#901)

Bug Fixes

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

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for uuid since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates vis-data from 7.1.2 to 8.0.4

Release notes

Sourced from vis-data's releases.

v8.0.4

8.0.4 (2026-05-07)

Bug Fixes

  • deps: support UUID v14 and use it in standalone/peer exports (#1319) (c49bf5d)

v8.0.3

8.0.3 (2025-09-10)

Bug Fixes

v8.0.2

8.0.2 (2025-09-10)

Bug Fixes

v8.0.1

8.0.1 (2025-07-13)

Bug Fixes

  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (1b04db9)

v8.0.0

8.0.0 (2025-07-12)

  • feat(package)!: rework to hybrid ESM+CJS package (9e6bce3)

Bug Fixes

  • deps: major vis-* updates (c17459a)
  • deps: major vis-* updates (8ee3861)

BREAKING CHANGES

  • For most people there should be no breaking changes, e.g. if you require this package, you'll get CJS, if you import this package, you'll get ESM. However, I'm sure there will be edge cases and

... (truncated)

Commits
  • c49bf5d fix(deps): support UUID v14 and use it in standalone/peer exports (#1319)
  • 5a483c8 chore(deps): update pnpm to v10.33.3 (#1318)
  • dc8b13b chore(deps): update pnpm to v10.33.2 (#1317)
  • f55718b chore(deps): update dependency npm to v11.13.0 (#1315)
  • 107f97d chore(deps): update pnpm to v10.33.1 (#1314)
  • 10801df chore(deps): update node.js to v24.15.0 (#1312)
  • a2afb64 chore(deps): update node.js to v24.15.0 (#1311)
  • a758ad9 chore(deps): update dependency @​types/node to v24.12.2 (#1309)
  • 2aab1e4 chore(deps): update dependency typedoc to v0.28.19 (#1310)
  • cc295b7 chore(deps): update dependency npm to v11.12.1 (#1308)
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates vis-network from 9.1.0 to 10.1.0

Release notes

Sourced from vis-network's releases.

v10.1.0

10.1.0 (2026-05-15)

Features

  • physics: add custom wind function with nodeId argument (#2430) (5e1608c)

v10.0.3

10.0.3 (2026-05-07)

Bug Fixes

  • deps: support UUID v14 and use it in standalone/peer exports (#2425) (224e002)

v10.0.2

10.0.2 (2025-09-15)

Bug Fixes

v10.0.1

10.0.1 (2025-07-13)

Bug Fixes

  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (7a8e860)
  • deps: update dependency uuid to v11 (#2237) (a5e0b81)

v10.0.0

10.0.0 (2025-07-12)

  • feat(package)!: rework to hybrid ESM+CJS package (118d223)

Bug Fixes

  • deps: major vis-* updates (a2ca25f)
  • deps: major vis-* updates (05a2520)
  • deps: major vis-* updates (dee4f67)

BREAKING CHANGES

  • For most people there should be no breaking changes,

... (truncated)

Commits
  • 5e1608c feat(physics): add custom wind function with nodeId argument (#2430)
  • dfa56ec chore(deps): update dependency npm to v11.14.0 (#2427)
  • 63a21b0 chore: migrate from Volta to Mise (#2428)
  • 8e2233a chore(deps): update pnpm to v10.33.4 (#2426)
  • 224e002 fix(deps): support UUID v14 and use it in standalone/peer exports (#2425)
  • 1bd028e chore(deps): update dependency uuid to v13.0.2 (#2422)
  • ba4c24c chore(deps): update pnpm to v10.33.3 (#2421)
  • e77e3c9 chore(deps): update dependency postcss to v8.5.14 (#2420)
  • 977ac39 chore(deps): update dependency postcss to v8.5.13 (#2419)
  • dbe1536 chore(deps): update dependency npm to v11.13.0 (#2418)
  • Additional commits viewable in compare view
Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates @angular-devkit/build-angular from 0.803.29 to 21.2.19

Release notes

Sourced from @​angular-devkit/build-angular's releases.

21.2.19

@​angular-devkit/build-angular

Commit Description
fix - df5429871 update http-proxy-middleware to 3.0.7

21.2.18

@​angular/cli

Commit Description
fix - 61a810ab6 respect release age policy in update bootstrapping logic

@​angular/build

Commit Description
fix - a2b6116ed bump undici to 7.28.0
fix - 2510ee3c9 bump vite to 7.3.6

21.2.17

@​angular/build

Commit Description
fix - 9c366e8be bump @​babel/core to 7.29.7
fix - 6a06ce9e9 bump esbuild to 0.28.1
fix - 637b84877 bump piscina to 5.2.0
fix - e86d58a12 bump vite to 7.3.5

21.2.16

@​angular/cli

Commit Description
fix - 77c9047ac update pacote to 21.5.1

@​angular/ssr

Commit Description
fix - d052e97da prioritize options over environment variables in AngularNodeAppEngine

21.2.15

@​angular/cli

Commit Description
fix - 42ac0ed0f remove forceAuth and unscoped credential parsing
fix - c7a7f1955 support registry metadata fetching under bun package manager

21.2.14

@​angular/cli

Commit Description
fix - aed448748 expand package groups for newly added peer dependencies in update schematic

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular-devkit/build-angular's changelog.

21.2.19 (2026-07-09)

@​angular-devkit/build-angular

Commit Type Description
df5429871 fix update http-proxy-middleware to 3.0.7

20.3.32 (2026-07-09)

@​angular-devkit/build-angular

Commit Type Description
d4e07cb3e fix update http-proxy-middleware to 3.0.7

22.1.0-next.3 (2026-07-09)

@​angular/build

Commit Type Description
34d558c3c feat add built-in SQLite cache store fallback
52ae7f862 feat share persistent build cache across git worktrees
41bd100dd fix fallback to build target preserveSymlinks option in karma runner
6d9b360e5 fix prevent esbuild service hang on internal component stylesheet builds
85c53d990 fix prevent externalizing builder-injected i18n locale data
004cc4104 fix strip all vite id prefixes from minified code with external dependencies
09d0a11a8 perf enable fast-path AST printing with sourcemaps in AotCompilation

@​angular/ssr

Commit Type Description
0bd22dae0 fix replace all route parameters when resolving relative redirects

22.0.6 (2026-07-08)

... (truncated)

Commits

Updates @angular/cli from 8.3.25 to 22.0.6

Release notes

Sourced from @​angular/cli's releases.

22.0.6

@​angular/build

Commit Description
fix - df49966c6 fallback to build target preserveSymlinks option in karma runner
fix - 9906add5b prevent externalizing builder-injected i18n locale data
fix - 070155f6e strip all vite id prefixes from minified code with external dependencies

@​angular/ssr

Commit Description
fix - c9aa354b1 replace all route parameters when resolving relative redirects

22.0.5

@​schematics/angular

Commit Description
fix - 862a38069 remove unused app tsconfig outDir

@​angular/cli

Commit Description
fix - f099e641c gracefully handle package manager errors in command handler
fix - cf033ec48 respect release age policy in update bootstrapping logic

@​angular-devkit/build-angular

Commit Description
fix - f75085f4b prevent OS command injection in ssr-dev-server builder

@​angular/build

Commit Description
fix - dfee1e7b1 auto-inject localize/init in library unit tests
fix - aba718403 inherit preserveSymlinks option from build target in unit-test builder
fix - 7c0d9f03c load zone.js dynamically for library unit tests
fix - 4288e4452 scope createRequire module resolution using paths to prevent parent paths

@​angular/ssr

Commit Description
fix - 5f774f891 preserve response headers during redirect

22.0.4

@​angular/build

Commit Description
fix - 46185ceac aggregate parallel worker performance timings on the main thread
perf - 5d7e29c41 dispose builder result context early in non-watch mode

22.0.3

@​schematics/angular

Commit Description
fix - 0eddea898 remove default workspace vscode mcp.json configuration

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

22.0.6 (2026-07-08)

@​angular/build

Commit Type Description
df49966c6 fix fallback to build target preserveSymlinks option in karma runner
9906add5b fix prevent externalizing builder-injected i18n locale data
070155f6e fix strip all vite id prefixes from minified code with external dependencies

@​angular/ssr

Commit Type Description
c9aa354b1 fix replace all route parameters when resolving relative redirects

22.1.0-next.2 (2026-07-01)

@​angular/cli

Commit Type Description
010cef665 fix gracefully handle package manager errors in command handler
3a2589dac fix respect client-side release age settings during update resolution
edb4594de fix respect release age policy in update bootstrapping logic

@​schematics/angular

Commit Type Description
0b3172e07 fix remove unused app tsconfig outDir

@​angular-devkit/build-angular

Commit Type Description
2d3eb7fb3 fix prevent OS command injection in ssr-dev-server builder

@​angular/build

Commit Type Description
75c1dce38 fix auto-inject localize/init in library unit tests
dc27e17fc fix inherit preserveSymlinks option from build target in unit-test builder
61e25fb1d fix load zone.js dynamically for library unit tests
0010b922f fix scope createRequire module resolution using paths to prevent parent paths

... (truncated)

Commits
  • dbd61b1 release: cut the v22.0.6 release
  • 92c5908 build: update bazel dependencies
  • d8c5336 build: update cross-repo angular dependencies
  • 68b25ea build: update all github actions
  • 7d76b5f build: lock file maintenance
  • 070155f fix(@​angular/build): strip all vite id prefixes from minified code with exter...
  • 9906add fix(@​angular/build): prevent externalizing builder-injected i18n locale data
  • df49966 fix(@​angular/build): fallback to build target preserveSymlinks option in karm...
  • c9aa354 fix(@​angular/ssr): replace all route parameters when resolving relative redir...
  • 85a2698 release: cut the v22.0.5 release
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/cli 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…angular/cli

Bumps [uuid](https://github.com/uuidjs/uuid) to 14.0.1 and updates ancestor dependencies [uuid](https://github.com/uuidjs/uuid), [vis-data](https://github.com/visjs/vis-data), [vis-network](https://github.com/visjs/vis-network), [@angular-devkit/build-angular](https://github.com/angular/angular-cli) and [@angular/cli](https://github.com/angular/angular-cli). These dependencies need to be updated together.


Updates `uuid` from 3.4.0 to 14.0.1
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](uuidjs/uuid@v3.4.0...v14.0.1)

Updates `vis-data` from 7.1.2 to 8.0.4
- [Release notes](https://github.com/visjs/vis-data/releases)
- [Commits](visjs/vis-data@v7.1.2...v8.0.4)

Updates `vis-network` from 9.1.0 to 10.1.0
- [Release notes](https://github.com/visjs/vis-network/releases)
- [Changelog](https://github.com/visjs/vis-network/blob/master/HISTORY.md)
- [Commits](visjs/vis-network@v9.1.0...v10.1.0)

Updates `@angular-devkit/build-angular` from 0.803.29 to 21.2.19
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular-cli/commits/v21.2.19)

Updates `@angular/cli` from 8.3.25 to 22.0.6
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md)
- [Commits](angular/angular-cli@v8.3.25...v22.0.6)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 14.0.1
  dependency-type: indirect
- dependency-name: vis-data
  dependency-version: 8.0.4
  dependency-type: direct:production
- dependency-name: vis-network
  dependency-version: 10.1.0
  dependency-type: direct:production
- dependency-name: "@angular-devkit/build-angular"
  dependency-version: 21.2.19
  dependency-type: direct:development
- dependency-name: "@angular/cli"
  dependency-version: 22.0.6
  dependency-type: direct:development
...

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 Jul 15, 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