create-wordpress-plugin
create-wordpress-plugin copied to clipboard
A skeleton repository for Alley's WordPress Plugins
### Description of the bug Since we're using `npm run create-block` the `scaffold/blocks` directory should be removed from the `scaffold` branch. ### Steps To Reproduce Notice that the `scaffold/blocks` directory...
# Issue When the configure command is run on a plugin being created in a subdirectory of a larger project (e.g., put into `plugins` inside of a repo that has...
Ability to generate a Gutenberg slot fill using `wp-scripts`.
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.0 to 7.25.3. Release notes Sourced from @babel/preset-env's releases. v7.25.3 (2024-07-31) :bug: Bug Fix babel-plugin-bugfix-firefox-class-in-computed-class-key, babel-traverse #16699 Avoid validating visitors produced by traverse.visitors.merge (@nicolo-ribaudo) :house: Internal babel-parser...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.2.3 to 29.2.4. Release notes Sourced from ts-jest's releases. v29.2.4 Please refer to CHANGELOG.md for details. Changelog Sourced from ts-jest's changelog. 29.2.4 (2024-08-01) Bug Fixes fix: revert...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.25.4 to 7.25.7. Release notes Sourced from @babel/preset-env's releases. v7.25.7 (2024-10-02) Thanks @DylanPiercey and @YuHyeonWook for your first PRs! :bug: Bug Fix babel-helper-validator-identifier #16825 fix: update identifier...
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.1.5 to 3.1.7. Release notes Sourced from dompurify's releases. DOMPurify 3.1.7 Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @masatokinugawa Fixed...
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.2. Release notes Sourced from typescript's releases. TypeScript 5.6 For release notes, check out the release announcement. For the complete list of fixed issues, check...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.12 to 29.5.13. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Description Mirrors https://github.com/alleyinteractive/create-wordpress-project/issues/147 ### Use Case When a user uses this framework, its configuration should be as simple as possible. ### Acceptance Criteria - Remove `compilerOptions.paths` from tsconfig.json -...