-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies, reformat comments in objects (#330)
* [ui] Fix getHeadlineText return (#7631) GitOrigin-RevId: 2941209768a8c93798b34a5fa3820f493ea6c9c1 * [ui] react-router-dom should be dependency (#7634) GitOrigin-RevId: ab025c3833197eea35ba992c3f84010394bd71e3 * CI update lock file for PR * Update from public js-sdk main branch (#7633) Update public `js` sources with the latest code from the [public repository](https://github.com/lightsparkdev/js-sdk) main branch. This typically happens when new versions of the SDK are released and version updates need to be synced. The PR should be merged as soon as possible to avoid updates to webdev overwriting the changes in the js-sdk develop branch. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Corey Martin <[email protected]> GitOrigin-RevId: d061ad8151fa40ef1e14d3b6ee35b9a742255ae9 * CI update lock file for PR * Create wicked-spoons-relate.md * [js] Add start script with easier filtering (#7642) GitOrigin-RevId: 70ef700815ce6d1cee3ac7e9ce28db905e0a36fd * [jwt-server] Fix lint (#7641) GitOrigin-RevId: d4a71ba947c7aa082c6bf716ef1d715c778e5bb3 * CI update lock file for PR * [docs] add typography tokens for LS docs and adjust tokensizes GitOrigin-RevId: 7f35def25cde9e78d2f35f0021cf534165a2869f * [docs] add full lightspark logo to navs GitOrigin-RevId: eeb36ae695b432d9de2e2ee48ea8ddae7e85b0ab * [docs] add new nav designs and api schema type categories GitOrigin-RevId: 5f73e86a251efb65aba852bc347308f21a08c6ed * [docs] update landing page to match new design GitOrigin-RevId: b1ab668fd1eb8b179d6c264f692f7173ce6b409d * [docs] update api reference page typography and add links GitOrigin-RevId: 2c52c41872fcb362ce57e5a4efe318810233af2e * [docs] fix typography letter-spacing GitOrigin-RevId: b61923ae8ca1a8507d0caed5a3301b4ef6a2257d * [docs] minor design review updates (#7653) - [x] sidenav border should be lighter, - [x] use label moderate for "view docs" in sdk cards, - [x] button cta should be color black and hover to gray20, - [x] inline links should be 16px, - [x] search non-hovered state border should match other borders - [x] content nav highlight color should be black GitOrigin-RevId: 5dd3ee09faa57f92c0e4b25177eed259ce0073de * Rerun the generator to pick up format changes (#7647) GitOrigin-RevId: f7a3b51d58742cef71bc0b37f966f6548af5b4ab * [js] Bump comment length (#7654) GitOrigin-RevId: 1047c23758a4770f433ca51eda25593678ce6a54 * Rerun sdk formatter again (#7664) GitOrigin-RevId: 33716b3d92c00f64ab7d459e4b331962fbc7457b * [site] Use account.node_type in InitAccount. Add configure-keys route behind GK (#7525) GitOrigin-RevId: 27a7cf7d551ac4345856393a7db355f295980c3e * Fix typos in some js imports in code samples (#7703) GitOrigin-RevId: acd3d0eeafb3fccadeae53d371d27b728a2bca41 * update documentation links to new domain (towards LIG-3911) (#7690) GitOrigin-RevId: be393e7acb0dcd8df5e064ff31b80d746841e809 * [site] add external link to docs in nav and add support for external links (#7691) GitOrigin-RevId: c809b789ac40d51910c0edb6f6ef5da66c010003 * [site] Wrapper for Stripe errors and better logging (#7720) GitOrigin-RevId: 112d124e7d2c8947d8d91c309fa5f2ae40639a1f * [ui] fix Link not accepting empty strings for `to` (#7724) GitOrigin-RevId: 237726780dae9c5de9f0c66316a4fce11567844b * [js] Upgrade deps (#7721) GitOrigin-RevId: 41866e57df7b67b97c34e4771f3d2974dbaf86bf * recreate lock; fix node setup * Create selfish-crabs-pull.md --------- Co-authored-by: Corey Martin <[email protected]> Co-authored-by: Lightspark Eng <[email protected]> Co-authored-by: lightspark-ci-js-sdk[bot] <134011073+lightspark-ci-js-sdk[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Brian Siao Tick Chong <[email protected]> Co-authored-by: Jeremy Klein <[email protected]>
- Loading branch information
1 parent
90bf035
commit 35513da
Showing
178 changed files
with
2,609 additions
and
2,699 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@lightsparkdev/lightspark-cli": patch | ||
"@lightsparkdev/lightspark-sdk": patch | ||
"@lightsparkdev/react-native": patch | ||
"@lightsparkdev/react-wallet": patch | ||
"@lightsparkdev/wallet-cli": patch | ||
"@lightsparkdev/wallet-sdk": patch | ||
"@lightsparkdev/oauth": patch | ||
"@lightsparkdev/core": patch | ||
"@lightsparkdev/ui": patch | ||
--- | ||
|
||
Upgrade dependencies |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@lightsparkdev/ui": patch | ||
--- | ||
|
||
[ui] Fix getHeadlineText return |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,12 @@ | ||
module.exports = { | ||
root: true, | ||
env: { | ||
es6: true, | ||
node: true, | ||
}, | ||
extends: [ | ||
"eslint:recommended", | ||
"plugin:import/errors", | ||
"plugin:import/warnings", | ||
"plugin:import/typescript", | ||
"google", | ||
"plugin:@typescript-eslint/recommended", | ||
], | ||
parser: "@typescript-eslint/parser", | ||
parserOptions: { | ||
project: ["tsconfig.json", "tsconfig.dev.json"], | ||
sourceType: "module", | ||
}, | ||
ignorePatterns: [ | ||
"/lib/**/*", // Ignore built files. | ||
], | ||
extends: ["@lightsparkdev/eslint-config/base", "google"], | ||
plugins: ["@typescript-eslint", "import"], | ||
rules: { | ||
"quotes": ["error", "double"], | ||
quotes: ["error", "double"], | ||
"import/no-unresolved": 0, | ||
"indent": ["error", 2], | ||
indent: ["error", 2], | ||
"max-len": ["error", { code: 120 }], | ||
"object-curly-spacing": ["error", "always"], | ||
"quote-props": ["off"], | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"extends": "@lightsparkdev/tsconfig/ts-node-app.json" | ||
"extends": "../../../packages/tsconfig/ts-node-app.json" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"extends": "@lightsparkdev/tsconfig/base.json", | ||
"extends": "../tsconfig/base.json", | ||
"include": ["src", "src/crypto/types.ts"], | ||
"exclude": ["**/tests", "node_modules", "dist"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.