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

build: bump the non-breaking-version-updates group with 52 updates

Closed
Number: #1612
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: April 07, 2025 at 08:15 AM UTC
(7 months ago)
Updated: September 09, 2025 at 03:19 PM UTC
(about 2 months ago)
Closed: September 09, 2025 at 03:19 PM UTC
(about 2 months ago)
Time to Close: 5 months
Labels:
dependencies javascript
Description:

Bumps the non-breaking-version-updates group with 52 updates:

Package From To
eslint-plugin-import 2.26.0 2.31.0
ts-node 10.9.1 10.9.2
tsc-alias 1.8.10 1.8.13
tsx 4.15.6 4.19.3
typedoc 0.23.24 0.28.2
axios 1.7.4 1.8.4
bignumber.js 9.1.0 9.2.0
debug 4.3.4 4.4.0
fuse.js 7.0.0 7.1.0
jsonschema 1.4.1 1.5.0
pg 8.8.0 8.14.1
@types/pg 8.6.5 8.11.11
pg-connection-string 2.5.0 2.7.0
reflect-metadata 0.1.13 0.2.2
rxjs 7.5.7 7.8.2
ts-custom-error 3.2.2 3.3.1
ts-log 2.2.4 2.2.7
typeorm 0.3.15 0.3.22
ws 8.18.0 8.18.1
@types/ws 7.4.7 8.18.1
@cardano-ogmios/client 6.9.0 6.11.2
@types/bunyan 1.8.8 1.8.11
@types/cors 2.8.13 2.8.17
@types/death 1.1.2 1.1.5
@types/express-prometheus-middleware 1.2.1 1.2.3
@types/lodash 4.14.186 4.17.16
axios-mock-adapter 2.0.0 2.1.0
class-validator 0.14.0 0.14.1
@types/validator 13.7.10 13.12.3
@cardano-ogmios/schema 6.9.0 6.11.2
@scure/base 1.1.1 1.2.4
libsodium-wrappers-sumo 0.7.10 0.7.15
@types/blake2b 2.1.0 2.1.3
@types/libsodium-wrappers-sumo 0.7.5 0.7.8
webextension-polyfill 0.8.0 0.12.0
@types/webextension-polyfill 0.8.3 0.12.3
@emurgo/cardano-message-signing-nodejs 1.0.1 1.1.0
optionator 0.9.1 0.9.4
@babel/core 7.19.6 7.26.10
@babel/preset-env 7.19.4 7.26.9
@babel/preset-typescript 7.18.6 7.27.0
@emurgo/cardano-message-signing-asmjs 1.0.1 1.1.0
@types/convict 6.1.2 6.1.6
artillery 2.0.0-35-e92306e 2.0.22
crypto-browserify 3.12.0 3.12.1
webpack 5.76.1 5.98.0
cli-progress 3.11.2 3.12.0
@types/cli-progress 3.11.0 3.11.6
@trezor/connect 9.4.0 9.5.3
@trezor/connect-web 9.4.0 9.5.3
bip39 3.0.4 3.1.0
@types/pbkdf2 3.1.0 3.1.2

Updates eslint-plugin-import from 2.26.0 to 2.31.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.31.0

Added

Fixed

Changed

#3073: import-js/eslint-plugin-import#3073 #3072: import-js/eslint-plugin-import#3072 #3071: import-js/eslint-plugin-import#3071 #3070: import-js/eslint-plugin-import#3070 #3068: import-js/eslint-plugin-import#3068 #3066: import-js/eslint-plugin-import#3066 #3065: import-js/eslint-plugin-import#3065 #3062: import-js/eslint-plugin-import#3062 #3052: import-js/eslint-plugin-import#3052 #3043: import-js/eslint-plugin-import#3043 #3032: import-js/eslint-plugin-import#3032 #2996: import-js/eslint-plugin-import#2996 #2817: import-js/eslint-plugin-import#2817 [@​akwodkiewicz]: https://github.com/akwodkiewicz [@​joshuaobrien]: https://github.com/joshuaobrien [@​liuxingbaoyu]: https://github.com/liuxingbaoyu [@​manuth]: https://github.com/manuth [@​michaelfaith]: https://github.com/michaelfaith [@​phryneas]: https://github.com/phryneas

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.31.0] - 2024-10-03

Added

Fixed

  • ExportMap / flat config: include languageOptions in context (#3052, thanks [@​michaelfaith])
  • [no-named-as-default]: Allow using an identifier if the export is both a named and a default export (#3032, thanks [@​akwodkiewicz])
  • [export]: False positive for exported overloaded functions in TS (#3065, thanks [@​liuxingbaoyu])
  • exportMap: export map cache is tainted by unreliable parse results (#3062, thanks [@​michaelfaith])
  • exportMap: improve cacheKey when using flat config (#3072, thanks [@​michaelfaith])
  • adjust "is source type module" checks for flat config (#2996, thanks [@​G-Rath])

Changed

[2.30.0] - 2024-09-02

Added

  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments (#2942, thanks [@​JiangWeixian])
  • [dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@​amsardesai])
  • [no-unused-modules]: Add ignoreUnusedTypeExports option (#3011, thanks [@​silverwind])
  • add support for Flat Config (#3018, thanks [@​michaelfaith])

Fixed

Changed

  • [Docs] [no-extraneous-dependencies]: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] [order]: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])

... (truncated)

Commits
  • 91f809b v2.31.0
  • 3f1ac24 [utils] [refactor] parse: avoid using a regex here
  • d225176 [New] extensions: add the checkTypeImports option
  • 5a51b9a [Tests] rule-tester: try this babel class workaround
  • d66cde0 [New] support eslint v9
  • d27a639 [Fix] adjust "is source type module" checks for flat config
  • 1fa8a07 [Refactor] create sourceType helper
  • 0bc1355 [Tests] no-default-export, no-named-export: add test cases with non-modu...
  • 55fa203 [Tests] no-default-export, no-named-export: add test case
  • 6be20df [Docs] no-restricted-paths: fix grammar
  • Additional commits viewable in compare view

Updates ts-node from 10.9.1 to 10.9.2

Release notes

Sourced from ts-node's releases.

Fix tsconfig.json file not found

Fixed

Commits

Updates tsc-alias from 1.8.10 to 1.8.13

Release notes

Sourced from tsc-alias's releases.

v1.8.13 (2025-03-29)

What's Changed

Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.12...v1.8.13

v1.8.12 (2025-03-29)

What's Changed

New Contributors

Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.11...v1.8.12

v1.8.11 (2025-02-25)

What's Changed

Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.10...v1.8.11

Commits

Updates tsx from 4.15.6 to 4.19.3

Release notes

Sourced from tsx's releases.

v4.19.3

4.19.3 (2025-02-19)

Bug Fixes

  • upgrade esbuild to ~0.25.0 to address vuln report (#698) (e04e6c6)

This release is also available on:

v4.19.2

4.19.2 (2024-10-26)

Bug Fixes

  • generate sourcesContent when Node.js debugger is enabled (#670) (7c47074)

This release is also available on:

v4.19.1

4.19.1 (2024-09-12)

Bug Fixes


This release is also available on:

v4.19.0

4.19.0 (2024-08-27)

... (truncated)

Commits
  • e04e6c6 fix: upgrade esbuild to ~0.25.0 to address vuln report (#698)
  • 28a3e7d docs: update links to npx (#680)
  • 38b7135 docs: add carbon ads
  • 7c47074 fix: generate sourcesContent when Node.js debugger is enabled (#670)
  • 315d5f4 docs(watch): document --include flag
  • 375e39a test: refactor enforce-timeout
  • 524cb77 docs(cjs): add compilation caveats
  • 7f8a051 chore(deps): update dependency node to v20.18.0 (#660)
  • 97e8de0 chore: upgrade pnpm
  • 95d2b0f chore: remove commit hooks
  • Additional commits viewable in compare view

Updates typedoc from 0.23.24 to 0.28.2

Release notes

Sourced from typedoc's releases.

v0.28.2

Features

  • @group none and @category none will now render their children without a section heading in the default theme, #2922.
  • Added @disableGroups tag to completely disable the grouping mechanism for a given reflection, #2922.

Bug Fixes

  • Variables using @class now correctly handle @category, #2914.
  • Variables using @class now include constructor parameters, #2914.
  • Variables using @class with a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
  • Inlining types can now handle more type variants, #2920.
  • Fixed behavior of externalSymbolLinkMappings option when URL is set to #, #2921.
  • Fixed broken links within module pages when structure-dir router was used, #2928.
  • Type parameters on JS classes defined with @typedef now correctly handle the constraint, #2929.
  • API: toString on types containing index signatures now behave correctly, #2917.
  • Added @inlineType to the list of tags excluded by default.

v0.28.1

Features

  • The TypeDocOptions interface now marks options as optional so it no longer has to be wrapped in Partial for use in config files, #2901.
  • API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
  • API: Expose method to disable TypeDoc usage of localStorage without clearing it, #2908.

Bug Fixes

  • --watch can now infer entry points from package.json as supported in non-watch mode, #2899.
  • @include with regions now works on files with CRLF line endings, #2902.
  • Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
  • Fixed a crash when converting module.exports = [], #2909.
  • Fixed URL generation which introduced a superfluous ./ in relative links, #2910.

Thanks!

v0.28.0

Breaking Changes

  • TypeDoc now expects all input globs paths to be specified with / path separators, #2825.

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.2 (2025-04-07)

Features

  • @group none and @category none will now render their children without a section heading in the default theme, #2922.
  • Added @disableGroups tag to completely disable the grouping mechanism for a given reflection, #2922.

Bug Fixes

  • Variables using @class now correctly handle @category, #2914.
  • Variables using @class now include constructor parameters, #2914.
  • Variables using @class with a generic first constructor function now adopt that function's type parameters as the class type parameters, #2914.
  • When printing entry point globs which fail to match any paths, TypeDoc will no longer normalize the glob, #2918.
  • Inlining types can now handle more type variants, #2920.
  • Fixed behavior of externalSymbolLinkMappings option when URL is set to #, #2921.
  • Fixed broken links within module pages when structure-dir router was used, #2928.
  • Type parameters on JS classes defined with @typedef now correctly handle the constraint, #2929.
  • API: toString on types containing index signatures now behave correctly, #2917.
  • Added @inlineType to the list of tags excluded by default.

v0.28.1 (2025-03-20)

Features

  • The TypeDocOptions interface now marks options as optional so it no longer has to be wrapped in Partial for use in config files, #2901.
  • API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
  • API: Expose method to disable TypeDoc usage of localStorage without clearing it, #2908.

Bug Fixes

  • --watch can now infer entry points from package.json as supported in non-watch mode, #2899.
  • @include with regions now works on files with CRLF line endings, #2902.
  • Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
  • Fixed a crash when converting module.exports = [], #2909.
  • Fixed URL generation which introduced a superfluous ./ in relative links, #2910.

Thanks!

v0.28.0 (2025-03-15)

Breaking Changes

  • TypeDoc now expects all input globs paths to be specified with / path separators, #2825.

... (truncated)

Commits

Updates axios from 1.7.4 to 1.8.4

Release notes

Sourced from axios's releases.

Release v1.8.4

Release notes:

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

Release v1.8.3

Release notes:

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

Release v1.8.2

Release notes:

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

Release v1.8.1

Release notes:

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

Release v1.8.0

Release notes:

Bug Fixes

  • examples: application crashed when navigating examples in browser (#5938) (1260ded)
  • missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
  • utils: replace getRandomValues with crypto module (#6788) (23a25af)

... (truncated)

Changelog

Sourced from axios's changelog.

1.8.4 (2025-03-19)

Bug Fixes

  • buildFullPath: handle allowAbsoluteUrls: false without baseURL (#6833) (f10c2e0)

Contributors to this release

1.8.3 (2025-03-10)

Bug Fixes

  • add missing type for allowAbsoluteUrls (#6818) (10fa70e)
  • xhr/fetch: pass allowAbsoluteUrls to buildFullPath in xhr and fetch adapters (#6814) (ec159e5)

Contributors to this release

1.8.2 (2025-03-07)

Bug Fixes

  • http-adapter: add allowAbsoluteUrls to path building (#6810) (fb8eec2)

Contributors to this release

1.8.1 (2025-02-26)

Bug Fixes

  • utils: move generateString to platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)

Contributors to this release

1.8.0 (2025-02-25)

... (truncated)

Commits
  • 9f6f97b chore(release): v1.8.4 (#6844)
  • f10c2e0 fix(buildFullPath): handle allowAbsoluteUrls: false without baseURL (#6833)
  • 1e6632c chore(deps): bump tj-actions/changed-files in the github-actions group (#6838)
  • 39ec206 chore(release): v1.8.3 (#6819)
  • 10fa70e fix: add missing type for allowAbsoluteUrls (#6818)
  • 7821ef9 docs: update readme to include bun install (#6811)
  • ec159e5 fix(xhr/fetch): pass allowAbsoluteUrls to buildFullPath in xhr and `fet...
  • a9f7689 chore(release): v1.8.2 (#6812)
  • fb8eec2 fix(http-adapter): add allowAbsoluteUrls to path building (#6810)
  • 9812045 chore(sponsor): update sponsor block (#6804)
  • Additional commits viewable in compare view

Updates bignumber.js from 9.1.0 to 9.2.0

Changelog

Sourced from bignumber.js's changelog.

9.1.2

  • 28/08/23
  • #354 Amend round to avoid bug in v8 Maglev compiler.
  • [BUGFIX] #344 minimum(0, -0) should be -0.

9.1.1

  • 04/12/22
  • #338 [BUGFIX] exponentiatedBy: ensure 0**-n === Infinity for very large n.
Commits

Updates debug from 4.3.4 to 4.4.0

Release notes

Sourced from debug's releases.

4.4.0

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: https://github.com/debug-js/debug/compare/4.3.7...4.4.0

4.3.7

What's Changed

Full Changelog: https://github.com/debug-js/debug/compare/4.3.6...4.3.7

4.3.6

What's Changed

New Contributors

Full Changelog: https://github.com/debug-js/debug/compare/4.3.5...4.3.6

4.3.5

Patch

  • cac39b1c5b018b0fe93a53a05f084eee543d17f5 Fix/debug depth (#926)

Thank you @​calvintwr for the fix.

Commits

Updates fuse.js from 7.0.0 to 7.1.0

Release notes

Sourced from fuse.js's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0

Changelog

Sourced from

Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Ecosystem:
npm
Version Change:
1.7.4 → 1.8.4
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.26.0 → 2.31.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.19.4 → 7.26.9
Update Type:
Minor
Package:
ws
Ecosystem:
npm
Version Change:
8.18.0 → 8.18.1
Update Type:
Patch
Package:
webpack
Ecosystem:
npm
Version Change:
5.76.1 → 5.98.0
Update Type:
Minor
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.19.6 → 7.26.10
Update Type:
Minor
Package:
pg
Ecosystem:
npm
Version Change:
8.8.0 → 8.14.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.0 → 9.2.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.1.13 → 0.2.2
Update Type:
Minor
Package:
tsx
Ecosystem:
npm
Version Change:
4.15.6 → 4.19.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.14.186 → 4.17.16
Update Type:
Minor
Package:
ts-node
Ecosystem:
npm
Version Change:
10.9.1 → 10.9.2
Update Type:
Patch
Package:
typedoc
Ecosystem:
npm
Version Change:
0.23.24 → 0.28.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.14.0 → 0.14.1
Update Type:
Patch
Package:
debug
Ecosystem:
npm
Version Change:
4.3.4 → 4.4.0
Update Type:
Minor
Package:
@types/pg
Ecosystem:
npm
Version Change:
8.6.5 → 8.11.11
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.18.6 → 7.27.0
Update Type:
Minor
Package:
@types/cors
Ecosystem:
npm
Version Change:
2.8.13 → 2.8.17
Update Type:
Patch
Package:
typeorm
Ecosystem:
npm
Version Change:
0.3.15 → 0.3.22
Update Type:
Patch
Package:
rxjs
Ecosystem:
npm
Version Change:
7.5.7 → 7.8.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.0.0 → 2.1.0
Update Type:
Minor
Package:
@types/ws
Ecosystem:
npm
Version Change:
7.4.7 → 8.18.1
Update Type:
Major
Package:
tsc-alias
Ecosystem:
npm
Version Change:
1.8.10 → 1.8.13
Update Type:
Patch
Ecosystem:
npm
Version Change:
13.7.10 → 13.12.3
Update Type:
Minor
Package:
fuse.js
Ecosystem:
npm
Version Change:
7.0.0 → 7.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.8.3 → 0.12.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.5.0 → 2.7.0
Update Type:
Minor
Package:
artillery
Ecosystem:
npm
Version Change:
2.0.0-35-e92306e → 2.0.22
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.12.0 → 3.12.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.11.2 → 3.12.0
Update Type:
Minor
Package:
@scure/base
Ecosystem:
npm
Version Change:
1.1.1 → 1.2.4
Update Type:
Minor
Package:
jsonschema
Ecosystem:
npm
Version Change:
1.4.1 → 1.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.4.0 → 9.5.3
Update Type:
Minor
Package:
bip39
Ecosystem:
npm
Version Change:
3.0.4 → 3.1.0
Update Type:
Minor
Package:
optionator
Ecosystem:
npm
Version Change:
0.9.1 → 0.9.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.11.0 → 3.11.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.8.0 → 0.12.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.2.2 → 3.3.1
Update Type:
Minor
Package:
ts-log
Ecosystem:
npm
Version Change:
2.2.4 → 2.2.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.9.0 → 6.11.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.8.8 → 1.8.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.1.2 → 1.1.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.2.1 → 1.2.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.9.0 → 6.11.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.7.10 → 0.7.15
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.1.0 → 2.1.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.7.5 → 0.7.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.1 → 1.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.0.1 → 1.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.2 → 6.1.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.4.0 → 9.5.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.1.0 → 3.1.2
Update Type:
Patch
Technical Details
ID: 7319333
UUID: 2976011720
Node ID: PR_kwDOCvnbEc6Rlmmw
Host: GitHub
Repository: input-output-hk/cardano-js-sdk