Skip to content
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

294 correctly use and bundle yoastseo package in premium #21006

Draft
wants to merge 30 commits into
base: trunk
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
a4b61d5
Specifying modules: false in the ``@babel/preset-env` config to preve…
FAMarfuaty Dec 22, 2023
40c7880
Add back missing spaces
FAMarfuaty Dec 22, 2023
2e51793
Bundle language entries based on the build code of yoastseo package
FAMarfuaty Dec 22, 2023
4ffb462
Group the language processing helpers into one module
FAMarfuaty Jan 2, 2024
d4d1098
Adjust imports
FAMarfuaty Jan 2, 2024
e6aa3be
Adjust import
FAMarfuaty Jan 3, 2024
564bbe4
Fix typos
FAMarfuaty Jan 4, 2024
dbadc81
Merge branch 'releasing-yoastseo' of github.com:Yoast/wordpress-seo i…
FAMarfuaty Jan 4, 2024
73fc90f
Compile code to CommonJS when test is running
FAMarfuaty Jan 5, 2024
0ac32f7
Improve exporting syntax
FAMarfuaty Jan 5, 2024
b97808c
Add eslint plugin for tree shaking
FAMarfuaty Jan 8, 2024
7b61e10
Add tree shaking config
FAMarfuaty Jan 8, 2024
d792697
Disable tree-shaking plugin for spec folder
FAMarfuaty Jan 10, 2024
37d3a9a
Refactor classes to use newer syntax with `class` keyword
FAMarfuaty Jan 11, 2024
1bdd161
Upgrade dependencies
FAMarfuaty Jan 11, 2024
d87b712
Adjust unit tests
FAMarfuaty Jan 11, 2024
5f7a0e8
use `import` statement instead of `require`
FAMarfuaty Jan 11, 2024
006e5c2
Add exception to tree shaking config rule
FAMarfuaty Jan 15, 2024
967d44a
Refactor the class
FAMarfuaty Jan 15, 2024
349f89d
Explicitly make parse method static. This way this method can only be…
FAMarfuaty Jan 16, 2024
02ec24e
Remove irrelevant tests. Now parse method is a static method of the c…
FAMarfuaty Jan 16, 2024
58f0c0b
Fix import statement
FAMarfuaty Jan 16, 2024
c361c6c
Fix a copy paste mistake. `getKeywordDensity` should return `getKeyph…
FAMarfuaty Jan 16, 2024
4a60b42
Remove unnecessary import
FAMarfuaty Jan 16, 2024
aaa0463
refactor AssessorPresenter to use class
FAMarfuaty Jan 16, 2024
e1f0a21
Fix the way we access the `parse` method
FAMarfuaty Jan 16, 2024
c665001
Merge branch 'releasing-yoastseo' of github.com:Yoast/wordpress-seo i…
FAMarfuaty Jan 18, 2024
7c8feee
Upgrade dependencies
FAMarfuaty Jan 22, 2024
01d52a5
Merge branch 'releasing-yoastseo' of github.com:Yoast/wordpress-seo i…
FAMarfuaty Jan 22, 2024
845ce24
Add rule to exclude parsing source map from `parse5`
FAMarfuaty Jan 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'releasing-yoastseo' of github.com:Yoast/wordpress-seo i…
…nto 294-correctly-use-and-bundle-yoastseo-package-in-premium
  • Loading branch information
FAMarfuaty committed Jan 22, 2024
commit 01d52a5450ec3dbc49e8b1138f7f97415b6b6e8f
Loading
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.