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

Bump the development-version-updates group across 1 directory with 88 updates

Open
Number: #95
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 04, 2025 at 11:00 AM UTC
(about 1 month ago)
Updated: August 11, 2025 at 08:03 AM UTC
(27 days ago)
Labels:
dependencies javascript
Description:

Bumps the development-version-updates group with 50 updates in the / directory:

Package From To
@types/node 22.15.34 22.17.0
eslint 9.30.0 9.32.0
eslint-config-prettier 9.1.0 9.1.2
eslint-plugin-prettier 5.5.1 5.5.3
jasmine-core 5.8.0 5.9.0
lint-staged 16.1.2 16.1.4
start-server-and-test 2.0.12 2.0.13
typescript-eslint 8.35.0 8.38.0
@babel/compat-data 7.27.7 7.28.0
@babel/helpers 7.27.6 7.28.2
@babel/parser 7.27.7 7.28.0
@babel/plugin-transform-block-scoping 7.27.5 7.28.0
@babel/plugin-transform-classes 7.27.7 7.28.0
@babel/plugin-transform-destructuring 7.27.7 7.28.0
@babel/plugin-transform-object-rest-spread 7.27.7 7.28.0
@babel/plugin-transform-regenerator 7.27.5 7.28.1
@cypress/request 3.0.8 3.0.9
@emnapi/core 1.4.3 1.4.5
@emnapi/runtime 1.4.3 1.4.5
@inquirer/checkbox 4.1.8 4.2.0
@inquirer/editor 4.2.13 4.2.15
@inquirer/expand 4.0.15 4.0.17
@inquirer/input 4.1.12 4.2.1
@inquirer/number 3.0.15 3.0.17
@inquirer/password 4.0.15 4.0.17
@inquirer/rawlist 4.1.3 4.1.5
@inquirer/search 3.0.15 3.1.0
@inquirer/select 4.2.3 4.3.1
@jridgewell/source-map 0.3.8 0.3.10
@jridgewell/sourcemap-codec 1.5.2 1.5.4
@jsonjoy.com/json-pack 1.2.0 1.8.0
@jsonjoy.com/util 1.6.0 1.9.0
@napi-rs/nice 1.0.1 1.0.4
@pkgr/core 0.2.7 0.2.9
@types/node-forge 1.3.11 1.3.13
agent-base 7.1.3 7.1.4
caniuse-lite 1.0.30001726 1.0.30001731
ci-info 4.2.0 4.3.0
core-js-compat 3.43.0 3.44.0
electron-to-chromium 1.5.177 1.5.194
follow-redirects 1.15.9 1.15.11
launch-editor 2.10.0 2.11.0
memfs 4.17.2 4.36.0
module-replacements 2.8.0 2.9.0
msgpackr 1.11.4 1.11.5
node-gyp 11.2.0 11.3.0
socks 2.8.5 2.8.6
synckit 0.11.8 0.11.11
unrs-resolver 1.9.2 1.11.1
validate-npm-package-name 6.0.1 6.0.2

Updates @types/node from 22.15.34 to 22.17.0

Commits

Updates eslint from 9.30.0 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Actions Bot)
  • dae1e5b docs: update jsdoc's link (#19896) (JamesVanWaza)
Commits

Updates eslint-config-prettier from 9.1.0 to 9.1.2

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

10.1.5

Patch Changes

10.1.4

Patch Changes

10.1.3

Patch Changes

10.1.2

Patch Changes

10.1.1

Patch Changes

  • #309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also prettier/eslint-config-prettier#308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    

    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

10.1.0

Minor Changes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.


Updates eslint-plugin-prettier from 5.5.1 to 5.5.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.3

republish the latest version

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2

Changelog

Sourced from eslint-plugin-prettier's changelog.

Changelog

Commits

Updates jasmine-core from 5.8.0 to 5.9.0

Release notes

Sourced from jasmine-core's releases.

v5.9.0

Please see the release notes.

Commits
  • bb777e9 Bump version to 5.9.0
  • 9d3fb16 Document that the filename property of suite and spec results is deprecated
  • 3176eaf Merge branch 'idConflict' of https://github.com/atscott/jasmine
  • d31a431 fix(clock): Avoid generating timers with IDs that conflict with native
  • 84f78c1 Split GlobalErrors into portable and platform-specific parts
  • ff476b1 Unify error dispatching between browser and node
  • d53d2ff Convert GlobalErrors to an ES6 class
  • adfbd00 Refactor mocking in GlobalErrorsSpec
  • 495e5fc Backfill integration tests for unhandled promise rejections
  • bc2aa7b Start breaking up integration/EnvSpec.js
  • Additional commits viewable in compare view

Updates lint-staged from 16.1.2 to 16.1.4

Release notes

Sourced from lint-staged's releases.

v16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

v16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Changelog

Sourced from lint-staged's changelog.

16.1.4

Patch Changes

  • #1604 90b37b0 Thanks @​iiroj! - Add another types field to package.json to make even more sure NPM detects that lint-staged includes built-in TypeScript type definitions.

16.1.3

Patch Changes

  • #1602 7ea700b Thanks @​dword-design! - Add the types field to package.json to make sure NPM detects lint-staged includes built-in TypeScript type definitions.
Commits
  • 9151254 chore(changeset): release
  • 90b37b0 fix: add root-level "types" field to package.json
  • 795be13 chore(changeset): release
  • 4463089 build(deps): update dependencies
  • 7ea700b fix: allow npm to detect built-in TypeScript type definitions
  • 0a0a701 test: make sure "git amend" works as expected
  • bfb71eb perf: combine git ls-files calls into single process (#1587)
  • f549d8a docs: replace execa link with nano-span link
  • bd5b9f6 perf(config): optimize config discovery with pathspecs
  • 020a246 docs: fix typo in CHANGELOG.md
  • See full diff in compare view

Updates start-server-and-test from 2.0.12 to 2.0.13

Release notes

Sourced from start-server-and-test's releases.

v2.0.13

2.0.13 (2025-08-03)

Bug Fixes

  • deps: update dependency wait-on to v8.0.4 (#405) (6385e1d)
Commits

Updates typescript-eslint from 8.35.0 to 8.38.0

Release notes

Sourced from typescript-eslint's releases.

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.38.0 (2025-07-21)

🩹 Fixes

  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)

❤️ Thank You

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

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

❤️ Thank You

  • Josh Goldberg ✨

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

8.36.0 (2025-07-07)

🚀 Features

  • typescript-eslint: support basePath in tseslint.config() (#11357)

❤️ Thank You

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

8.35.1 (2025-06-30)

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
  • d11e79e chore(release): publish 8.38.0
  • 6d8fae9 fix(typescript-eslint): error on nested extends in tseslint.config() (#11...
  • abb7c4d fix(typescript-eslint): infer tsconfigRootDir with v8 API (#11412)
  • 816be17 chore(release): publish 8.37.0
  • 7126c3a feat(typescript-estree): infer tsconfigRootDir from call stack (#11370)
  • 84b7a2e chore(release): publish 8.36.0
  • 0c40c7a feat(typescript-eslint): support basePath in tseslint.config() (#11357)
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • f9bd7d8 chore(release): publish 8.35.1
  • See full diff in compare view

Updates @babel/compat-data from 7.27.7 to 7.28.0

Release notes

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

v7.28.0 (2025-07-02)

:rocket: New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

:bug: Bug Fix

:house: Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3

Committers: 5

Changelog

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

v7.28.0 (2025-07-02)

:rocket: New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
  • babel-parser, babel-traverse, babel-types
  • babel-generator, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring, babel-plugin-transform-explicit-resource-management, babel-plugin-transform-react-display-name, babel-types
  • babel-generator, babel-parser, babel-plugin-proposal-destructuring-private, babel-plugin-transform-block-scoping, babel-plugin-transform-object-rest-spread, babel-plugin-transform-typescript, babel-traverse, babel-types

:bug: Bug Fix

:house: Internal

  • babel-compat-data, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-json-modules, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
Commits

Updates @babel/helpers from 7.27.6 to 7.28.2

Release notes

Sourced from @​babel/helpers's releases.

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)

: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

Committers: 3

v7.28.0 (2025-07-02)

:rocket: New Feature

  • babel-node
  • babel-types
  • babel-compat-data, babel-preset-env
  • babel-core, babel-parser
  • babel-generator, babel-parser
  • babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-transform-object-rest-spread, babel-traverse, babel-types
    • #17391 LVal coverage updates (Part 2) (@​JLHwung)
    • ...

      Description has been truncated

Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
7.27.6 → 7.28.2
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.30.0 → 9.32.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
22.15.34 → 22.17.0
Update Type:
Minor
Package:
lint-staged
Ecosystem:
npm
Version Change:
16.1.2 → 16.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.1.0 → 9.1.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.177 → 1.5.194
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.35.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.15.9 → 1.15.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.5.1 → 5.5.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
5.8.0 → 5.9.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.9.2 → 1.11.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.30001726 → 1.0.30001731
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.12 → 2.0.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.0.1 → 6.0.2
Update Type:
Patch
Package:
socks
Ecosystem:
npm
Version Change:
2.8.5 → 2.8.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.0.8 → 3.0.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.7 → 7.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.7 → 7.28.0
Update Type:
Minor
Package:
@pkgr/core
Ecosystem:
npm
Version Change:
0.2.7 → 0.2.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.8 → 4.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.5 → 7.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.7 → 7.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.7 → 7.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.7 → 7.28.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.27.5 → 7.28.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.43.0 → 3.44.0
Update Type:
Minor
Package:
memfs
Ecosystem:
npm
Version Change:
4.17.2 → 4.36.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.6.0 → 1.9.0
Update Type:
Minor
Package:
node-gyp
Ecosystem:
npm
Version Change:
11.2.0 → 11.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.8.0 → 2.9.0
Update Type:
Minor
Package:
synckit
Ecosystem:
npm
Version Change:
0.11.8 → 0.11.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.12 → 4.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.0.15 → 4.0.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.2.3 → 4.3.1
Update Type:
Minor
Package:
msgpackr
Ecosystem:
npm
Version Change:
1.11.4 → 1.11.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.2.13 → 4.2.15
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.0.15 → 3.0.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.0.15 → 4.0.17
Update Type:
Patch
Ecosystem:
npm
Version Change:
4.1.3 → 4.1.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.0.15 → 3.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.3 → 1.4.5
Update Type:
Patch
Package:
ci-info
Ecosystem:
npm
Version Change:
4.2.0 → 4.3.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.10.0 → 2.11.0
Update Type:
Minor
Package:
agent-base
Ecosystem:
npm
Version Change:
7.1.3 → 7.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.4.3 → 1.4.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.2 → 1.5.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.3.8 → 0.3.10
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.3.11 → 1.3.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.1 → 1.0.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.2.0 → 1.8.0
Update Type:
Minor
Technical Details
ID: 4865648
UUID: 3288967957
Node ID: PR_kwDONZpH_s6h-osm
Host: GitHub
Repository: mrlonis/example-angular-async