-
Notifications
You must be signed in to change notification settings - Fork 2
Bump mdast-util-to-hast from 13.2.0 to 13.2.1 #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
8
commits into
beta-master
Choose a base branch
from
dependabot/npm_and_yarn/mdast-util-to-hast-13.2.1
base: beta-master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump mdast-util-to-hast from 13.2.0 to 13.2.1 #998
dependabot
wants to merge
8
commits into
beta-master
from
dependabot/npm_and_yarn/mdast-util-to-hast-13.2.1
Conversation
This file contains hidden or 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
* Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Assistant fix (#985) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Assistant fix (#985) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * 0.88.1 (#990) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * Beta master (#991) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
* Bugfixes for 0.88 (#978) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Translation fixes (#981) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Fix npm ci sync issue (#983) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * Assistant fix (#985) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> * 0.88.1 (#990) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * Beta master (#991) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * Fix genAI C2PA reading bug (#993) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues * Add softwareAgent fallback in case name is missing --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> * cleanup (#995) * Fixed render issue (#974) * add KNOWN_LINKS.TWITTER to linksAccepted (#976) * Assistant/extracted urls group by domain (#966) * corrected spacing in domainoraccount display * moved batching of API calls to backend * sending urls as a list rather than string to maintain correct spaces * added fix for datagrid size error * added frontendVersion to api call so backend knows which functions to call * corrected frontendVersion to 0.88 * input url source credibility dispalying correctly with new source cred results object * removed comments and console log from assistantSaga * reading in new object correctly for input url * tidied imports * chips displaying correctly * urls without domain analysis have unlabelled chip * displaying single URL or domain, or a list of URLs on hover * changed confusing variable from domainOrAccount to resolvedDomain * domain results and chips dispalying correctly * fixed unlabelled not showing * column for domain or account label * added null results for when input url has no source credibility results * reworked domain or account and list of URLs * minor changes due to changing object in backend * added URL as opposed to URLs for a single link * list of params is sent to CopyButton as string * Assistant/improve local file mode (#975) * removed grid to improve UI * removed unnecessary import * added KNOWN_LINKS.OWN to video analysis tool to show in local file mode * added KNOWN_LINKS.OWN to thumbnails tool to show in local file mode * added comment to know why CheckGif tool isn't listed * Assistant / added author translation components (#940) * added author trans components * added USFD author * added references to AssistantWarnings and tidied * update usfd link * correct usfd link * fixed conflicts * Updated offline translations * Fixed missing keys, added offline translations, cleanup * chore: rebuild package-lock.json to fix npm ci sync issue * Assistant/prevent video running automatically (#977) * changing useEffect on tools * add autoRun to url to recognise when to run automatically from the assistant * add checks for autoRun to image tools * removed comment * fix CSS hover rules in AssistantTextSpanClassification (#987) Hover rules in a couple of `sx` properties were mistakenly entered as `:hover`, meaning that once the relevant CSS fragment was added to the DOM, _every_ element in the whole document gained the green-background hover behaviour, not just the element corresponding to this component. Fixed by changing them to `&:hover` to target this component specifically. * Fixed C2PA non-matching checksum error (#988) * Bumped version * Bumped version * fix: hover styles leaking to entire UI, theme spread causing CSS cascade issues * Add softwareAgent fallback in case name is missing * Cleaned up unused packages * Added missing fallback --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk> --------- Co-authored-by: Rosanna Milner <44234896+rosannamilner@users.noreply.github.com> Co-authored-by: Ian Roberts <i.roberts@sheffield.ac.uk>
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1. - [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases) - [Commits](syntax-tree/mdast-util-to-hast@13.2.0...13.2.1) --- updated-dependencies: - dependency-name: mdast-util-to-hast dependency-version: 13.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
javascript
Pull requests that update javascript code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps mdast-util-to-hast from 13.2.0 to 13.2.1.
Release notes
Sourced from mdast-util-to-hast's releases.
Commits
174795b13.2.13d05b3aUpdate Node in Actionsab3a795Fix support for spaces in class namesefb5312Refactor to use@importsa5bc210Add declaration mapsb54955dAdd.tsbuildinfoto.gitignoreDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.