Skip to content
Snippets Groups Projects

Issue #3109556: Update to Yarn 4

Closed Théodore Biadala requested to merge issue/drupal-3109556:3109556-update-to-yarn into 10.0.x
2 unresolved threads

Merge request reports

Approval is optional

Closed by Théodore BiadalaThéodore Biadala 1 year ago (Nov 16, 2023 10:48am UTC)

Merge details

  • The changes were not merged into 10.0.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
182 182 cd "$TOP_LEVEL/core"
183 183
184 184 # Ensure JavaScript development dependencies are installed.
185 yarn check -s 2>/dev/null
186 if [ "$?" -ne "0" ]; then
187 printf "Drupal's JavaScript development dependencies are not installed. Run 'yarn install' inside the core directory.\n"
188 DEPENDENCIES_NEED_INSTALLING=1;
189 fi
190
191 if [ $DEPENDENCIES_NEED_INSTALLING -ne 0 ]; then
192 exit 1;
193 fi
185 yarn >/dev/null
  • 183 183
    184 184 # Ensure JavaScript development dependencies are installed.
    185 yarn check -s 2>/dev/null
    186 if [ "$?" -ne "0" ]; then
    187 printf "Drupal's JavaScript development dependencies are not installed. Run 'yarn install' inside the core directory.\n"
    188 DEPENDENCIES_NEED_INSTALLING=1;
    189 fi
    190
    191 if [ $DEPENDENCIES_NEED_INSTALLING -ne 0 ]; then
    192 exit 1;
    193 fi
    185 yarn >/dev/null
    194 186
    195 187 # Check all files for spelling in one go for better performance.
    196 yarn run -s spellcheck --no-must-find-files -c $TOP_LEVEL/core/.cspell.json $ABS_FILES
    188 yarn run spellcheck --no-must-find-files -c $TOP_LEVEL/core/.cspell.json $ABS_FILES >/dev/null
  • Théodore Biadala added 44 commits

    added 44 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • be598606 - show output for initial yarn command

    Compare with previous version

  • added 1 commit

    • 2371147e - show output for initial yarn command

    Compare with previous version

  • added 1 commit

    • c863701a - Don't show the output for yarn install

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Théodore Biadala added 75 commits

    added 75 commits

    Compare with previous version

  • Théodore Biadala changed title from Issue #3109556: Update to Yarn 3 and prepare for Yarn 4 to Issue #3109556: Update to Yarn 4

    changed title from Issue #3109556: Update to Yarn 3 and prepare for Yarn 4 to Issue #3109556: Update to Yarn 4

  • Théodore Biadala changed the description

    changed the description

  • Théodore Biadala added 573 commits

    added 573 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading