Skip to content

Backport several fixes from latest usage#45

Merged
kevinfodness merged 6 commits intodevelopfrom
chore/cleanup
Oct 20, 2025
Merged

Backport several fixes from latest usage#45
kevinfodness merged 6 commits intodevelopfrom
chore/cleanup

Conversation

@kevinfodness
Copy link
Member

@kevinfodness kevinfodness commented Oct 17, 2025

  • Standardize on Alley\WP namespace everywhere
  • Remove aliasing
  • Fix stylelint errors
  • Move phpcs cache up to flat file in root
  • Bump Tested Up To to 6.8
  • Pin GitHub Actions versions to v1 instead of develop
  • Use node 22 explicitly in GitHub Actions
  • Bump versions in package.json
  • Remove package-lock.json and gitignore it
  • Change GitHub Actions workflow for node tests to not perform an audit (depends on a lockfile, which we removed) and to run npm install instead of npm ci

Fixes #41
Fixes #42

- Remove Alley\WP namespace
- Remove aliasing
- Fix stylelint errors
- Move phpcs cache up to flat file in root
- Bump Tested Up To
- Pin GitHub Actions versions
- Use node 22 explicitly in GitHub Actions
- Bump versions in package.json
- Remove package-lock.json
- Change GitHub Actions workflow for node tests to not perform an audit (depends on a lockfile, which we removed) and to run npm install instead of npm ci
@kevinfodness kevinfodness changed the title Backport several fixes Backport several fixes from latest usage Oct 17, 2025
@srtfisher
Copy link
Member

@kevinfodness I think the namespace should remain as is and the configuration script should change it. That is what we do on create-wordpress-plugin. What do you think?

@kevinfodness
Copy link
Member Author

@srtfisher Sure, I can do that.

@kevinfodness
Copy link
Member Author

@srtfisher can you take another look now that I've restored the namespace?

@kevinfodness kevinfodness merged commit 724fe52 into develop Oct 20, 2025
4 checks passed
@kevinfodness kevinfodness deleted the chore/cleanup branch October 20, 2025 20:25
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.

Update phpcs cache path Remove Path Aliasing

2 participants