generator-chisel icon indicating copy to clipboard operation
generator-chisel copied to clipboard

Chisel is a development framework for creating easy to maintain and fast WordPress websites.

Results 64 generator-chisel issues
Sort by recently updated
recently updated
newest added

Should we add some linters for wordpress? https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards We can use those rulesets and embed phpcs binary in chisel. PHPMD and PHPCPD could also be useful, but I haven't tested...

enhancement

Hey, I'd like to document proposed integration with Pantheon ## Specification ### Custom Upstream Pantheon's [WordPress upstream](https://github.com/pantheon-systems/WordPress) is not compatible with with [Nested Docroot](https://pantheon.io/docs/nested-docroot/) (Pantheon's feature allowing serving files from...

enhancement

Add code quality inspections via PHPStan - https://phpstan.org/ - https://github.com/szepeviktor/phpstan-wordpress Example of `phpstan.neon` ``` parameters: level: 6 scanDirectories: - wp/wp-content/plugins/ ```

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](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...

dependencies

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

https://github.com/xfiveco/generator-chisel/blob/master/packages/generator-chisel/lib/commands/create/creators/wp/chisel-starter-theme/Chisel/Extensions/ChiselTwig.php#L60 There is naming conflict here with latest Timber plugin version 1.21.0 Removing this definition and using Timber built in Image worked for me.

Hello, How can I set some additional rules in eslint for our project? I need set: max-nesting-depth: 4 Thanks.