javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Monorepo for all the JavaScript within Yoast

Results 95 javascript issues
Sort by recently updated
recently updated
newest added

## Explanation When i use **yoastseo** it gives this error at build time only ?? ``` .../node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53 throw ex; ^ Error: Callback was already called. at throwError (/var/www/XYZ/node_modules/neo-async/async.js:16:11) at /var/www/XYZ/node_modules/neo-async/async.js:2818:7...

## Summary This PR can be summarized in the following changelog entry: * n/a ## Relevant technical choices: * Adds functionality for checking whether synonyms are a string to YoastSEO.js....

Hello. I don't really know weather this module works or not, because i'm unable to make it working. Please update the documentation, make different cases for react, angular, with a...

## Summary Three small tweaks needed to complete https://github.com/Yoast/wordpress-seo/pull/15591 This PR can be summarized in the following changelog entry: * N/A ## Relevant technical choices: * N/A ## Test instructions...

changelog: non-user-facing

### What did you expect to happen? The page would show the filtered keywords ### What happened instead? It took you to the post view to show filtered keywords. Because...

bug
Package: yoastseo
support

## Explanation In the plugin [code](https://github.com/Yoast/wordpress-seo/blob/f06f09c3286298d892d9e9597511df24bbdc7f06/inc/class-wpseo-meta.php#L961), in the function `keyword_usage`, we only check whether a focus keyphrase has been used 0, 1 or 2+ times before. If it was used...

### Please give us a description of what happened. In Premium, under `SEO analysis` in the metabox, we only check whether focus keyphrases were used before, but not related keyphrases....

## Explanation In the monorepo, there are some dependencies that are outdated. We should upgrade them in the future to ensure that bugs are fixed and we can profit from...

## Explanation The monorepo currently suffers from dependency issues. These issues occur, for example, when a package upgrade in one package, affects the tests / snapshots in another package. This...

## Summary This PR can be summarized in the following changelog entry: * Restructures the folders in the monorepo to ensure they are more uniform. ## Relevant technical choices: *...

tooling
changelog: non-user-facing