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

v 2.0.3 #2

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

v 2.0.3 #2

wants to merge 19 commits into from

Conversation

soderlind
Copy link

This pull request includes significant updates to the wp-project-version-sync project, including configuration changes, dependency updates, and enhancements to functionality and testing. The most important changes are grouped by theme below:

Configuration and Dependency Updates:

  • Added dependabot.yml configuration to automate dependency updates for GitHub Actions, npm, and composer packages.
  • Updated package.json to reflect the new project name, version, description, and contributors. Also updated dependencies and devDependencies to their latest versions.
  • Added a new babel.config.json file to use the @babel/preset-env preset with CommonJS modules.

Enhancements to Functionality:

  • Expanded the CLI command to support version updates for readme.txt and JSON files (e.g., block.json), in addition to WordPress plugin and theme files. Updated the README.md to reflect these changes and provide detailed usage instructions.

Testing Improvements:

  • Refactored and expanded Jest tests to cover the new file types (readme.txt and block.json). Improved test readability and added mock implementations for console methods.
  • Added sample files for testing version updates in readme.txt and block.json. [1] [2] [3] [4]

soderlind and others added 19 commits October 27, 2023 09:46
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/micromatch@4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…ch-4.0.8

Bump micromatch from 4.0.5 to 4.0.8
Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 13.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](tj/commander.js@v11.1.0...v13.0.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…r-13.0.0

Bump commander from 11.1.0 to 13.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant