stellar-demo-wallet
stellar-demo-wallet copied to clipboard
Bump the minor-and-patch group across 1 directory with 32 updates
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
transactionIndexandoperationIndextogetEventsreturn schema (#1206).- Remove previously-deprecated and now-removed
pagingTokenfromgetEvents(useidinstead or the top-levelcursor, depending on pagination needs) (#1207).Contributors
@fondation451made their first contribution in stellar/js-stellar-sdk#1206Full Changelog: https://github.com/stellar/js-stellar-sdk/compare/v14.1.0...v14.1.1
Commits
f1a22b7Release v14.1.1 (#1207)fcd3c0bfeat: Add missing transactionIndex field in events returned by the RPC (#1206)- See full diff in compare view
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
- Use "className" instead of "class" in React components by
@n1c0dein microlinkhq/react-json-view#78- Prevent module overflow by breaking long words in string value by
@n1c0dein microlinkhq/react-json-view#80- Use camelCase on inline style by
@n1c0dein microlinkhq/react-json-view#81- feat: show comma option by
@truongthanh1303in microlinkhq/react-json-view#87New Contributors
@n1c0demade their first contribution in microlinkhq/react-json-view#78@truongthanh1303made their first contribution in microlinkhq/react-json-view#87Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.2...v1.27.0
v1.26.2
What's Changed
- refactor: better to check the constructor by
@sharefe-demoin microlinkhq/react-json-view#64- Fix CSP by removing globalThis polyfill by
@robbie-cin microlinkhq/react-json-view#77New Contributors
@sharefe-demomade their first contribution in microlinkhq/react-json-view#64@robbie-cmade their first contribution in microlinkhq/react-json-view#77Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.1...v1.26.2
v1.26.1
What's Changed
- fix: rolling back the changes directly by
@Suntgrin microlinkhq/react-json-view#63- fix: resolve test failures in Node 20+ and below Node 17 by
@Suntgrin microlinkhq/react-json-view#62Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.26.0...v1.26.1
v1.26.0
What's Changed
- feat: 优化 rjvId 生成方式,添加随机字符串增加唯一性 by
@waterbird-iin microlinkhq/react-json-view#60New Contributors
@waterbird-imade their first contribution in microlinkhq/react-json-view#60Full Changelog: https://github.com/microlinkhq/react-json-view/compare/v1.25.0...v1.26.0
v1.25.0
What's Changed
- feat: Enhance VariableEditor to support BigNumber type handling by
@Suntgrin microlinkhq/react-json-view#55New Contributors
@Suntgrmade their first contribution in microlinkhq/react-json-view#55Full 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
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
cbf13bcchore(release): 1.27.0a72086aMerge pull request #87 from truongthanh1303/feat/show-comma-optionbdb3907feat: show comma optionbc355f3Merge pull request #81 from n1c0de/hotfix/use-camelcase-on-inline-stylea2312a7Merge branch 'master' into hotfix/use-camelcase-on-inline-styleb8c14d8Revert "Release/1.27.1 (#11)"d578398fix(string data type): use camelcase on inline styleb357174Merge pull request #80 from n1c0de/hotfix/prevent-module-overflow-by-breaking...e1f4b60Revert "fix: use className instead of class in React components (#1)"c334691Revert "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
ResidentKeyRequirementtype to help with type inference (#704)v13.1.1
Changes:
Changelog
Sourced from @simplewebauthn/browser's changelog.
v13.1.2
Changes
- [browser] [server] Exported the
ResidentKeyRequirementtype to help with type inference (#704)v13.1.1
Changes:
Commits
467f8f1Publish v13.1.2fdbb880Codegen updated types- See full diff in compare view
Updates @stellar/prettier-config from 1.0.1 to 1.2.0
Commits
- See full diff in compare view
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
v6.6.2
6.6.2 (2024-10-17)
Bug Fixes
v6.6.1
6.6.1 (2024-10-16)
Bug Fixes
v6.6.0
6.6.0 (2024-10-16)
... (truncated)
Commits
779b712feat: add toBePartiallyPressed matcher (#203) (#692)e15f789docs: add kretajak as a contributor for code, and test (#691)cfdf8aefeat: add toBePressed matcher (#203) (#658)f00d94dchore: adddependebot.yml(#456)476c30brefactor: droplodashentirely (#676)fafd8cachore: add tests for Node 22 & 24 (#678)d9babb1docs: fix typo (#667)f0f31bbdocs: adopt the new build-badge URL (#497)707e647perf: replace chalk with picocolors (#659)918b6fbdocs: add InfiniteXyy as a contributor for code, and bug (#650)- Additional commits viewable in compare view
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
delayoption (#1175) (2edf14d)- keyboard: add
ContextMenutodefaultKeyMap(#1079) (3e471d1)- keyboard: add brackets to
defaultKeyMap(#1226) (543ecb0)- keyboard: walk through radio group per arrow keys (#1049) (bf8111c)
- pointer: dispatch mouse events if
pointerdownisdefaultPrevented(#1121) (f681f7b)- pointer: set
buttonandbuttonsproperties onPointerEvent(#1219) (6614f72)- pointer: use
1as default value forPointerEvent.widthandPointerEvent.height(#1224) (f0468d0)- prevent
clickevent loop on form-associated custom element (#1238) (465fc7e)- prevent
clickevent on non-focusable control (#1130) (e429094)- upload: apply
acceptfilter 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.xinisDifferentPointerPosition(#1216) (75edef5)- pointer: check all fields of
PointerCoordsinisDifferentPointerPosition()(#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
v14.5.0
14.5.0 (2023-09-14)
... (truncated)
Commits
d42954bchore: fix typos (#1260)465fc7efix: preventclickevent loop on form-associated custom element (#1238)65c1f6ctest: update snapshots (#1261)543ecb0fix(keyboard): add brackets todefaultKeyMap(#1226)f0468d0fix(pointer): use1as default value forPointerEvent.widthand `PointerE...6614f72fix(pointer): setbuttonandbuttonsproperties onPointerEvent(#1219)2edf14dfix: correct description fordelayoption (#1175)e429094fix: preventclickevent on non-focusable control (#1130)f681f7bfix(pointer): dispatch mouse events ifpointerdownisdefaultPrevented(#...3e471d1fix(keyboard): addContextMenutodefaultKeyMap(#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()andassert.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
fc65923v2.1.0d99f50d[meta] add to FUNDING.ymlc6e09cb[Deps] updateis-nan,object-is,utila38013b[Dev Deps] update@babel/cli,@babel/core,@babel/preset-env,airtap,...f5d7c66[Refactor] switching to a maintained Object.assign package80664db[readme] Add description for usage with webpack and vited932a53Implementassert.match()andassert.doesNotMatch()bba838eAdd security.mdffd5479Remove duplicate line under usage section (#48)c112ec4Remove 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
toPrecisionfix.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 namespaceto bignumber.d.ts.- Remove subpath exports from package.json.
- Refactor named export from bignumber.d.mts.
- #383 Remove
?from staticBigNumberanddefaultproperties.- Add blank lines after titles in CHANGELOG.md.
9.2.1
9.2.0
- 03/04/25
- #355 Support
BigIntargument.- #371 Provide separate type definitions for CommonJS and ES modules.
- #374 Correct
comparedToreturn type.9.1.2
Commits
a7bc1f1v9.3.1307860b#388 toPrecision fix.46d4fe2#385 Fix link to licence from README3abe017Update README for main branch and CI badge4bc8c79Remove Travis CI, add GitHub Actions, update to main branch7a0bb55Update CHANGELOG.mdc876b68v9.3.057d52cb#383 Refactor type declarationsa626ba7v9.2.19385f0e#371 #382 Add named export- Additional commits viewable in compare view
Updates cbor from 10.0.3 to 10.0.11
Release notes
Sourced from cbor's releases.
v10.0.11
What's Changed
- Update dependencies by
@hildjjin hildjj/node-cbor#225Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.10...v10.0.11
v10.0.10
What's Changed
- Update dependencies by
@hildjjin hildjj/node-cbor#224Full 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
- Try again with publishing by
@hildjjin hildjj/node-cbor#223Full 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
- Ensurre pnpm-lock.yaml gets updated during versioning by
@hildjjin hildjj/node-cbor#222Full 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
- Use pnpm linkWorkspacePackages to prevent version issues during publish by
@hildjjin hildjj/node-cbor#221Full Changelog: https://github.com/hildjj/node-cbor/compare/v10.0.6...v10.0.7
v10.0.6
What's Changed
- Try to fix release process by
@hildjjin hildjj/node-cbor#219Full 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
- Fixed several typos and removed clutter from our documentation, thanks
@Rotzbua- Added
matrix:as an allowed URI scheme, thanks@kleinesfilmroellchen- Added better config hardening against prototype pollution, thanks
@EffectRenan- Added better handling of attribute removal, thanks
@michalnieruchalski-tiugo- Added better configuration for aggressive mXSS scrubbing behavior, thanks
@BryanValverdeU- Removed the script that caused the fake entry CVE-2025-48050
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_REGEXPusing 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
- Fixed two conditional sanitizer bypasses discovered by
@parrot409and@Slonser- Updated the attribute clobbering checks to prevent future bypasses, thanks
@parrot409DOMPurify 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
@svdb99DOMPurify 3.2.1
- Fixed several minor issues with the type definitions, thanks
@reduckted@ghiscoding@asamuzaK@MiniDigger- Fixed an issue with non-minified dist files and order of imports, thanks
@reducktedDOMPurify 3.2.0
- Added type declarations, thanks
@reduckted,@philmayfield,@aloisklink,@ssi02014and others- Fixed a minor issue with the handling of hooks, thanks
@kevin-mizuDOMPurify 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
@Gigabyte5671and@Rotzbua
... (truncated)
Commits
32f765eMerge pull request #1105 from cure53/main6158ecbMerge pull request #1103 from cure53/main0f7ce14chore: Preparing 3.2.6 release848463bchore: removed unused test server scriptb0e0ebbUpdate README.mdf094f76Update README.md6bc6d60Merge pull request #1101 from odaysec/patch-1e9afd60Update server.js166151csee #1095ac7c594Merge pull request #1096 from Rotzbua/fix_missing- Additional commits viewable in compare view
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-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, andmeta.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
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
- In
--watchmode, 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@debugand 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 ofmeta.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-declsdeprecation.Breaking change: The function name
type()is now fully reserved for the plain CSS function. This means that@functiondefinitions with the nametypewill produce errors, while function calls will be parsed as special function strings.Configuring private variables using
@use ... with,@forward ... with, andmeta.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
@extendrules loaded through a mixture of@importand@userules could fail to apply correctly.Command-Line Interface
- In
--watchmode, 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@debugand 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 ofmeta.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
f7f0342Fix bug with implicit configuration (#2642)ea9f7beBump postcss from 8.5.5 to 8.5.6 in /pkg/sass-parser (#2607)ff1847bBump browser-actions/setup-chrome from 1 to 2 (#2604)fc5d6e3Bump actions/download-artifact from 4 to 5 (#2617)055ef24[Private Config] Implement the deprecation (#2631)3526d62Bump actions/attest-build-provenance from 2 to 3 (#2633)87e2e1cAdd support for the plain CSS type() function (#2630)9009a64Implement the new mixed declaration/comment/at-rule behavior (#2629)6d3d928Delete source maps when source files are deleted in watch mode (#2626)c61b098Fix@extendthrough mixed@importand@use(#2627)- Additional commits viewable in compare view
Updates styled-components from 6.0.7 to 6.1.19
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
| Diff | Package | Supply Chain Security |
Vulnerability | Quality | Maintenance | License |
|---|---|---|---|---|---|---|
| npm/@stellar/stellar-sdk@14.1.0 ⏵ 14.1.1 |
Looks like these dependencies are updatable in another way, so this is no longer needed.