Release(4.2.0): Add WordPress platform adapter#277
Merged
Conversation
Bumps [vite-plugin-static-copy](https://github.com/sapphi-red/vite-plugin-static-copy) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/sapphi-red/vite-plugin-static-copy/releases) - [Changelog](https://github.com/sapphi-red/vite-plugin-static-copy/blob/main/CHANGELOG.md) - [Commits](https://github.com/sapphi-red/vite-plugin-static-copy/compare/vite-plugin-static-copy@4.1.0...vite-plugin-static-copy@4.1.1) --- updated-dependencies: - dependency-name: vite-plugin-static-copy dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [stylelint](https://github.com/stylelint/stylelint) from 17.12.0 to 17.14.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@17.12.0...17.14.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 17.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [axe-core](https://github.com/dequelabs/axe-core) from 4.11.4 to 4.12.1. - [Release notes](https://github.com/dequelabs/axe-core/releases) - [Changelog](https://github.com/dequelabs/axe-core/blob/develop/CHANGELOG.md) - [Commits](dequelabs/axe-core@v4.11.4...v4.12.1) --- updated-dependencies: - dependency-name: axe-core dependency-version: 4.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 10.4.1 to 10.4.6. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.4.6/code/addons/links) --- updated-dependencies: - dependency-name: "@storybook/addon-links" dependency-version: 10.4.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…-plugin-static-copy-4.1.1 chore(deps): bump vite-plugin-static-copy from 4.1.0 to 4.1.1
…elint-17.14.0 chore(deps): bump stylelint from 17.12.0 to 17.14.0
…core-4.12.1 chore(deps): bump axe-core from 4.11.4 to 4.12.1
…ybook/addon-links-10.4.6 chore(deps): bump @storybook/addon-links from 10.4.1 to 10.4.6
Remaining audit findings are from @emulsify/cli 1.12.2 and its ajv dependency. npm audit fix requires @emulsify/cli@2.2.0, which is out of scope for this pass.
Contributor
|
🎉 This PR is included in version 4.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds a first-class, intentionally neutral
wordpressplatform adapter for WordPress and Timber projects using Emulsify Core for component authoring, Storybook, and Vite builds.The new adapter gives WordPress projects an explicit
project.platformvalue without adding WordPress or Timber runtime behavior to Core. WordPress projects continue to emit compiled assets todist/, use normal Storybook CSS loading, and avoid Drupal-specific behavior such as Drupal shims,Drupal.attachBehaviors(), Drupal Twig filters, and SDC mirroring.This PR also:
@emulsify/core/vite/platformswordpress-src-componentsrelease fixture covering Twig, React/JSX, Sass, assets, Vite extension loading, and non-Drupal output behaviornone,wordpress, anddrupaladapter modelemulsify-wordpress-themeRelated issue(s)
N/A
Checklist
Notes
CI is passing.
This is not intended to emulate WordPress, Timber, PHP template loading, theme context, or WordPress runtime behavior inside Emulsify Core. The adapter is a named platform target for Core’s existing build and Storybook behavior, while runtime integration remains the responsibility of
emulsify-wordpress-theme.