-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add: switch to node 18 * fix: webpack node 18 ssl * fix: remove node ossl * add: yarn 3 * add: update actions to node 18 * fix: depracated set-output * fix: node 18 resolve localhost * fix: snapshot * fix: claim snapshot * fix: claim snapshot * wip: try node 20 * wip: vercel doesnt support node 20 * add: memory fix * fix: snapshot * fix: actions yaml * fix: blockchainsetup yarn3 * add: update goodprotocol * wip: yarn v3 * wip: goodprotocol yarn3 * wip: verify node-jq exists * wip: nodejq * wip: nodejq * wip: nodejq * wip: nodejq * wip: nodejq * fix: nodejq * fix: failing test snapshot * wip: blockchian setup * wip: no cache? * fix: missing node_modules * wip: yarn node 18 * fix: yarn lock * fix: snapshots * fix: snapshot * fix: snapshot with node 18.18 * add: update yarn * wip: vite - renamed to jsx * wip: vite - project dev compile fixes * wip: vite animations and wave pattern * wip: vite keyboard aware * add: working vite dev and build * add: working react native * refactor: prettier * fix: lingui * fix: remove ignored * fix: ignore mjs catalog * fix: lingui mjs imports * fix: gql loader * add: copy fv resources * fix: posthog optional react-navigation native * - remove facetec patch, replace with new fixed version, small adjustments over the project * fix: posthog optional * wip: jest * fix: snapshots to jsx * wip: initial jest * fix: jest svg and css * fix: snapshots * fix: jest uint8array * fix: useconnection * fix: unit tests * fix: .env.test usage for jest * fix: include jsx unit tests * fix: snapshots with .env.test * Merge branch 'master' into vite-node-18 * add: service worker. upgrade posthog * add: vite sentry * fix: lottie issue * fix: sourcemaps oom * fix: close svg * wip: temp disable sourcemaps * wip: test remove sentry * wip: without sentry * add: optimize imports * wip: retry sentry * wip: vercel build with sentry * wip: sentry vite fixes * wip: vercel vite sentry * wip: sentry vercel vite * fix: restore posthog-rn vite fixes * fix: gql for native * add: metro 0.8 * increase heap_size, use legacyPlugin for globalThis, lint fixes * add: build-12 * fix: make ceramic and orbis compile on native * fix: vite broken svgs * chore: add .env local, fix: close button dialog * fix: jest ceramic imports * fix: yarn.lock * fix: failing tests * wip: exclude problematic snapshot for now * fix: vercel oom * wip: fix claim snapshot mismatch and vite oom * wip: vercel oom * fix: sourcemaps oom * fix: vercel oom * wip: vercel oom * wip: vercel oom * wip: vercel oom * fix: method definition order * fix: facetec sdk import for vite * fix: facetecsdk for unit tests * fix: regex * Dynamic import facetecsdk vite (#4219) * add: dynamic import * refactor: use once instead of let * add: bump ceramic * fix: jest ceramic import --------- Co-authored-by: John Smith <[email protected]> Co-authored-by: LewisB <[email protected]>
- Loading branch information
1 parent
aae7b90
commit 4636624
Showing
607 changed files
with
13,227 additions
and
7,776 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
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
12 changes: 12 additions & 0 deletions
12
.yarn/patches/jest-environment-jsdom-npm-29.7.0-0b72dd0e0b.patch
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,12 @@ | ||
diff --git a/build/index.js b/build/index.js | ||
index 2e6c16c33c2f588cf8d6a5717ac776bb8908bd0d..da8511efd5d72bbffdb359aea87cc8dee00ecc14 100644 | ||
--- a/build/index.js | ||
+++ b/build/index.js | ||
@@ -95,6 +95,7 @@ class JSDOMEnvironment { | ||
|
||
// TODO: remove this ASAP, but it currently causes tests to run really slow | ||
global.Buffer = Buffer; | ||
+ global.Uint8Array = Uint8Array; | ||
|
||
// Report uncaught errors. | ||
this.errorEventListener = event => { |
13 changes: 13 additions & 0 deletions
13
.yarn/patches/react-native-card-flip-npm-1.0.7-64320a3ab5.patch
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 @@ | ||
diff --git a/CardFlip.js b/CardFlip.js | ||
index 70f268322bdda93b660aa32ddd65d31cc0edf1c0..8b12a1117f8f8ed3e4d443f76d7fcc6a3b81d118 100644 | ||
--- a/CardFlip.js | ||
+++ b/CardFlip.js | ||
@@ -4,7 +4,7 @@ import { polyfill } from 'react-lifecycles-compat'; | ||
|
||
import { Platform, StyleSheet, Animated } from "react-native"; | ||
|
||
-class CardFlip extends Component<Props> { | ||
+class CardFlip extends Component { | ||
constructor(props) { | ||
super(props); | ||
this.state = { |
9 changes: 9 additions & 0 deletions
9
.yarn/patches/react-native-modal-dropdown-npm-1.0.2-1bfc5979be.patch
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,9 @@ | ||
diff --git a/index.js b/index.js | ||
index 2246cb1b6bdf8e3d3368b3d2dfa0b1924c799635..b711e03f55e747b2a0bb3a9cc8627b565aa1a523 100644 | ||
--- a/index.js | ||
+++ b/index.js | ||
@@ -4,4 +4,3 @@ | ||
|
||
import ModalDropdown from './components/ModalDropdown'; | ||
export default ModalDropdown; | ||
-module.exports = ModalDropdown; |
14 changes: 14 additions & 0 deletions
14
.yarn/patches/react-native-switch-npm-1.5.1-b88f08d2f6.patch
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,14 @@ | ||
diff --git a/lib/Switch.js b/lib/Switch.js | ||
index e11575f2fc2f2ddea793bbcfd8d44c0a91c652af..6b552f8bc88447cbb0171ed52ade017a3b08d38e 100644 | ||
--- a/lib/Switch.js | ||
+++ b/lib/Switch.js | ||
@@ -5,8 +5,7 @@ import { | ||
StyleSheet, | ||
Animated, | ||
PanResponder, | ||
- TouchableWithoutFeedback, | ||
- ViewPropTypes | ||
+ TouchableWithoutFeedback | ||
} from "react-native"; | ||
import PropTypes from "prop-types"; | ||
|
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,19 @@ | ||
diff --git a/dist/index.js b/dist/index.js | ||
index b5cbcb44b3bdd60b2b91cb705450f0dfdc758615..b5acfbaf6dced81232d6a8a0654ee5408a5560d5 100644 | ||
--- a/dist/index.js | ||
+++ b/dist/index.js | ||
@@ -11,12 +11,13 @@ export default function vitePluginSvgr({ svgrOptions, esbuildOptions, include = | ||
if (filter(id)) { | ||
const { transform } = await import("@svgr/core"); | ||
const { default: jsx } = await import("@svgr/plugin-jsx"); | ||
+ const { default: svgo } = await import("@svgr/plugin-svgo"); | ||
const filePath = id.replace(postfixRE, ""); | ||
const svgCode = await fs.promises.readFile(filePath, "utf8"); | ||
const componentCode = await transform(svgCode, svgrOptions, { | ||
filePath, | ||
caller: { | ||
- defaultPlugins: [jsx], | ||
+ defaultPlugins: [svgo.default, jsx], | ||
}, | ||
}); | ||
const res = await transformWithEsbuild(componentCode, id, { |
Oops, something went wrong.