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

Bump the development-version-updates group with 45 updates

Open
Number: #515
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 26, 2025 at 11:43 AM UTC
(13 days ago)
Updated: August 26, 2025 at 11:43 AM UTC
(13 days ago)
Labels:
dependencies javascript
Description:

Bumps the development-version-updates group with 45 updates:

Package From To
@types/jasmine 5.1.8 5.1.9
@types/node 22.17.1 22.18.0
eslint 9.33.0 9.34.0
typescript-eslint 8.39.1 8.41.0
@babel/helper-create-class-features-plugin 7.27.1 7.28.3
@babel/helper-module-transforms 7.27.3 7.28.3
@babel/helper-wrap-function 7.27.1 7.28.3
@babel/helpers 7.28.2 7.28.3
@babel/parser 7.28.0 7.28.3
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly 7.27.1 7.28.3
@babel/plugin-transform-class-static-block 7.27.1 7.28.3
@babel/plugin-transform-classes 7.28.0 7.28.3
@babel/plugin-transform-regenerator 7.28.1 7.28.3
@babel/traverse 7.28.0 7.28.3
@eslint/js 9.33.0 9.34.0
@jridgewell/gen-mapping 0.3.12 0.3.13
@jridgewell/source-map 0.3.10 0.3.11
@jridgewell/sourcemap-codec 1.5.4 1.5.5
@jridgewell/trace-mapping 0.3.29 0.3.30
@jsonjoy.com/json-pack 1.10.0 1.11.0
@jsonjoy.com/json-pointer 1.0.1 1.0.2
@rollup/wasm-node 4.46.2 4.48.1
@types/node-forge 1.3.13 1.3.14
@types/sizzle 2.3.9 2.3.10
@typescript-eslint/eslint-plugin 8.39.1 8.41.0
@typescript-eslint/parser 8.39.1 8.41.0
@typescript-eslint/project-service 8.39.1 8.41.0
@typescript-eslint/scope-manager 8.39.1 8.41.0
@typescript-eslint/tsconfig-utils 8.39.1 8.41.0
@typescript-eslint/type-utils 8.39.1 8.41.0
@typescript-eslint/types 8.39.1 8.41.0
@typescript-eslint/typescript-estree 8.39.1 8.41.0
@typescript-eslint/utils 8.39.1 8.41.0
@typescript-eslint/visitor-keys 8.39.1 8.41.0
browserslist 4.25.2 4.25.3
caniuse-lite 1.0.30001734 1.0.30001737
core-js-compat 3.45.0 3.45.1
electron-to-chromium 1.5.200 1.5.209
fast-uri 3.0.6 3.1.0
fdir 6.4.6 6.5.0
istanbul-reports 3.1.7 3.2.0
memfs 4.36.0 4.38.1
socks 2.8.6 2.8.7
tapable 2.2.2 2.2.3
yoctocolors-cjs 2.1.2 2.1.3

Updates @types/jasmine from 5.1.8 to 5.1.9

Commits

Updates @types/node from 22.17.1 to 22.18.0

Commits

Updates eslint from 9.33.0 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])
Changelog

Sourced from eslint's changelog.

v9.34.0 - August 22, 2025

  • 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)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018) (Domenico Gemoli)
  • 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)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • d503f19 ci: fix stale.yml (#20010) (루밀LuMir)
  • 0bb777a feat: multithread linting (#19794) (Francesco Trotta)
  • bf26229 docs: Fix typo in core-concepts/index.md (#20009) (Tobias Hernstig)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#19951) (Pixel998)
  • e2dc67d ci: centralize stale.yml (#19994) (루밀LuMir)
  • 7093cb8 ci: bump actions/checkout from 4 to 5 (#20005) (dependabot[bot])
  • 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)
Commits
  • b8875f6 9.34.0
  • 2e455fb Build: changelog update for 9.34.0
  • f19ad94 chore: upgrade to @eslint/js@9.34.0 (#20030)
  • b48fa20 chore: package.json update for @​eslint/js release
  • 4bce8a2 chore: package.json update for eslint-config-eslint release
  • 0c9999c refactor: prefer default options in grouped-accessor-pairs (#20028)
  • 0b4a590 docs: make rulesdir deprecation clearer (#20018)
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#20024)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#20023)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#20002)
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.39.1 to 8.41.0

Release notes

Sourced from typescript-eslint's releases.

v8.41.0

8.41.0 (2025-08-25)

🚀 Features

  • tighten tsconfigRootDir validation (#11463)

🩹 Fixes

  • resolve type error in eslint config (#11500)
  • deps: update babel monorepo (#11174)
  • deps: update dependency prettier to v3.6.2 (#11496)

❤️ 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.

Changelog

Sourced from typescript-eslint's changelog.

8.41.0 (2025-08-25)

This was a version bump only for typescript-eslint 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)

🩹 Fixes

  • typescript-eslint: export plugin, parser, and configs that are compatible with both defineConfig() and tseslint.config() (#11475)

❤️ Thank You

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

Commits
  • 31a7336 chore(release): publish 8.41.0
  • 60c3b26 chore(release): publish 8.40.0
  • 3426f0d fix(typescript-eslint): export plugin, parser, and configs that are com...
  • See full diff in compare view

Updates @babel/helper-create-class-features-plugin from 7.27.1 to 7.28.3

Release notes

Sourced from @​babel/helper-create-class-features-plugin's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

... (truncated)

Changelog

Sourced from @​babel/helper-create-class-features-plugin's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

:bug: Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

:memo: Documentation

:leftwards_arrow_with_hook: Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types

v7.28.0 (2025-07-02)

:rocket: New Feature

... (truncated)

Commits

Updates @babel/helper-module-transforms from 7.27.3 to 7.28.3

Release notes

Sourced from @​babel/helper-module-transforms's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

... (truncated)

Changelog

Sourced from @​babel/helper-module-transforms's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

:bug: Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

:memo: Documentation

:leftwards_arrow_with_hook: Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types

v7.28.0 (2025-07-02)

:rocket: New Feature

... (truncated)

Commits

Updates @babel/helper-wrap-function from 7.27.1 to 7.28.3

Release notes

Sourced from @​babel/helper-wrap-function's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

... (truncated)

Changelog

Sourced from @​babel/helper-wrap-function's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

v7.28.1 (2025-07-12)

:bug: Bug Fix

  • babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator

:memo: Documentation

:leftwards_arrow_with_hook: Revert

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-types

v7.28.0 (2025-07-02)

:rocket: New Feature

... (truncated)

Commits

Updates @babel/helpers from 7.28.2 to 7.28.3

Release notes

Sourced from @​babel/helpers's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

Changelog

Sourced from @​babel/helpers's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions
Commits

Updates @babel/parser from 7.28.0 to 7.28.3

Release notes

Sourced from @​babel/parser's releases.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

Committers: 5

v7.28.2 (2025-07-24)

Thanks @​souhailaS for your first PR!

:bug: Bug Fix

  • babel-types
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3

Committers: 4

v7.28.1 (2025-07-12)

... (truncated)

Changelog

Sourced from @​babel/parser's changelog.

v7.28.3 (2025-08-14)

:eyeglasses: Spec Compliance

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-class-static-block, babel-preset-env

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-transform-regenerator, babel-plugin-transform-runtime

:memo: Documentation

:house: Internal

:microscope: Output optimization

  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions

v7.28.2 (2025-07-24)

:bug: Bug Fix

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
7.28.2 → 7.28.3
Update Type:
Patch
Package:
eslint
Ecosystem:
npm
Version Change:
9.33.0 → 9.34.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.17.1 → 22.18.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.28.0 → 7.28.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.33.0 → 9.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.200 → 1.5.209
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.8 → 5.1.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.25.2 → 4.25.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001734 → 1.0.30001737
Update Type:
Patch
Package:
socks
Ecosystem:
npm
Version Change:
2.8.6 → 2.8.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.28.0 → 7.28.3
Update Type:
Patch
Package:
fdir
Ecosystem:
npm
Version Change:
6.4.6 → 6.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.39.1 → 8.41.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.1 → 7.28.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.3 → 7.28.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.1 → 7.28.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.1 → 7.28.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.1 → 7.28.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.28.0 → 7.28.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.28.1 → 7.28.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.45.0 → 3.45.1
Update Type:
Patch
Package:
fast-uri
Ecosystem:
npm
Version Change:
3.0.6 → 3.1.0
Update Type:
Minor
Package:
tapable
Ecosystem:
npm
Version Change:
2.2.2 → 2.2.3
Update Type:
Patch
Package:
memfs
Ecosystem:
npm
Version Change:
4.36.0 → 4.38.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.46.2 → 4.48.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.3.12 → 0.3.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.3.9 → 2.3.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.4 → 1.5.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.29 → 0.3.30
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.10 → 0.3.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.3.13 → 1.3.14
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.10.0 → 1.11.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.7 → 3.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.1.2 → 2.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.1 → 1.0.2
Update Type:
Patch
Technical Details
ID: 5821498
UUID: 2774845729
Node ID: PR_kwDONUyxgM6lZMkh
Host: GitHub
Repository: mrlonis/example-angular-theme-lib