Skip to content

Commit

Permalink
[skip ci] Update snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 23, 2024
1 parent 7db2a1c commit 7a42aa9
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"tslib": "^2.0.1",
"tss-react": "^4.0.0",
"tsx": "^4.17.0",
"typescript": "^5.5.0",
"typescript": "~5.6.0",
"typescript-eslint": "^8.0.1",
"webpack": "^5.64.4",
"webpack-cli": "^5.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export async function renderReactionEffect(props?: any, stopToken?: string) {
const { html, ...data } = await rendererType.renderInClient(rpcManager, {
...renderArgs,
...renderProps,
stopToken,
exportSVG,
stopToken,
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,13 @@ function stateModelFactory(schema: AnyConfigurationSchemaType) {
}
session.setSelection(feature)
},
/**
* #autorun
*/
afterCreate() {
// use color by stand to help indicate inversions better on first load,
// otherwise use selected orientation
if (self.colorBy) {
self.setColorScheme({ ...self.colorBy })
} else {
if (!self.colorBySetting && self.colorBy.type === 'normal') {
self.setColorScheme({ type: 'strand' })
}
},
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion products/jbrowse-web/src/tests/GCContent.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ test('gccontent', async () => {
const { view } = await createView()
view.setNewView(0.465, 85055)
await user.click(await screen.findByTestId(hts('volvox_gc'), ...opts))
const f1 = within(await screen.findByTestId(/wiggle-rendering/))
const f1 = within(await screen.findByTestId('wiggle-rendering-test', ...opts))
expectCanvasMatch(await f1.findByTestId(pv('39433..39804-0'), ...opts))
}, 50000)
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15798,11 +15798,16 @@ typescript-eslint@^8.0.1:
"@typescript-eslint/parser" "8.15.0"
"@typescript-eslint/utils" "8.15.0"

"typescript@>=3 < 6", typescript@^5.1.3, typescript@^5.4.3, typescript@^5.5.0:
"typescript@>=3 < 6", typescript@^5.1.3, typescript@^5.4.3:
version "5.7.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==

typescript@~5.6.0:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

uglify-js@^3.1.4:
version "3.19.3"
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.19.3.tgz#82315e9bbc6f2b25888858acd1fff8441035b77f"
Expand Down

0 comments on commit 7a42aa9

Please sign in to comment.