An open index of dependabot pull requests across open source projects.

Bump the dev-dependencies group with 16 updates

Open
Number: #40
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 27, 2025 at 07:48 PM UTC
(10 days ago)
Updated: August 27, 2025 at 07:48 PM UTC
(10 days ago)
Labels:
dependencies
Description:

Bumps the dev-dependencies group with 16 updates:

Package From To
@angular-devkit/build-angular 19.0.4 20.2.0
@angular/cli 19.0.4 19.2.15
@types/content-type 1.1.8 1.1.9
@types/jasmine 5.1.5 5.1.9
@types/node 18.19.76 24.3.0
@types/request 2.48.12 2.48.13
@typescript-eslint/eslint-plugin 6.21.0 8.41.0
@typescript-eslint/parser 6.21.0 8.41.0
concurrently 9.1.2 9.2.1
eslint 8.57.1 9.34.0
glob 10.4.5 11.0.3
jasmine-core 5.5.0 5.9.0
nodemon 3.1.7 3.1.10
rimraf 5.0.10 6.0.1
sass 1.82.0 1.91.0
typescript 5.6.2 5.9.2

Updates @angular-devkit/build-angular from 19.0.4 to 20.2.0

Release notes

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

20.2.0

@​schematics/angular

Commit Description
feat - 2e3cfd598 add migration to remove default Karma configurations
feat - d80dae276 add schematics to generate ai context files.
fix - ffe6fb916 allow AI config prompt to be skipped without selecting a value
fix - ae2802b7d improve AI config prompt wording
fix - b017f84fd improve coverage directory handling for Karma configuration comparisons
fix - 6a79f9a75 zoneless is now stable

@​angular/cli

Commit Description
feat - b4de9a1bf add --experimental-tool option to mcp command
feat - 755ba70fd add --local-only option to mcp command
feat - 59d7ef343 add --read-only option to mcp command
feat - 4e92eb6f1 add modernize tool to the MCP server
fix - a3b25f675 add choices to command line parser when type is array and has an enum
fix - e19eee614 address Node.js deprecation DEP0190
fix - 4ee6f327a apply default to array types
fix - 8ba6b0bcc use correct path for MCP get_best_practices tool

@​angular-devkit/schematics

Commit Description
fix - c43504d8d address Node.js deprecation DEP0190

@​angular/build

Commit Description
feat - fb06bb505 add headless mode for vitest browser mode

20.2.0-rc.1

@​schematics/angular

Commit Description
fix - ffe6fb916 allow AI config prompt to be skipped without selecting a value
fix - 6a79f9a75 zoneless is now stable

@​angular/cli

Commit Description
fix - 8ba6b0bcc use correct path for MCP get_best_practices tool

20.2.0-rc.0

@​schematics/angular

Commit Description
feat - 2e3cfd598 add migration to remove default Karma configurations
feat - d80dae276 add schematics to generate ai context files.
fix - 6a78ef0ce add extra prettier config
fix - e46d9c54f correct configure the typeSeparator in the library schematic
fix - b017f84fd improve coverage directory handling for Karma configuration comparisons

... (truncated)

Changelog

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

20.2.0 (2025-08-20)

@​angular/cli

Commit Type Description
b4de9a1bf feat add --experimental-tool option to mcp command
755ba70fd feat add --local-only option to mcp command
59d7ef343 feat add --read-only option to mcp command
4e92eb6f1 feat add modernize tool to the MCP server
a3b25f675 fix add choices to command line parser when type is array and has an enum
e19eee614 fix address Node.js deprecation DEP0190
4ee6f327a fix apply default to array types
8ba6b0bcc fix use correct path for MCP get_best_practices tool

@​schematics/angular

Commit Type Description
2e3cfd598 feat add migration to remove default Karma configurations
d80dae276 feat add schematics to generate ai context files.
ffe6fb916 fix allow AI config prompt to be skipped without selecting a value
ae2802b7d fix improve AI config prompt wording
b017f84fd fix improve coverage directory handling for Karma configuration comparisons
6a79f9a75 fix zoneless is now stable

@​angular-devkit/schematics

Commit Type Description
c43504d8d fix address Node.js deprecation DEP0190

@​angular/build

Commit Type Description
fb06bb505 feat add headless mode for vitest browser mode

20.1.6 (2025-08-13)

@​schematics/angular

Commit Type Description
584bc1d41 fix add extra prettier config
02b0506fd fix correct configure the typeSeparator in the library schematic

... (truncated)

Commits
  • 6d139a5 release: cut the v20.2.0 release
  • 344f8b2 build: update Angular versions to 20.2 stable version.
  • 765206d build: update @angular/ng-dev to 4fead3666abc9c5dfff101a8bfdc7a2d02f78982
  • a30f662 Revert "refactor(@​angular/ssr): add workaround for router `lastSuccessfulNavi...
  • fe073a7 refactor(@​angular/cli): use main element extraction for MCP doc search
  • 533ba46 refactor(@​angular/cli): improve discoverability of mcp server options
  • ff719d2 build: add missing @angular/create package.json to npm_translate_lock data
  • 6a83e70 ci: improve error message in validation script
  • ce2d32e build: fix node.js toolchains setup
  • 73fc157 build: move from using WORKSPACE to MODULE.bazel
  • Additional commits viewable in compare view

Updates @angular/cli from 19.0.4 to 19.2.15

Release notes

Sourced from @​angular/cli's releases.

19.2.15

@​angular-devkit/build-angular

Commit Description
fix - b120e1411 update dependency webpack-dev-server to v5.2.2

19.2.14

@​angular/build

Commit Description
fix - a3504fd45 HMR requires AOT do not show HMR enabled when using JIT
fix - 5ce9f96a4 include full metadata for AOT unit-testing

19.2.13

@​angular/pwa

Commit Description
fix - ad2fb2959 remove background_color and theme_color from manifest

19.2.12

@​angular/cli

Commit Description
fix - 0098c38c6 properly handle Node.js require() errors with ESM modules

19.2.11

@​angular-devkit/build-angular

Commit Description
fix - 9eaf34405 correctly set i18n subPath in webpack browser builder

@​angular/build

Commit Description
fix - cba66a85c avoid attempting to watch bundler internal files
fix - 009fc3776 avoid internal karma request cache for assets
perf - b43da3949 fix unnecessary esbuild rebuilds

19.2.10

@​angular/build

Commit Description
fix - 067f1cba0 update vite to 6.2.7

19.2.9

@​angular-devkit/build-angular

Commit Description
fix - de52cc2c8 update http-proxy-middleware to v3.0.5

@​angular/build

| Commit | Description |

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

19.2.15 (2025-06-11)

@​angular-devkit/build-angular

Commit Type Description
b120e1411 fix update dependency webpack-dev-server to v5.2.2

18.2.20 (2025-06-11)

@​angular-devkit/build-angular

Commit Type Description
f048078 fix update dependency webpack-dev-server to v5.2.2

20.0.1 (2025-06-04)

@​angular/cli

Commit Type Description
0883248cb fix improve Node.js version check and error messages

@​schematics/angular

Commit Type Description
525ddcbd2 fix only overwrite JSON file if actually changed
83c820e5a fix remove karma config devkit package usages during application migration
87266b38a fix skip zone.js dependency for zoneless applications

@​angular/build

Commit Type Description
e5efdc577 fix also disable outputMode in vitest unit-tests
5814393db fix resolve junit karma reporter output to workspace root

... (truncated)

Commits
  • 101c875 release: cut the v19.2.15 release
  • b120e14 fix(@​angular-devkit/build-angular): update dependency webpack-dev-server to v...
  • d110379 release: cut the v19.2.14 release
  • 3ffd43a build: preserve peerDependenciesMeta in snapshots
  • cf4e676 build: correctly replace BUILD_SCM_HASH-PLACEHOLDER with `BUILD_SCM_ABBREV_...
  • 33aee37 refactor(@​angular/build): update ensureWorkerPool to do an early exit
  • 5c86b80 refactor(@​angular/build): use new HMR documentation URL for console message
  • 5ce9f96 fix(@​angular/build): include full metadata for AOT unit-testing
  • a3504fd fix(@​angular/build): HMR requires AOT do not show HMR enabled when using JIT
  • 6336f9c release: cut the v19.2.13 release
  • Additional commits viewable in compare view

Updates @types/content-type from 1.1.8 to 1.1.9

Commits

Updates @types/jasmine from 5.1.5 to 5.1.9

Commits

Updates @types/node from 18.19.76 to 24.3.0

Commits

Updates @types/request from 2.48.12 to 2.48.13

Commits

Updates @typescript-eslint/eslint-plugin from 6.21.0 to 8.41.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.41.0 (2025-08-25)

🩹 Fixes

  • deps: update dependency prettier to v3.6.2 (#11496)

You can read about our versioning strategy and releases on our website.

8.40.0 (2025-08-18)

🚀 Features

  • typescript-estree: forbid invalid keys in EnumMember (#11232)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.39.1 (2025-08-11)

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.39.0 (2025-08-04)

🚀 Features

  • eslint-plugin: [only-throw-error] support yield/await expressions (#11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)
  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)

🩹 Fixes

  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#11272)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

... (truncated)

Commits
  • 31a7336 chore(release): publish 8.41.0
  • a4526b3 chore: skip failing tests to fix CI (#11505)
  • 03e21eb fix(deps): update dependency prettier to v3.6.2 (#11496)
  • 60c3b26 chore(release): publish 8.40.0
  • 7648622 fix(typescript-estree): revert #11232 (feat(typescript-estree): forbid invali...
  • d50a6b1 feat(typescript-estree): forbid invalid keys in EnumMember (#11232)
  • b2ee794 chore(release): publish 8.39.1
  • fee2bc6 chore: update eslint-plugin-eslint-plugin (#11449)
  • c98d513 chore(release): publish 8.39.0
  • a8def4b fix(eslint-plugin): [no-unsafe-assignment] add an unsafeObjectPattern messa...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 6.21.0 to 8.41.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.40.0

8.40.0 (2025-08-18)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)
  • typescript-estree: correct range of import assertion with trailing comma (#11478)
  • utils: correct calculateConfigForFile return type (#11451)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.1

8.39.1 (2025-08-11)

🩹 Fixes

  • typescript-eslint: handle file:// urls in stack trace when inferring tsconfigRootDir (#11464)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.39.0

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#11127)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#11427)

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.41.0 (2025-08-25)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.40.0 (2025-08-18)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.39.1 (2025-08-11)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.39.0 (2025-08-04)

🚀 Features

  • update to TypeScript 5.9.2 (#11445)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.38.0 (2025-07-21)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.37.0 (2025-07-14)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.36.0 (2025-07-07)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.35.1 (2025-06-30)

... (truncated)

Commits
  • 31a7336 chore(release): publish 8.41.0
  • 60c3b26 chore(release): publish 8.40.0
  • b2ee794 chore(release): publish 8.39.1
  • c98d513 chore(release): publish 8.39.0
  • 2112d58 feat: update to TypeScript 5.9.2 (#11445)
  • d11e79e chore(release): publish 8.38.0
  • 816be17 chore(release): publish 8.37.0
  • 84b7a2e chore(release): publish 8.36.0
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • f9bd7d8 chore(release): publish 8.35.1
  • Additional commits viewable in compare view

Updates concurrently from 9.1.2 to 9.2.1

Release notes

Sourced from concurrently's releases.

v9.2.1

What's Changed

Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.2.0...v9.2.1

v9.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.2...v9.2.0

Commits

Updates eslint from 8.57.1 to 9.34.0

Release notes

Sourced from eslint's releases.

v9.34.0

Features

  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)

Bug Fixes

  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002) (Sweta Tanwar)

Documentation

  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)

Chores

  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030) (Francesco Trotta)
  • b48fa20 chore: package.json update for @​eslint/js release (Jenkins)
  • 4bce8a2 chore: package.json update for eslint-config-eslint release (Jenkins)
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028) (루밀LuMir)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])

v9.33.0

Features

  • e07820e feat: add global object access detection to no-restricted-globals (#19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#19941) (Sweta Tanwar)

Bug Fixes

  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#19975) (諏訪原慶斗)

Documentation

  • 34f0723 docs: playground button for TypeScript code example (#19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#19974) (Nicholas C. Zakas)

Build Related

  • 27fa865 build: use ESLint class to generate formatter examples (#19972) (Milos Djermanovic)

Chores

  • 4258046 chore: update dependency @​eslint/js to v9.33.0 (#19998) (renovate[bot])
  • ad28371 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.34.0 - August 22, 2025

Package Dependencies
Ecosystem:
npm
Version Change:
8.57.1 → 9.34.0
Update Type:
Major
Package:
sass
Ecosystem:
npm
Version Change:
1.82.0 → 1.91.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
18.19.76 → 24.3.0
Update Type:
Major
Ecosystem:
npm
Version Change:
19.0.4 → 19.2.15
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.0.4 → 20.2.0
Update Type:
Major
Package:
nodemon
Ecosystem:
npm
Version Change:
3.1.7 → 3.1.10
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.6.2 → 5.9.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.21.0 → 8.41.0
Update Type:
Major
Ecosystem:
npm
Version Change:
6.21.0 → 8.41.0
Update Type:
Major
Package:
rimraf
Ecosystem:
npm
Version Change:
5.0.10 → 6.0.1
Update Type:
Major
Ecosystem:
npm
Version Change:
9.1.2 → 9.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.5.0 → 5.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.5 → 5.1.9
Update Type:
Patch
Package:
glob
Ecosystem:
npm
Version Change:
10.4.5 → 11.0.3
Update Type:
Major
Ecosystem:
npm
Version Change:
1.1.8 → 1.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.48.12 → 2.48.13
Update Type:
Patch
Technical Details
ID: 5885670
UUID: 2779454678
Node ID: PR_kwDOBFNMYc6lqxzW
Host: GitHub
Repository: FINTLabs/fint-informasjonsmodell-documentation
Mergeable: Yes
Merge State: Unstable
Rebaseable: Yes