build: bump the non-breaking-version-updates group with 52 updates
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(7 months ago)
(about 2 months ago)
(about 2 months ago)
dependencies javascript
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
- support eslint v9 (#2996, thanks [
@G-Rath] [@michaelfaith])order: allow validating named imports (#3043, thanks [@manuth])extensions: add thecheckTypeImportsoption (#2817, thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin 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: adddisableSccto 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])#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
- support eslint v9 (#2996, thanks [
@G-Rath] [@michaelfaith])- [
order]: allow validating named imports (#3043, thanks [@manuth])- [
extensions]: add thecheckTypeImportsoption (#2817, thanks [@phryneas])Fixed
ExportMap/ flat config: includelanguageOptionsin 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]: adddisableSccto 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])[2.30.0] - 2024-09-02
Added
- [
dynamic-import-chunkname]: addallowEmptyoption 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]: AddignoreUnusedTypeExportsoption (#3011, thanks [@silverwind])- add support for Flat Config (#3018, thanks [
@michaelfaith])Fixed
- [
no-extraneous-dependencies]: allow wrong path (#3012, thanks [@chabb])- [
no-cycle]: use scc algorithm to optimize (#2998, thanks [@soryy708])- [
no-duplicates]: Removing duplicates breaks in TypeScript (#3033, thanks [@yesl-kim])- [
newline-after-import]: fix considerComments option when require (#2952, thanks [@developer-bandi])- [
order]: do not compare first path segment for relative paths (#2682) (#2885, thanks [@mihkeleidast])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 thepathGroupsExcludedImportTypesoption (#3036, thanks [@liby])- [readme] Clarify how to install the plugin (#2993, thanks [
@jwbth])
... (truncated)
Commits
91f809bv2.31.03f1ac24[utils] [refactor]parse: avoid using a regex hered225176[New]extensions: add thecheckTypeImportsoption5a51b9a[Tests]rule-tester: try this babel class workaroundd66cde0[New] support eslint v9d27a639[Fix] adjust "is source type module" checks for flat config1fa8a07[Refactor] createsourceTypehelper0bc1355[Tests]no-default-export,no-named-export: add test cases with non-modu...55fa203[Tests]no-default-export,no-named-export: add test case6be20df[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.jsonfile not foundFixed
- Fixed
tsconfig.jsonfile not found on latest TypeScript version (TypeStrong/ts-node#2091)
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
- fix: latest version not compatible with node 20+ by
@justkey007in 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
@LukeAbbyin justkey007/tsc-alias#234- CI/CD by
@justkey007in justkey007/tsc-alias#237New Contributors
@LukeAbbymade 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
@justkey007in justkey007/tsc-alias#236- feat: support typescript 5.5 template by
@kalvenschrautin justkey007/tsc-alias#225Full Changelog: https://github.com/justkey007/tsc-alias/compare/v1.8.10...v1.8.11
Commits
10b37881.8.13e0f63abLatest version not compatible with node 20+ (#239)cd703f51.8.12756aa8fCI/CD (#237)8ebd8b5fix: Don't replace .d.ts paths (#234)cdd3e1fformat41054611.8.1154039dcfeat: support typescript 5.5 template (#225)7aef9fbfix: update GitHub Actions workflow for pnpm compatibility (#236)- See full diff in compare view
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
This release is also available on:
v4.19.2
4.19.2 (2024-10-26)
Bug Fixes
This release is also available on:
v4.19.1
4.19.1 (2024-09-12)
Bug Fixes
- cjs: patch
module.pathfor accurate cache ID (0329bfc), closes privatenumber/tsx#651- cjs: resolve ts extensions from js when namespaced (44ed37f)
This release is also available on:
v4.19.0
4.19.0 (2024-08-27)
... (truncated)
Commits
e04e6c6fix: upgradeesbuildto~0.25.0to address vuln report (#698)28a3e7ddocs: update links tonpx(#680)38b7135docs: add carbon ads7c47074fix: generate sourcesContent when Node.js debugger is enabled (#670)315d5f4docs(watch): document--includeflag375e39atest: refactor enforce-timeout524cb77docs(cjs): add compilation caveats7f8a051chore(deps): update dependency node to v20.18.0 (#660)97e8de0chore: upgrade pnpm95d2b0fchore: 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 noneand@category nonewill now render their children without a section heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@classnow correctly handle@category, #2914.- Variables using
@classnow include constructor parameters, #2914.- Variables using
@classwith 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
externalSymbolLinkMappingsoption 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
@typedefnow correctly handle the constraint, #2929.- API:
toStringon types containing index signatures now behave correctly, #2917.- Added
@inlineTypeto the list of tags excluded by default.v0.28.1
Features
- The
TypeDocOptionsinterface now marks options as optional so it no longer has to be wrapped inPartialfor 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
localStoragewithout clearing it, #2908.Bug Fixes
--watchcan now infer entry points frompackage.jsonas supported in non-watch mode, #2899.@includewith 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 noneand@category nonewill now render their children without a section heading in the default theme, #2922.- Added
@disableGroupstag to completely disable the grouping mechanism for a given reflection, #2922.Bug Fixes
- Variables using
@classnow correctly handle@category, #2914.- Variables using
@classnow include constructor parameters, #2914.- Variables using
@classwith 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
externalSymbolLinkMappingsoption 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
@typedefnow correctly handle the constraint, #2929.- API:
toStringon types containing index signatures now behave correctly, #2917.- Added
@inlineTypeto the list of tags excluded by default.v0.28.1 (2025-03-20)
Features
- The
TypeDocOptionsinterface now marks options as optional so it no longer has to be wrapped inPartialfor 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
localStoragewithout clearing it, #2908.Bug Fixes
--watchcan now infer entry points frompackage.jsonas supported in non-watch mode, #2899.@includewith 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
4bf00b5Update changelog for releasec463af3Bump version to 0.28.2573c243Update dependenciesec4177fAdd a test for #2916031f7a4Handle constraints on type params in JS classes8775e56Rebuild specsaf15347Fix@disableGroupson classese27a6b7Fix broken links with structure-dir routere577bfcImprove support fornonesectionsa4b022eFix externalSymbolLinkMappings#urls- Additional commits viewable in compare view
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
Contributors to this release
Release v1.8.3
Release notes:
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)Contributors to this release
Release v1.8.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.1
Release notes:
Bug Fixes
- utils: move
generateStringto platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
Release v1.8.0
Release notes:
Bug Fixes
... (truncated)
Changelog
Sourced from axios's changelog.
1.8.4 (2025-03-19)
Bug Fixes
Contributors to this release
1.8.3 (2025-03-10)
Bug Fixes
- add missing type for allowAbsoluteUrls (#6818) (10fa70e)
- xhr/fetch: pass
allowAbsoluteUrlstobuildFullPathinxhrandfetchadapters (#6814) (ec159e5)Contributors to this release
1.8.2 (2025-03-07)
Bug Fixes
Contributors to this release
1.8.1 (2025-02-26)
Bug Fixes
- utils: move
generateStringto platform utils to avoid importing crypto module into client builds; (#6789) (36a5a62)Contributors to this release
1.8.0 (2025-02-25)
... (truncated)
Commits
9f6f97bchore(release): v1.8.4 (#6844)f10c2e0fix(buildFullPath): handleallowAbsoluteUrls: falsewithoutbaseURL(#6833)1e6632cchore(deps): bump tj-actions/changed-files in the github-actions group (#6838)39ec206chore(release): v1.8.3 (#6819)10fa70efix: add missing type for allowAbsoluteUrls (#6818)7821ef9docs: update readme to include bun install (#6811)ec159e5fix(xhr/fetch): passallowAbsoluteUrlstobuildFullPathinxhrand `fet...a9f7689chore(release): v1.8.2 (#6812)fb8eec2fix(http-adapter): add allowAbsoluteUrls to path building (#6810)9812045chore(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
roundto avoid bug in v8 Maglev compiler.- [BUGFIX] #344
minimum(0, -0)should be-0.9.1.1
- 04/12/22
- #338 [BUGFIX]
exponentiatedBy: ensure0**-n === Infinityfor very largen.
Commits
997c748#355 Support BigInt argumenta543ab5#371 Provide separate type definitions for CommonJS and ES modules492e7eeupdate copyright year (#379)8a1c392Revert "feat: support passingBigIntargument (#355)" (#377)f7926dffeat: support passingBigIntargument (#355)0fbd29a[BUGFIX] Return type for comparedTo (#374)d795adbAdd missing closing parenthesis to comment in bignumber.d.ts (#359)6f2932fFix typoa05d98bv9.1.2ee5481b#354 Avoid bug in v8 Maglev compiler.- Additional commits viewable in compare view
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
- Upgrade ms to version 2.1.3 by
@realitykingin debug-js/debug#819Full Changelog: https://github.com/debug-js/debug/compare/4.3.6...4.3.7
4.3.6
What's Changed
- Avoid using deprecated RegExp.$1 by
@bluwyin debug-js/debug#969New Contributors
@bluwymade their first contribution in debug-js/debug#969Full 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
@calvintwrfor the fix.
Commits
7e3814c4.4.0d2d6bf0fix inefficient .enable() regex and .enabled() testbc609144.3.7c63e96eUpgrade ms to version 2.1.3 (#819)382864aremove archaic badges from readmec33b4644.3.67956a45Avoid using deprecated RegExp.$15464bdd4.3.5f244adaupdate authorship contact infocac39b1Fix/debug depth (#926)- 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
@piitayain krisk/Fuse#773- Clarify input to Fuse.parseIndex by
@dbaynardin krisk/Fuse#782- Update CHANGELOG.md, fix typos by
@NicholasWilsonDEVin krisk/Fuse#783New Contributors
@NicholasWilsonDEVmade their first contribution in krisk/Fuse#783@dbaynardmade their first contribution in krisk/Fuse#782@piitayamade their first contribution in krisk/Fuse#773Full Changelog: https://github.com/krisk/Fuse/compare/v7.0.0...v7.1.0
Changelog
Sourced from
Pull Request Statistics
0
0
+0
-0
Package Dependencies
@types/webextension-polyfill
npm
0.8.3 → 0.12.3
Minor
@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: | 7319333 |
| UUID: | 2976011720 |
| Node ID: | PR_kwDOCvnbEc6Rlmmw |
| Host: | GitHub |
| Repository: | input-output-hk/cardano-js-sdk |