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

build: bump the non-breaking-version-updates group across 1 directory with 49 updates

Open
Number: #1668
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: September 29, 2025 at 08:17 AM UTC
(3 days ago)
Updated: September 29, 2025 at 08:17 AM UTC
(3 days ago)
Labels:
dependencies javascript
Description:

Bumps the non-breaking-version-updates group with 49 updates in the / directory:

Package From To
eslint-plugin-import 2.26.0 2.32.0
ts-node 10.9.1 10.9.2
tsc-alias 1.8.10 1.8.16
tsx 4.15.6 4.20.6
typedoc 0.23.24 0.28.13
axios 1.11.0 1.12.2
bignumber.js 9.1.2 9.3.1
fuse.js 7.0.0 7.1.0
jsonschema 1.4.1 1.5.0
pg 8.10.0 8.16.3
@types/pg 8.6.5 8.15.5
pg-connection-string 2.5.0 2.9.1
reflect-metadata 0.1.13 0.2.2
rxjs 7.8.1 7.8.2
ts-custom-error 3.2.2 3.3.1
ts-log 2.2.4 2.2.7
typeorm 0.3.17 0.3.27
@cardano-ogmios/client 6.9.0 6.13.0
@types/bunyan 1.8.8 1.8.11
@types/cors 2.8.13 2.8.19
@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.20
axios-mock-adapter 2.0.0 2.1.0
class-validator 0.14.0 0.14.2
@types/validator 13.7.10 13.15.3
@cardano-ogmios/schema 6.9.0 6.13.0
libsodium-wrappers-sumo 0.7.10 0.7.15
pbkdf2 3.1.3 3.1.5
@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.28.4
@babel/preset-env 7.19.4 7.28.3
@babel/preset-typescript 7.24.7 7.27.1
@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.26
crypto-browserify 3.12.0 3.12.1
@types/cli-progress 3.11.0 3.11.6
@ledgerhq/hw-transport 6.31.4 6.31.11
@ledgerhq/hw-transport-node-hid-noevents 6.30.5 6.30.12
@ledgerhq/hw-transport-webusb 6.29.4 6.29.11
@trezor/connect 9.4.0 9.6.3
@trezor/connect-web 9.4.0 9.6.3
bip39 3.0.4 3.1.0

Updates eslint-plugin-import from 2.26.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

[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

... (truncated)

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • 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.16

Release notes

Sourced from tsc-alias's releases.

v1.8.16 (2025-05-05)

What's Changed

New Contributors

Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.15...v1.8.16

v1.8.15 (2025-04-10)

What's Changed

Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.14...v1.8.15

v1.8.14 (2025-04-08)

What's Changed

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

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.20.6

Release notes

Sourced from tsx's releases.

v4.20.6

4.20.6 (2025-09-26)

Bug Fixes

  • properly hide relaySignal from process.listeners() (#741) (710a424)

This release is also available on:

v4.20.5

4.20.5 (2025-08-24)

Bug Fixes

  • handle ambiguous packages (796053a)

This release is also available on:

v4.20.4

4.20.4 (2025-08-12)

Bug Fixes


This release is also available on:

v4.20.3

4.20.3 (2025-06-13)

Bug Fixes

... (truncated)

Commits
  • 710a424 fix: properly hide relaySignal from process.listeners() (#741)
  • 20b91c4 docs: make sponsors dynamic
  • 08dcd59 chore: move vercel settings to root
  • e6d1a47 docs: obfuscate aside classname
  • de2719d style: remove unused variable
  • 13f2954 chore: upgrade docs deps
  • 0504525 chore: upgrade manten
  • 132fdd8 test: assert require.cache
  • f057e7d test: require loop
  • a6f8f9f refactor: getFormat to handle all formats
  • Additional commits viewable in compare view

Updates typedoc from 0.23.24 to 0.28.13

Release notes

Sourced from typedoc's releases.

v0.28.13

Features

  • The basePath option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use the displayBasePath option, #3009.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #3012.
  • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #3014.

v0.28.12

Bug Fixes

  • Variables marked with @enum now work for symbols imported from another module, #3003.
  • Improved magic introduced with #2999 to work with imported symbols, #3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #3006.
  • Linking to the project's README file with a relative link will now behave as expected, #3006.
  • Reduced unnecessary HTML element rendering in default theme. API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11

Features

  • Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.

Bug Fixes

  • Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #2995.
  • The compilerOptions option now functions properly with non-boolean options, #3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #3000.
  • Fixed improper casing of "Type Declaration" header, #3002.

v0.28.10

Bug Fixes

  • Fixed inconsistent anchors on module pages for re-exports, #2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #2991.

v0.28.9

Features

... (truncated)

Changelog

Sourced from typedoc's changelog.

v0.28.13 (2025-09-14)

Features

  • The basePath option now also affects relative link resolution, TypeDoc will also check for paths relative to the provided base path. If you instead want TypeDoc to only change the rendered base path for sources, use the displayBasePath option, #3009.

Bug Fixes

  • Fixed bug introduced in 0.28.8 where TypeDoc could not render docs with some mixin classes, #3007.
  • @inheritDoc will now correctly overwrite @remarks and @returns blocks on the target comment, #3012.
  • The externalSymbolLinkMappings option now works properly on links pointing to inherited/overwritten signatures, #3014.

v0.28.12 (2025-09-01)

Bug Fixes

  • Variables marked with @enum now work for symbols imported from another module, #3003.
  • Improved magic introduced with #2999 to work with imported symbols, #3003.
  • Fixed relative link resolution to file names containing percent encoded URLs, #3006.
  • Linking to the project's README file with a relative link will now behave as expected, #3006.
  • Reduced unnecessary HTML element rendering in default theme. API: Reflection.hasComment and Comment.hasVisibleComponent now accepts an optional notRenderedTags parameter.

v0.28.11 (2025-08-25)

Features

  • Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.

Bug Fixes

  • Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
  • Optional methods are now rendered with a trailing ? in the reflection preview and signature, #2995.
  • The compilerOptions option now functions properly with non-boolean options, #3000.
  • Configuration errors within the compilerOptions option are now handled gracefully, #3000.
  • Fixed improper casing of "Type Declaration" header, #3002.

v0.28.10 (2025-08-10)

Bug Fixes

  • Fixed inconsistent anchors on module pages for re-exports, #2990.
  • Markdown references which appear to be footnotes will no longer be checked for links, #2991.

v0.28.9 (2025-08-01)

Features

... (truncated)

Commits
  • 7240906 Update changelog for release
  • a57c48e Bump version to 0.28.13
  • 33e4eb9 Fix externalSymbolLinkMappings with inherited methods
  • 3b84d2d Use basePath option for relative links
  • 12a3f3a Fix tests
  • 8f94288 Fix #3012
  • df88357 Merge pull request #3010 from boneskull/boneskull/packagedocumentation-link
  • e0fd143 docs(tags): fix link to packageDocumentation
  • 1269e3a Make parent links even more restrictive
  • b3a4869 Update changelog for release
  • Additional commits viewable in compare view

Updates axios from 1.11.0 to 1.12.2

Release notes

Sourced from axios's releases.

Release v1.12.2

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

Release v1.12.1

Release notes:

Bug Fixes

Contributors to this release

Release v1.12.0

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.12.2 (2025-09-14)

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

1.12.1 (2025-09-12)

Bug Fixes

Contributors to this release

1.12.0 (2025-09-11)

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

... (truncated)

Commits

Updates bignumber.js from 9.1.2 to 9.3.1

Changelog

Sourced from bignumber.js's changelog.

9.3.1

  • 11/07/25
  • [BUGFIX] #388 toPrecision fix.

9.3.0

  • 19/04/25
  • Refactor type declarations:
  • Rename bignumber.d.ts to types.d.ts.
  • Rename bignumber.d.cts to bignumber.d.ts.
  • Add export as namespace to bignumber.d.ts.
  • Remove subpath exports from package.json.
  • Refactor named export from bignumber.d.mts.
  • #383 Remove ? from static BigNumber and default properties.
  • Add blank lines after titles in CHANGELOG.md.

9.2.1

  • 08/04/25
  • #371 #382 Add BigNumber as named export.

9.2.0

  • 03/04/25
  • #355 Support BigInt argument.
  • #371 Provide separate type definitions for CommonJS and ES modules.
  • #374 Correct comparedTo return type.
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 fuse.js's changelog.

7.1.0 (2025-02-03)

Features

  • add ignore diacritics (e0fcdb1)
  • add option to ignore diacritics (fb012b7)

Bug Fixes

Commits
Package Dependencies
Ecosystem:
npm
Version Change:
1.11.0 → 1.12.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
2.26.0 → 2.32.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.19.4 → 7.28.3
Update Type:
Minor
Package:
@babel/core
Ecosystem:
npm
Version Change:
7.19.6 → 7.28.4
Update Type:
Minor
Package:
pg
Ecosystem:
npm
Version Change:
8.10.0 → 8.16.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.1.2 → 9.3.1
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.20.6
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.14.186 → 4.17.20
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.13
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.14.0 → 0.14.2
Update Type:
Patch
Package:
@types/pg
Ecosystem:
npm
Version Change:
8.6.5 → 8.15.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.24.7 → 7.27.1
Update Type:
Minor
Package:
@types/cors
Ecosystem:
npm
Version Change:
2.8.13 → 2.8.19
Update Type:
Patch
Package:
typeorm
Ecosystem:
npm
Version Change:
0.3.17 → 0.3.27
Update Type:
Patch
Package:
rxjs
Ecosystem:
npm
Version Change:
7.8.1 → 7.8.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.0.0 → 2.1.0
Update Type:
Minor
Package:
tsc-alias
Ecosystem:
npm
Version Change:
1.8.10 → 1.8.16
Update Type:
Patch
Ecosystem:
npm
Version Change:
13.7.10 → 13.15.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.9.1
Update Type:
Minor
Package:
artillery
Ecosystem:
npm
Version Change:
2.0.0-35-e92306e → 2.0.26
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.12.0 → 3.12.1
Update Type:
Patch
Package:
jsonschema
Ecosystem:
npm
Version Change:
1.4.1 → 1.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.30.5 → 6.30.12
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.29.4 → 6.29.11
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.4.0 → 9.6.3
Update Type:
Minor
Package:
pbkdf2
Ecosystem:
npm
Version Change:
3.1.3 → 3.1.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
6.31.4 → 6.31.11
Update Type:
Patch
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.13.0
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.13.0
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.6.3
Update Type:
Minor
Technical Details
ID: 8682745
UUID: 2869523864
Node ID: PR_kwDOCvnbEc6rCXWY
Host: GitHub
Repository: input-output-hk/cardano-js-sdk
Merge State: Unknown