Release v2.0.0 #3
Merged
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.
This pull request removes several configuration files and dependencies, reflecting a significant cleanup of the project's setup. The changes focus on removing unused or outdated configurations for tools like ESLint, Prettier, Stylelint, Babel, Jest, and Puppeteer, as well as simplifying the project's Node.js and browser environments.
Removal of Configuration Files:
Node.js Version Management:
.nvmrcfile to use Node.js version 18 instead of 14.Linting and Formatting:
config/.eslintrc.js,config/.eslintrc-md.js, andconfig/.eslintignore). [1] [2] [3]config/.prettierrc.jsandconfig/.prettierignore). [1] [2]config/.stylelintrc.jsonandconfig/.stylelintignore). [1] [2]config/.markdownlint.jsonandconfig/.markdownlintignore). [1] [2]Build and Dependency Management:
config/babel-transform.js).config/default-tsconfig.json).config/.npmpackagejsonlintignore).Removal of Testing-Related Configurations:
Jest and Puppeteer:
config/jest-e2e.config.js).config/jest-environment-puppeteerdirectory). [1] [2] [3]Docker:
config/docker-compose.override.yml.template).Other Changes:
config/.browserslistrcfile, which extended the WordPress browser list configuration.These changes streamline the project's configuration by removing unused and outdated files, likely in preparation for a new or simplified setup.