Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump braces and babel-jest in /html/themes/custom/common_design_subtheme #333

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2024

Bumps braces to 3.0.3 and updates ancestor dependency babel-jest. These dependencies need to be updated together.

Updates braces from 3.0.2 to 3.0.3

Commits

Updates babel-jest from 26.6.3 to 29.7.0

Release notes

Sourced from babel-jest's releases.

v29.7.0

Features

  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#14499)

Fixes

  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#14473)

Performance

  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#14455)

Chore & Maintenance

  • [jest-cli] Move internal config initialisation logic to the create-jest package (#14465)

New Contributors

Full Changelog: jestjs/jest@v29.6.4...v29.7.0

v29.6.4

Fixes

  • [jest-core] Fix typo in scheduleAndRun performance marker (#14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#14437)

New Contributors

Full Changelog: jestjs/jest@v29.6.3...v29.6.4

v29.6.3

Fixes

  • [expect, @jest/expect-utils] ObjectContaining support symbol as key (#14414)
  • [expect] Remove @types/node from dependencies (#14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#14059 & #14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#14401)
  • [jest-mock] Revert #13692 as it was a breaking change (#14429)
  • [jest-mock] Revert #13866 as it was a breaking change (#14429)

... (truncated)

Changelog

Sourced from babel-jest's changelog.

29.7.0

Features

  • [create-jest] Add npm init / yarn create initialiser for Jest projects (#14465)
  • [jest-validate] Allow deprecation warnings for unknown options (#14499)

Fixes

  • [jest-resolver] Replace unmatched capture groups in moduleNameMapper with empty string instead of undefined (#14507)
  • [jest-snapshot] Allow for strings as well as template literals in inline snapshots (#14465)
  • [@jest/test-sequencer] Calculate test runtime if perStats.duration is missing (#14473)

Performance

  • [@jest/create-cache-key-function] Cache access of NODE_ENV and BABEL_ENV (#14455)

Chore & Maintenance

  • [jest-cli] Move internal config initialisation logic to the create-jest package (#14465)

29.6.4

Fixes

  • [jest-core] Fix typo in scheduleAndRun performance marker (#14434)
  • [jest-environment-node] Make sure atob and btoa are writeable in Node 20 (#14446)
  • [jest-worker] Additional error wrapper for parentPort.postMessage to fix unhandled DataCloneError. (#14437)

29.6.3

Fixes

  • [expect, @jest/expect-utils] ObjectContaining support sumbol as key (#14414)
  • [expect] Remove @types/node from dependencies (#14385)
  • [jest-core] Use workers in watch mode by default to avoid crashes (#14059 & #14085).
  • [jest-reporters] Update istanbul-lib-instrument dependency to v6. (#14401)
  • [jest-mock] Revert #13692 as it was a breaking change (#14429)
  • [jest-mock] Revert #13866 as it was a breaking change (#14429)
  • [jest-mock] Revert #13867 as it was a breaking change (#14429)
  • [@jest/reporters] Marks Reporter's hooks as optional (#14433)
  • [jest-runtime] Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync (#14397)

Chore & Maintenance

  • [jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform] Use invariant and notEmpty from jest-util rather than own internal (#14366)

29.6.2

Fixes

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [braces](https://github.com/micromatch/braces) to 3.0.3 and updates ancestor dependency [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest). These dependencies need to be updated together.


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

Updates `babel-jest` from 26.6.3 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
- dependency-name: babel-jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 11, 2024
Copy link

Coverage Report

Totals Coverage
Statements: 18.99% ( 98 / 516 )
Methods: 35.71% ( 10 / 28 )
Lines: 18.03% ( 88 / 488 )

Copy link

Test run output

Composer Validate success

PHP Lint success

Docker Build success

Environment Setup success

Site Install success

PHP Code Sniffer success

Software Versions PHP 8.2.26 (cli) (built: Nov 20 2024 19:55:38) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.26, Copyright (c) Zend Technologies with Zend OPcache v8.2.26, Copyright (c), by Zend Technologies with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans Composer version 2.8.4 2024-12-11 11:57:47
Composer Validate ./composer.json is valid, but with a few warnings See https://getcomposer.org/doc/04-schema.md for details on the schema # General warnings - The version field is present, it is recommended to leave it out if the package is published on Packagist.
PHP Lint No syntax errors detected in ./html/modules/custom/slt_layouts/slt_layouts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Plugin/views/sort/HierarchicalSecurityTitleSort.php No syntax errors detected in ./html/modules/custom/slt_contacts/slt_contacts.module No syntax errors detected in ./html/modules/custom/slt_contacts/src/Form/SltContactsImportContactsForm.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/linked_responsive_image_media_formatter.module No syntax errors detected in ./html/modules/custom/slt_layouts/src/Plugin/Layout/GridLayout.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/tests/src/Functional/FieldFormatter/LinkedResponsiveImageMediaFormatterTest.php No syntax errors detected in ./html/modules/custom/linked_responsive_image_media_formatter/src/Plugin/Field/FieldFormatter/LinkedResponsiveImageMediaFormatter.php No syntax errors detected in ./html/modules/custom/slt_general/tests/src/ExistingSite/HomePageTest.php No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Functional/TelephoneTypeFieldTest.php No syntax errors detected in ./html/modules/custom/slt_general/slt_general.module No syntax errors detected in ./html/modules/custom/paragraphs_page_title/paragraphs_page_title.module No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeLinkFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/tests/src/Kernel/TelephoneTypeItemTest.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldFormatter/TelephoneTypeDefaultFormatter.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldType/TelephoneTypeItem.php No syntax errors detected in ./html/modules/custom/telephone_type/src/Plugin/Field/FieldWidget/TelephoneTypeDefaultWidget.php No syntax errors detected in ./html/modules/custom/slt_access/src/SltAccessPermissions.php No syntax errors detected in ./html/modules/custom/telephone_type/telephone_type.module No syntax errors detected in ./html/modules/custom/slt_access/slt_access.module No syntax errors detected in ./html/themes/custom/common_design_subtheme/src/CommonDesignSubthemeCallbacks.php No syntax errors detected in ./html/themes/custom/common_design_subtheme/common_design_subtheme.theme
PHPCS ...................... 22 / 22 (100%)

Time: 2.75 secs; Memory: 20MB

Tests PHPUnit 9.6.21 by Sebastian Bergmann and contributors.

Testing
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image style only" (array('responsive_image_style', '', '', 'image', '', false), array(array(array('/files/styles/thumbnail/publi...le.png')), array(array('/files/styles/large/public/example.png')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text" (array('responsive_image_style', '', '', 'custom', 'Custom alt text', false), array(array(array('Custom alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom alt text using a token" (array('responsive_image_style', '', '', 'custom', '[node:title]', false), array(array(array(array('getTestNodeTitle')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to media" (array('responsive_image_style', 'media', '', 'image', '', false), array(array(array(array('getTestMediaUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with link to image" (array('responsive_image_style', 'image', '', 'image', '', false), array(array(array(array('getTestImageUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', false), array(array(array('https://example.org')), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom link using a token" (array('responsive_image_style', 'custom', '[node:url]', 'image', '', false), array(array(array(array('getTestNodeUrl')))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with custom entity link" (array('responsive_image_style', 'custom', 'entity:node/1', 'image', '', false), array(array(array(array('getTestNodeUrl'))), array(array('test image alt text'))))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background" (array('responsive_image_style', 'custom', 'https://example.org', 'image', '', true), array(array(array('https://example.org')), array(array('')), array('test image alt text')))' ended
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' started
Test 'Drupal\Tests\linked_responsive_image_media_formatter\Functional\FieldFormatter\LinkedResponsiveImageMediaFormatterTest::testRender with data set "Responsive image with image as background and custom link and alt with tokens" (array('responsive_image_style', 'custom', '[node:url]', 'custom', '[node:title]', true), array(array(array(array('getTestNodeUrl'))), array(array('')), array(array('getTestNodeTitle'))))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeWidget' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeDefaultFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number with type" (array('Business', '1234 56789'), array('Business: 1234 56789', 'Business'))' ended
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' started
Test 'Drupal\Tests\telephone_type\Functional\TelephoneTypeFieldTest::testTelephoneTypeLinkFormatter with data set "Phone number without type" (array('', '1234 56789'), array('1234 56789', 'Phone...er'))' ended
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' started
Test 'Drupal\Tests\telephone_type\Kernel\TelephoneTypeItemTest::testTestItem' ended
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' started
Test 'Drupal\Tests\slt_general\ExistingSite\HomePageTest::testHomePage' ended

Time: 03:53.113, Memory: 48.50 MB

OK (17 tests, 173 assertions)

HTML output was generated
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-1-47027994.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-2-47027994.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-3-47027994.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-4-18403699.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-5-18403699.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-6-18403699.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-7-47786158.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-8-47786158.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-9-47786158.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-10-65080755.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-11-65080755.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-12-65080755.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-13-39691686.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-14-39691686.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-15-39691686.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-16-10997507.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-17-10997507.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-18-10997507.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-19-50037866.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-20-50037866.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-21-50037866.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-22-88807141.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-23-88807141.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-24-88807141.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-25-26126520.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-26-26126520.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-27-26126520.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-28-49546731.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-29-49546731.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_linked_responsive_image_media_formatter_Functional_FieldFormatter_LinkedResponsiveImageMediaFormatterTest-30-49546731.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-1-39501475.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-2-39501475.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-3-39501475.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-4-88627740.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-5-88627740.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-6-88627740.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-7-88627740.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-8-88627740.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-9-14366501.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-10-14366501.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-11-14366501.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-12-14366501.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-13-14366501.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-14-36031625.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-15-36031625.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-16-36031625.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-17-36031625.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-18-36031625.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-19-18450408.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-20-18450408.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-21-18450408.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-22-18450408.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_telephone_type_Functional_TelephoneTypeFieldTest-23-18450408.html
http://127.0.0.1/sites/simpletest/browser_output/Drupal_Tests_slt_general_ExistingSite_HomePageTest-1-dtt.html

Generating code coverage report in Clover XML format ... done [00:00.101]

Generating code coverage report in HTML format ... done [00:00.065]

Generating code coverage report in PHPUnit XML format ... done [00:00.122]

Remaining self deprecation notices (13906)

Remaining direct deprecation notices (4)

Remaining indirect deprecation notices (16)

Other deprecation notices (2)

[success] Successfully enabled: dblog

Drupal Logs
PHP Logs

Pusher: @dependabot[bot], Action: pull_request, Workflow: Run tests

@lazysoundsystem lazysoundsystem merged commit eb0a5bc into develop Dec 11, 2024
2 checks passed
@lazysoundsystem lazysoundsystem deleted the dependabot/npm_and_yarn/html/themes/custom/common_design_subtheme/multi-d5b18278e5 branch December 11, 2024 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant