stellar-demo-wallet icon indicating copy to clipboard operation
stellar-demo-wallet copied to clipboard

Bump the minor-and-patch group across 1 directory with 32 updates

Open dependabot[bot] opened this issue 2 months ago • 1 comments

Bumps the minor-and-patch group with 30 updates in the / directory:

Package From To
@stellar/stellar-sdk 14.1.0 14.1.1
@microlink/react-json-view 1.22.2 1.27.0
@simplewebauthn/browser 13.1.0 13.1.2
@stellar/prettier-config 1.0.1 1.2.0
@testing-library/jest-dom 6.0.0 6.8.0
@testing-library/user-event 14.4.3 14.6.1
assert 2.0.0 2.1.0
cbor 10.0.3 10.0.11
dompurify 3.0.5 3.2.6
sass 1.69.7 1.92.1
styled-components 6.0.7 6.1.19
typescript 5.1.6 5.9.2
url 0.11.1 0.11.4
@babel/core 7.22.10 7.28.4
@babel/preset-env 7.22.10 7.28.3
@babel/preset-react 7.22.5 7.27.1
@babel/preset-typescript 7.22.5 7.27.1
@types/lodash 4.14.197 4.17.20
@types/react-copy-to-clipboard 5.0.4 5.0.7
@types/styled-components 5.1.26 5.1.34
eslint-plugin-import 2.28.0 2.32.0
eslint-plugin-jsx-a11y 6.7.1 6.10.2
eslint-plugin-react 7.33.1 7.37.5
html-webpack-plugin 5.5.3 5.6.4
mini-css-extract-plugin 2.7.6 2.9.4
prettier 3.0.2 3.6.2
ts-loader 9.4.4 9.5.4
tsconfig-paths-webpack-plugin 4.1.0 4.2.0
webpack 5.88.2 5.101.3
ts-node 10.9.1 10.9.2

Updates @stellar/stellar-sdk from 14.1.0 to 14.1.1

Release notes

Sourced from @​stellar/stellar-sdk's releases.

v14.1.1

v14.1.1

Fixed

  • Added missing transactionIndex and operationIndex to getEvents return schema (#1206).
  • Remove previously-deprecated and now-removed pagingToken from getEvents (use id instead or the top-level cursor, depending on pagination needs) (#1207).

Contributors

Full Changelog: https://github.com/stellar/js-stellar-sdk/compare/v14.1.0...v14.1.1

Changelog

Sourced from @​stellar/stellar-sdk's changelog.

v14.1.1

Fixed

  • Added missing transactionIndex and operationIndex to getEvents return schema (#1206).
  • Remove previously-deprecated and now-removed pagingToken from getEvents (use id instead or the top-level cursor, depending on pagination needs) (#1207).
Commits

Updates @microlink/react-json-view from 1.22.2 to 1.27.0

Release notes

Sourced from @​microlink/react-json-view's releases.

v1.27.0

What's Changed

New Contributors

Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.2...v1.27.0

v1.26.2

What's Changed

New Contributors

Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.1...v1.26.2

v1.26.1

What's Changed

Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.0...v1.26.1

v1.26.0

What's Changed

New Contributors

Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.25.0...v1.26.0

v1.25.0

What's Changed

New Contributors

Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.24.1...v1.25.0

... (truncated)

Changelog

Sourced from @​microlink/react-json-view's changelog.

1.27.0 (2025-08-01)

Features

  • add custom buttons to rows according to value type (#4) (e8df37a)
  • show comma option (bdb3907)

Bug Fixes

  • replace class attribute by classname (e38bab4)
  • string data type: use camelcase on inline style (d578398)
  • use className instead of class in React components (#1) (108e1a8)

1.26.2 (2025-05-16)

1.26.1 (2025-02-15)

Bug Fixes

  • resolve test failures in Node 20+ and below Node 17 (c00d5cc)
  • rolling back the changes directly (4c17310)

1.26.0 (2025-02-13)

Features

  • 优化 rjvId 生成方式,添加随机字符串增加唯一性 (6d85757)

1.25.0 (2025-02-12)

Features

  • Enhance VariableEditor to support BigNumber type handling (98d2d1e)

1.24.1 (2025-02-12)

1.24.0 (2024-12-25)

1.23.4 (2024-10-25)

1.23.3 (2024-09-27)

Bug Fixes

... (truncated)

Commits
  • cbf13bc chore(release): 1.27.0
  • a72086a Merge pull request #87 from truongthanh1303/feat/show-comma-option
  • bdb3907 feat: show comma option
  • bc355f3 Merge pull request #81 from n1c0de/hotfix/use-camelcase-on-inline-style
  • a2312a7 Merge branch 'master' into hotfix/use-camelcase-on-inline-style
  • b8c14d8 Revert "Release/1.27.1 (#11)"
  • d578398 fix(string data type): use camelcase on inline style
  • b357174 Merge pull request #80 from n1c0de/hotfix/prevent-module-overflow-by-breaking...
  • e1f4b60 Revert "fix: use className instead of class in React components (#1)"
  • c334691 Revert "feat: add custom buttons to rows according to value type (#4)"
  • Additional commits viewable in compare view

Updates @simplewebauthn/browser from 13.1.0 to 13.1.2

Release notes

Sourced from @​simplewebauthn/browser's releases.

v13.1.2

Changes

  • [browser] [server] Exported the ResidentKeyRequirement type to help with type inference (#704)

v13.1.1

Changes:

  • [server] "android-key" attestation statement verification has been modernized (#675)
  • [server] More TPM manufacturers are recognized while verifying "tpm" attestation statements (#673)
Changelog

Sourced from @​simplewebauthn/browser's changelog.

v13.1.2

Changes

  • [browser] [server] Exported the ResidentKeyRequirement type to help with type inference (#704)

v13.1.1

Changes:

  • [server] "android-key" attestation statement verification has been modernized (#675)
  • [server] More TPM manufacturers are recognized while verifying "tpm" attestation statements (#673)
Commits

Updates @stellar/prettier-config from 1.0.1 to 1.2.0

Commits
Maintainer changes

This version was pushed to npm by piyalbasu, a new releaser for @​stellar/prettier-config since your current version.


Updates @testing-library/jest-dom from 6.0.0 to 6.8.0

Release notes

Sourced from @​testing-library/jest-dom's releases.

v6.8.0

6.8.0 (2025-08-20)

Features

v6.7.0

6.7.0 (2025-08-13)

Features

v6.6.4

6.6.4 (2025-07-26)

Performance Improvements

v6.6.3

6.6.3 (2024-10-31)

Bug Fixes

  • add vitest import when extending vitest matchers (#646) (5ba0156)

v6.6.2

6.6.2 (2024-10-17)

Bug Fixes

  • remove recursive type reference in vitest types (#636) (4468378)

v6.6.1

6.6.1 (2024-10-16)

Bug Fixes

  • fix lodash import in to-have-selection.js (#642) (ced792e)

v6.6.0

6.6.0 (2024-10-16)

... (truncated)

Commits

Updates @testing-library/user-event from 14.4.3 to 14.6.1

Release notes

Sourced from @​testing-library/user-event's releases.

v14.6.1

14.6.1 (2025-01-21)

Bug Fixes

  • correct description for delay option (#1175) (2edf14d)
  • keyboard: add ContextMenu to defaultKeyMap (#1079) (3e471d1)
  • keyboard: add brackets to defaultKeyMap (#1226) (543ecb0)
  • keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
  • pointer: dispatch mouse events if pointerdown is defaultPrevented (#1121) (f681f7b)
  • pointer: set button and buttons properties on PointerEvent (#1219) (6614f72)
  • pointer: use 1 as default value for PointerEvent.width and PointerEvent.height (#1224) (f0468d0)
  • prevent click event loop on form-associated custom element (#1238) (465fc7e)
  • prevent click event on non-focusable control (#1130) (e429094)
  • upload: apply accept filter more leniently (#1064) (a344ad4)

v14.6.0

14.6.0 (2025-01-15)

Features

Bug Fixes

  • clipboard: await DataTransferItem.getAsString() callback (#1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#1229) (5f3d28f)

v14.5.2

14.5.2 (2023-12-29)

Bug Fixes

  • remove interop and deep DTL imports (6a3c896)

v14.5.1

14.5.1 (2023-09-15)

Bug Fixes

  • incorrect default import from @​testing-library/dom (#1162) (d7483f0)

v14.5.0

14.5.0 (2023-09-14)

... (truncated)

Commits
  • d42954b chore: fix typos (#1260)
  • 465fc7e fix: prevent click event loop on form-associated custom element (#1238)
  • 65c1f6c test: update snapshots (#1261)
  • 543ecb0 fix(keyboard): add brackets to defaultKeyMap (#1226)
  • f0468d0 fix(pointer): use 1 as default value for PointerEvent.width and `PointerE...
  • 6614f72 fix(pointer): set button and buttons properties on PointerEvent (#1219)
  • 2edf14d fix: correct description for delay option (#1175)
  • e429094 fix: prevent click event on non-focusable control (#1130)
  • f681f7b fix(pointer): dispatch mouse events if pointerdown is defaultPrevented (#...
  • 3e471d1 fix(keyboard): add ContextMenu to defaultKeyMap (#1079)
  • Additional commits viewable in compare view

Updates assert from 2.0.0 to 2.1.0

Changelog

Sourced from assert's changelog.

2.1.0

  • [New] Implement assert.match() and assert.doesNotMatch()
  • [Refactor] switching to a maintained Object.assign package
  • [readme] Add description for usage with webpack and vite (#60)
  • [readme] Remove duplicate line under usage section (#48)
  • [Deps] update is-nan, object-is, util
  • [Dev Deps] update @babel/cli, @babel/core, @babel/preset-env, airtap, core-js, cross-eng, object.entries, object.getownpropertydescriptors, tape
Commits
  • fc65923 v2.1.0
  • d99f50d [meta] add to FUNDING.yml
  • c6e09cb [Deps] update is-nan, object-is, util
  • a38013b [Dev Deps] update @babel/cli, @babel/core, @babel/preset-env, airtap,...
  • f5d7c66 [Refactor] switching to a maintained Object.assign package
  • 80664db [readme] Add description for usage with webpack and vite
  • d932a53 Implement assert.match() and assert.doesNotMatch()
  • bba838e Add security.md
  • ffd5479 Remove duplicate line under usage section (#48)
  • c112ec4 Remove duplicate line under usage section
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for assert since your current version.


Updates bignumber.js from 9.1.1 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.

9.1.2

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

Updates cbor from 10.0.3 to 10.0.11

Release notes

Sourced from cbor's releases.

v10.0.11

What's Changed

Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.10...v10.0.11

v10.0.10

What's Changed

Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.9...v10.0.10

v10.0.9

Note: versions 10.0.4 - 10.0.8 were not published to NPM.

What's Changed

Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.8...v10.0.9

v10.0.8

Note: versions 10.0.4-10.0.7 were not released to NPM.

What's Changed

Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.7...v10.0.8

v10.0.7

Note: 10.0.4-10.0.6 never got published correctly to NPM.

What's Changed

Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.6...v10.0.7

v10.0.6

What's Changed

Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.5...v10.0.6

v10.0.5

What's Changed

... (truncated)

Commits

Updates dompurify from 3.0.5 to 3.2.6

Release notes

Sourced from dompurify's releases.

DOMPurify 3.2.6

DOMPurify 3.2.5

  • Added a check to the mXSS detection regex to be more strict, thanks @​masatokinugawa
  • Added ESM type imports in source, removes patch function, thanks @​donmccurdy
  • Added script to verify various TypeScript configurations, thanks @​reduckted
  • Added more modern browsers to the Karma launchers list
  • Added Node 23.x to tested runtimes, removed Node 17.x
  • Fixed the generation of source maps, thanks @​reduckted
  • Fixed an unexpected behavior with ALLOWED_URI_REGEXP using the 'g' flag, thanks @​hhk-png
  • Fixed a few typos in the README file

DOMPurify 3.2.4

  • Fixed a conditional and config dependent mXSS-style bypass reported by @​nsysean
  • Added a new feature to allow specific hook removal, thanks @​davecardwell
  • Added purify.js and purify.min.js to exports, thanks @​Aetherinox
  • Added better logic in case no window object is president, thanks @​yehuya
  • Updated some dependencies called out by dependabot
  • Updated license files etc to show the correct year

DOMPurify 3.2.3

DOMPurify 3.2.2

  • Fixed a possible bypass in case a rather specific config for custom elements is set, thanks @​yaniv-git
  • Fixed several minor issues with the type definitions, thanks again @​reduckted
  • Fixed a minor issue with the types reference for trusted types, thanks @​reduckted
  • Fixed a minor problem with the template detection regex on some systems, thanks @​svdb99

DOMPurify 3.2.1

DOMPurify 3.2.0

DOMPurify 3.1.7

  • Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @​masatokinugawa
  • Fixed several smaller typos in documentation and test & build files, thanks @​christianhg
  • Added better support for Angular compiler, thanks @​jeroen1602
  • Added several new attributes to HTML and SVG allow-list, thanks @​Gigabyte5671 and @​Rotzbua

... (truncated)

Commits

Updates sass from 1.69.7 to 1.92.1

Release notes

Sourced from sass's releases.

Dart Sass 1.92.1

To install Sass 1.92.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

See the full changelog for changes in earlier releases.

Dart Sass 1.92.0

To install Sass 1.92.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and @use rules could fail to apply correctly.

Command-Line Interface

  • In --watch mode, delete the source map when the associated source file is deleted.

See the full changelog for changes in earlier releases.

Dart Sass 1.91.0

To install Sass 1.91.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Potentially breaking change: meta.inspect() (as well as other systems that use it such as @debug and certain error messages) now emits numbers with as high precision as is available instead of rounding to the nearest 1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of meta.inspect(), which is to provide full information about the structure of a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when calling a function or mixin is now deprecated. This was always outside the specified syntax, but it was historically treated the same as passing the rest argument at the end of the argument list whether or not that matched the visual order of the arguments.

See the full changelog for changes in earlier releases.

Dart Sass 1.90.0

To install Sass 1.90.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

... (truncated)

Changelog

Sourced from sass's changelog.

1.92.1

  • Fix a bug where variable definitions from one imported, forwarded module would not be passed as implicit configuration to a later imported, forwarded module.

1.92.0

  • Breaking change: Emit declarations, childless at-rules, and comments in the order they appear in the source even when they're interleaved with nested rules. This obsoletes the mixed-decls deprecation.

  • Breaking change: The function name type() is now fully reserved for the plain CSS function. This means that @function definitions with the name type will produce errors, while function calls will be parsed as special function strings.

  • Configuring private variables using @use ... with, @forward ... with, and meta.load-css(..., $with: ...) is now deprecated. Private variables were always intended to be fully encapsulated within the module that defines them, and this helps enforce that encapsulation.

  • Fix a bug where @extend rules loaded through a mixture of @import and @use rules could fail to apply correctly.

Command-Line Interface

  • In --watch mode, delete the source map when the associated source file is deleted.

1.91.0

  • Potentially breaking change: meta.inspect() (as well as other systems that use it such as @debug and certain error messages) now emits numbers with as high precision as is available instead of rounding to the nearest 1e⁻¹⁰ as we do when serializing to CSS. This better fits the purpose of meta.inspect(), which is to provide full information about the structure of a Sass value.

  • Passing a rest argument ($arg...) before a positional or named argument when calling a function or mixin is now deprecated. This was always outside the specified syntax, but it was historically treated the same as passing the rest argument at the end of the argument list whether or not that matched the visual order of the arguments.

1.90.0

  • Allow a @forwarded module to be loaded with a configuration when that module has already been loaded with a different configuration and the module doesn't define any variables that would have been configured anyway.

... (truncated)

Commits
  • f7f0342 Fix bug with implicit configuration (#2642)
  • ea9f7be Bump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser (#2607)
  • ff1847b Bump browser-actions/setup-chrome from 1 to 2 (#2604)
  • fc5d6e3 Bump actions/download-artifact from 4 to 5 (#2617)
  • 055ef24 [Private Config] Implement the deprecation (#2631)
  • 3526d62 Bump actions/attest-build-provenance from 2 to 3 (#2633)
  • 87e2e1c Add support for the plain CSS type() function (#2630)
  • 9009a64 Implement the new mixed declaration/comment/at-rule behavior (#2629)
  • 6d3d928 Delete source maps when source files are deleted in watch mode (#2626)
  • c61b098 Fix @extend through mixed @import and @use (#2627)
  • Additional commits viewable in compare view

Updates styled-components from 6.0.7 to 6.1.19

Description has been truncated

dependabot[bot] avatar Sep 10 '25 17:09 dependabot[bot]

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatednpm/​@​stellar/​stellar-sdk@​14.1.0 ⏵ 14.1.199 +11001009680

View full report

socket-security[bot] avatar Sep 10 '25 17:09 socket-security[bot]

Looks like these dependencies are updatable in another way, so this is no longer needed.

dependabot[bot] avatar Nov 23 '25 02:11 dependabot[bot]