stellar / basic-payment-app

An example payments application demonstrating integrations of various features and SEPs in a user-facing product.
https://github.com/stellar/basic-payment-app
Apache License 2.0
7 stars 11 forks source link

Bump the minor-and-patch group with 15 updates #10

Closed dependabot[bot] closed 2 days ago

dependabot[bot] commented 2 days ago

Bumps the minor-and-patch group with 15 updates:

Package From To
@rollup/plugin-inject 5.0.3 5.0.5
@stellar/wallet-sdk 0.9.1 0.11.2
@tailwindcss/forms 0.5.3 0.5.9
@tailwindcss/typography 0.5.9 0.5.15
autoprefixer 10.4.14 10.4.20
eslint-plugin-svelte 2.32.2 2.44.0
postcss 8.4.25 8.4.47
prettier-plugin-tailwindcss 0.3.0 0.6.6
svelte 4.0.5 4.2.19
svelte-copy 1.4.1 1.4.2
svelte-feather-icons 4.0.1 4.1.0
svelte-local-storage-store 0.5.0 0.6.4
svelte-simple-modal 1.6.1 1.6.2
tailwindcss 3.3.2 3.4.13
typescript 5.1.6 5.6.2

Updates @rollup/plugin-inject from 5.0.3 to 5.0.5

Changelog

Sourced from @​rollup/plugin-inject's changelog.

v5.0.5

2023-10-15

Bugfixes

  • fix: bump magic-string version #1596

v5.0.4

2023-10-05

Bugfixes

  • fix: ensure rollup 4 compatibility #1595
Commits
  • d55ce9c chore(release): inject v5.0.5
  • 8e2ed59 fix(commonjs,dynamic-import-vars,esm-shim,inject,replace,strip): bump magic-s...
  • cdf9113 chore(repo): manually update changelog and package versions after bad release...
  • 841a039 fix(alias,auto-install,babel,beep,buble,commonjs,data-uri,dsv,dynamic-import-...
  • 468f5a0 chore(release): inject v5.0.3
  • f5aa3c3 fix(commonjs,dynamic-import-vars,inject,replace,strip): update magic-string (...
  • a2e582a chore(repo): enable consistent-type-imports for typescript files (#1325)
  • 38045af chore(release): inject v5.0.2
  • 3038271 chore(commonjs,yaml,wasm,virtual,url,typescript,sucrase,strip,run,replace,plu...
  • a872822 chore(release): inject v5.0.1
  • Additional commits viewable in compare view


Updates @stellar/wallet-sdk from 0.9.1 to 0.11.2

Release notes

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

v0.11.2

What's Changed

  • Fix XDR Write Error: [object Object] is not a DecoratedSignature error when calling toXDR() on a signed transaction by @​CassioMG in stellar/js-stellar-wallets#349
  • Remove all @stellar/stellar-base imports from the code (it's advised to only import stuff from @stellar/stellar-sdk to avoid weird errors)
  • Fix all jest tests

Full Changelog: https://github.com/stellar/js-stellar-wallets/compare/v0.11.1...v0.11.2

v0.11.1

  • Bumping stellar-sdk to v11.1.0

v0.11.0

What's Changed

Full Changelog: https://github.com/stellar/js-stellar-wallets/compare/v0.10.0...v0.11.0

v0.10.0

  • Add support for Protocol 20 (Experimental - use at your own risk)
Changelog

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

In master

v0.11.0

  • Add support for Protocol 20 using stable @stellar/stellar-sdk v11.0.1
  • Use Node v18
  • Might still be unstable, use at your own risk

v0.10.0

  • Add support for Protocol 20 (Experimental - use at your own risk)
Commits


Updates @tailwindcss/forms from 0.5.3 to 0.5.9

Release notes

Sourced from @​tailwindcss/forms's releases.

v0.5.9

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

v0.5.8

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)

v0.5.7

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

v0.5.6

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

v0.5.5

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

v0.5.4

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Changelog

Sourced from @​tailwindcss/forms's changelog.

[0.5.9] - 2024-09-05

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

[0.5.8] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)

[0.5.7] - 2023-11-10

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

[0.5.6] - 2023-08-28

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

[0.5.5] - 2023-08-22

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

[0.5.4] - 2023-07-13

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)
Commits


Updates @tailwindcss/typography from 0.5.9 to 0.5.15

Release notes

Sourced from @​tailwindcss/typography's releases.

v0.5.15

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#358)

v0.5.14

  • Fix table text alignment (#346)

v0.5.13

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)

v0.5.12

Added

  • Use logical properties for better RTL support (#323)

v0.5.11

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)

v0.5.10

Fixed

  • Fix space between <figcaption> and <pre> (#313)
  • Remove typography styles from not-prose elements in addition to their children (#301)
  • Add <picture> styles (#314)
  • Fix prose-invert when used with colors in light mode (#315)
  • Add <kbd> styles (#317)
  • Add description list (<dl>, <dt>, <dd>) styles (#316)
Changelog

Sourced from @​tailwindcss/typography's changelog.

[0.5.15] - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#358)

[0.5.14] - 2024-08-07

Fixed

  • Fix table text alignment (#346)

[0.5.13] - 2024-04-26

Fixed

  • Don't apply margins to <br> elements contained in an <li> in FF (#350)

[0.5.12] - 2024-03-27

Added

  • Use logical properties for better RTL support (#323)

[0.5.11] - 2024-03-26

Added

  • Add prose-kbd modifier (#340)

Fixed

  • Fix space between <figcaption> and <video> (#339)

[0.5.10] - 2023-09-05

Fixed

  • Fix space between <figcaption> and <pre> (#313)
  • Remove typography styles from not-prose elements in addition to their children (#301)
  • Add <picture> styles (#314)
  • Fix prose-invert when used with colors in light mode (#315)
  • Add <kbd> styles (#317)
  • Add description list (<dl>, <dt>, <dd>) styles (#316)
Commits


Updates autoprefixer from 10.4.14 to 10.4.20

Release notes

Sourced from autoprefixer's releases.

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.

10.4.16

10.4.15

Changelog

Sourced from autoprefixer's changelog.

10.4.20

  • Fixed fit-content prefix for Firefox.

10.4.19

  • Removed end value has mixed support, consider using flex-end warning since end/start now have good support.

10.4.18

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

10.4.17

  • Fixed user-select: contain prefixes.

10.4.16

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

10.4.15

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).
Commits


Updates eslint-plugin-svelte from 2.32.2 to 2.44.0

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.44.0

Minor Changes

  • #841 85053a1 Thanks @​jrmajor! - feat: add config option for foreign elements in svelte/html-self-closing rule

Patch Changes

eslint-plugin-svelte@2.43.0

Minor Changes

eslint-plugin-svelte@2.42.0

Minor Changes

eslint-plugin-svelte@2.41.0

Minor Changes

Patch Changes

eslint-plugin-svelte@2.40.0

Minor Changes

  • #792 cb722bc Thanks @​ota-meshi! - feat: update svelte-eslint-parser to 0.39

  • #796 5e4d264 Thanks @​ota-meshi! - feat: improve svelte/valid-compile to use svelte.config.js's onwarn from the parser.

  • #794 7894f82 Thanks @​ota-meshi! - feat: improve svelte/valid-prop-names-in-kit-pages to use svelte.config.js data from the parser.

  • #794 7894f82 Thanks @​ota-meshi! - feat: improve svelte/no-export-load-in-svelte-module-in-kit-pages to use svelte.config.js data from the parser.

Patch Changes

  • #795 df947a7 Thanks @​baseballyama! - deps: update svelte-eslint-parser to 0.39.1 to set svelteFeatures.runes to true by default for Svelte 5

  • #797 f6d4e4c Thanks @​ota-meshi! - fix: svelte/valid-compile to use verbatimModuleSyntax to work with TS v5.5.

eslint-plugin-svelte@2.39.5

... (truncated)

Commits
  • c0658db chore: release eslint-plugin-svelte (#852)
  • 690c04e fix: update svelte-eslint-parser to 0.41.1 (#853)
  • bd9e6cc chore: update deps (#854)
  • 85053a1 feat: add config option for foreign elements in svelte/html-self-closing ru...
  • d117d7f chore(deps): update dependency eslint-plugin-jsdoc to v50
  • dfed5cd chore(deps): update dependency eslint-plugin-jsdoc to v49
  • f14a8ee chore(deps): update dependency eslint-typegen to ^0.3.0
  • 6bd4e13 chore: move playground to eslint-online-playground (#829)
  • b1d59b4 chore: release eslint-plugin-svelte (#828)
  • dc7eefc fix(deps): update dependency svelte-eslint-parser to ^0.41.0 (#827)
  • Additional commits viewable in compare view


Updates postcss from 8.4.25 to 8.4.47

Release notes

Sourced from postcss's releases.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

8.4.33

8.4.32

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.47

  • Removed debug code.

8.4.46

  • Fixed Cannot read properties of undefined (reading 'before').

8.4.45

  • Removed unnecessary fix which could lead to infinite loop.

8.4.44

  • Another way to fix markClean is not a function error.

8.4.43

  • Fixed markClean is not a function error.

8.4.42

  • Fixed CSS syntax error on long minified files (by @​varpstar).

8.4.41

8.4.40

  • Moved to getter/setter in nodes types to help Sass team (by @​nex3).

8.4.39

8.4.38

8.4.37

  • Fixed original.column are not numbers error in another case.

8.4.36

  • Fixed original.column are not numbers error on broken previous source map.

8.4.35

  • Avoid ! in node.parent.nodes type.
  • Allow to pass undefined to node adding method to simplify types.

8.4.34

  • Fixed AtRule#nodes type (by Tim Weißenfels).
  • Cleaned up code (by Dmitry Kirillov).

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).

8.4.32

... (truncated)

Commits


Updates prettier-plugin-tailwindcss from 0.3.0 to 0.6.6

Release notes

Sourced from prettier-plugin-tailwindcss's releases.

v0.6.6

  • Add support for prettier-plugin-multiline-arrays (#299)
  • Add resolution cache for known plugins (#301)
  • Support Tailwind CSS v4.0.0-alpha.19 (#310)

v0.6.5

  • Only re-apply string escaping when necessary (#295)

v0.6.4

  • Export PluginOptions type (#292)

v0.6.3

  • Improve detection of string concatenation (#288)

v0.6.2

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)

v0.6.1

Added

  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#276)

Fixed

  • Improve handling of whitespace removal when concatenating strings (#276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)

v0.6.0

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)

v0.5.14

Fixed

  • Fix detection of v4 projects on Windows (#265)

v0.5.13

Added

  • Add support for @zackad/prettier-plugin-twig-melody (#255)

v0.5.12

Added

... (truncated)

Changelog

Sourced from prettier-plugin-tailwindcss's changelog.

[0.6.6] - 2024-08-09

  • Add support for prettier-plugin-multiline-arrays (#299)
  • Add resolution cache for known plugins (#301)
  • Support Tailwind CSS v4.0.0-alpha.19 (#310)

[0.6.5] - 2024-06-17

  • Only re-apply string escaping when necessary (#295)

[0.6.4] - 2024-06-12

  • Export PluginOptions type (#292)

[0.6.3] - 2024-06-11

  • Improve detection of string concatenation (#288)

[0.6.2] - 2024-06-07

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)

[0.6.1] - 2024-05-31

Added

  • Add new tailwindPreserveDuplicates option to disable removal of duplicate classes (#276)

Fixed

  • Improve handling of whitespace removal when concatenating strings (#276)
  • Fix a bug where Angular expressions may produce invalid code after sorting (#276)
  • Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)

[0.6.0] - 2024-05-30

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)

[0.5.14] - 2024-04-15

Fixed

  • Fix detection of v4 projects on Windows (#265)

... (truncated)

Commits


Updates svelte from 4.0.5 to 4.2.19

Release notes

Sourced from svelte's releases.

svelte@4.2.19

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

Changelog

Sourced from svelte's changelog.

4.2.19

Patch Changes

  • fix: ensure typings for <svelte:options> are picked up (#12902)

  • fix: escape < in attribute strings (#12989)

4.2.18

Patch Changes

  • chore: speed up regex (#11922)

4.2.17

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)

4.2.16

Patch Changes

  • fix: check if svelte component exists on custom element destroy (#11489)

4.2.15

Patch Changes

  • support attribute selector inside :global() (#11135)

4.2.14

Patch Changes

  • fix parsing camelcase container query name (#11131)

4.2.13

Patch Changes

  • fix: applying :global for +,~ sibling combinator when slots are present (#9282)

4.2.12

Patch Changes

  • fix: properly update svelte:component props when there are spread props (#10604)

... (truncated)

Commits


Updates svelte-copy from 1.4.1 to 1.4.2

Release notes

Sourced from svelte-copy's releases.

v1.4.2

What's Changed?

Full Changelog: https://github.com/ghostdevv/svelte-copy/compare/v1.4.1...v1.4.2

Commits


Updates svelte-feather-icons from 4.0.1 to 4.1.0

Commits


Updates svelte-local-storage-store from 0.5.0 to 0.6.4

Release notes

Sourced from svelte-local-storage-store's releases.

v0.6.3

0.6.3 (2023-10-02)

Bug Fixes

  • ignore storage event for session-backed stores (1500cd7)

v0.6.2

0.6.2 (2023-10-02)

Bug Fixes

v0.6.1

0.6.1 (2023-10-02)

Bug Fixes

v0.6.0

0.6.0 (2023-08-16)

Features

Commits


Updates svelte-simple-modal from 1.6.1 to 1.6.2

Changelog

Sourced from svelte-simple-modal's changelog.

1.6.2

  • Fix Svelte type resolve issue (#107)
Commits


Updates tailwindcss from 3.3.2 to 3.4.13

Release notes

Sourced from tailwindcss's releases.

v3.4.13

Fixed

  • Improve source glob verification performance (#14481)

v3.4.12

Fixed

  • Ensure using @apply with utilities that use @defaults works with rules defined in the base layer when using optimizeUniversalDefaults (#14427)

v3.4.11

Fixed

  • Allow anchor-size(…) in arbitrary values (#14393)

v3.4.10

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)

v3.4.9

Fixed

  • No longer warns when broad glob patterns are detecting vendor folders

v3.4.8

Fixed

  • Fix minification when using nested CSS (#14105)
  • Warn when broad glob patterns are used in the content configuration (#14140)

v3.4.7

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)

v3.4.6

Fixed

  • Fix detection of some utilities in Slim/Pug templates (#14006)

Changed

  • Loosen :is() wrapping rules when using an important selector (#13900)

v3.4.5

Fixed

  • Disab... _Description has been truncated_
cloudflare-workers-and-pages[bot] commented 2 days ago

Deploying basicpay with  Cloudflare Pages  Cloudflare Pages

Latest commit: d13f23d
Status: ✅  Deploy successful!
Preview URL: https://20e9764b.basicpay.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mino.basicpay.pages.dev

View logs