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

Bump the development-version-updates group with 55 updates

Merged
Number: #428
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 09, 2025 at 08:54 PM UTC
(3 months ago)
Updated: June 09, 2025 at 08:56 PM UTC
(3 months ago)
Merged: June 09, 2025 at 08:56 PM UTC
(3 months ago)
by github-actions[bot]
Time to Close: 2 minutes
Labels:
dependencies javascript
Description:

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

Package From To
@types/node 22.15.29 22.15.30
cypress 14.4.0 14.4.1
eslint-import-resolver-typescript 4.4.2 4.4.3
jasmine-core 5.7.1 5.8.0
typescript-eslint 8.33.1 8.34.0
@babel/compat-data 7.27.3 7.27.5
@babel/helpers 7.27.4 7.27.6
@babel/parser 7.27.4 7.27.5
@babel/plugin-transform-block-scoping 7.27.3 7.27.5
@babel/plugin-transform-regenerator 7.27.4 7.27.5
@babel/types 7.27.3 7.27.6
@napi-rs/wasm-runtime 0.2.10 0.2.11
@rollup/wasm-node 4.41.1 4.42.0
@sigstore/protobuf-specs 0.4.2 0.4.3
@types/body-parser 1.19.5 1.19.6
@types/cors 2.8.18 2.8.19
@types/http-errors 2.0.4 2.0.5
@types/send 0.17.4 0.17.5
@types/serve-static 1.15.7 1.15.8
@typescript-eslint/eslint-plugin 8.33.1 8.34.0
@typescript-eslint/parser 8.33.1 8.34.0
@typescript-eslint/project-service 8.33.1 8.34.0
@typescript-eslint/scope-manager 8.33.1 8.34.0
@typescript-eslint/tsconfig-utils 8.33.1 8.34.0
@typescript-eslint/type-utils 8.33.1 8.34.0
@typescript-eslint/types 8.33.1 8.34.0
@typescript-eslint/typescript-estree 8.33.1 8.34.0
@typescript-eslint/utils 8.33.1 8.34.0
@typescript-eslint/visitor-keys 8.33.1 8.34.0
@unrs/resolver-binding-darwin-arm64 1.7.8 1.7.12
@unrs/resolver-binding-darwin-x64 1.7.8 1.7.12
@unrs/resolver-binding-freebsd-x64 1.7.8 1.7.12
@unrs/resolver-binding-linux-arm-gnueabihf 1.7.8 1.7.12
@unrs/resolver-binding-linux-arm-musleabihf 1.7.8 1.7.12
@unrs/resolver-binding-linux-arm64-gnu 1.7.8 1.7.12
@unrs/resolver-binding-linux-arm64-musl 1.7.8 1.7.12
@unrs/resolver-binding-linux-ppc64-gnu 1.7.8 1.7.12
@unrs/resolver-binding-linux-riscv64-gnu 1.7.8 1.7.12
@unrs/resolver-binding-linux-riscv64-musl 1.7.8 1.7.12
@unrs/resolver-binding-linux-s390x-gnu 1.7.8 1.7.12
@unrs/resolver-binding-linux-x64-gnu 1.7.8 1.7.12
@unrs/resolver-binding-linux-x64-musl 1.7.8 1.7.12
@unrs/resolver-binding-wasm32-wasi 1.7.8 1.7.12
@unrs/resolver-binding-win32-arm64-msvc 1.7.8 1.7.12
@unrs/resolver-binding-win32-ia32-msvc 1.7.8 1.7.12
@unrs/resolver-binding-win32-x64-msvc 1.7.8 1.7.12
acorn 8.14.1 8.15.0
caniuse-lite 1.0.30001720 1.0.30001721
core-js-compat 3.42.0 3.43.0
electron-to-chromium 1.5.161 1.5.166
eslint-import-context 0.1.6 0.1.8
espree 10.3.0 10.4.0
form-data 4.0.2 4.0.3
unrs-resolver 1.7.8 1.7.12
validate-npm-package-name 6.0.0 6.0.1

Updates @types/node from 22.15.29 to 22.15.30

Commits

Updates cypress from 14.4.0 to 14.4.1

Release notes

Sourced from cypress's releases.

v14.4.1

Changelog: https://docs.cypress.io/app/references/changelog#14-4-1

Commits

Updates eslint-import-resolver-typescript from 4.4.2 to 4.4.3

Release notes

Sourced from eslint-import-resolver-typescript's releases.

v4.4.3

Patch Changes

Changelog

Sourced from eslint-import-resolver-typescript's changelog.

4.4.3

Patch Changes

Commits

Updates jasmine-core from 5.7.1 to 5.8.0

Release notes

Sourced from jasmine-core's releases.

v5.8.0

Please see the release notes.

Commits

Updates typescript-eslint from 8.33.1 to 8.34.0

Release notes

Sourced from typescript-eslint's releases.

v8.34.0

8.34.0 (2025-06-09)

🚀 Features

  • type-utils: deprecated getSourceFileOfNode function (#11284)

🩹 Fixes

  • typescript-estree: change the token type of null from Keyword to Null (#11283)
  • typescript-estree: add validation to interface extends (#11271)
  • visitor-keys: fix visitor keys order (#11279)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.34.0 (2025-06-09)

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.

Commits

Updates @babel/compat-data from 7.27.3 to 7.27.5

Release notes

Sourced from @​babel/compat-data's releases.

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix

:nail_care: Polish

Committers: 4

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

Changelog

Sourced from @​babel/compat-data's changelog.

v7.27.5 (2025-06-03)

:bug: Bug Fix

:nail_care: Polish

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Commits

Updates @babel/helpers from 7.27.4 to 7.27.6

Release notes

Sourced from @​babel/helpers's releases.

v7.27.6 (2025-06-05)

:bug: Bug Fix

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

Committers: 3

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix

:nail_care: Polish

Committers: 4

Changelog

Sourced from @​babel/helpers's changelog.

v7.27.6 (2025-06-05)

:bug: Bug Fix

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

v7.27.5 (2025-06-03)

:bug: Bug Fix

:nail_care: Polish

Commits

Updates @babel/parser from 7.27.4 to 7.27.5

Release notes

Sourced from @​babel/parser's releases.

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix

:nail_care: Polish

Committers: 4

Changelog

Sourced from @​babel/parser's changelog.

v7.27.5 (2025-06-03)

:bug: Bug Fix

:nail_care: Polish

Commits

Updates @babel/plugin-transform-block-scoping from 7.27.3 to 7.27.5

Release notes

Sourced from @​babel/plugin-transform-block-scoping's releases.

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix

:nail_care: Polish

Committers: 4

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

Committers: 4

Changelog

Sourced from @​babel/plugin-transform-block-scoping's changelog.

v7.27.5 (2025-06-03)

:bug: Bug Fix

:nail_care: Polish

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Commits

Updates @babel/plugin-transform-regenerator from 7.27.4 to 7.27.5

Release notes

Sourced from @​babel/plugin-transform-regenerator's releases.

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix

:nail_care: Polish

Committers: 4

Changelog

Sourced from @​babel/plugin-transform-regenerator's changelog.

v7.27.5 (2025-06-03)

:bug: Bug Fix

:nail_care: Polish

Commits

Updates @babel/types from 7.27.3 to 7.27.6

Release notes

Sourced from @​babel/types's releases.

v7.27.6 (2025-06-05)

:bug: Bug Fix

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

Committers: 3

v7.27.5 (2025-06-03)

Thanks @​NullVoxPopuli for your first PR!

:bug: Bug Fix

:nail_care: Polish

Committers: 4

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone

... (truncated)

Changelog

Sourced from @​babel/types's changelog.

v7.27.6 (2025-06-05)

:bug: Bug Fix

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

v7.27.5 (2025-06-03)

:bug: Bug Fix

:nail_care: Polish

v7.27.4 (2025-05-30)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-proposal-explicit-resource-management

:nail_care: Polish

:microscope: Output optimization

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
Commits

Updates @napi-rs/wasm-runtime from 0.2.10 to 0.2.11

Release notes

Sourced from @​napi-rs/wasm-runtime's releases.

@​napi-rs/wasm-runtime@​0.2.11

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/@​napi-rs/cli@​3.0.0-alpha.87...@​napi-rs/wasm-runtime@​0.2.11

Commits

Updates @rollup/wasm-node from 4.41.1 to 4.42.0

Release notes

Sourced from @​rollup/wasm-node's releases.

v4.42.0

4.42.0

2025-06-06

Features

  • Add option to allow the input to be located in the output in watch mode (#5966)

Pull Requests

v4.41.2

4.41.2

2025-06-06

Bug Fixes

  • Detect named export usages in dynamic imports with then and non-arrow function expressions (#5977)
  • Do not replace usages of constant variables with their values for readability (#5968)

Pull Requests

Package Dependencies
Ecosystem:
npm
Version Change:
7.27.4 → 7.27.6
Update Type:
Patch
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.29 → 22.15.30
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.4.2 → 4.4.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Package:
cypress
Ecosystem:
npm
Version Change:
14.4.0 → 14.4.1
Update Type:
Patch
Package:
form-data
Ecosystem:
npm
Version Change:
4.0.2 → 4.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.161 → 1.5.166
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.7.1 → 5.8.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.1.6 → 0.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.30001720 → 1.0.30001721
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.0.0 → 6.0.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.4 → 7.27.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.1 → 8.34.0
Update Type:
Minor
Package:
@types/cors
Ecosystem:
npm
Version Change:
2.8.18 → 2.8.19
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.7.8 → 1.7.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.10 → 0.2.11
Update Type:
Patch
Package:
acorn
Ecosystem:
npm
Version Change:
8.14.1 → 8.15.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.3 → 7.27.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.4 → 7.27.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.4.2 → 0.4.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.42.0 → 3.43.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.41.1 → 4.42.0
Update Type:
Minor
Package:
espree
Ecosystem:
npm
Version Change:
10.3.0 → 10.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.19.5 → 1.19.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.4 → 2.0.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.15.7 → 1.15.8
Update Type:
Patch
Package:
@types/send
Ecosystem:
npm
Version Change:
0.17.4 → 0.17.5
Update Type:
Patch
Technical Details
ID: 1381904
UUID: 2579461187
Node ID: PR_kwDONUyxgM6Zv3RD
Host: GitHub
Repository: mrlonis/example-angular-theme-lib
Merge State: Unknown