build: bump the non-breaking-version-updates group across 1 directory with 49 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(3 days ago)
(3 days ago)
dependencies javascript
Bumps the non-breaking-version-updates group with 49 updates in the / directory:
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
- add
enforce-node-protocol-usage
rule andimport/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
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius
])- [
order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius
])- [
order
]: addconsolidateIslands
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 usingnamed
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
- [Docs]
extensions
, [order
]: improve documentation (#3106, thanks [@Xunnamius
])- [Docs] add flat config guide for using
tseslint.config()
(#3125, thanks [@lnuvy
])- [Docs] add missing comma (#3122, thanks [
@RyanGst
])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix
])- [Refactor] [
order
]: remove unnecessary negative check (#3167, thanks [@JounQin
])- [Docs] [
no-unused-modules
]: add missing double quote (#3191, thanks [@albertpastrana
])- [Docs]
no-restricted-paths
: clarify wording and fix errors (#3172, thanks [@greim
])
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.32.0] - 2025-06-20
Added
- add [
enforce-node-protocol-usage
] rule andimport/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
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius
])- [
order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius
])- [
order
]: addconsolidateIslands
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 usingnamed
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
- [Docs] [
extensions
], [order
]: improve documentation (#3106, thanks [@Xunnamius
])- [Docs] add flat config guide for using
tseslint.config()
(#3125, thanks [@lnuvy
])- [Docs] add missing comma (#3122, thanks [
@RyanGst
])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix
])- [Refactor] [
order
]: remove unnecessary negative check (#3167, thanks [@JounQin
])- [Docs] [
no-unused-modules
]: add missing double quote (#3191, thanks [@albertpastrana
])- [Docs]
no-restricted-paths
: clarify wording and fix errors (#3172, thanks [@greim
])[2.31.0] - 2024-10-03
Added
- support eslint v9 (#2996, thanks [
@G-Rath
] [@michaelfaith
])- [
order
]: allow validating named imports (#3043, thanks [@manuth
])- [
extensions
]: add thecheckTypeImports
option (#2817, thanks [@phryneas
])Fixed
ExportMap
/ flat config: includelanguageOptions
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
- [Docs] [
no-relative-packages
]: fix typo (#3066, thanks [@joshuaobrien
])- [Performance] [
no-cycle
]: dont scc for each linted file (#3068, thanks [@soryy708
])- [Docs] [
no-cycle
]: adddisableScc
to docs (#3070, thanks [@soryy708
])- [Tests] use re-exported
RuleTester
(#3071, thanks [@G-Rath
])- [Docs] [
no-restricted-paths
]: fix grammar (#3073, thanks [@unbeauvoyage
])- [Tests] [
no-default-export
], [no-named-export
]: add test case (thanks [@G-Rath
])
... (truncated)
Commits
01c9eb0
v2.32.0ae57cc1
[Deps] updatearray-includes
,array.prototype.findlastindex
, `eslint-modu...9e1ad6b
[Fix]order
: codify invariants from docs into config schemaf017790
[Docs]no-restricted-paths
: clarify wording and fix errors7d83a57
[Docs]no-unused-modules
: add missing double quote519eb94
[utils] v2.12.171ad145
[actions] split out tests into new vs old eslint9b096c4
[utils] [dev deps] update@arethetypeswrong/cli
,@ljharb/tsconfig
, `@type...da5f6ec
[Fix]enforce-node-protocol-usage
: avoid a crash with some TS code6e49a58
[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 foundFixed
- Fixed
tsconfig.json
file not found on latest TypeScript version (TypeStrong/ts-node#2091)
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
- fix: update import from get-tsconfig to use parseTsconfig by
@ediaz2
in justkey007/tsc-alias#245New Contributors
@ediaz2
made their first contribution in justkey007/tsc-alias#245Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.15...v1.8.16
v1.8.15 (2025-04-10)
What's Changed
- fix: compilerOptions.outDir is not set error by
@justkey007
in justkey007/tsc-alias#242Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.14...v1.8.15
v1.8.14 (2025-04-08)
What's Changed
- Does not work properly with tsconfig.json with extends by
@justkey007
in justkey007/tsc-alias#240Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.13...v1.8.14
v1.8.13 (2025-03-29)
What's Changed
- fix: latest version not compatible with node 20+ by
@justkey007
in justkey007/tsc-alias#239Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.12...v1.8.13
v1.8.12 (2025-03-29)
What's Changed
- fix: Don't replace .d.ts paths by
@LukeAbby
in justkey007/tsc-alias#234- CI/CD by
@justkey007
in justkey007/tsc-alias#237New Contributors
@LukeAbby
made their first contribution in justkey007/tsc-alias#234Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.11...v1.8.12
v1.8.11 (2025-02-25)
What's Changed
- fix: update GitHub Actions workflow for pnpm compatibility by
@justkey007
in justkey007/tsc-alias#236- feat: support typescript 5.5 template by
@kalvenschraut
in justkey007/tsc-alias#225Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.10...v1.8.11
Commits
4c90cf6
1.8.163b143cd
fix: update import from get-tsconfig to use parseTsconfig (#245)abc7d59
1.8.153e55ed9
fix: compilerOptions.outDir is not set error (#242)cc00f6f
1.8.1444d8c03
Does not work properly with tsconfig.json with extends (#240)10b3788
1.8.13e0f63ab
Latest version not compatible with node 20+ (#239)cd703f5
1.8.12756aa8f
CI/CD (#237)- Additional commits viewable in compare view
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
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 dynamic08dcd59
chore: move vercel settings to roote6d1a47
docs: obfuscate aside classnamede2719d
style: remove unused variable13f2954
chore: upgrade docs deps0504525
chore: upgrade manten132fdd8
test: assert require.cachef057e7d
test: require loopa6f8f9f
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 thedisplayBasePath
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
andComment.hasVisibleComponent
now accepts an optionalnotRenderedTags
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 thedisplayBasePath
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
andComment.hasVisibleComponent
now accepts an optionalnotRenderedTags
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 releasea57c48e
Bump version to 0.28.1333e4eb9
Fix externalSymbolLinkMappings with inherited methods3b84d2d
Use basePath option for relative links12a3f3a
Fix tests8f94288
Fix #3012df88357
Merge pull request #3010 from boneskull/boneskull/packagedocumentation-linke0fd143
docs(tags): fix link to packageDocumentation1269e3a
Make parent links even more restrictiveb3a4869
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
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
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
- adding build artifacts (9ec86de)
- dont add dist on release (a2edc36)
- fetch-adapter: set correct Content-Type for Node FormData (#6998) (a9f47af)
- node: enforce maxContentLength for data: URLs (#7011) (945435f)
- package exports (#5627) (aa78ac2)
- params: removing '[' and ']' from URL encode exclude characters (#3316) (#5715) (6d84189)
- release pr run (fd7f404)
- types: change the type guard on isCancel (#5595) (0dbb7fd)
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
e5a3336
chore(release): v1.12.2 (#7031)38726c7
refactor: change if in else to else if (#7028)cf78825
fix(fetch): use current global fetch instead of cached one when env fetch is ...c26d00f
refactor: remove redundant assignment (#7029)9fb41a8
chore(ci): add local HTTP server for Karma tests; (#7022)19f9f36
docs(readme): add custom fetch section; (#7024)3cac78c
chore(release): v1.12.1 (#7021)b5f26b7
fix(types): fixed env config types; (#7020)0d8ad6e
chore(release): v1.12.0 (#7013)fd7f404
fix: release pr run- Additional commits viewable in compare view
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 staticBigNumber
anddefault
properties.- Add blank lines after titles in CHANGELOG.md.
9.2.1
9.2.0
Commits
a7bc1f1
v9.3.1307860b
#388 toPrecision fix.46d4fe2
#385 Fix link to licence from README3abe017
Update README for main branch and CI badge4bc8c79
Remove Travis CI, add GitHub Actions, update to main branch7a0bb55
Update CHANGELOG.mdc876b68
v9.3.057d52cb
#383 Refactor type declarationsa626ba7
v9.2.19385f0e
#371 #382 Add named export- Additional commits viewable in compare view
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
- feat: add option to ignore diacritics by
@piitaya
in krisk/Fuse#773- Clarify input to Fuse.parseIndex by
@dbaynard
in krisk/Fuse#782- Update CHANGELOG.md, fix typos by
@NicholasWilsonDEV
in krisk/Fuse#783New Contributors
@NicholasWilsonDEV
made their first contribution in krisk/Fuse#783@dbaynard
made their first contribution in krisk/Fuse#782@piitaya
made their first contribution in krisk/Fuse#773Full Changelog: https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0
Commits
8119c18
chore(release): 7.1.0ef16371
Merge branch 'ignore-diacritics'e0fcdb1
feat: add ignore diacriticsd89d15e
chore: clarify index support-
Pull Request Statistics
Commits:
1Files Changed:
15Additions:
+7815Deletions:
-3456
Package Dependencies
@types/webextension-polyfill
npm
0.8.3 → 0.12.3
Minor
npm
6.30.5 → 6.30.12
Patch
@ledgerhq/hw-transport-webusb
npm
6.29.4 → 6.29.11
Patch
@types/express-prometheus-middleware
npm
1.2.1 → 1.2.3
Patch
@types/libsodium-wrappers-sumo
npm
0.7.5 → 0.7.8
Patch
npm
1.0.1 → 1.1.0
Minor
npm
1.0.1 → 1.1.0
Minor
Technical Details
ID: | 8682745 |
UUID: | 2869523864 |
Node ID: | PR_kwDOCvnbEc6rCXWY |
Host: | GitHub |
Repository: | input-output-hk/cardano-js-sdk |
Merge State: | Unknown |