Rlease: Prepare Emulsify Drupal 7.2 release readiness#370
Open
callinmullaney wants to merge 14 commits into
Open
Rlease: Prepare Emulsify Drupal 7.2 release readiness#370callinmullaney wants to merge 14 commits into
callinmullaney wants to merge 14 commits into
Conversation
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.1 to 4.3.0. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@4.1.1...4.3.0) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.3.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…aml-4.3.0 chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0
…into fix-php83-floor-support * 'release-7.2' of github.com:emulsify-ds/emulsify-drupal: chore(deps-dev): bump js-yaml from 4.1.1 to 4.3.0 ci(drupal): normalize release readiness language docs: add Drupal sister-project parity contract chore(release): align Drupal license metadata
fix(ci): add PHP 8.3 theme readiness coverage
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.
This PR does the following:
GPL-2.0-or-laterLICENSE,package.json,package-lock.json,composer.json, andwhisk/package.jsonso project license metadata is consistentactions/checkout@v7,actions/setup-node@v6, andnode-version-file: .nvmrc.git,node_modules,vendor, andwhisk/node_modulesgeneratedFrom: "emulsify-drupal"andgeneratedFromVersion: "7.2.0"@emulsify/core^4.2.0whisk.libraries.ymlmaps them todist/global/*.css, while design-token tooling remains optionalRelated Issue(s)
Notes:
generatedFromVersionis intentionally set to7.2.0because this branch is preparing the next published Emulsify Drupal release.@emulsify/coreis intentionally set to^4.2.0in anticipation of Core 4.2.0 being published before this branch merges.Functional Testing:
LICENSE,package.json,package-lock.json,composer.json, andwhisk/package.jsonto confirm project license metadata usesGPL-2.0-or-later.composer validate --no-check-publish --strict.npm ci --ignore-scripts.npm audit --omit=dev.npm audit.npm run lint:php.npm run docs:check-commands.npm run release:check -- --skip-smoke..github/workflows/theme-readiness.ymlto confirm Drupal 11.3 runs against PHP 8.3 and PHP 8.4, and Drupal dev-branch coverage runs against PHP 8.5 as advisory coverage..github/workflows/theme-readiness.ymland.github/workflows/semantic-release.ymlto confirm checkout/setup-node actions are updated and Node comes from.nvmrc.whisk/project.emulsify.jsonto confirmplatform,singleDirectoryComponents,generatedFrom, andgeneratedFromVersionare preserved.@emulsify/core@4.2.0is published, runnpm --prefix whisk install --package-lock=false --ignore-scripts.npm run release:checkin an environment with Drupal fixture prerequisites, GD, and Imagick available.