From 025a4a85ca88999515372dcc498e309ff1f164b5 Mon Sep 17 00:00:00 2001 From: nickcastel50 Date: Mon, 13 Jan 2025 13:53:24 -0500 Subject: [PATCH 1/3] * update conway 0.5.721 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 724629454..4512d7f5b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/plugin-syntax-import-assertions": "7.18.6", "@babel/preset-env": "7.18.10", "@babel/preset-react": "7.18.6", - "@bldrs-ai/conway-web-ifc-adapter": "0.3.010", + "@bldrs-ai/conway-web-ifc-adapter": "0.4.011", "@bldrs-ai/ifclib": "5.3.3", "@emotion/react": "11.10.0", "@emotion/styled": "11.10.0", diff --git a/yarn.lock b/yarn.lock index 2abc178b1..fa47825fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2284,19 +2284,19 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@bldrs-ai/conway-web-ifc-adapter@0.3.010": - version "0.3.10" - resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway-web-ifc-adapter/0.3.10/6192b84575bda50bafc9d3ee6bd0052240af4627#6192b84575bda50bafc9d3ee6bd0052240af4627" - integrity sha512-HNp5E1UJbe/UyxLvk9UcwDXt6RHBd+ikjY6YpvUpB8UBdZV8dp00Np7hTAi8H8n9cVsTIzA8zXSfN5Dj4S1Jbw== +"@bldrs-ai/conway-web-ifc-adapter@0.4.011": + version "0.4.11" + resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway-web-ifc-adapter/0.4.11/f5b682ecdce39fd0e70b01d9ebf5762e24b0e396#f5b682ecdce39fd0e70b01d9ebf5762e24b0e396" + integrity sha512-Rb/5OykIJ9YNhtO8rSxLHSh+ZYp+0Rcw0ePAklW6ou7XuHQ0/k+quhdyCgpKUVVHdZIwYog0triWzEg1b0F5jA== dependencies: - "@bldrs-ai/conway" "0.3.695" + "@bldrs-ai/conway" "0.5.721" "@types/node" "22.5.5" typescript "5.6.2" -"@bldrs-ai/conway@0.3.695": - version "0.3.695" - resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway/0.3.695/5a93302095933c49afa5fae18cae5bbdec5acbcc#5a93302095933c49afa5fae18cae5bbdec5acbcc" - integrity sha512-nwz8euEfojaSV1HpgfKwqY9QYzzXqLbathMjAHjPCkODDPlE/3LA9DtZT1IZ+5vhfhTkDdabbqgwZgDx/UJ7XQ== +"@bldrs-ai/conway@0.5.721": + version "0.5.721" + resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway/0.5.721/3432840572cab3046935c2162b95704095cea138#3432840572cab3046935c2162b95704095cea138" + integrity sha512-DtGDZKB0eMWqSpH7XdjFYxk18z42MV3ZaGAeE5JEsLM2zs9vMI882mvf5tJfhQyPg5e+x4dq71p9hxAkFPXPVQ== dependencies: buffer "^6.0.3" gl-matrix "^3.4.3" From ec31b5196ee6fdbd52f3777ddd7ccadeb2a239eb Mon Sep 17 00:00:00 2001 From: nickcastel50 Date: Wed, 15 Jan 2025 00:19:30 -0500 Subject: [PATCH 2/3] * Test CI new Conway --- src/Components/Notes/NotesControl.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Notes/NotesControl.jsx b/src/Components/Notes/NotesControl.jsx index 2eae25d2a..e9ed09f7c 100644 --- a/src/Components/Notes/NotesControl.jsx +++ b/src/Components/Notes/NotesControl.jsx @@ -234,7 +234,7 @@ export default function NotesControl() { }, [selectedNoteId]) // TODO(pablo): hack, move into helper - // nickcastel50: this wasn't running if the hash changed - cleaned it up + // nickcastel50: This wasn't running if the hash changed - cleaned it up useEffect(() => { const updateIdsFromHash = () => { // Retrieve the note ID from the URL hash From dcabf265f1cc0dae730062805beeb334608eae5f Mon Sep 17 00:00:00 2001 From: nickcastel50 Date: Wed, 15 Jan 2025 00:27:33 -0500 Subject: [PATCH 3/3] Update conway test CI --- package.json | 2 +- src/Components/Notes/NotesControl.jsx | 2 +- yarn.lock | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 4512d7f5b..3e23ec45f 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@babel/plugin-syntax-import-assertions": "7.18.6", "@babel/preset-env": "7.18.10", "@babel/preset-react": "7.18.6", - "@bldrs-ai/conway-web-ifc-adapter": "0.4.011", + "@bldrs-ai/conway-web-ifc-adapter": "0.4.012", "@bldrs-ai/ifclib": "5.3.3", "@emotion/react": "11.10.0", "@emotion/styled": "11.10.0", diff --git a/src/Components/Notes/NotesControl.jsx b/src/Components/Notes/NotesControl.jsx index e9ed09f7c..2eae25d2a 100644 --- a/src/Components/Notes/NotesControl.jsx +++ b/src/Components/Notes/NotesControl.jsx @@ -234,7 +234,7 @@ export default function NotesControl() { }, [selectedNoteId]) // TODO(pablo): hack, move into helper - // nickcastel50: This wasn't running if the hash changed - cleaned it up + // nickcastel50: this wasn't running if the hash changed - cleaned it up useEffect(() => { const updateIdsFromHash = () => { // Retrieve the note ID from the URL hash diff --git a/yarn.lock b/yarn.lock index fa47825fb..9d29f2933 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2284,19 +2284,19 @@ resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz" integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== -"@bldrs-ai/conway-web-ifc-adapter@0.4.011": - version "0.4.11" - resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway-web-ifc-adapter/0.4.11/f5b682ecdce39fd0e70b01d9ebf5762e24b0e396#f5b682ecdce39fd0e70b01d9ebf5762e24b0e396" - integrity sha512-Rb/5OykIJ9YNhtO8rSxLHSh+ZYp+0Rcw0ePAklW6ou7XuHQ0/k+quhdyCgpKUVVHdZIwYog0triWzEg1b0F5jA== +"@bldrs-ai/conway-web-ifc-adapter@0.4.012": + version "0.4.12" + resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway-web-ifc-adapter/0.4.12/0cd5f374998cd1a829ceb5cb69929603da7d1fc7#0cd5f374998cd1a829ceb5cb69929603da7d1fc7" + integrity sha512-sZXfY1LVMxwaZ9mcIbYbdL1dp9TpOzf4VvgdPodsorKSwgC3Sxs6+n1bycU6Y30sZ2JAxYVeCf6XoC7oCZIy3w== dependencies: - "@bldrs-ai/conway" "0.5.721" + "@bldrs-ai/conway" "0.6.722" "@types/node" "22.5.5" typescript "5.6.2" -"@bldrs-ai/conway@0.5.721": - version "0.5.721" - resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway/0.5.721/3432840572cab3046935c2162b95704095cea138#3432840572cab3046935c2162b95704095cea138" - integrity sha512-DtGDZKB0eMWqSpH7XdjFYxk18z42MV3ZaGAeE5JEsLM2zs9vMI882mvf5tJfhQyPg5e+x4dq71p9hxAkFPXPVQ== +"@bldrs-ai/conway@0.6.722": + version "0.6.722" + resolved "https://npm.pkg.github.com/download/@bldrs-ai/conway/0.6.722/eade16ce078752759223824ff0d6d97f696ddc1e#eade16ce078752759223824ff0d6d97f696ddc1e" + integrity sha512-j9IAkf/XOI9U35mL7aqHNKuzzOscFKixiFlb6AimqWJ5Nl6ry+/XhMWwDF+HWBVxfMn3fwjxYkNt3slhw1N6BA== dependencies: buffer "^6.0.3" gl-matrix "^3.4.3"