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(masthead-v2-alpha): merge alpha dev changes into alpha main #11257

Merged

Commits on Apr 25, 2023

  1. chore(gh): remove auto assignee from issue templates (carbon-design-s…

    …ystem#10389)
    
    * chore(gh): remove auto assignees
    
    * chore(checks): pin node version to 18.15
    kennylam authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    fbfaf2f View commit details
    Browse the repository at this point in the history
  2. chore(project): remove unneeded package.json entries (carbon-design-s…

    …ystem#10352)
    
    * chore(project): remove unneeded package.json entries
    
    * chore(gh): clean up ci-check workflow
    
    * chore(actions): disable react ci-checks for now
    kennylam authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    6f19c5c View commit details
    Browse the repository at this point in the history
  3. chore(checks): pin node version to 18.15 (carbon-design-system#10390)

    ### Description
    
    A current [bug](nodejs/node#47563) in the latest version of Node is causing CI checks to fail. The bug has been fixed but not yet back-ported, so in the meantime will test pinning the version to `18.15`.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - pin `ci-check` workflow Node version to `18.15`
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    95d279e View commit details
    Browse the repository at this point in the history
  4. feat(e2e): introducing parallelization (carbon-design-system#10314)

    ### Related Ticket(s)
    carbon-design-system#9093 
    carbon-design-system#8814 
    
    ### Description
    This PR introduces the parallelization feature for Cypress testing. 
    The work for this PR consisted in creating a IBM Cloud CodeEngine instance out of an image provided by the sorry-cypress service, especifically the `sorry-cypress-director` service. The Director instance is the one who controls what tests each machine should run, coming from the same spec file run.
    
    In order to achieve parallelization among the newly created machine matrix, we are now using the `cy2` dependency, which intercepts the parallelization call made to Cypress Dashboard and redirects all the data to our CE instance. 
    
    However, in order to speed things up and ensure each machine doesn't need to install and build every time, we separate the workflow into separate pieces:
    
    1. Install job
       - Install dependencies 
       - Cache dependencies
       - Build storybook
       - Upload `storybook` artifacts
    2. Run tests
       - Retrieve cached dependencies
       - Retrieve `storybook` artifacts
       - Run tests
       - If one test fails, create a `failure.txt` file and upload as artifact
    3. Check if all tests passed
       - Wait until all tests finish
       - Retrieve `failure.txt` artifact
       - If said file exists, fail this job
    
    The caching and artifact uploading ensures that each of the test jobs don't need to install/rebuild everything all over again. With this setup, that should only happen once, speeding up the rest of the jobs.
    
    ### Changelog
    
    **New**
    
    - introduced parallelization 
    
    **Changed**
    
    - `e2e-tests.yml` file
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    IgnacioBecerra authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    eb6f61f View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. chore(deps): bump andstor/file-existence-action from 1 to 2 (carbon-d…

    …esign-system#10399)
    
    Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/andstor/file-existence-action/releases">andstor/file-existence-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.0.0</h2>
    <h3>Changed</h3>
    <ul>
    <li>Updated to the node16 runtime by default</li>
    <li>Deprecates the <code>allow_failure</code> variable in favor of <code>fail</code></li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Updated usage of deprecated <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"><code>set-output</code></a> command</li>
    </ul>
    <h2>v1.1.0</h2>
    <h3>Added</h3>
    <ul>
    <li>Support for glob patterns.</li>
    </ul>
    <h2>v1.0.1</h2>
    <h3>Added</h3>
    <ul>
    <li>Checks for existence of files and directories specified in input variables.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/andstor/file-existence-action/commit/20b4d2e596410855db8f9ca21e96fbe18e12930b"><code>20b4d2e</code></a> Correct input name</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/31359852f5f601604498353d20d704b27b0ed556"><code>3135985</code></a> Deprecates the &quot;allow_failure&quot; variable in favor of &quot;fail&quot;</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/bbb27a8d0c6ffc98910d37d692fa50392dc7af64"><code>bbb27a8</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/113">#113</a> from hbiede/patch-1</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/e6b07c7c8a57a08145b72dd11ebfd6bae5c80b6e"><code>e6b07c7</code></a> Update dependencies</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/6b4f78425eea38eb1aa2c9829bc8489e8e5f0f03"><code>6b4f784</code></a> Fix typo</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/ef72eba3eb7eff4045c574f384fde5688298eee8"><code>ef72eba</code></a> Updated to the node16 runtime by default</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/c492e43713b59c0534dd9183abd6afca1a03e4a9"><code>c492e43</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/106">#106</a> from DaSchTour/patch-1</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/afdfb059cd6d9659012341dec72fb8b9c7be8624"><code>afdfb05</code></a> Update to node16</li>
    <li>See full diff in <a href="https://github.com/andstor/file-existence-action/compare/v1...v2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=andstor/file-existence-action&package-manager=github_actions&previous-version=1&new-version=2)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    dependabot[bot] authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3d9f4ec View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10411)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    58f5c1f View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @carbon/pictograms-react to v11.42.0 (c…

    …arbon-design-system#10410)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.41.0` -> `11.42.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.41.0/11.42.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/compatibility-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/confidence-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.42.0`](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
    renovate[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    65327cc View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump actions/upload-artifact from 2 to 3 (carbon-design-…

    …system#10398)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://redirect.github.com/actions/upload-artifact/issues/293">#293</a>)</li>
    <li>Update package-lock.json file version to 2 (<a href="https://redirect.github.com/actions/upload-artifact/issues/302">#302</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>v2.3.1</h2>
    <p>Fix for empty fails on Windows failing on upload <a href="https://redirect.github.com/actions/upload-artifact/issues/281">#281</a></p>
    <h2>v2.3.0 Upload Artifact</h2>
    <ul>
    <li>Optimizations for faster uploads of larger files that are already compressed</li>
    <li>Significantly improved logging when there are chunked uploads</li>
    <li>Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files</li>
    <li>Various other small bugfixes &amp; optimizations</li>
    </ul>
    <h2>v2.2.4</h2>
    <ul>
    <li>Retry on HTTP 500 responses from the service</li>
    </ul>
    <h2>v2.2.3</h2>
    <ul>
    <li>Fixes for proxy related issues</li>
    </ul>
    <h2>v2.2.2</h2>
    <ul>
    <li>Improved retryability and error handling</li>
    </ul>
    <h2>v2.2.1</h2>
    <ul>
    <li>Update used actions/core package to the latest version</li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li>Support for artifact retention</li>
    </ul>
    <h2>v2.1.4</h2>
    <ul>
    <li>Add Third Party License Information</li>
    </ul>
    <h2>v2.1.3</h2>
    <ul>
    <li>Use updated version of the <code>@action/artifact</code> NPM package</li>
    </ul>
    <h2>v2.1.2</h2>
    <ul>
    <li>Increase upload chunk size from 4MB to 8MB</li>
    <li>Detect case insensitive file uploads</li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Fix for certain symlinks not correctly being identified as directories before starting uploads</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li>Support for uploading artifacts with multiple paths</li>
    <li>Support for using exclude paths</li>
    <li>Updates to dependencies</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce"><code>0b7f8ab</code></a> ci(github): update action/download-artifact from v1 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/312">#312</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/013d2b89baa2f354c5ffec54c68bec4ab39a2534"><code>013d2b8</code></a> Create devcontainer for codespaces + update all dev dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/055b8b3f04a4a7ed853f2c6ab04256f83e4874dc"><code>055b8b3</code></a> Bump Actions NPM dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/7a5d4831f75130126bffffb8443b412485f7b836"><code>7a5d483</code></a> ci(github): update action/checkout from v2 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/315">#315</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/e0057a5b76f2fdad976135e8dd7b691e632b9056"><code>e0057a5</code></a> README: Bump actions/checkout to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/352">#352</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/7fe6c13ac83e8572a115d6d5e45afc880cc4fe7e"><code>7fe6c13</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://redirect.github.com/actions/upload-artifact/issues/363">#363</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/83fd05a356d7e2593de66fc9913b3002723633cb"><code>83fd05a</code></a> Bump actions-core to v1.10.0 (<a href="https://redirect.github.com/actions/upload-artifact/issues/356">#356</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/3cea5372237819ed00197afe530f5a7ea3e805c8"><code>3cea537</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/327">#327</a> from actions/robherley/artifact-1.1.0</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/849aa7758a428ee22be38de371b49c8bd57c4b9d"><code>849aa77</code></a> nvm use 12 &amp; npm run release</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/4d3986961d0423ba9a593efb490a2960eb65f43b"><code>4d39869</code></a> recompile with correct ncc version</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=2&new-version=3)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    dependabot[bot] authored May 2, 2023
    Configuration menu
    Copy the full SHA
    87ca672 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. chore(release): merge release/v1.46.0 to main (carbon-design-system#1…

    …0418)
    
    ### Description
    
    Merge latest release into main.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 3, 2023
    Configuration menu
    Copy the full SHA
    9e78d0a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. fix(sticky-header): table-of-contents positioning (carbon-design-syst…

    …em#10408)
    
    ### Related Ticket(s)
    
    Followup to carbon-design-system#10342 
    
    ### Description
    
    This change fixes a bug in which the table of contents is not properly positioned along with the L0/L1 masthead menus
    
    > **Note**
    > Because the stickyHeader is a globally-scoped utility and could be initialized by _any_ component that imports it, we'll need to cherry-pick this PR's commit to the `feat/masthead-v2-dev` branch so the `main` branch components and the `feat/masthead-v2` branch components aren't causing race conditions
    
    https://user-images.githubusercontent.com/25532785/235171270-8da551b7-54d5-46ff-afea-f1acb3d19bf5.mov
    
    Direct link to deploy preview testing page: https://ibmdotcom-webcomponents.s3.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/10408/iframe.html?knob-Masthead%20Version=L1&id=components-dotcom-shell--without-shell&viewMode=story
    
    ### Changelog
    
    **Changed**
    
    - Updates table-of-contents/stickyHeader integration
    andy-blum authored May 4, 2023
    Configuration menu
    Copy the full SHA
    4a0449d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. fix(video-player): account for video players in shadowroots (carbon-d…

    …esign-system#10227)
    
    * fix(video-player): account for video players in shadowroots
    
    * fix(video-player): update tabs-extended-media example
    
    * fix(video-player): support environments without getRootNode method
    
    ---------
    
    Co-authored-by: Putra Bonaccorsi <putra.roeung@gmail.com>
    Co-authored-by: kennylam <kennylam@proton.me>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    4 people authored May 5, 2023
    Configuration menu
    Copy the full SHA
    57067ff View commit details
    Browse the repository at this point in the history
  2. Nc web component documentation update and refactor (carbon-design-sys…

    …tem#10421)
    
    * chore(doc): update notice cohoice documentation
    
    * chore(refactor): refactor notice choice
    
    * feat: generate react element
    
    * Update packages/web-components/src/components/notice-choice/__stories__/README.stories.mdx
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    3 people authored May 5, 2023
    Configuration menu
    Copy the full SHA
    e6bd317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d493407 View commit details
    Browse the repository at this point in the history
  4. Merge d493407 into main

    ibmdotcom-bot authored May 5, 2023
    Configuration menu
    Copy the full SHA
    3dcf3c1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Update lerna.json (carbon-design-system#10431)

    * Update lerna.json
    
    * Update lerna.json
    ariellalgilmore authored May 8, 2023
    Configuration menu
    Copy the full SHA
    5e1f37e View commit details
    Browse the repository at this point in the history
  2. Merge 5e1f37e into main

    ibmdotcom-bot authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3917a77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec49e16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c90cbbd View commit details
    Browse the repository at this point in the history
  5. Merge c90cbbd into main

    ibmdotcom-bot authored May 8, 2023
    Configuration menu
    Copy the full SHA
    4238bcd View commit details
    Browse the repository at this point in the history
  6. chore(release): publish

     - @carbon/web-components@1.28.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.0
     - @carbon/ibmdotcom-react@1.47.0-rc.0
     - @carbon/ibmdotcom-services-store@1.47.0-rc.0
     - @carbon/ibmdotcom-services@1.47.0-rc.0
     - @carbon/storybook-addon-theme@1.38.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.0
     - @carbon/ibmdotcom-styles@1.47.0-rc.0
     - @carbon/ibmdotcom-utilities@1.47.0-rc.0
     - @carbon/ibmdotcom-web-components@1.32.0-rc.0
    ibmdotcom-bot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    dbbcfdb View commit details
    Browse the repository at this point in the history
  7. Merge dbbcfdb into main

    ibmdotcom-bot authored May 8, 2023
    Configuration menu
    Copy the full SHA
    5fb6204 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. chore(automerge): get masthead-v2-dev back up to date (carbon-design-…

    …system#10423)
    
    * chore(gh): remove auto assignee from issue templates (carbon-design-system#10389)
    
    * chore(gh): remove auto assignees
    
    * chore(checks): pin node version to 18.15
    
    * chore(project): remove unneeded package.json entries (carbon-design-system#10352)
    
    * chore(project): remove unneeded package.json entries
    
    * chore(gh): clean up ci-check workflow
    
    * chore(actions): disable react ci-checks for now
    
    * chore(checks): pin node version to 18.15 (carbon-design-system#10390)
    
    ### Description
    
    A current [bug](nodejs/node#47563) in the latest version of Node is causing CI checks to fail. The bug has been fixed but not yet back-ported, so in the meantime will test pinning the version to `18.15`.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - pin `ci-check` workflow Node version to `18.15`
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(e2e): introducing parallelization  (carbon-design-system#10314)
    
    ### Related Ticket(s)
    carbon-design-system#9093 
    carbon-design-system#8814 
    
    ### Description
    This PR introduces the parallelization feature for Cypress testing. 
    The work for this PR consisted in creating a IBM Cloud CodeEngine instance out of an image provided by the sorry-cypress service, especifically the `sorry-cypress-director` service. The Director instance is the one who controls what tests each machine should run, coming from the same spec file run.
    
    In order to achieve parallelization among the newly created machine matrix, we are now using the `cy2` dependency, which intercepts the parallelization call made to Cypress Dashboard and redirects all the data to our CE instance. 
    
    However, in order to speed things up and ensure each machine doesn't need to install and build every time, we separate the workflow into separate pieces:
    
    1. Install job
       - Install dependencies 
       - Cache dependencies
       - Build storybook
       - Upload `storybook` artifacts
    2. Run tests
       - Retrieve cached dependencies
       - Retrieve `storybook` artifacts
       - Run tests
       - If one test fails, create a `failure.txt` file and upload as artifact
    3. Check if all tests passed
       - Wait until all tests finish
       - Retrieve `failure.txt` artifact
       - If said file exists, fail this job
    
    The caching and artifact uploading ensures that each of the test jobs don't need to install/rebuild everything all over again. With this setup, that should only happen once, speeding up the rest of the jobs.
    
    ### Changelog
    
    **New**
    
    - introduced parallelization 
    
    **Changed**
    
    - `e2e-tests.yml` file
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(deps): bump andstor/file-existence-action from 1 to 2 (carbon-design-system#10399)
    
    Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/andstor/file-existence-action/releases">andstor/file-existence-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.0.0</h2>
    <h3>Changed</h3>
    <ul>
    <li>Updated to the node16 runtime by default</li>
    <li>Deprecates the <code>allow_failure</code> variable in favor of <code>fail</code></li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Updated usage of deprecated <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"><code>set-output</code></a> command</li>
    </ul>
    <h2>v1.1.0</h2>
    <h3>Added</h3>
    <ul>
    <li>Support for glob patterns.</li>
    </ul>
    <h2>v1.0.1</h2>
    <h3>Added</h3>
    <ul>
    <li>Checks for existence of files and directories specified in input variables.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/andstor/file-existence-action/commit/20b4d2e596410855db8f9ca21e96fbe18e12930b"><code>20b4d2e</code></a> Correct input name</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/31359852f5f601604498353d20d704b27b0ed556"><code>3135985</code></a> Deprecates the &quot;allow_failure&quot; variable in favor of &quot;fail&quot;</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/bbb27a8d0c6ffc98910d37d692fa50392dc7af64"><code>bbb27a8</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/113">#113</a> from hbiede/patch-1</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/e6b07c7c8a57a08145b72dd11ebfd6bae5c80b6e"><code>e6b07c7</code></a> Update dependencies</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/6b4f78425eea38eb1aa2c9829bc8489e8e5f0f03"><code>6b4f784</code></a> Fix typo</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/ef72eba3eb7eff4045c574f384fde5688298eee8"><code>ef72eba</code></a> Updated to the node16 runtime by default</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/c492e43713b59c0534dd9183abd6afca1a03e4a9"><code>c492e43</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/106">#106</a> from DaSchTour/patch-1</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/afdfb059cd6d9659012341dec72fb8b9c7be8624"><code>afdfb05</code></a> Update to node16</li>
    <li>See full diff in <a href="https://github.com/andstor/file-existence-action/compare/v1...v2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=andstor/file-existence-action&package-manager=github_actions&previous-version=1&new-version=2)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    * chore(deps): lock file maintenance (carbon-design-system#10411)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * chore(deps): update dependency @carbon/pictograms-react to v11.42.0 (carbon-design-system#10410)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.41.0` -> `11.42.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.41.0/11.42.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/compatibility-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/confidence-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.42.0`](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
    
    * chore(deps): bump actions/upload-artifact from 2 to 3 (carbon-design-system#10398)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://redirect.github.com/actions/upload-artifact/issues/293">#293</a>)</li>
    <li>Update package-lock.json file version to 2 (<a href="https://redirect.github.com/actions/upload-artifact/issues/302">#302</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>v2.3.1</h2>
    <p>Fix for empty fails on Windows failing on upload <a href="https://redirect.github.com/actions/upload-artifact/issues/281">#281</a></p>
    <h2>v2.3.0 Upload Artifact</h2>
    <ul>
    <li>Optimizations for faster uploads of larger files that are already compressed</li>
    <li>Significantly improved logging when there are chunked uploads</li>
    <li>Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files</li>
    <li>Various other small bugfixes &amp; optimizations</li>
    </ul>
    <h2>v2.2.4</h2>
    <ul>
    <li>Retry on HTTP 500 responses from the service</li>
    </ul>
    <h2>v2.2.3</h2>
    <ul>
    <li>Fixes for proxy related issues</li>
    </ul>
    <h2>v2.2.2</h2>
    <ul>
    <li>Improved retryability and error handling</li>
    </ul>
    <h2>v2.2.1</h2>
    <ul>
    <li>Update used actions/core package to the latest version</li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li>Support for artifact retention</li>
    </ul>
    <h2>v2.1.4</h2>
    <ul>
    <li>Add Third Party License Information</li>
    </ul>
    <h2>v2.1.3</h2>
    <ul>
    <li>Use updated version of the <code>@action/artifact</code> NPM package</li>
    </ul>
    <h2>v2.1.2</h2>
    <ul>
    <li>Increase upload chunk size from 4MB to 8MB</li>
    <li>Detect case insensitive file uploads</li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Fix for certain symlinks not correctly being identified as directories before starting uploads</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li>Support for uploading artifacts with multiple paths</li>
    <li>Support for using exclude paths</li>
    <li>Updates to dependencies</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce"><code>0b7f8ab</code></a> ci(github): update action/download-artifact from v1 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/312">#312</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/013d2b89baa2f354c5ffec54c68bec4ab39a2534"><code>013d2b8</code></a> Create devcontainer for codespaces + update all dev dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/055b8b3f04a4a7ed853f2c6ab04256f83e4874dc"><code>055b8b3</code></a> Bump Actions NPM dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/7a5d4831f75130126bffffb8443b412485f7b836"><code>7a5d483</code></a> ci(github): update action/checkout from v2 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/315">#315</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/e0057a5b76f2fdad976135e8dd7b691e632b9056"><code>e0057a5</code></a> README: Bump actions/checkout to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/352">#352</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/7fe6c13ac83e8572a115d6d5e45afc880cc4fe7e"><code>7fe6c13</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://redirect.github.com/actions/upload-artifact/issues/363">#363</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/83fd05a356d7e2593de66fc9913b3002723633cb"><code>83fd05a</code></a> Bump actions-core to v1.10.0 (<a href="https://redirect.github.com/actions/upload-artifact/issues/356">#356</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/3cea5372237819ed00197afe530f5a7ea3e805c8"><code>3cea537</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/327">#327</a> from actions/robherley/artifact-1.1.0</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/849aa7758a428ee22be38de371b49c8bd57c4b9d"><code>849aa77</code></a> nvm use 12 &amp; npm run release</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/4d3986961d0423ba9a593efb490a2960eb65f43b"><code>4d39869</code></a> recompile with correct ncc version</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=2&new-version=3)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    * chore(release): merge release/v1.46.0 to main (carbon-design-system#10418)
    
    ### Description
    
    Merge latest release into main.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * fix(sticky-header): table-of-contents positioning (carbon-design-system#10408)
    
    ### Related Ticket(s)
    
    Followup to carbon-design-system#10342 
    
    ### Description
    
    This change fixes a bug in which the table of contents is not properly positioned along with the L0/L1 masthead menus
    
    > **Note**
    > Because the stickyHeader is a globally-scoped utility and could be initialized by _any_ component that imports it, we'll need to cherry-pick this PR's commit to the `feat/masthead-v2-dev` branch so the `main` branch components and the `feat/masthead-v2` branch components aren't causing race conditions
    
    https://user-images.githubusercontent.com/25532785/235171270-8da551b7-54d5-46ff-afea-f1acb3d19bf5.mov
    
    Direct link to deploy preview testing page: https://ibmdotcom-webcomponents.s3.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/10408/iframe.html?knob-Masthead%20Version=L1&id=components-dotcom-shell--without-shell&viewMode=story
    
    ### Changelog
    
    **Changed**
    
    - Updates table-of-contents/stickyHeader integration
    
    * fix(video-player): account for video players in shadowroots (carbon-design-system#10227)
    
    * fix(video-player): account for video players in shadowroots
    
    * fix(video-player): update tabs-extended-media example
    
    * fix(video-player): support environments without getRootNode method
    
    ---------
    
    Co-authored-by: Putra Bonaccorsi <putra.roeung@gmail.com>
    Co-authored-by: kennylam <kennylam@proton.me>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    
    * Nc web component documentation update and refactor (carbon-design-system#10421)
    
    * chore(doc): update notice cohoice documentation
    
    * chore(refactor): refactor notice choice
    
    * feat: generate react element
    
    * Update packages/web-components/src/components/notice-choice/__stories__/README.stories.mdx
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    
    * chore(settings): update settings to v1.47.0
    
    * Update lerna.json (carbon-design-system#10431)
    
    * Update lerna.json
    
    * Update lerna.json
    
    * Update lerna.json (carbon-design-system#10433)
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.0
     - @carbon/ibmdotcom-react@1.47.0-rc.0
     - @carbon/ibmdotcom-services-store@1.47.0-rc.0
     - @carbon/ibmdotcom-services@1.47.0-rc.0
     - @carbon/storybook-addon-theme@1.38.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.0
     - @carbon/ibmdotcom-styles@1.47.0-rc.0
     - @carbon/ibmdotcom-utilities@1.47.0-rc.0
     - @carbon/ibmdotcom-web-components@1.32.0-rc.0
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: Ignacio Becerra <i1becerr@ucsd.edu>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Putra Bonaccorsi <putra.roeung@gmail.com>
    Co-authored-by: kennylam <kennylam@proton.me>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    Co-authored-by: sanjitbauli <sanjitbauli@in.ibm.com>
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    Co-authored-by: ibmdotcom-bot <digdes@us.ibm.com>
    Co-authored-by: Carbon for IBM.com Bot <53266321+ibmdotcom-bot@users.noreply.github.com>
    13 people authored May 9, 2023
    Configuration menu
    Copy the full SHA
    4f11523 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. chore(notice-choice): remove react wrapper causing build errors (carb…

    …on-design-system#10442)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.
    
    @sanjitbauli Since there is still a current React version this doesn't need to be any sort of blocker. Once it is fixed we can re-enable it.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 10, 2023
    Configuration menu
    Copy the full SHA
    81918ae View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. chore(notice-choice): remove react wrapper causing build errors (carb…

    …on-design-system#10442) (carbon-design-system#10444)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    ### Related Ticket(s)
    
    {{Provide url(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    {{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}
    
    {{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 11, 2023
    Configuration menu
    Copy the full SHA
    5633fee View commit details
    Browse the repository at this point in the history
  2. Merge 5633fee into main

    ibmdotcom-bot authored May 11, 2023
    Configuration menu
    Copy the full SHA
    ca1e991 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@1.28.0-rc.1
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.1
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.1
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.1
     - @carbon/ibmdotcom-react@1.47.0-rc.1
     - @carbon/ibmdotcom-services-store@1.47.0-rc.1
     - @carbon/ibmdotcom-services@1.47.0-rc.1
     - @carbon/storybook-addon-theme@1.38.0-rc.1
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.1
     - @carbon/ibmdotcom-styles@1.47.0-rc.1
     - @carbon/ibmdotcom-utilities@1.47.0-rc.1
     - @carbon/ibmdotcom-web-components@1.32.0-rc.1
    ibmdotcom-bot committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f74acd5 View commit details
    Browse the repository at this point in the history
  4. Merge f74acd5 into main

    ibmdotcom-bot authored May 11, 2023
    Configuration menu
    Copy the full SHA
    e6fd5e9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fix(unit-tests): fix uncaught typescript errors (carbon-design-system…

    …#10475)
    
    ### Related Ticket(s)
    
    ### Description
    
    This PR should fix failing unit tests, allowing the `ci-check` job to complete successfully.
    
    ### Changelog
    
    **Changed**
    
    - fix unit tests
    andy-blum authored May 17, 2023
    Configuration menu
    Copy the full SHA
    0ae5efc View commit details
    Browse the repository at this point in the history
  2. Merge 0ae5efc into main

    ibmdotcom-bot authored May 17, 2023
    Configuration menu
    Copy the full SHA
    de64bd6 View commit details
    Browse the repository at this point in the history
  3. feat(table-of-contents): add self-filtering functionality (carbon-des…

    …ign-system#10469)
    
    * chore(notice-choice): remove react wrapper causing build errors (carbon-design-system#10442)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.
    
    @sanjitbauli Since there is still a current React version this doesn't need to be any sort of blocker. Once it is fixed we can re-enable it.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(table-of-contents): add self-filtering functionality
    
    * feat(table-of-contents): optionally filter out subtrees
    
    ---------
    
    Co-authored-by: Carbon for IBM.com Bot <53266321+ibmdotcom-bot@users.noreply.github.com>
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    4 people authored May 17, 2023
    Configuration menu
    Copy the full SHA
    81a2fd2 View commit details
    Browse the repository at this point in the history
  4. Merge 81a2fd2 into main

    ibmdotcom-bot authored May 17, 2023
    Configuration menu
    Copy the full SHA
    a00ce39 View commit details
    Browse the repository at this point in the history
  5. feat(image): add 'default-image' ::part (carbon-design-system#10450)

    ### Related Ticket(s)
    
    Closes carbon-design-system#10380
    
    ### Description
    
    Adds `part` property with value of `image` to the rendered `<img>` tag.
    
    ### Testing Instructions
    
    In the styles tab of the devtools, add a new style targeting `dds-image::part(image)`, and note that style added here impact the shadow root's `<img>` tag.
    
    Would be good to have @dratzenboeck-ibm provide an SVG file with `#svgView` parameter to test with.
    
    ### Changelog
    
    **New**
    
    - dds-image::part(image)
    andy-blum authored May 17, 2023
    Configuration menu
    Copy the full SHA
    964713c View commit details
    Browse the repository at this point in the history
  6. Merge 964713c into main

    ibmdotcom-bot authored May 17, 2023
    Configuration menu
    Copy the full SHA
    480571d View commit details
    Browse the repository at this point in the history
  7. fix(masthead): fixes has-search toggle (carbon-design-system#10478)

    ### Related Ticket(s)
    
    Fixes carbon-design-system#10477 
    
    ### Description
    
    Fixes `has-search` toggle for web components masthead. Also removes unrelated knobs from masthead stories.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - `has-search` is now a string
    
    **Removed**
    
    - unrelated knobs in all masthead stories
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 17, 2023
    Configuration menu
    Copy the full SHA
    eae1582 View commit details
    Browse the repository at this point in the history
  8. Merge eae1582 into main

    ibmdotcom-bot authored May 17, 2023
    Configuration menu
    Copy the full SHA
    63a23f2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. chore(release): publish

     - @carbon/web-components@1.28.0-rc.2
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.2
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.2
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.2
     - @carbon/ibmdotcom-react@1.47.0-rc.2
     - @carbon/ibmdotcom-services-store@1.47.0-rc.2
     - @carbon/ibmdotcom-services@1.47.0-rc.2
     - @carbon/storybook-addon-theme@1.38.0-rc.2
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.2
     - @carbon/ibmdotcom-styles@1.47.0-rc.2
     - @carbon/ibmdotcom-utilities@1.47.0-rc.2
     - @carbon/ibmdotcom-web-components@1.32.0-rc.2
    ibmdotcom-bot committed May 18, 2023
    Configuration menu
    Copy the full SHA
    22d274a View commit details
    Browse the repository at this point in the history
  2. Merge 22d274a into main

    ibmdotcom-bot authored May 18, 2023
    Configuration menu
    Copy the full SHA
    71b5a4d View commit details
    Browse the repository at this point in the history
  3. fix(masthead-v2): use correct e2e test paths (carbon-design-system#10439

    )
    
    * fix(masthead-v2): rename test file
    
    * fix(masthead-v2): update e2e test paths
    
    * fix(masthead-v2): fix lazy loading functionality
    
    Somehow (probably through merge resolutions), we ended up with
    some duplicate logic for lazy-loading megamenus. In practice,
    we were loading them as soon as the nav went through its first
    update cycle, which is on mount.
    
    * fix(masthead-v2): adjust l1 test selectors
    
    * test(masthead-v2): test v2 L1 features
    
    * fix(tests): browser option must be passed as flag
    
    Cypress legacy configuration docs
    (https://docs.cypress.io/guides/references/legacy-configuration)
    make no reference of a "browser" config file option, and headless
    tests are using the default Electron browser. Passing the flag
    successfully causes Chrome to be used instead.
    
    * Revert "fix(tests): browser option must be passed as flag"
    
    This reverts commit e20ae23.
    
    * test(masthead-v2): skip positional tests until styles are fixed
    jkaeser authored May 18, 2023
    Configuration menu
    Copy the full SHA
    5abd527 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix(bx-header-menu): add button role (carbon-design-system#10440)

    ### Related Ticket(s)
    
    Fixes carbon-design-system#10392
    
    ### Description
    
    This PR adds `role="button"` to the `<a>` tags inside the L0 menu. This improves accessibility by identifying these elements are acting as buttons. 
    
    > The button role identifies an element as a button to assistive technology such as screen readers. A button is a widget used to perform actions such as submitting a form, opening a dialog, canceling an action, or performing a command such as inserting a new record or displaying information.
    
    ### Changelog
    
    **New**
    
    - Markup for `<a>` tags in dropdown menu items now includes `role="button"`.
    pjudge authored May 19, 2023
    Configuration menu
    Copy the full SHA
    c5d8c5d View commit details
    Browse the repository at this point in the history
  2. chore(masthead-v2): merge main into dev branch (carbon-design-system#…

    …10481)
    
    * chore(gh): remove auto assignee from issue templates (carbon-design-system#10389)
    
    * chore(gh): remove auto assignees
    
    * chore(checks): pin node version to 18.15
    
    * chore(project): remove unneeded package.json entries (carbon-design-system#10352)
    
    * chore(project): remove unneeded package.json entries
    
    * chore(gh): clean up ci-check workflow
    
    * chore(actions): disable react ci-checks for now
    
    * chore(checks): pin node version to 18.15 (carbon-design-system#10390)
    
    ### Description
    
    A current [bug](nodejs/node#47563) in the latest version of Node is causing CI checks to fail. The bug has been fixed but not yet back-ported, so in the meantime will test pinning the version to `18.15`.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - pin `ci-check` workflow Node version to `18.15`
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(e2e): introducing parallelization  (carbon-design-system#10314)
    
    ### Related Ticket(s)
    carbon-design-system#9093 
    carbon-design-system#8814 
    
    ### Description
    This PR introduces the parallelization feature for Cypress testing. 
    The work for this PR consisted in creating a IBM Cloud CodeEngine instance out of an image provided by the sorry-cypress service, especifically the `sorry-cypress-director` service. The Director instance is the one who controls what tests each machine should run, coming from the same spec file run.
    
    In order to achieve parallelization among the newly created machine matrix, we are now using the `cy2` dependency, which intercepts the parallelization call made to Cypress Dashboard and redirects all the data to our CE instance. 
    
    However, in order to speed things up and ensure each machine doesn't need to install and build every time, we separate the workflow into separate pieces:
    
    1. Install job
       - Install dependencies 
       - Cache dependencies
       - Build storybook
       - Upload `storybook` artifacts
    2. Run tests
       - Retrieve cached dependencies
       - Retrieve `storybook` artifacts
       - Run tests
       - If one test fails, create a `failure.txt` file and upload as artifact
    3. Check if all tests passed
       - Wait until all tests finish
       - Retrieve `failure.txt` artifact
       - If said file exists, fail this job
    
    The caching and artifact uploading ensures that each of the test jobs don't need to install/rebuild everything all over again. With this setup, that should only happen once, speeding up the rest of the jobs.
    
    ### Changelog
    
    **New**
    
    - introduced parallelization 
    
    **Changed**
    
    - `e2e-tests.yml` file
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(deps): bump andstor/file-existence-action from 1 to 2 (carbon-design-system#10399)
    
    Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/andstor/file-existence-action/releases">andstor/file-existence-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.0.0</h2>
    <h3>Changed</h3>
    <ul>
    <li>Updated to the node16 runtime by default</li>
    <li>Deprecates the <code>allow_failure</code> variable in favor of <code>fail</code></li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Updated usage of deprecated <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"><code>set-output</code></a> command</li>
    </ul>
    <h2>v1.1.0</h2>
    <h3>Added</h3>
    <ul>
    <li>Support for glob patterns.</li>
    </ul>
    <h2>v1.0.1</h2>
    <h3>Added</h3>
    <ul>
    <li>Checks for existence of files and directories specified in input variables.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/andstor/file-existence-action/commit/20b4d2e596410855db8f9ca21e96fbe18e12930b"><code>20b4d2e</code></a> Correct input name</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/31359852f5f601604498353d20d704b27b0ed556"><code>3135985</code></a> Deprecates the &quot;allow_failure&quot; variable in favor of &quot;fail&quot;</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/bbb27a8d0c6ffc98910d37d692fa50392dc7af64"><code>bbb27a8</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/113">#113</a> from hbiede/patch-1</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/e6b07c7c8a57a08145b72dd11ebfd6bae5c80b6e"><code>e6b07c7</code></a> Update dependencies</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/6b4f78425eea38eb1aa2c9829bc8489e8e5f0f03"><code>6b4f784</code></a> Fix typo</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/ef72eba3eb7eff4045c574f384fde5688298eee8"><code>ef72eba</code></a> Updated to the node16 runtime by default</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/c492e43713b59c0534dd9183abd6afca1a03e4a9"><code>c492e43</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/106">#106</a> from DaSchTour/patch-1</li>
    <li><a href="https://github.com/andstor/file-existence-action/commit/afdfb059cd6d9659012341dec72fb8b9c7be8624"><code>afdfb05</code></a> Update to node16</li>
    <li>See full diff in <a href="https://github.com/andstor/file-existence-action/compare/v1...v2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=andstor/file-existence-action&package-manager=github_actions&previous-version=1&new-version=2)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    * chore(deps): lock file maintenance (carbon-design-system#10411)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * chore(deps): update dependency @carbon/pictograms-react to v11.42.0 (carbon-design-system#10410)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.41.0` -> `11.42.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.41.0/11.42.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/compatibility-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/confidence-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.42.0`](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
    
    * chore(deps): bump actions/upload-artifact from 2 to 3 (carbon-design-system#10398)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://redirect.github.com/actions/upload-artifact/issues/293">#293</a>)</li>
    <li>Update package-lock.json file version to 2 (<a href="https://redirect.github.com/actions/upload-artifact/issues/302">#302</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>v2.3.1</h2>
    <p>Fix for empty fails on Windows failing on upload <a href="https://redirect.github.com/actions/upload-artifact/issues/281">#281</a></p>
    <h2>v2.3.0 Upload Artifact</h2>
    <ul>
    <li>Optimizations for faster uploads of larger files that are already compressed</li>
    <li>Significantly improved logging when there are chunked uploads</li>
    <li>Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files</li>
    <li>Various other small bugfixes &amp; optimizations</li>
    </ul>
    <h2>v2.2.4</h2>
    <ul>
    <li>Retry on HTTP 500 responses from the service</li>
    </ul>
    <h2>v2.2.3</h2>
    <ul>
    <li>Fixes for proxy related issues</li>
    </ul>
    <h2>v2.2.2</h2>
    <ul>
    <li>Improved retryability and error handling</li>
    </ul>
    <h2>v2.2.1</h2>
    <ul>
    <li>Update used actions/core package to the latest version</li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li>Support for artifact retention</li>
    </ul>
    <h2>v2.1.4</h2>
    <ul>
    <li>Add Third Party License Information</li>
    </ul>
    <h2>v2.1.3</h2>
    <ul>
    <li>Use updated version of the <code>@action/artifact</code> NPM package</li>
    </ul>
    <h2>v2.1.2</h2>
    <ul>
    <li>Increase upload chunk size from 4MB to 8MB</li>
    <li>Detect case insensitive file uploads</li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Fix for certain symlinks not correctly being identified as directories before starting uploads</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li>Support for uploading artifacts with multiple paths</li>
    <li>Support for using exclude paths</li>
    <li>Updates to dependencies</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce"><code>0b7f8ab</code></a> ci(github): update action/download-artifact from v1 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/312">#312</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/013d2b89baa2f354c5ffec54c68bec4ab39a2534"><code>013d2b8</code></a> Create devcontainer for codespaces + update all dev dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/055b8b3f04a4a7ed853f2c6ab04256f83e4874dc"><code>055b8b3</code></a> Bump Actions NPM dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/7a5d4831f75130126bffffb8443b412485f7b836"><code>7a5d483</code></a> ci(github): update action/checkout from v2 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/315">#315</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/e0057a5b76f2fdad976135e8dd7b691e632b9056"><code>e0057a5</code></a> README: Bump actions/checkout to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/352">#352</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/7fe6c13ac83e8572a115d6d5e45afc880cc4fe7e"><code>7fe6c13</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://redirect.github.com/actions/upload-artifact/issues/363">#363</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/83fd05a356d7e2593de66fc9913b3002723633cb"><code>83fd05a</code></a> Bump actions-core to v1.10.0 (<a href="https://redirect.github.com/actions/upload-artifact/issues/356">#356</a>)</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/3cea5372237819ed00197afe530f5a7ea3e805c8"><code>3cea537</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/327">#327</a> from actions/robherley/artifact-1.1.0</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/849aa7758a428ee22be38de371b49c8bd57c4b9d"><code>849aa77</code></a> nvm use 12 &amp; npm run release</li>
    <li><a href="https://github.com/actions/upload-artifact/commit/4d3986961d0423ba9a593efb490a2960eb65f43b"><code>4d39869</code></a> recompile with correct ncc version</li>
    <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=2&new-version=3)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    * chore(release): merge release/v1.46.0 to main (carbon-design-system#10418)
    
    ### Description
    
    Merge latest release into main.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * fix(sticky-header): table-of-contents positioning (carbon-design-system#10408)
    
    ### Related Ticket(s)
    
    Followup to carbon-design-system#10342 
    
    ### Description
    
    This change fixes a bug in which the table of contents is not properly positioned along with the L0/L1 masthead menus
    
    > **Note**
    > Because the stickyHeader is a globally-scoped utility and could be initialized by _any_ component that imports it, we'll need to cherry-pick this PR's commit to the `feat/masthead-v2-dev` branch so the `main` branch components and the `feat/masthead-v2` branch components aren't causing race conditions
    
    https://user-images.githubusercontent.com/25532785/235171270-8da551b7-54d5-46ff-afea-f1acb3d19bf5.mov
    
    Direct link to deploy preview testing page: https://ibmdotcom-webcomponents.s3.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/10408/iframe.html?knob-Masthead%20Version=L1&id=components-dotcom-shell--without-shell&viewMode=story
    
    ### Changelog
    
    **Changed**
    
    - Updates table-of-contents/stickyHeader integration
    
    * fix(video-player): account for video players in shadowroots (carbon-design-system#10227)
    
    * fix(video-player): account for video players in shadowroots
    
    * fix(video-player): update tabs-extended-media example
    
    * fix(video-player): support environments without getRootNode method
    
    ---------
    
    Co-authored-by: Putra Bonaccorsi <putra.roeung@gmail.com>
    Co-authored-by: kennylam <kennylam@proton.me>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    
    * Nc web component documentation update and refactor (carbon-design-system#10421)
    
    * chore(doc): update notice cohoice documentation
    
    * chore(refactor): refactor notice choice
    
    * feat: generate react element
    
    * Update packages/web-components/src/components/notice-choice/__stories__/README.stories.mdx
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    
    * chore(settings): update settings to v1.47.0
    
    * Update lerna.json (carbon-design-system#10431)
    
    * Update lerna.json
    
    * Update lerna.json
    
    * Update lerna.json (carbon-design-system#10433)
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.0
     - @carbon/ibmdotcom-react@1.47.0-rc.0
     - @carbon/ibmdotcom-services-store@1.47.0-rc.0
     - @carbon/ibmdotcom-services@1.47.0-rc.0
     - @carbon/storybook-addon-theme@1.38.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.0
     - @carbon/ibmdotcom-styles@1.47.0-rc.0
     - @carbon/ibmdotcom-utilities@1.47.0-rc.0
     - @carbon/ibmdotcom-web-components@1.32.0-rc.0
    
    * chore(notice-choice): remove react wrapper causing build errors (carbon-design-system#10442)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.
    
    @sanjitbauli Since there is still a current React version this doesn't need to be any sort of blocker. Once it is fixed we can re-enable it.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(notice-choice): remove react wrapper causing build errors (carbon-design-system#10442) (carbon-design-system#10444)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    ### Related Ticket(s)
    
    {{Provide url(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    {{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}
    
    {{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0-rc.1
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.1
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.1
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.1
     - @carbon/ibmdotcom-react@1.47.0-rc.1
     - @carbon/ibmdotcom-services-store@1.47.0-rc.1
     - @carbon/ibmdotcom-services@1.47.0-rc.1
     - @carbon/storybook-addon-theme@1.38.0-rc.1
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.1
     - @carbon/ibmdotcom-styles@1.47.0-rc.1
     - @carbon/ibmdotcom-utilities@1.47.0-rc.1
     - @carbon/ibmdotcom-web-components@1.32.0-rc.1
    
    * fix(unit-tests): fix uncaught typescript errors (carbon-design-system#10475)
    
    ### Related Ticket(s)
    
    ### Description
    
    This PR should fix failing unit tests, allowing the `ci-check` job to complete successfully.
    
    ### Changelog
    
    **Changed**
    
    - fix unit tests
    
    * feat(table-of-contents): add self-filtering functionality (carbon-design-system#10469)
    
    * chore(notice-choice): remove react wrapper causing build errors (carbon-design-system#10442)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in carbon-design-system#10421 as it is throwing errors and affecting the CI workflow.
    
    @sanjitbauli Since there is still a current React version this doesn't need to be any sort of blocker. Once it is fixed we can re-enable it.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(table-of-contents): add self-filtering functionality
    
    * feat(table-of-contents): optionally filter out subtrees
    
    ---------
    
    Co-authored-by: Carbon for IBM.com Bot <53266321+ibmdotcom-bot@users.noreply.github.com>
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    
    * feat(image): add 'default-image' ::part (carbon-design-system#10450)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10380
    
    ### Description
    
    Adds `part` property with value of `image` to the rendered `<img>` tag.
    
    ### Testing Instructions
    
    In the styles tab of the devtools, add a new style targeting `dds-image::part(image)`, and note that style added here impact the shadow root's `<img>` tag.
    
    Would be good to have @dratzenboeck-ibm provide an SVG file with `#svgView` parameter to test with.
    
    ### Changelog
    
    **New**
    
    - dds-image::part(image)
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: Ignacio Becerra <i1becerr@ucsd.edu>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Andy Blum <andy.blum.01@gmail.com>
    Co-authored-by: Putra Bonaccorsi <putra.roeung@gmail.com>
    Co-authored-by: kennylam <kennylam@proton.me>
    Co-authored-by: sanjitbauli <sanjitbauli@in.ibm.com>
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    Co-authored-by: ibmdotcom-bot <digdes@us.ibm.com>
    Co-authored-by: Carbon for IBM.com Bot <53266321+ibmdotcom-bot@users.noreply.github.com>
    13 people authored May 19, 2023
    Configuration menu
    Copy the full SHA
    f589fce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4369f13 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update lockfile (carbon-design-system#10486)

    ### Description
    
    Updates `yarn.lock`
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 19, 2023
    Configuration menu
    Copy the full SHA
    fe49afa View commit details
    Browse the repository at this point in the history
  5. chore(deps): lock file maintenance (carbon-design-system#10429)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored May 19, 2023
    Configuration menu
    Copy the full SHA
    cee28db View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. chore(deps): update yarn to v3.5.1 (carbon-design-system#10448)

    ### Description
    
    Update Yarn to v3.5.1
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored May 20, 2023
    Configuration menu
    Copy the full SHA
    2b0e261 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency sass to ~1.62.0 (carbon-design-system#…

    …10491)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://togithub.com/sass/dart-sass) | [`~1.59.0` -> `~1.62.0`](https://renovatebot.com/diffs/npm/sass/1.59.3/1.62.1) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.62.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.62.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.62.1/compatibility-slim/1.59.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.62.1/confidence-slim/1.59.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass</summary>
    
    ### [`v1.62.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1621)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.62.0...1.62.1)
    
    -   Fix a bug where `:has(+ &)` and related constructs would drop the leading
        combinator.
    
    ### [`v1.62.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1620)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.61.0...1.62.0)
    
    -   Deprecate the use of multiple `!global` or `!default` flags on the same
        variable. This deprecation is named `duplicate-var-flags`.
    
    -   Allow special numbers like `var()` or `calc()` in the global functions:
        `grayscale()`, `invert()`, `saturate()`, and `opacity()`. These are also
        native CSS `filter` functions. This is in addition to number values which were
        already allowed.
    
    -   Fix a cosmetic bug where an outer rule could be duplicated after nesting was
        resolved, instead of re-using a shared rule.
    
    ### [`v1.61.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1610)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.60.0...1.61.0)
    
    -   **Potentially breaking change:** Drop support for End-of-Life Node.js 12.
    
    -   Fix remaining cases for the performance regression introduced in 1.59.0.
    
    ##### Embedded Sass
    
    -   The JS embedded host now loads files from the working directory when using the
        legacy API.
    
    ### [`v1.60.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1600)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.59.3...1.60.0)
    
    -   Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in
        calculations. These will be interpreted as the corresponding numbers.
    
    -   Add support for unknown constants in calculations. These will be interpreted
        as unquoted strings.
    
    -   Serialize numbers with value `infinity`, `-infinity`, and `NaN` to `calc()`
        expressions rather than CSS-invalid identifiers. Numbers with complex units
        still can't be serialized.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuOTYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored May 20, 2023
    Configuration menu
    Copy the full SHA
    dbda905 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. fix(structured-list): Ensure group header text can go full width (car…

    …bon-design-system#10451)
    
    ### Related Ticket(s)
    
    Fixes: carbon-design-system#10449 
    
    ### Description
    
    This PR adds `max-width: 100%` to the group headers (`<th>`) of structured lists so that the text content inside of them may take up the full width of their containers. 
    
    It also adds lorem ipsum text to Group 2 inside the storybook for demonstration purposes.
    
    ### Changelog
    
    **Changed**
    
    - Updated the max-width of Structured List group headers. 
    - Updated the storybook with Lorem Ipsum for the Group 2 header, to demonstrate new style.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    pjudge authored May 22, 2023
    Configuration menu
    Copy the full SHA
    6ae7313 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. chore(release): publish

     - @carbon/web-components@1.28.0
     - @carbon/eslint-config-ibmdotcom@1.38.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0
     - @carbon/ibmdotcom-react@1.47.0
     - @carbon/ibmdotcom-services-store@1.47.0
     - @carbon/ibmdotcom-services@1.47.0
     - @carbon/storybook-addon-theme@1.38.0
     - @carbon/stylelint-config-ibmdotcom@1.37.0
     - @carbon/ibmdotcom-styles@1.47.0
     - @carbon/ibmdotcom-utilities@1.47.0
     - @carbon/ibmdotcom-web-components@1.32.0
    ibmdotcom-bot committed May 23, 2023
    Configuration menu
    Copy the full SHA
    b97c109 View commit details
    Browse the repository at this point in the history
  2. Merge b97c109 into main

    ibmdotcom-bot authored May 23, 2023
    Configuration menu
    Copy the full SHA
    2a44fa4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    d154911 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10492)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored May 27, 2023
    Configuration menu
    Copy the full SHA
    c5b3fc6 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. fix(deps): update dependency carbon-components to v10.58.7 (carbon-de…

    …sign-system#10490)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [carbon-components](https://www.carbondesignsystem.com/) ([source](https://togithub.com/carbon-design-system/carbon)) | [`10.58.6` -> `10.58.7`](https://renovatebot.com/diffs/npm/carbon-components/10.58.6/10.58.7) | [![age](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/compatibility-slim/10.58.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/confidence-slim/10.58.6)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v10.58.7`](https://togithub.com/carbon-design-system/carbon/compare/7fce6306004230995ac5dd63dc85c200d4076f49...66fb09a87d829ec11f14e181596b44403c458fcd)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/7fce6306004230995ac5dd63dc85c200d4076f49...66fb09a87d829ec11f14e181596b44403c458fcd)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45NS4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored May 28, 2023
    Configuration menu
    Copy the full SHA
    1902578 View commit details
    Browse the repository at this point in the history
  2. chore(upgrade): upgrade to Carbon 10.58.7 (carbon-design-system#10482)

    This updates the repository to Carbon v10.58.7.
    ibmdotcom-bot authored May 28, 2023
    Configuration menu
    Copy the full SHA
    89ca34d View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency @carbon/pictograms-react to v11.43.0 (c…

    …arbon-design-system#10519)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.42.0` -> `11.43.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.42.0/11.43.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/compatibility-slim/11.42.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/confidence-slim/11.42.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.43.0`](https://togithub.com/carbon-design-system/carbon/compare/75f69e49161bf54184d4392c3d48115f852dc8fc...8fb6526d2f73634b13f3bec63b7112839754092d)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/75f69e49161bf54184d4392c3d48115f852dc8fc...8fb6526d2f73634b13f3bec63b7112839754092d)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored May 28, 2023
    Configuration menu
    Copy the full SHA
    f578ec2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update dependency @carbon/icon-helpers to v10.40.0 (carb…

    …on-design-system#10518)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icon-helpers](https://togithub.com/carbon-design-system/carbon) | [`10.39.0` -> `10.40.0`](https://renovatebot.com/diffs/npm/@carbon%2ficon-helpers/10.39.0/10.40.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/compatibility-slim/10.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/confidence-slim/10.39.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v10.40.0`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.40.0)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.39.0...v10.40.0)
    
    #### `@carbon/cli@10.26.0`
    
    ##### Documentation 📝
    
    -   docs(styles): add sass.md docs and README docs ([#&carbon-design-system#8203;9207](https://togithub.com/carbon-design-system/carbon/issues/9207)) ([`f837fbcfb`](https://togithub.com/carbon-design-system/carbon/commit/f837fbcfb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/colors@10.29.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `carbon-components@10.40.0`
    
    ##### New features 🚀
    
    -   feat(menu): add support for different sizes ([#&carbon-design-system#8203;9210](https://togithub.com/carbon-design-system/carbon/issues/9210)) ([`263d0d9f4`](https://togithub.com/carbon-design-system/carbon/commit/263d0d9f4))
    
    ##### Bug fixes 🐛
    
    -   fix(breadcrumb): account for menu direction in breadcrumb overflow caret ([#&carbon-design-system#8203;9189](https://togithub.com/carbon-design-system/carbon/issues/9189)) ([`388008d11`](https://togithub.com/carbon-design-system/carbon/commit/388008d11))
    -   fix(TextInput): use disabled token ([#&carbon-design-system#8203;9206](https://togithub.com/carbon-design-system/carbon/issues/9206)) ([`66315c664`](https://togithub.com/carbon-design-system/carbon/commit/66315c664))
    -   fix(ListBox): fix selected hover style regression ([#&carbon-design-system#8203;9193](https://togithub.com/carbon-design-system/carbon/issues/9193)) ([`2a7528476`](https://togithub.com/carbon-design-system/carbon/commit/2a7528476))
    -   fix(menu): render through portal to avoid z-index and overflow issues ([#&carbon-design-system#8203;8829](https://togithub.com/carbon-design-system/carbon/issues/8829)) ([`b3cef52cf`](https://togithub.com/carbon-design-system/carbon/commit/b3cef52cf))
    -   fix(select): use non transparent inline select background ([#&carbon-design-system#8203;9138](https://togithub.com/carbon-design-system/carbon/issues/9138)) ([`129a7a4a0`](https://togithub.com/carbon-design-system/carbon/commit/129a7a4a0))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    -   refactor(treeview): use flex properties over explicit dimensions ([#&carbon-design-system#8203;9141](https://togithub.com/carbon-design-system/carbon/issues/9141)) ([`adf9d28ca`](https://togithub.com/carbon-design-system/carbon/commit/adf9d28ca))
    
    #### `@carbon/elements@10.39.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/grid@10.32.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icon-helpers@10.20.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons-handlebars@10.36.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons-react@10.36.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons-vue@10.36.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons@10.36.0`
    
    ##### New features 🚀
    
    -   feat(UI icons): new icons may and june ([#&carbon-design-system#8203;8960](https://togithub.com/carbon-design-system/carbon/issues/8960)) ([`b8859ab48`](https://togithub.com/carbon-design-system/carbon/commit/b8859ab48))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/layout@10.28.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/motion@10.21.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/pictograms-react@11.14.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/pictograms@11.14.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `carbon-components-react@7.40.0`
    
    ##### New features 🚀
    
    -   feat(DatePickerInput): add helperText support ([#&carbon-design-system#8203;9200](https://togithub.com/carbon-design-system/carbon/issues/9200)) ([`4b5b5fdf8`](https://togithub.com/carbon-design-system/carbon/commit/4b5b5fdf8))
    -   feat(menu): add support for different sizes ([#&carbon-design-system#8203;9210](https://togithub.com/carbon-design-system/carbon/issues/9210)) ([`263d0d9f4`](https://togithub.com/carbon-design-system/carbon/commit/263d0d9f4))
    
    ##### Bug fixes 🐛
    
    -   fix(breadcrumb): account for menu direction in breadcrumb overflow caret ([#&carbon-design-system#8203;9189](https://togithub.com/carbon-design-system/carbon/issues/9189)) ([`388008d11`](https://togithub.com/carbon-design-system/carbon/commit/388008d11))
    -   fix(menu): render through portal to avoid z-index and overflow issues ([#&carbon-design-system#8203;8829](https://togithub.com/carbon-design-system/carbon/issues/8829)) ([`b3cef52cf`](https://togithub.com/carbon-design-system/carbon/commit/b3cef52cf))
    -   fix(Storybook): improve filtered search text contrast ([#&carbon-design-system#8203;9188](https://togithub.com/carbon-design-system/carbon/issues/9188)) ([`a80ca6fde`](https://togithub.com/carbon-design-system/carbon/commit/a80ca6fde))
    -   fix(Storybook): move margin to wrapper ([#&carbon-design-system#8203;9154](https://togithub.com/carbon-design-system/carbon/issues/9154)) ([`fb9621717`](https://togithub.com/carbon-design-system/carbon/commit/fb9621717))
    
    ##### Documentation 📝
    
    -   docs(toggle): add v11 migration guidance ([#&carbon-design-system#8203;9167](https://togithub.com/carbon-design-system/carbon/issues/9167)) ([`9e2013d23`](https://togithub.com/carbon-design-system/carbon/commit/9e2013d23))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/themes@10.39.0`
    
    ##### New features 🚀
    
    -   feat(themes): update module builders for new design tokens ([#&carbon-design-system#8203;9128](https://togithub.com/carbon-design-system/carbon/issues/9128)) ([`b4ce23c69`](https://togithub.com/carbon-design-system/carbon/commit/b4ce23c69))
    
    ##### Documentation 📝
    
    -   docs(styles): add sass.md docs and README docs ([#&carbon-design-system#8203;9207](https://togithub.com/carbon-design-system/carbon/issues/9207)) ([`f837fbcfb`](https://togithub.com/carbon-design-system/carbon/commit/f837fbcfb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    -   chore(project): sync generated files ([`c26ff0ed4`](https://togithub.com/carbon-design-system/carbon/commit/c26ff0ed4))
    
    #### `@carbon/type@10.32.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.40.0 ([#&carbon-design-system#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&carbon-design-system#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored May 28, 2023
    Configuration menu
    Copy the full SHA
    d678b9f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix(masthead-l1): Ensure L1 submenu closes on focusout in safari (car…

    …bon-design-system#10483)
    
    * adds tabindex to <li> wrapping L1 buttons so submenu closes on focusout in safari
    
    * fix(masthead-l1): run yarn format
    
    ---------
    
    Co-authored-by: Andy Blum <andy.blum.01@gmail.com>
    pjudge and andy-blum authored May 30, 2023
    Configuration menu
    Copy the full SHA
    4306872 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    a175e2b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10520)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    renovate[bot] authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    6eb53be View commit details
    Browse the repository at this point in the history
  2. Create SECURITY.md

    kennylam authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    feeb9e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. feat(masthead-l1): Removing the has pseudo-class (carbon-design-syste…

    …m#10504)
    
    * removing the has pseudo selector due to lack of support
    
    * running formatting, ci-check
    
    * update to BEM class names
    
    * running ci-check
    pjudge authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    0827da6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. chore(deps): update yarn to v3.6.0 (carbon-design-system#10533)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [yarn](https://togithub.com/yarnpkg/berry) | [`3.5.1` -> `3.6.0`](https://renovatebot.com/diffs/npm/yarn/3.5.1/3.6.0) | [![age](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/compatibility-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/confidence-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>yarnpkg/berry</summary>
    
    ### [`v3.6.0`](https://togithub.com/yarnpkg/berry/compare/c6bcbfe8e24c1af6d3b59436c7ef673b367a1335...98c9662047200aec924e34664ba53293474c93bc)
    
    [Compare Source](https://togithub.com/yarnpkg/berry/compare/c6bcbfe8e24c1af6d3b59436c7ef673b367a1335...98c9662047200aec924e34664ba53293474c93bc)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    0373ba5 View commit details
    Browse the repository at this point in the history
  2. chore(jest): update cwc snapshots (carbon-design-system#10528)

    ### Description
    
    Update `@carbon/web-component` snapshots. Also adds openssl flag for Node 18.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    40ef95c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. fix(input): autocomplete property (carbon-design-system#10540)

    ### Related Ticket(s)
    
    carbon-design-system#10498 
    ### Description
    
    autocomplete was showing different results in the DOM in firefox and chrome. By removing the `?` it will now show the actual value set by the user instead of being a boolean. 
    
    chrome:
    ![Screenshot 2023-06-05 at 9 27 42 AM](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/20210594/2d09d259-3e78-4f25-b69d-4cc6093fcdc6)
    firefox:
    <img width="549" alt="Screenshot 2023-06-05 at 9 27 32 AM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/20210594/5f04e704-3426-404f-a01b-f5a415dac4d1">
    
    if approved will confirm the change gets made in cwc-v2 as well!
    ### Changelog
    
    **Removed**
    
    - `?` for `autocomplete` when returning `input`
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    6096958 View commit details
    Browse the repository at this point in the history
  2. fix(modal): small screen view (carbon-design-system#10511)

    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    ariellalgilmore and kodiakhq[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    7f4aaef View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix(geolocation): remove geolocation utility, replace with new DDO se…

    …rvice method - getLocation (carbon-design-system#10547)
    
    ### Related Ticket(s)
    
    [GeoLocation service]: API endpoint has been retired, switch to DDO carbon-design-system#10546
    
    ### Description
    
    As the API endpoint we were using before to detect user's location (country code) has been retired by the webmaster team, new method is to grab from the DDO (`digitalData.user.location`) populated by the IBM analytics script. 
    
    This PR adds a new method the DDO service, which grabs the location from the DDO in the page and removes all instances of the geolocation utility which no longer works.
    
    ### Changelog
    
    **New**
    
    - `getLocation()` method under the DDO service
    - have the `Locale` service use the new DDO `getLocation` method instead
    
    **Removed**
    
    - instances of the `geolocation` utility
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    558faaf View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Adjust the handling of videoThumbnailUrl property to avoid small imag…

    …es from Kaltura API (carbon-design-system#10541)
    
    ### Related Ticket(s)
    
    https://jsw.ibm.com/browse/ADCMS-3370
    carbon-design-system#10522
    
    ### Description
    
    Adjust the handling of videoThumbnailUrl property on CTA's that use the `VideoCTAMixin`. This should avoid the bug that we are currently seeing in production wher the CTA component `offsetWidth` is not yet computed, resulting in a small thumbnail width that is blurry when stretched to fit.
    
    There isn't a great way to test the specific condition being observed [in production right now](https://ibm.com/products/envizi/resources). This appears to be a race condition, such that when the Kaltura API is leverged to fetch a thumbnail image, the width determined for the videos container via `offsetWidth` is not available and returns 0. The changes here should more reliably set the thumbnail after the `offsetWidth` is available. This borrows the logic from a [similar fix here](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/pull/7914/files#diff-c16cc0206fb8b5202bfa8ddd7900037a71fb8b30235347e4c33ece727f8d8860R233-R235).
    
    ### Changelog
    
    **Changed**
    
    - `dds-video-cta-composite` no longer manages the`videoThumbnailUrl`, that handling is now encapsulated in the VideoCTAMixin, on the component where the `videoThumbnailUrl` is actually used.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    ### Testing
    
    - [ ] Navigate to the Card Group > Default story. Select Add Media from the Knobs. The Video CTA cards should render an image with a width that matches the width of the card.
    - [ ] Regression: Navigate to the CTA > Default story. Select CTA Type of "Card" and CTA style of "Video (video)". The Video CTA card should render with an image with a width that matches the width of the card.
    - [ ] Regression: Navigate to the Card in Card > Default story. Select "video". The Video CTA card should render with an image with a width tha matches the width of the card.
    m4olivei authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    92c6833 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. chore(deps): sync dependency versions (carbon-design-system#10551)

    ### Description
    
    Sync dependency versions across all packages.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - sync deps versions across all packages
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    17fafde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4706b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7921702 View commit details
    Browse the repository at this point in the history
  4. Merge 7921702 into main

    ibmdotcom-bot authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    bb2875d View commit details
    Browse the repository at this point in the history
  5. chore(release): publish

     - @carbon/web-components@1.29.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.39.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.38.0-rc.0
     - @carbon/ibmdotcom-react@1.48.0-rc.0
     - @carbon/ibmdotcom-services-store@1.48.0-rc.0
     - @carbon/ibmdotcom-services@1.48.0-rc.0
     - @carbon/storybook-addon-theme@1.39.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.38.0-rc.0
     - @carbon/ibmdotcom-styles@1.48.0-rc.0
     - @carbon/ibmdotcom-utilities@1.48.0-rc.0
     - @carbon/ibmdotcom-web-components@1.33.0-rc.0
    ibmdotcom-bot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    d6b9312 View commit details
    Browse the repository at this point in the history
  6. Merge d6b9312 into main

    ibmdotcom-bot authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b74078b View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10534)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jun 14, 2023
    Configuration menu
    Copy the full SHA
    4276895 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. fix(masthead): Esc to close Cloud Masthead (carbon-design-system#10555)

    ### Related Ticket(s)
    
    Closes carbon-design-system#10174 
    
    ### Description
    
    The Cloud masthead (and other mastheads) simple menus were not closing upon hitting Esc if focus was inside the submenu. This PR fixes that. 
    
    ### Changelog
    
    **Changed**
    
    - Adds ability to close Cloud Masthead non-megamenu (and all non-megamenus) with Esc key, just as megamenus already do.
    pjudge authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    de67bf8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10574)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMjYuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEyNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    33d279c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. chore(deps): update dependency @carbon/pictograms-react to v11.44.0 (c…

    …arbon-design-system#10570)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.43.0` -> `11.44.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.43.0/11.44.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.44.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.44.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.44.0/compatibility-slim/11.43.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.44.0/confidence-slim/11.43.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.44.0`](https://togithub.com/carbon-design-system/carbon/compare/8fb6526d2f73634b13f3bec63b7112839754092d...4f3787a474ab93252975d717426c186ec4355812)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/8fb6526d2f73634b13f3bec63b7112839754092d...4f3787a474ab93252975d717426c186ec4355812)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTcuMyIsInVwZGF0ZWRJblZlciI6IjM1LjExNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cf0d324 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix(locale-modal): set ipcinfo cookie with selected locale (carbon-de…

    …sign-system#10587)
    
    ### Related Ticket(s)
    
    [[Locale Cookie Not Being Set In Web Component Locale Selector]: Locales cannont be properly set when using the webcomponents version of the footer/locale selector#10581](carbon-design-system#10581)
    
    ### Description
    
    The web components version of the locale modal doesn't set the locale in the `ipcInfo` cookie when user selects a locale from the modal. This cookie ensures that the user's locale preference/selection persists throughout IBM.com.
    
    ### Changelog
    
    **Changed**
    
    - set `ipcInfo` cookie on `dds-locale-item` click
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e026bd6 View commit details
    Browse the repository at this point in the history
  2. Merge e026bd6 into main

    ibmdotcom-bot authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e744b08 View commit details
    Browse the repository at this point in the history
  3. fix(masthead): Esc to close Cloud Masthead (carbon-design-system#10555)…

    … (carbon-design-system#10588)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10174 
    
    ### Description
    
    The Cloud masthead (and other mastheads) simple menus were not closing upon hitting Esc if focus was inside the submenu. This PR fixes that. 
    
    ### Changelog
    
    **Changed**
    
    - Adds ability to close Cloud Masthead non-megamenu (and all non-megamenus) with Esc key, just as megamenus already do.
    
    Co-authored-by: Pauline <pauline.judge@lullabot.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    06cd69d View commit details
    Browse the repository at this point in the history
  4. Merge 06cd69d into main

    ibmdotcom-bot authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3baf0c4 View commit details
    Browse the repository at this point in the history
  5. chore(release): publish

     - @carbon/web-components@1.29.0-rc.1
     - @carbon/eslint-config-ibmdotcom@1.39.0-rc.1
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0-rc.1
     - @carbon/eslint-plugin-react-prop-type-comments@1.38.0-rc.1
     - @carbon/ibmdotcom-react@1.48.0-rc.1
     - @carbon/ibmdotcom-services-store@1.48.0-rc.1
     - @carbon/ibmdotcom-services@1.48.0-rc.1
     - @carbon/storybook-addon-theme@1.39.0-rc.1
     - @carbon/stylelint-config-ibmdotcom@1.38.0-rc.1
     - @carbon/ibmdotcom-styles@1.48.0-rc.1
     - @carbon/ibmdotcom-utilities@1.48.0-rc.1
     - @carbon/ibmdotcom-web-components@1.33.0-rc.1
    ibmdotcom-bot committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    5cd7d52 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. fix(leaving-ibm): update body content padding (carbon-design-system#1…

    …0583)
    
    ### Related Ticket(s)
    
    Fixes carbon-design-system#7416 
    
    ### Description
    
    Update body content padding in `leaving-ibm` component.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - update body content padding
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e3df01e View commit details
    Browse the repository at this point in the history
  2. feat(pricing-table): support combined checkmark with copy (carbon-des…

    …ign-system#10550)
    
    ### Related Ticket(s)
    
    https://jsw.ibm.com/browse/ADCMS-3264
    carbon-design-system#10499
    
    ### Description
    
    Allows a user of the pricing table to opt in to their slotted text to be shown alongsizde an icon within a pricing table cell.
    
    ### Changelog
    
    **New**
    
    - `dds-pricing-table-cell` now supports an `icon-text` attribute that when set will signal slotted text nodes to display next to the selected icon. If the icon attribute is not set, no change.
    
    ### Testing
    
    - [ ] Search for "Pricing Table" in Storybook Story
    - [ ] Check the "Show text with icon" checkbox
    - [ ] Verify that the slotted text displays next to the icon.
    m4olivei authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    795384a View commit details
    Browse the repository at this point in the history
  3. feat(pricing-table): support combined checkmark with copy (carbon-des…

    …ign-system#10550) (carbon-design-system#10595)
    
    ### Related Ticket(s)
    
    https://jsw.ibm.com/browse/ADCMS-3264
    carbon-design-system#10499
    
    ### Description
    
    Allows a user of the pricing table to opt in to their slotted text to be shown alongsizde an icon within a pricing table cell.
    
    ### Changelog
    
    **New**
    
    - `dds-pricing-table-cell` now supports an `icon-text` attribute that when set will signal slotted text nodes to display next to the selected icon. If the icon attribute is not set, no change.
    
    ### Testing
    
    - [ ] Search for "Pricing Table" in Storybook Story
    - [ ] Check the "Show text with icon" checkbox
    - [ ] Verify that the slotted text displays next to the icon.
    m4olivei authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e3bccb3 View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

     - @carbon/web-components@1.29.0-rc.2
     - @carbon/eslint-config-ibmdotcom@1.39.0-rc.2
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0-rc.2
     - @carbon/eslint-plugin-react-prop-type-comments@1.38.0-rc.2
     - @carbon/ibmdotcom-react@1.48.0-rc.2
     - @carbon/ibmdotcom-services-store@1.48.0-rc.2
     - @carbon/ibmdotcom-services@1.48.0-rc.2
     - @carbon/storybook-addon-theme@1.39.0-rc.2
     - @carbon/stylelint-config-ibmdotcom@1.38.0-rc.2
     - @carbon/ibmdotcom-styles@1.48.0-rc.2
     - @carbon/ibmdotcom-utilities@1.48.0-rc.2
     - @carbon/ibmdotcom-web-components@1.33.0-rc.2
    ibmdotcom-bot committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d2468d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. feat(masthead-v2): Add selected styles to L1 (carbon-design-system#10552

    )
    
    * feat(masthead-v2): set active styling on L1 menu items
    
    * chore(masthead-v2): clean up Storybook attributes
    
    * feat(masthead-v2): check menu item text for manual selected items
    
    * chore(masthead-v2): clean up Storybook attributes
    
    * chore(masthead-v2): use unique link text to support selected item knob
    
    * feat(masthead-v2): match colors when active item receives focus
    
    * feat(masthead-v2): add selected styles to mobile L1
    
    * fix(masthead-v2): use correct markup pattern for lists
    
    * feat(masthead-v2): try alternative mobile selected style
    
    * feat(masthead-v2): update mobile styles to match specs
    
    * feat(masthead-v2): prefer setting active on parent items only
    
    * feat(masthead-v2): rearrange logic to allow active titles
    
    * feat(masthead-v2): allow selecting top level l1 menu items
    jkaeser authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a348061 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (carbon-design-system#10597)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9cd56a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    1c1cf35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0688a08 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@1.29.0-rc.3
     - @carbon/eslint-config-ibmdotcom@1.39.0-rc.3
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0-rc.3
     - @carbon/eslint-plugin-react-prop-type-comments@1.38.0-rc.3
     - @carbon/ibmdotcom-react@1.48.0-rc.3
     - @carbon/ibmdotcom-services-store@1.48.0-rc.3
     - @carbon/ibmdotcom-services@1.48.0-rc.3
     - @carbon/storybook-addon-theme@1.39.0-rc.3
     - @carbon/stylelint-config-ibmdotcom@1.38.0-rc.3
     - @carbon/ibmdotcom-styles@1.48.0-rc.3
     - @carbon/ibmdotcom-utilities@1.48.0-rc.3
     - @carbon/ibmdotcom-web-components@1.33.0-rc.3
    ibmdotcom-bot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0c643ae View commit details
    Browse the repository at this point in the history
  4. chore(release): publish

     - @carbon/web-components@1.29.0
     - @carbon/eslint-config-ibmdotcom@1.39.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.38.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.38.0
     - @carbon/ibmdotcom-react@1.48.0
     - @carbon/ibmdotcom-services-store@1.48.0
     - @carbon/ibmdotcom-services@1.48.0
     - @carbon/storybook-addon-theme@1.39.0
     - @carbon/stylelint-config-ibmdotcom@1.38.0
     - @carbon/ibmdotcom-styles@1.48.0
     - @carbon/ibmdotcom-utilities@1.48.0
     - @carbon/ibmdotcom-web-components@1.33.0
    ibmdotcom-bot committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    26807e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    262ba4d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fix(masthead-v2): prevent text overflow in L1 dropdown items (carbon-…

    …design-system#10619)
    
    * fix(masthead-v2): prevent text overflow in L1 dropdown items
    
    * fix(masthead-v2): prevent menu item overflow
    
    * fix(masthead-v2): fix formatting issues
    
    * fix(masthead-v2): remove overflow limitation
    
    * test(masthead-v2): test results and not implementations
    
    * test(masthead): disable tests dependent on lazy loading
    
    ---------
    
    Co-authored-by: Andy Blum <andy.blum.01@gmail.com>
    jkaeser and andy-blum authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    922e497 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. fix(card-link): make card link width match card-group (carbon-design-…

    …system#10601)
    
    ### Related Ticket(s)
    
    [[Card link] grid bug#10580](carbon-design-system#10580)
    
    ### Description
    
    Make the `card-link`/`card-link-cta` width match the `card-group` on the page. This is done within the `content-block` component where it takes the `cards-per-row` property and applies the appropriate styles to the `card-link`.
    
    <img width="651" alt="Screenshot 2023-06-26 at 12 21 42 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/54281166/c6cd115c-8c04-4d8c-b517-05fb6def01f2">
    
    <img width="673" alt="Screenshot 2023-06-26 at 12 21 55 PM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/54281166/35a03723-6027-4038-b748-741199e89438">
    
    ### Changelog
    
    **Changed**
    
    - had logic in the `content-block` component to detect if `card-group` element is a child and apply the same styles to the `card-link` in the footer
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    35b3253 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix(sticky-header): do not consider vertical ToC height in calculatio…

    …ns (carbon-design-system#10605)
    
    ### Related Ticket(s)
    
    ### Description
    
    The StickyHeader utility has logic for how to calculate the total height of elements on a given web page that are "stuck" to the top of the viewport. It exposes a CSS custom property, `--dds-sticky-header-height`, with this calculated value for other page elements to use.
    
    In AEM, we were seeing this value be set much higher than the actual sum height of all stuck elements. It turns out we were adding the height of `<dds-table-of-contents>` elements that are configured to use the vertical presentation, which is unnecessary.
    
    ### Changelog
    
    **Changed**
    
    - Removes `<dds-table-of-contents>` in the vertical orientation from `--dds-sticky-header-height` calculation when appropriate.
    - Removes `<dds-table-of-contents>` in the horizontal orientation from `--dds-sticky-header-height` calculation until it is sticking to the top of the viewport.
    - Fixes incorrectly named properties related to `<dds-leadspace-with-search>`, allowing those elements to be properly factored into calculations.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    ## Testing Instructions
    Visit the [Dotcom Shell deploy preview](https://ibmdotcom-webcomponents.s3.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/10605/index.html?path=/story/components-dotcom-shell--default)'s various Stories and verify the `--dds-sticky-header-height` custom property set on the root element has a value that matches the current "stuck" elements' height.
    jkaeser authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b3963b6 View commit details
    Browse the repository at this point in the history
  2. chore(masthead-v2): prepare to release (carbon-design-system#10635)

    * chore(gh): remove auto assignee from issue templates (#10389)
    
    * chore(gh): remove auto assignees
    
    * chore(checks): pin node version to 18.15
    
    * chore(project): remove unneeded package.json entries (#10352)
    
    * chore(project): remove unneeded package.json entries
    
    * chore(gh): clean up ci-check workflow
    
    * chore(actions): disable react ci-checks for now
    
    * chore(checks): pin node version to 18.15 (#10390)
    
    ### Description
    
    A current [bug](https://github.com/nodejs/node/issues/47563) in the latest version of Node is causing CI checks to fail. The bug has been fixed but not yet back-ported, so in the meantime will test pinning the version to `18.15`.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - pin `ci-check` workflow Node version to `18.15`
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(e2e): introducing parallelization  (#10314)
    
    ### Related Ticket(s)
    #9093 
    #8814 
    
    ### Description
    This PR introduces the parallelization feature for Cypress testing. 
    The work for this PR consisted in creating a IBM Cloud CodeEngine instance out of an image provided by the sorry-cypress service, especifically the `sorry-cypress-director` service. The Director instance is the one who controls what tests each machine should run, coming from the same spec file run.
    
    In order to achieve parallelization among the newly created machine matrix, we are now using the `cy2` dependency, which intercepts the parallelization call made to Cypress Dashboard and redirects all the data to our CE instance. 
    
    However, in order to speed things up and ensure each machine doesn't need to install and build every time, we separate the workflow into separate pieces:
    
    1. Install job
       - Install dependencies 
       - Cache dependencies
       - Build storybook
       - Upload `storybook` artifacts
    2. Run tests
       - Retrieve cached dependencies
       - Retrieve `storybook` artifacts
       - Run tests
       - If one test fails, create a `failure.txt` file and upload as artifact
    3. Check if all tests passed
       - Wait until all tests finish
       - Retrieve `failure.txt` artifact
       - If said file exists, fail this job
    
    The caching and artifact uploading ensures that each of the test jobs don't need to install/rebuild everything all over again. With this setup, that should only happen once, speeding up the rest of the jobs.
    
    ### Changelog
    
    **New**
    
    - introduced parallelization 
    
    **Changed**
    
    - `e2e-tests.yml` file
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(deps): bump andstor/file-existence-action from 1 to 2 (#10399)
    
    Bumps [andstor/file-existence-action](https://github.com/andstor/file-existence-action) from 1 to 2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="/andstor/file-existence-action/releases">andstor/file-existence-action's releases</a>.</em></p>
    <blockquote>
    <h2>v2.0.0</h2>
    <h3>Changed</h3>
    <ul>
    <li>Updated to the node16 runtime by default</li>
    <li>Deprecates the <code>allow_failure</code> variable in favor of <code>fail</code></li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Updated usage of deprecated <a href="https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/"><code>set-output</code></a> command</li>
    </ul>
    <h2>v1.1.0</h2>
    <h3>Added</h3>
    <ul>
    <li>Support for glob patterns.</li>
    </ul>
    <h2>v1.0.1</h2>
    <h3>Added</h3>
    <ul>
    <li>Checks for existence of files and directories specified in input variables.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="/andstor/file-existence-action/commit/20b4d2e596410855db8f9ca21e96fbe18e12930b"><code>20b4d2e</code></a> Correct input name</li>
    <li><a href="/andstor/file-existence-action/commit/31359852f5f601604498353d20d704b27b0ed556"><code>3135985</code></a> Deprecates the &quot;allow_failure&quot; variable in favor of &quot;fail&quot;</li>
    <li><a href="/andstor/file-existence-action/commit/bbb27a8d0c6ffc98910d37d692fa50392dc7af64"><code>bbb27a8</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/113">#113</a> from hbiede/patch-1</li>
    <li><a href="/andstor/file-existence-action/commit/e6b07c7c8a57a08145b72dd11ebfd6bae5c80b6e"><code>e6b07c7</code></a> Update dependencies</li>
    <li><a href="/andstor/file-existence-action/commit/6b4f78425eea38eb1aa2c9829bc8489e8e5f0f03"><code>6b4f784</code></a> Fix typo</li>
    <li><a href="/andstor/file-existence-action/commit/ef72eba3eb7eff4045c574f384fde5688298eee8"><code>ef72eba</code></a> Updated to the node16 runtime by default</li>
    <li><a href="/andstor/file-existence-action/commit/c492e43713b59c0534dd9183abd6afca1a03e4a9"><code>c492e43</code></a> Merge pull request <a href="https://redirect.github.com/andstor/file-existence-action/issues/106">#106</a> from DaSchTour/patch-1</li>
    <li><a href="/andstor/file-existence-action/commit/afdfb059cd6d9659012341dec72fb8b9c7be8624"><code>afdfb05</code></a> Update to node16</li>
    <li>See full diff in <a href="/andstor/file-existence-action/compare/v1...v2">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=andstor/file-existence-action&package-manager=github_actions&previous-version=1&new-version=2)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    * chore(deps): lock file maintenance (#10411)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * chore(deps): update dependency @carbon/pictograms-react to v11.42.0 (#10410)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.41.0` -> `11.42.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.41.0/11.42.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/compatibility-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.42.0/confidence-slim/11.41.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.42.0`](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/9d9c35494255b0ad0996bad46ffaf093cdd20012...75f69e49161bf54184d4392c3d48115f852dc8fc)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42My4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjMuMSJ9-->
    
    * chore(deps): bump actions/upload-artifact from 2 to 3 (#10398)
    
    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p>
    <blockquote>
    <h2>v3.0.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Update default runtime to node16 (<a href="https://redirect.github.com/actions/upload-artifact/issues/293">#293</a>)</li>
    <li>Update package-lock.json file version to 2 (<a href="https://redirect.github.com/actions/upload-artifact/issues/302">#302</a>)</li>
    </ul>
    <h3>Breaking Changes</h3>
    <p>With the update to Node 16, all scripts will now be run with Node 16 rather than Node 12.</p>
    <h2>v2.3.1</h2>
    <p>Fix for empty fails on Windows failing on upload <a href="https://redirect.github.com/actions/upload-artifact/issues/281">#281</a></p>
    <h2>v2.3.0 Upload Artifact</h2>
    <ul>
    <li>Optimizations for faster uploads of larger files that are already compressed</li>
    <li>Significantly improved logging when there are chunked uploads</li>
    <li>Clarifications in logs around the upload size and prohibited characters that aren't allowed in the artifact name or any uploaded files</li>
    <li>Various other small bugfixes &amp; optimizations</li>
    </ul>
    <h2>v2.2.4</h2>
    <ul>
    <li>Retry on HTTP 500 responses from the service</li>
    </ul>
    <h2>v2.2.3</h2>
    <ul>
    <li>Fixes for proxy related issues</li>
    </ul>
    <h2>v2.2.2</h2>
    <ul>
    <li>Improved retryability and error handling</li>
    </ul>
    <h2>v2.2.1</h2>
    <ul>
    <li>Update used actions/core package to the latest version</li>
    </ul>
    <h2>v2.2.0</h2>
    <ul>
    <li>Support for artifact retention</li>
    </ul>
    <h2>v2.1.4</h2>
    <ul>
    <li>Add Third Party License Information</li>
    </ul>
    <h2>v2.1.3</h2>
    <ul>
    <li>Use updated version of the <code>@action/artifact</code> NPM package</li>
    </ul>
    <h2>v2.1.2</h2>
    <ul>
    <li>Increase upload chunk size from 4MB to 8MB</li>
    <li>Detect case insensitive file uploads</li>
    </ul>
    <h2>v2.1.1</h2>
    <ul>
    <li>Fix for certain symlinks not correctly being identified as directories before starting uploads</li>
    </ul>
    <h2>v2.1.0</h2>
    <ul>
    <li>Support for uploading artifacts with multiple paths</li>
    <li>Support for using exclude paths</li>
    <li>Updates to dependencies</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="/actions/upload-artifact/commit/0b7f8abb1508181956e8e162db84b466c27e18ce"><code>0b7f8ab</code></a> ci(github): update action/download-artifact from v1 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/312">#312</a>)</li>
    <li><a href="/actions/upload-artifact/commit/013d2b89baa2f354c5ffec54c68bec4ab39a2534"><code>013d2b8</code></a> Create devcontainer for codespaces + update all dev dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/375">#375</a>)</li>
    <li><a href="/actions/upload-artifact/commit/055b8b3f04a4a7ed853f2c6ab04256f83e4874dc"><code>055b8b3</code></a> Bump Actions NPM dependencies (<a href="https://redirect.github.com/actions/upload-artifact/issues/374">#374</a>)</li>
    <li><a href="/actions/upload-artifact/commit/7a5d4831f75130126bffffb8443b412485f7b836"><code>7a5d483</code></a> ci(github): update action/checkout from v2 to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/315">#315</a>)</li>
    <li><a href="/actions/upload-artifact/commit/e0057a5b76f2fdad976135e8dd7b691e632b9056"><code>e0057a5</code></a> README: Bump actions/checkout to v3 (<a href="https://redirect.github.com/actions/upload-artifact/issues/352">#352</a>)</li>
    <li><a href="/actions/upload-artifact/commit/7fe6c13ac83e8572a115d6d5e45afc880cc4fe7e"><code>7fe6c13</code></a> Update to latest <code>actions/publish-action</code> (<a href="https://redirect.github.com/actions/upload-artifact/issues/363">#363</a>)</li>
    <li><a href="/actions/upload-artifact/commit/83fd05a356d7e2593de66fc9913b3002723633cb"><code>83fd05a</code></a> Bump actions-core to v1.10.0 (<a href="https://redirect.github.com/actions/upload-artifact/issues/356">#356</a>)</li>
    <li><a href="/actions/upload-artifact/commit/3cea5372237819ed00197afe530f5a7ea3e805c8"><code>3cea537</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/327">#327</a> from actions/robherley/artifact-1.1.0</li>
    <li><a href="/actions/upload-artifact/commit/849aa7758a428ee22be38de371b49c8bd57c4b9d"><code>849aa77</code></a> nvm use 12 &amp; npm run release</li>
    <li><a href="/actions/upload-artifact/commit/4d3986961d0423ba9a593efb490a2960eb65f43b"><code>4d39869</code></a> recompile with correct ncc version</li>
    <li>Additional commits viewable in <a href="/actions/upload-artifact/compare/v2...v3">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=2&new-version=3)](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 it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    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 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)
    
    
    </details>
    
    * chore(release): merge release/v1.46.0 to main (#10418)
    
    ### Description
    
    Merge latest release into main.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * fix(sticky-header): table-of-contents positioning (#10408)
    
    ### Related Ticket(s)
    
    Followup to #10342 
    
    ### Description
    
    This change fixes a bug in which the table of contents is not properly positioned along with the L0/L1 masthead menus
    
    > **Note**
    > Because the stickyHeader is a globally-scoped utility and could be initialized by _any_ component that imports it, we'll need to cherry-pick this PR's commit to the `feat/masthead-v2-dev` branch so the `main` branch components and the `feat/masthead-v2` branch components aren't causing race conditions
    
    https://user-images.githubusercontent.com/25532785/235171270-8da551b7-54d5-46ff-afea-f1acb3d19bf5.mov
    
    Direct link to deploy preview testing page: https://ibmdotcom-webcomponents.s3.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/10408/iframe.html?knob-Masthead%20Version=L1&id=components-dotcom-shell--without-shell&viewMode=story
    
    ### Changelog
    
    **Changed**
    
    - Updates table-of-contents/stickyHeader integration
    
    * fix(video-player): account for video players in shadowroots (#10227)
    
    * fix(video-player): account for video players in shadowroots
    
    * fix(video-player): update tabs-extended-media example
    
    * fix(video-player): support environments without getRootNode method
    
    ---------
    
    Co-authored-by: Putra Bonaccorsi <putra.roeung@gmail.com>
    Co-authored-by: kennylam <kennylam@proton.me>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    
    * Nc web component documentation update and refactor (#10421)
    
    * chore(doc): update notice cohoice documentation
    
    * chore(refactor): refactor notice choice
    
    * feat: generate react element
    
    * Update packages/web-components/src/components/notice-choice/__stories__/README.stories.mdx
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    
    * chore(settings): update settings to v1.47.0
    
    * Update lerna.json (#10431)
    
    * Update lerna.json
    
    * Update lerna.json
    
    * Update lerna.json (#10433)
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.0
     - @carbon/ibmdotcom-react@1.47.0-rc.0
     - @carbon/ibmdotcom-services-store@1.47.0-rc.0
     - @carbon/ibmdotcom-services@1.47.0-rc.0
     - @carbon/storybook-addon-theme@1.38.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.0
     - @carbon/ibmdotcom-styles@1.47.0-rc.0
     - @carbon/ibmdotcom-utilities@1.47.0-rc.0
     - @carbon/ibmdotcom-web-components@1.32.0-rc.0
    
    * chore(notice-choice): remove react wrapper causing build errors (#10442)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in #10421 as it is throwing errors and affecting the CI workflow.
    
    @sanjitbauli Since there is still a current React version this doesn't need to be any sort of blocker. Once it is fixed we can re-enable it.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(notice-choice): remove react wrapper causing build errors (#10442) (#10444)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in #10421 as it is throwing errors and affecting the CI workflow.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    ### Related Ticket(s)
    
    {{Provide url(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    {{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}
    
    {{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0-rc.1
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.1
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.1
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.1
     - @carbon/ibmdotcom-react@1.47.0-rc.1
     - @carbon/ibmdotcom-services-store@1.47.0-rc.1
     - @carbon/ibmdotcom-services@1.47.0-rc.1
     - @carbon/storybook-addon-theme@1.38.0-rc.1
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.1
     - @carbon/ibmdotcom-styles@1.47.0-rc.1
     - @carbon/ibmdotcom-utilities@1.47.0-rc.1
     - @carbon/ibmdotcom-web-components@1.32.0-rc.1
    
    * fix(unit-tests): fix uncaught typescript errors (#10475)
    
    ### Related Ticket(s)
    
    ### Description
    
    This PR should fix failing unit tests, allowing the `ci-check` job to complete successfully.
    
    ### Changelog
    
    **Changed**
    
    - fix unit tests
    
    * feat(table-of-contents): add self-filtering functionality (#10469)
    
    * chore(notice-choice): remove react wrapper causing build errors (#10442)
    
    ### Description
    
    Temporarily remove `notice-choice` React wrapper added in #10421 as it is throwing errors and affecting the CI workflow.
    
    @sanjitbauli Since there is still a current React version this doesn't need to be any sort of blocker. Once it is fixed we can re-enable it.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - `notice-choice` React wrapper
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * feat(table-of-contents): add self-filtering functionality
    
    * feat(table-of-contents): optionally filter out subtrees
    
    ---------
    
    Co-authored-by: Carbon for IBM.com Bot <53266321+ibmdotcom-bot@users.noreply.github.com>
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    
    * feat(image): add 'default-image' ::part (#10450)
    
    ### Related Ticket(s)
    
    Closes #10380
    
    ### Description
    
    Adds `part` property with value of `image` to the rendered `<img>` tag.
    
    ### Testing Instructions
    
    In the styles tab of the devtools, add a new style targeting `dds-image::part(image)`, and note that style added here impact the shadow root's `<img>` tag.
    
    Would be good to have @dratzenboeck-ibm provide an SVG file with `#svgView` parameter to test with.
    
    ### Changelog
    
    **New**
    
    - dds-image::part(image)
    
    * fix(masthead): fixes `has-search` toggle (#10478)
    
    ### Related Ticket(s)
    
    Fixes #10477 
    
    ### Description
    
    Fixes `has-search` toggle for web components masthead. Also removes unrelated knobs from masthead stories.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - `has-search` is now a string
    
    **Removed**
    
    - unrelated knobs in all masthead stories
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0-rc.2
     - @carbon/eslint-config-ibmdotcom@1.38.0-rc.2
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0-rc.2
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0-rc.2
     - @carbon/ibmdotcom-react@1.47.0-rc.2
     - @carbon/ibmdotcom-services-store@1.47.0-rc.2
     - @carbon/ibmdotcom-services@1.47.0-rc.2
     - @carbon/storybook-addon-theme@1.38.0-rc.2
     - @carbon/stylelint-config-ibmdotcom@1.37.0-rc.2
     - @carbon/ibmdotcom-styles@1.47.0-rc.2
     - @carbon/ibmdotcom-utilities@1.47.0-rc.2
     - @carbon/ibmdotcom-web-components@1.32.0-rc.2
    
    * fix(bx-header-menu): add button role (#10440)
    
    ### Related Ticket(s)
    
    Fixes #10392
    
    ### Description
    
    This PR adds `role="button"` to the `<a>` tags inside the L0 menu. This improves accessibility by identifying these elements are acting as buttons. 
    
    > The button role identifies an element as a button to assistive technology such as screen readers. A button is a widget used to perform actions such as submitting a form, opening a dialog, canceling an action, or performing a command such as inserting a new record or displaying information.
    
    ### Changelog
    
    **New**
    
    - Markup for `<a>` tags in dropdown menu items now includes `role="button"`.
    
    * chore(gh): revert to node 14 for react workflow (#10485)
    
    * chore(deps): update lockfile (#10486)
    
    ### Description
    
    Updates `yarn.lock`
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(deps): lock file maintenance (#10429)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * chore(deps): update yarn to v3.5.1 (#10448)
    
    ### Description
    
    Update Yarn to v3.5.1
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(deps): update dependency sass to ~1.62.0 (#10491)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sass](https://togithub.com/sass/dart-sass) | [`~1.59.0` -> `~1.62.0`](https://renovatebot.com/diffs/npm/sass/1.59.3/1.62.1) | [![age](https://badges.renovateapi.com/packages/npm/sass/1.62.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sass/1.62.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sass/1.62.1/compatibility-slim/1.59.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sass/1.62.1/confidence-slim/1.59.3)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sass/dart-sass</summary>
    
    ### [`v1.62.1`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1621)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.62.0...1.62.1)
    
    -   Fix a bug where `:has(+ &)` and related constructs would drop the leading
        combinator.
    
    ### [`v1.62.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1620)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.61.0...1.62.0)
    
    -   Deprecate the use of multiple `!global` or `!default` flags on the same
        variable. This deprecation is named `duplicate-var-flags`.
    
    -   Allow special numbers like `var()` or `calc()` in the global functions:
        `grayscale()`, `invert()`, `saturate()`, and `opacity()`. These are also
        native CSS `filter` functions. This is in addition to number values which were
        already allowed.
    
    -   Fix a cosmetic bug where an outer rule could be duplicated after nesting was
        resolved, instead of re-using a shared rule.
    
    ### [`v1.61.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1610)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.60.0...1.61.0)
    
    -   **Potentially breaking change:** Drop support for End-of-Life Node.js 12.
    
    -   Fix remaining cases for the performance regression introduced in 1.59.0.
    
    ##### Embedded Sass
    
    -   The JS embedded host now loads files from the working directory when using the
        legacy API.
    
    ### [`v1.60.0`](https://togithub.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#&#8203;1600)
    
    [Compare Source](https://togithub.com/sass/dart-sass/compare/1.59.3...1.60.0)
    
    -   Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in
        calculations. These will be interpreted as the corresponding numbers.
    
    -   Add support for unknown constants in calculations. These will be interpreted
        as unquoted strings.
    
    -   Serialize numbers with value `infinity`, `-infinity`, and `NaN` to `calc()`
        expressions rather than CSS-invalid identifiers. Numbers with complex units
        still can't be serialized.
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ni4zIiwidXBkYXRlZEluVmVyIjoiMzUuOTYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * fix(structured-list): Ensure group header text can go full width (#10451)
    
    ### Related Ticket(s)
    
    Fixes: #10449 
    
    ### Description
    
    This PR adds `max-width: 100%` to the group headers (`<th>`) of structured lists so that the text content inside of them may take up the full width of their containers. 
    
    It also adds lorem ipsum text to Group 2 inside the storybook for demonstration purposes.
    
    ### Changelog
    
    **Changed**
    
    - Updated the max-width of Structured List group headers. 
    - Updated the storybook with Lorem Ipsum for the Group 2 header, to demonstrate new style.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * chore(release): publish
    
     - @carbon/web-components@1.28.0
     - @carbon/eslint-config-ibmdotcom@1.38.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.37.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.37.0
     - @carbon/ibmdotcom-react@1.47.0
     - @carbon/ibmdotcom-services-store@1.47.0
     - @carbon/ibmdotcom-services@1.47.0
     - @carbon/storybook-addon-theme@1.38.0
     - @carbon/stylelint-config-ibmdotcom@1.37.0
     - @carbon/ibmdotcom-styles@1.47.0
     - @carbon/ibmdotcom-utilities@1.47.0
     - @carbon/ibmdotcom-web-components@1.32.0
    
    * fix(ipcInfo): set encoding for ipcinfoCookie (#10505)
    
    * chore(deps): lock file maintenance (#10492)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzUuOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * fix(deps): update dependency carbon-components to v10.58.7 (#10490)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [carbon-components](https://www.carbondesignsystem.com/) ([source](https://togithub.com/carbon-design-system/carbon)) | [`10.58.6` -> `10.58.7`](https://renovatebot.com/diffs/npm/carbon-components/10.58.6/10.58.7) | [![age](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/compatibility-slim/10.58.6)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.7/confidence-slim/10.58.6)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v10.58.7`](https://togithub.com/carbon-design-system/carbon/compare/7fce6306004230995ac5dd63dc85c200d4076f49...66fb09a87d829ec11f14e181596b44403c458fcd)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/7fce6306004230995ac5dd63dc85c200d4076f49...66fb09a87d829ec11f14e181596b44403c458fcd)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45NS4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    
    * chore(upgrade): upgrade to Carbon 10.58.7 (#10482)
    
    This updates the repository to Carbon v10.58.7.
    
    * chore(deps): update dependency @carbon/pictograms-react to v11.43.0 (#10519)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.42.0` -> `11.43.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.42.0/11.43.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/compatibility-slim/11.42.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.43.0/confidence-slim/11.42.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v11.43.0`](https://togithub.com/carbon-design-system/carbon/compare/75f69e49161bf54184d4392c3d48115f852dc8fc...8fb6526d2f73634b13f3bec63b7112839754092d)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/75f69e49161bf54184d4392c3d48115f852dc8fc...8fb6526d2f73634b13f3bec63b7112839754092d)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    * chore(deps): update dependency @carbon/icon-helpers to v10.40.0 (#10518)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icon-helpers](https://togithub.com/carbon-design-system/carbon) | [`10.39.0` -> `10.40.0`](https://renovatebot.com/diffs/npm/@carbon%2ficon-helpers/10.39.0/10.40.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/compatibility-slim/10.39.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.40.0/confidence-slim/10.39.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon</summary>
    
    ### [`v10.40.0`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.40.0)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.39.0...v10.40.0)
    
    #### `@carbon/cli@10.26.0`
    
    ##### Documentation :memo:
    
    -   docs(styles): add sass.md docs and README docs ([#&#8203;9207](https://togithub.com/carbon-design-system/carbon/issues/9207)) ([`f837fbcfb`](https://togithub.com/carbon-design-system/carbon/commit/f837fbcfb))
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/colors@10.29.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `carbon-components@10.40.0`
    
    ##### New features :rocket:
    
    -   feat(menu): add support for different sizes ([#&#8203;9210](https://togithub.com/carbon-design-system/carbon/issues/9210)) ([`263d0d9f4`](https://togithub.com/carbon-design-system/carbon/commit/263d0d9f4))
    
    ##### Bug fixes :bug:
    
    -   fix(breadcrumb): account for menu direction in breadcrumb overflow caret ([#&#8203;9189](https://togithub.com/carbon-design-system/carbon/issues/9189)) ([`388008d11`](https://togithub.com/carbon-design-system/carbon/commit/388008d11))
    -   fix(TextInput): use disabled token ([#&#8203;9206](https://togithub.com/carbon-design-system/carbon/issues/9206)) ([`66315c664`](https://togithub.com/carbon-design-system/carbon/commit/66315c664))
    -   fix(ListBox): fix selected hover style regression ([#&#8203;9193](https://togithub.com/carbon-design-system/carbon/issues/9193)) ([`2a7528476`](https://togithub.com/carbon-design-system/carbon/commit/2a7528476))
    -   fix(menu): render through portal to avoid z-index and overflow issues ([#&#8203;8829](https://togithub.com/carbon-design-system/carbon/issues/8829)) ([`b3cef52cf`](https://togithub.com/carbon-design-system/carbon/commit/b3cef52cf))
    -   fix(select): use non transparent inline select background ([#&#8203;9138](https://togithub.com/carbon-design-system/carbon/issues/9138)) ([`129a7a4a0`](https://togithub.com/carbon-design-system/carbon/commit/129a7a4a0))
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    -   refactor(treeview): use flex properties over explicit dimensions ([#&#8203;9141](https://togithub.com/carbon-design-system/carbon/issues/9141)) ([`adf9d28ca`](https://togithub.com/carbon-design-system/carbon/commit/adf9d28ca))
    
    #### `@carbon/elements@10.39.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/grid@10.32.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icon-helpers@10.20.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons-handlebars@10.36.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons-react@10.36.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons-vue@10.36.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/icons@10.36.0`
    
    ##### New features :rocket:
    
    -   feat(UI icons): new icons may and june ([#&#8203;8960](https://togithub.com/carbon-design-system/carbon/issues/8960)) ([`b8859ab48`](https://togithub.com/carbon-design-system/carbon/commit/b8859ab48))
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/layout@10.28.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/motion@10.21.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/pictograms-react@11.14.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/pictograms@11.14.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `carbon-components-react@7.40.0`
    
    ##### New features :rocket:
    
    -   feat(DatePickerInput): add helperText support ([#&#8203;9200](https://togithub.com/carbon-design-system/carbon/issues/9200)) ([`4b5b5fdf8`](https://togithub.com/carbon-design-system/carbon/commit/4b5b5fdf8))
    -   feat(menu): add support for different sizes ([#&#8203;9210](https://togithub.com/carbon-design-system/carbon/issues/9210)) ([`263d0d9f4`](https://togithub.com/carbon-design-system/carbon/commit/263d0d9f4))
    
    ##### Bug fixes :bug:
    
    -   fix(breadcrumb): account for menu direction in breadcrumb overflow caret ([#&#8203;9189](https://togithub.com/carbon-design-system/carbon/issues/9189)) ([`388008d11`](https://togithub.com/carbon-design-system/carbon/commit/388008d11))
    -   fix(menu): render through portal to avoid z-index and overflow issues ([#&#8203;8829](https://togithub.com/carbon-design-system/carbon/issues/8829)) ([`b3cef52cf`](https://togithub.com/carbon-design-system/carbon/commit/b3cef52cf))
    -   fix(Storybook): improve filtered search text contrast ([#&#8203;9188](https://togithub.com/carbon-design-system/carbon/issues/9188)) ([`a80ca6fde`](https://togithub.com/carbon-design-system/carbon/commit/a80ca6fde))
    -   fix(Storybook): move margin to wrapper ([#&#8203;9154](https://togithub.com/carbon-design-system/carbon/issues/9154)) ([`fb9621717`](https://togithub.com/carbon-design-system/carbon/commit/fb9621717))
    
    ##### Documentation :memo:
    
    -   docs(toggle): add v11 migration guidance ([#&#8203;9167](https://togithub.com/carbon-design-system/carbon/issues/9167)) ([`9e2013d23`](https://togithub.com/carbon-design-system/carbon/commit/9e2013d23))
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    #### `@carbon/themes@10.39.0`
    
    ##### New features :rocket:
    
    -   feat(themes): update module builders for new design tokens ([#&#8203;9128](https://togithub.com/carbon-design-system/carbon/issues/9128)) ([`b4ce23c69`](https://togithub.com/carbon-design-system/carbon/commit/b4ce23c69))
    
    ##### Documentation :memo:
    
    -   docs(styles): add sass.md docs and README docs ([#&#8203;9207](https://togithub.com/carbon-design-system/carbon/issues/9207)) ([`f837fbcfb`](https://togithub.com/carbon-design-system/carbon/commit/f837fbcfb))
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    -   chore(project): sync generated files ([`c26ff0ed4`](https://togithub.com/carbon-design-system/carbon/commit/c26ff0ed4))
    
    #### `@carbon/type@10.32.0`
    
    ##### Housekeeping :house:
    
    -   chore(release): v10.40.0 ([#&#8203;9254](https://togithub.com/carbon-design-system/carbon/issues/9254)) ([`1c1c751ee`](https://togithub.com/carbon-design-system/carbon/commit/1c1c751ee))
    -   chore(release): v10.40.0-rc.0 ([#&#8203;9234](https://togithub.com/carbon-design-system/carbon/issues/9234)) ([`e67704162`](https://togithub.com/carbon-design-system/carbon/commit/e67704162))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNCIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    * chore(deps): lock file maintenance (#10520)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNS4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    
    * Create SECURITY.md
    
    * chore(deps): update yarn to v3.6.0 (#10533)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [yarn](https://togithub.com/yarnpkg/berry) | [`3.5.1` -> `3.6.0`](https://renovatebot.com/diffs/npm/yarn/3.5.1/3.6.0) | [![age](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/compatibility-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yarn/3.6.0/confidence-slim/3.5.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>yarnpkg/berry</summary>
    
    ### [`v3.6.0`](https://togithub.com/yarnpkg/berry/compare/c6bcbfe8e24c1af6d3b59436c7ef673b367a1335...98c9662047200aec924e34664ba53293474c93bc)
    
    [Compare Source](https://togithub.com/yarnpkg/berry/compare/c6bcbfe8e24c1af6d3b59436c7ef673b367a1335...98c9662047200aec924e34664ba53293474c93bc)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjEwNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    
    * chore(jest): update cwc snapshots (#10528)
    
    ### Description
    
    Update `@carbon/web-component` snapshots. Also adds openssl flag for Node 18.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * fix(input): autocomplete property (#10540)
    
    ### Related Ticket(s)
    
    #10498 
    ### Description
    
    autocomplete was showing different results in the DOM in firefox and chrome. By removing the `?` it will now show the actual value set by the user instead of being a boolean. 
    
    chrome:
    ![Screenshot 2023-06-05 at 9 27 42 AM](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/20210594/2d09d259-3e78-4f25-b69d-4cc6093fcdc6)
    firefox:
    <img width="549" alt="Screenshot 2023-06-05 at 9 27 32 AM" src="https://github.com/carbon-design-system/carbon-for-ibm-dotcom/assets/20210594/5f04e704-3426-404f-a01b-f5a415dac4d1">
    
    if approved will confirm the change gets made in cwc-v2 as well!
    ### Changelog
    
    **Removed**
    
    - `?` for `autocomplete` when returning `input`
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    * fix(modal): small screen view (#10511)
    
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    
    * fix(geolocation): remove geolocation utility, replace with new DDO service method - getLocation (#10547)
    
    ### Related Ticket(s)
    
    [GeoLocation service]: API endpoint has been retired, switch to DDO #10546
    
    ### Description
    
    As the API endpoint we were using before to detect user's location (country code) has been retired by the webmaster team, new method is to grab from the DDO (`digitalData.user.location`) populated by the IBM analytics script. 
    
    This PR adds a new method the DDO service, which grabs the location from the DDO in the page and removes all instances of the geolocation utility which no longer works.
    
    ### Changelog
    
    **New**
    
    - `getLocation()` method under the DDO service
    - have the `Locale` service use the new DDO `getLocation` method instead
    
    **Removed**
    
    - instances of the `geolocation` utility
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <…
    17 people authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8ad56fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7954718 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. chore(deps): update dependency @carbon/type to v10.45.2 (carbon-desig…

    …n-system#10644)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    04e3440 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @carbon/icons-react to v10.49.1 (carbo…

    …n-design-system#10643)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons-react](https://togithub.com/carbon-design-system/carbon) | [`10.49.0` -> `10.49.1`](https://renovatebot.com/diffs/npm/@carbon%2ficons-react/10.49.0/10.49.1) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.1/compatibility-slim/10.49.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.1/confidence-slim/10.49.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/icons-react)</summary>
    
    ### [`v10.49.1`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.49.1)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.49.0...v10.49.1)
    
    #### `@carbon/react@0.10.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.49.1 ([`1939b7339`](https://togithub.com/carbon-design-system/carbon/commit/1939b7339))
    
    #### `carbon-components-react@7.49.1`
    
    ##### Bug fixes 🐛
    
    -   fix(tooltip): ensure esc closes tooltip, avoid bubbling beyond the body ([#&carbon-design-system#8203;10220](https://togithub.com/carbon-design-system/carbon/issues/10220)) ([`48cec747b`](https://togithub.com/carbon-design-system/carbon/commit/48cec747b))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.49.1 ([`1939b7339`](https://togithub.com/carbon-design-system/carbon/commit/1939b7339))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    76fdfe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. fix(date-picker): prevent range inputs from clearing prematurely (car…

    …bon-design-system#10603)
    
    ### Related Ticket(s)
    
    carbon-design-system#10501
    https://jsw.ibm.com/browse/ADCMS-3429
    
    Upstream flatpickr tickets / PRs
    
    - flatpickr/flatpickr#2801
    - flatpickr/flatpickr#2918
    
    ### Description
    
    Fixes bugs with the date picker. Specifically we fix the reported bug where bluring from the input after a range selection would clear the first input. We then end up fixing a couple of other related bugs to get us back to a usable range input. Notably the usability issue reported wherin there ends up being a lot of month paging for far-past or far-future ranges to get a complete range is not addressed here, as that behavior is by design.
    
    Note that, as dicussed with @IgnacioBecerra, @kennylam and @andy-blum  at office hours, the underlying [flatpickr](https://github.com/flatpickr/flatpickr) library is not seeing a concerted effort at maintenance. There are many bug reports piled up in their issue queue ([over 600 at time of writing](https://github.com/flatpickr/flatpickr/issues)) and not much commit activity or late. As a result, here I've updated to the latest tagged version of flatpickr (4.6.13), and then used [`yarn patch`](https://yarnpkg.com/cli/patch) to include necessary bug fixes. Upstream PR's and issues are linked above.
    
    ### Changelog
    
    **Changed**
    
    - date picker with range: fix a bug with date picker where bluring away from the first input after having populated a range value, would clear the first input
    - date picker with range: fix a bug where loosing focus from the calendar picker after having populated a range value, would clear the first input
    - date picker with range: fix a bug where clicking either input after having set a range would not show the selected range set in the calendar
    m4olivei authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    77306c8 View commit details
    Browse the repository at this point in the history
  2. fix(e2e): clear failure files before running tests (carbon-design-sys…

    …tem#10651)
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    IgnacioBecerra and kennylam authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b83b3b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d296aa View commit details
    Browse the repository at this point in the history
  4. Merge 9d296aa into main

    ibmdotcom-bot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    67636d7 View commit details
    Browse the repository at this point in the history
  5. chore(release): publish

     - @carbon/web-components@1.30.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.40.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.39.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.39.0-rc.0
     - @carbon/ibmdotcom-react@1.49.0-rc.0
     - @carbon/ibmdotcom-services-store@1.49.0-rc.0
     - @carbon/ibmdotcom-services@1.49.0-rc.0
     - @carbon/storybook-addon-theme@1.40.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.39.0-rc.0
     - @carbon/ibmdotcom-styles@1.49.0-rc.0
     - @carbon/ibmdotcom-utilities@1.49.0-rc.0
     - @carbon/ibmdotcom-web-components@1.34.0-rc.0
    ibmdotcom-bot committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6bacb54 View commit details
    Browse the repository at this point in the history
  6. Merge 6bacb54 into main

    ibmdotcom-bot authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a0a0786 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10630)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3c07ce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. chore(deps): update dependency @carbon/icons to v10.48.1 (carbon-desi…

    …gn-system#10642)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icons](https://togithub.com/carbon-design-system/carbon) | [`10.48.0` -> `10.48.1`](https://renovatebot.com/diffs/npm/@carbon%2ficons/10.48.0/10.48.1) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficons/10.48.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficons/10.48.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficons/10.48.1/compatibility-slim/10.48.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficons/10.48.1/confidence-slim/10.48.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/icons)</summary>
    
    ### [`v10.48.1`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.48.1)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.48.0...v10.48.1)
    
    #### `@carbon/react@0.9.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.1-rc.0 ([`392f29f66`](https://togithub.com/carbon-design-system/carbon/commit/392f29f66))
    
    #### `carbon-components-react@7.48.1`
    
    ##### Bug fixes 🐛
    
    -   fix(tabs): debounce scroll handler ([#&carbon-design-system#8203;10120](https://togithub.com/carbon-design-system/carbon/issues/10120)) ([`a6dc2648d`](https://togithub.com/carbon-design-system/carbon/commit/a6dc2648d))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.48.1-rc.0 ([`392f29f66`](https://togithub.com/carbon-design-system/carbon/commit/392f29f66))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuNyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    5dce2b3 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update yarn to v3.6.1 (carbon-design-system#10629)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [yarn](https://togithub.com/yarnpkg/berry) | [`3.6.0` -> `3.6.1`](https://renovatebot.com/diffs/npm/yarn/3.6.0/3.6.1) | [![age](https://badges.renovateapi.com/packages/npm/yarn/3.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/yarn/3.6.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/yarn/3.6.1/compatibility-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/yarn/3.6.1/confidence-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>yarnpkg/berry (yarn)</summary>
    
    ### [`v3.6.1`](https://togithub.com/yarnpkg/berry/compare/98c9662047200aec924e34664ba53293474c93bc...4ed09ecb51d4c69775d61b5d2ddc7cf9301452ac)
    
    [Compare Source](https://togithub.com/yarnpkg/berry/compare/98c9662047200aec924e34664ba53293474c93bc...4ed09ecb51d4c69775d61b5d2ddc7cf9301452ac)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDQuMiIsInVwZGF0ZWRJblZlciI6IjM1LjE0NC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    fc9f69f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. chore: update docs links (carbon-design-system#10591)

    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    4 people authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e204a45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4faa314 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Update automerge-cwc-v2.yml

    annawen1 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    14580b5 View commit details
    Browse the repository at this point in the history
  2. Update automerge-cwc-v2.yml

    annawen1 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    99e6b2e View commit details
    Browse the repository at this point in the history
  3. fix(components): add styles to remove fouc (carbon-design-system#10678)

    ### Related Ticket(s)
    
    carbon-design-system#10607 
    
    ### Description
    
    Users should no longer have to add there no styles to prevent fouc with these changes
    ### Changelog
    
    **New**
    
    - added to the stable-selector a style tag which gets appeneded to the head and used the component tag to display none if not defined
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    8ef9a10 View commit details
    Browse the repository at this point in the history
  4. chore(gulp): fix gulp watch (carbon-design-system#10681)

    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    kennylam and annawen1 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    db171cc View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix(storybook): wc update with node-options (carbon-design-system#10663)

    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
    3 people authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b599039 View commit details
    Browse the repository at this point in the history
  2. fix(masthead): firstupdated user-status is authenticated (carbon-desi…

    …gn-system#10700)
    
    ### Related Ticket(s)
    
    carbon-design-system#10682 
    ### Description
    
    If a user tried to set user-status to authenticated it would flash the dot as signed in and then it would disappear.  
    ### Changelog
    
    
    **Changed**
    
    - updated `firstUpdated` so that it would only call `loadUserStatus` if `user-status` wasn't already set by the adopter
    
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5773c69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30afac0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. fix(tabs-extended): ensure accordion doesn't load on desktop, and tab…

    …s don't load on mobile (carbon-design-system#10650)
    
    * fix(tabs-extended): ensure accordion doesn't load on desktop, and tabs don't load on mobile
    
    * fix(tabs-extended): yarn format; ci-check
    
    * Update packages/web-components/src/components/tabs-extended/tabs-extended.ts
    
    per code review
    
    Co-authored-by: Matthew Oliveira <m4olivei@gmail.com>
    
    * fix(tabs-extended): prevent tab markup duplication
    
    * fix(tabs-extended): create mixin for ease of use
    
    * fix(tabs-extended): define mixin properties' types
    
    * fix(tabs-extended): update test snapshots
    
    * fix(tabs-extended): improve mixin configurability
    
    * fix(tabs-extended): allow responses to any Carbon breakpoint
    
    * fix(tabs-extended): reduce unnecessary computations
    
    * fix(tabs-extended): only track requested breakpoints
    
    * fix(tabs-extended): add types for valid media queries
    
    * fix(tabs-extended): only attach one event listener
    
    The browser won't attach duplicate event listeners for the same
    named function.
    
    * fix(tabs-extended): reduce unnecessary computations
    
    * fix(tabs-extended): leverage prefixes for class names
    
    * fix(tabs-extended): fix typos
    
    * fix(tabs-extended): ensure active tab is selected on mount
    
    * fix(tabs-extended): do not double borders
    
    * fix(tabs-extended): update test snapshot
    
    ---------
    
    Co-authored-by: Matthew Oliveira <m4olivei@gmail.com>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    Co-authored-by: Andy Blum <andy.blum.01@gmail.com>
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    5 people authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5e6e4a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. chore(e2e): disable cta-block e2e (carbon-design-system#10720)

    ### Description
    
    E2E test for `cta-block` randomly fails, disabling for now.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    bbd0ddd View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fix(fouc): add to documentation (carbon-design-system#10729)

    ### Related Ticket(s)
    
    carbon-design-system#10607 
    
    ### Description
    
    add documentation about FOUC so adopters know to include it within their applications
    
    ### Changelog
    
    **New**
    
    - documentation
    
    **Removed**
    
    - FOUC script that did not work
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    95028b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. chore(release): publish

     - @carbon/web-components@1.30.0
     - @carbon/eslint-config-ibmdotcom@1.40.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.39.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.39.0
     - @carbon/ibmdotcom-react@1.49.0
     - @carbon/ibmdotcom-services-store@1.49.0
     - @carbon/ibmdotcom-services@1.49.0
     - @carbon/storybook-addon-theme@1.40.0
     - @carbon/stylelint-config-ibmdotcom@1.39.0
     - @carbon/ibmdotcom-styles@1.49.0
     - @carbon/ibmdotcom-utilities@1.49.0
     - @carbon/ibmdotcom-web-components@1.34.0
    ibmdotcom-bot committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b49bca8 View commit details
    Browse the repository at this point in the history
  2. Merge b49bca8 into main

    ibmdotcom-bot authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    156b865 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. fix(pr-template): include keyword Closes (carbon-design-system#10760)

    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    ariellalgilmore authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    408f8d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    bc9c74d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e9dda9 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. fix(deps): update dependency @carbon/motion to v10.29.1 (carbon-desig…

    …n-system#10688)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/motion](https://togithub.com/carbon-design-system/carbon) | [`10.29.0` -> `10.29.1`](https://renovatebot.com/diffs/npm/@carbon%2fmotion/10.29.0/10.29.1) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fmotion/10.29.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fmotion/10.29.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fmotion/10.29.1/compatibility-slim/10.29.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fmotion/10.29.1/confidence-slim/10.29.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/motion)</summary>
    
    ### [`v10.29.1`](https://togithub.com/carbon-design-system/carbon/compare/v10.29.0...0898114f2e0a3f0ec55aadd8048eeec85c8ce8ed)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.29.0...0898114f2e0a3f0ec55aadd8048eeec85c8ce8ed)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    renovate[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5f27637 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update dependency carbon-components to v10.58.8 (carbon-de…

    …sign-system#10690)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [carbon-components](https://www.carbondesignsystem.com/) ([source](https://togithub.com/carbon-design-system/carbon)) | [`10.58.7` -> `10.58.8`](https://renovatebot.com/diffs/npm/carbon-components/10.58.7/10.58.8) | [![age](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.8/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.8/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.8/compatibility-slim/10.58.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/carbon-components/10.58.8/confidence-slim/10.58.7)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (carbon-components)</summary>
    
    ### [`v10.58.8`](https://togithub.com/carbon-design-system/carbon/compare/66fb09a87d829ec11f14e181596b44403c458fcd...0898114f2e0a3f0ec55aadd8048eeec85c8ce8ed)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/66fb09a87d829ec11f14e181596b44403c458fcd...0898114f2e0a3f0ec55aadd8048eeec85c8ce8ed)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    renovate[bot] authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    c22052d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. fix(breadcrumb): update aria role to now have the value of navigation (

    …carbon-design-system#10780)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10730
    
    https://jsw.ibm.com/browse/ADCMS-3670
    
    ### Description
    
    When running the Accessibility checker on bx-breadcrumb and bx-breadcrumb-items, it complains about the bx-breadcrumb assigned role, where it is role="nav" saying that "The The role='nav' defined on the element is not valid per ARIA specification".
     
    ### Changelog
    
    **New**
    
    breadcrumb.ts code edited to now define the aria role as role="navigation"
    bruno-amorim authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    e964047 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. fix(background-media): deprecate mobile-position attribute and utiliz…

    …e slots (carbon-design-system#10777)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10736 
    
    ### Description
    
    The `mobile-position` attribute wasn't working when using the CDN artifact, the prepending of the component to the parentElement does show up due to multiple updates coming. Instead, use slots to render the `background-media` component.
    
    ### Changelog
    
    **New**
    
    - set up image `slot` for `card-section-offset`
    
    **Changed**
    
    - deprecate the `mobile-position` attribute for `background-media`
    
    **Removed**
    
    - instances of `mobile-position` used and replace with `slot` instead
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    bed6088 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. fix(deps): update dependency @carbon/themes to v10.55.2 (carbon-desig…

    …n-system#10689)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/themes](https://togithub.com/carbon-design-system/carbon) | [`10.55.1` -> `10.55.2`](https://renovatebot.com/diffs/npm/@carbon%2fthemes/10.55.1/10.55.2) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fthemes/10.55.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fthemes/10.55.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fthemes/10.55.2/compatibility-slim/10.55.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fthemes/10.55.2/confidence-slim/10.55.1)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/themes)</summary>
    
    ### [`v10.55.2`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.55.2)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.55.1...v10.55.2)
    
    #### `@carbon/react@0.16.2`
    
    ##### New features 🚀
    
    -   feat(carbon-react): add public style entrypoints ([#&carbon-design-system#8203;11009](https://togithub.com/carbon-design-system/carbon/issues/11009)) ([`a059f4e32`](https://togithub.com/carbon-design-system/carbon/commit/a059f4e32))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/colors@10.37.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `carbon-components@10.55.2`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/elements@10.54.2`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/grid@10.43.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/layout@10.37.1`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `carbon-components-react@7.55.2`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/styles@0.16.2`
    
    ##### New features 🚀
    
    -   feat(carbon-react): add public style entrypoints ([#&carbon-design-system#8203;11009](https://togithub.com/carbon-design-system/carbon/issues/11009)) ([`a059f4e32`](https://togithub.com/carbon-design-system/carbon/commit/a059f4e32))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/themes@10.53.2`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    #### `@carbon/type@10.43.2`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.55.2 ([`9b11eecab`](https://togithub.com/carbon-design-system/carbon/commit/9b11eecab))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    renovate[bot] authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    849c366 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. chore(deps): update dependency @carbon/icon-helpers to v10.42.1 (carb…

    …on-design-system#10693)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/icon-helpers](https://togithub.com/carbon-design-system/carbon) | [`10.40.0` -> `10.42.1`](https://renovatebot.com/diffs/npm/@carbon%2ficon-helpers/10.40.0/10.42.1) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.42.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.42.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.42.1/compatibility-slim/10.40.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficon-helpers/10.42.1/confidence-slim/10.40.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/icon-helpers)</summary>
    
    ### [`v10.42.1`](https://togithub.com/carbon-design-system/carbon/compare/v10.42.0...033a51ca9c37d409f96fd14ef723ca053585ff2d)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.42.0...033a51ca9c37d409f96fd14ef723ca053585ff2d)
    
    ### [`v10.42.0`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.42.0)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.41.0...v10.42.0)
    
    #### `@carbon/react@0.3.0`
    
    ##### New features 🚀
    
    -   feat(styles): add skeleton sass modules and stories ([#&carbon-design-system#8203;9423](https://togithub.com/carbon-design-system/carbon/issues/9423)) ([`9a1c11041`](https://togithub.com/carbon-design-system/carbon/commit/9a1c11041))
    
    ##### Bug fixes 🐛
    
    -   fix(carbon-react): remove un-exported experimental exports ([#&carbon-design-system#8203;9476](https://togithub.com/carbon-design-system/carbon/issues/9476)) ([`c047c0586`](https://togithub.com/carbon-design-system/carbon/commit/c047c0586))
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/cli@10.28.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/colors@10.31.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `carbon-components@10.42.0`
    
    ##### Bug fixes 🐛
    
    -   fix(Tile): remove double border fix ([#&carbon-design-system#8203;9485](https://togithub.com/carbon-design-system/carbon/issues/9485)) ([`5d97c240d`](https://togithub.com/carbon-design-system/carbon/commit/5d97c240d))
    -   fix(DataTable): add position relative to prevent jumping ([#&carbon-design-system#8203;9418](https://togithub.com/carbon-design-system/carbon/issues/9418)) ([`f7573bddb`](https://togithub.com/carbon-design-system/carbon/commit/f7573bddb))
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/elements@10.41.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/grid@10.34.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/icon-helpers@10.22.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/icons-handlebars@10.38.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/icons-react@10.38.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/icons-vue@10.38.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/icons@10.38.0`
    
    ##### New features 🚀
    
    -   feat(icons): add new icons for July, August 2021 ([#&carbon-design-system#8203;9473](https://togithub.com/carbon-design-system/carbon/issues/9473)) ([`ebf0dc66b`](https://togithub.com/carbon-design-system/carbon/commit/ebf0dc66b))
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/layout@10.30.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/motion@10.23.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/pictograms-react@11.16.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/pictograms@11.16.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `carbon-components-react@7.42.0`
    
    ##### New features 🚀
    
    -   feat(styles): add skeleton sass modules and stories ([#&carbon-design-system#8203;9423](https://togithub.com/carbon-design-system/carbon/issues/9423)) ([`9a1c11041`](https://togithub.com/carbon-design-system/carbon/commit/9a1c11041))
    -   feat(react): add support for layout and text direction ([#&carbon-design-system#8203;9013](https://togithub.com/carbon-design-system/carbon/issues/9013)) ([`59604a58b`](https://togithub.com/carbon-design-system/carbon/commit/59604a58b))
    
    ##### Bug fixes 🐛
    
    -   fix(tooltip): added aria-label to tooltip content ([#&carbon-design-system#8203;9420](https://togithub.com/carbon-design-system/carbon/issues/9420)) ([`7d5667ae0`](https://togithub.com/carbon-design-system/carbon/commit/7d5667ae0))
    -   fix(Dropdown): allow number as a valid proptype for selecteditems ([#&carbon-design-system#8203;9421](https://togithub.com/carbon-design-system/carbon/issues/9421)) ([`d7d4f2a5c`](https://togithub.com/carbon-design-system/carbon/commit/d7d4f2a5c))
    -   fix(FileUploader): aria disabled placed on button instead of label ([#&carbon-design-system#8203;9429](https://togithub.com/carbon-design-system/carbon/issues/9429)) ([`978541d8c`](https://togithub.com/carbon-design-system/carbon/commit/978541d8c))
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   test(multiselect): add visual regression tests ([#&carbon-design-system#8203;9506](https://togithub.com/carbon-design-system/carbon/issues/9506)) ([`3d6159e4e`](https://togithub.com/carbon-design-system/carbon/commit/3d6159e4e))
    -   test(dropdown): add visual regression tests ([#&carbon-design-system#8203;9495](https://togithub.com/carbon-design-system/carbon/issues/9495)) ([`50ae1aab8`](https://togithub.com/carbon-design-system/carbon/commit/50ae1aab8))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    -   test(tag): add vrt ([#&carbon-design-system#8203;9449](https://togithub.com/carbon-design-system/carbon/issues/9449)) ([`c521e05b9`](https://togithub.com/carbon-design-system/carbon/commit/c521e05b9))
    -   test(tabs): add vrt ([#&carbon-design-system#8203;9451](https://togithub.com/carbon-design-system/carbon/issues/9451)) ([`1daa49398`](https://togithub.com/carbon-design-system/carbon/commit/1daa49398))
    
    #### `@carbon/styles@0.3.0`
    
    ##### New features 🚀
    
    -   feat(styles): add skeleton sass modules and stories ([#&carbon-design-system#8203;9423](https://togithub.com/carbon-design-system/carbon/issues/9423)) ([`9a1c11041`](https://togithub.com/carbon-design-system/carbon/commit/9a1c11041))
    
    ##### Bug fixes 🐛
    
    -   fix(DataTable): add position relative to prevent jumping ([#&carbon-design-system#8203;9418](https://togithub.com/carbon-design-system/carbon/issues/9418)) ([`f7573bddb`](https://togithub.com/carbon-design-system/carbon/commit/f7573bddb))
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/themes@10.41.0`
    
    ##### Documentation 📝
    
    -   docs: update language ([#&carbon-design-system#8203;9439](https://togithub.com/carbon-design-system/carbon/issues/9439)) ([`ce8966fb9`](https://togithub.com/carbon-design-system/carbon/commit/ce8966fb9))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    #### `@carbon/type@10.34.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.42.0 ([#&carbon-design-system#8203;9514](https://togithub.com/carbon-design-system/carbon/issues/9514)) ([`1b4811e1e`](https://togithub.com/carbon-design-system/carbon/commit/1b4811e1e))
    -   chore(release): v10.42.0-rc.0 ([#&carbon-design-system#8203;9490](https://togithub.com/carbon-design-system/carbon/issues/9490)) ([`2eac7d860`](https://togithub.com/carbon-design-system/carbon/commit/2eac7d860))
    
    ### [`v10.41.0`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.41.0)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.40.0...v10.41.0)
    
    #### `eslint-config-carbon@2.8.0`
    
    ##### New features 🚀
    
    -   feat(eslint):  override `react/display-name` for stories ([#&carbon-design-system#8203;9252](https://togithub.com/carbon-design-system/carbon/issues/9252)) ([`b2e7d68cb`](https://togithub.com/carbon-design-system/carbon/commit/b2e7d68cb))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(deps): bump eslint-plugin-jsdoc from 35.3.0 to 36.0.3 ([#&carbon-design-system#8203;9331](https://togithub.com/carbon-design-system/carbon/issues/9331)) ([`7ca7afe3e`](https://togithub.com/carbon-design-system/carbon/commit/7ca7afe3e))
    
    #### `@carbon/cli@10.27.0`
    
    ##### New features 🚀
    
    -   feat(styles): add support for a compat theme  ([#&carbon-design-system#8203;9235](https://togithub.com/carbon-design-system/carbon/issues/9235)) ([`5214919cc`](https://togithub.com/carbon-design-system/carbon/commit/5214919cc))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    -   chore(grid): migrate slash to math.div ([#&carbon-design-system#8203;9357](https://togithub.com/carbon-design-system/carbon/issues/9357)) ([`202d546a3`](https://togithub.com/carbon-design-system/carbon/commit/202d546a3))
    -   chore(project): v11.0.0-beta.1 ([#&carbon-design-system#8203;9368](https://togithub.com/carbon-design-system/carbon/issues/9368)) ([`6d3c51296`](https://togithub.com/carbon-design-system/carbon/commit/6d3c51296))
    
    #### `@carbon/colors@10.30.0`
    
    ##### Bug fixes 🐛
    
    -   fix: add index.scss to npm files ([#&carbon-design-system#8203;9385](https://togithub.com/carbon-design-system/carbon/issues/9385)) ([`d854fe181`](https://togithub.com/carbon-design-system/carbon/commit/d854fe181))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    -   chore(grid): migrate slash to math.div ([#&carbon-design-system#8203;9357](https://togithub.com/carbon-design-system/carbon/issues/9357)) ([`202d546a3`](https://togithub.com/carbon-design-system/carbon/commit/202d546a3))
    
    #### `carbon-components@10.41.0`
    
    ##### New features 🚀
    
    -   feat(Pagination): add support for sizes ([#&carbon-design-system#8203;9215](https://togithub.com/carbon-design-system/carbon/issues/9215)) ([`06216dfcb`](https://togithub.com/carbon-design-system/carbon/commit/06216dfcb))
    
    ##### Bug fixes 🐛
    
    -   fix(data-table-core): disabled link bug ([#&carbon-design-system#8203;9395](https://togithub.com/carbon-design-system/carbon/issues/9395)) ([`fce08a7b3`](https://togithub.com/carbon-design-system/carbon/commit/fce08a7b3))
    -   fix(UIShell): update story to show proper right panel transition ([#&carbon-design-system#8203;9364](https://togithub.com/carbon-design-system/carbon/issues/9364)) ([`6d4c76e3c`](https://togithub.com/carbon-design-system/carbon/commit/6d4c76e3c))
    -   fix: left align text in sortable header ([#&carbon-design-system#8203;9329](https://togithub.com/carbon-design-system/carbon/issues/9329)) ([`f0d171712`](https://togithub.com/carbon-design-system/carbon/commit/f0d171712))
    -   fix(loading): remove progress bar on inactive state ([#&carbon-design-system#8203;9209](https://togithub.com/carbon-design-system/carbon/issues/9209)) ([`b01e48549`](https://togithub.com/carbon-design-system/carbon/commit/b01e48549))
    -   fix(styles): remove hardcoded prefixes ([#&carbon-design-system#8203;9321](https://togithub.com/carbon-design-system/carbon/issues/9321)) ([`354bf5c43`](https://togithub.com/carbon-design-system/carbon/commit/354bf5c43))
    -   fix(multiselect): field-02 background color when placed inside modal ([#&carbon-design-system#8203;9328](https://togithub.com/carbon-design-system/carbon/issues/9328)) ([`ab7a3e721`](https://togithub.com/carbon-design-system/carbon/commit/ab7a3e721))
    
    ##### Housekeeping 🏠
    
    -   chore(styles): remove `/` symbol ([#&carbon-design-system#8203;9398](https://togithub.com/carbon-design-system/carbon/issues/9398)) ([`9c2eb1cfa`](https://togithub.com/carbon-design-system/carbon/commit/9c2eb1cfa))
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    -   chore(grid): migrate slash to math.div ([#&carbon-design-system#8203;9357](https://togithub.com/carbon-design-system/carbon/issues/9357)) ([`202d546a3`](https://togithub.com/carbon-design-system/carbon/commit/202d546a3))
    -   refactor(data-table): remove unused style block ([#&carbon-design-system#8203;9242](https://togithub.com/carbon-design-system/carbon/issues/9242)) ([`cb374d8bb`](https://togithub.com/carbon-design-system/carbon/commit/cb374d8bb))
    -   chore(release): v10.40.1 ([#&carbon-design-system#8203;9352](https://togithub.com/carbon-design-system/carbon/issues/9352)) ([`0b68ca7f3`](https://togithub.com/carbon-design-system/carbon/commit/0b68ca7f3))
    
    #### `@carbon/elements@10.40.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/feature-flags@0.6.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): sync generated files ([`19bec6e7b`](https://togithub.com/carbon-design-system/carbon/commit/19bec6e7b))
    -   chore(feature-flags): run output through babel ([#&carbon-design-system#8203;9204](https://togithub.com/carbon-design-system/carbon/issues/9204)) ([`aae08aa4d`](https://togithub.com/carbon-design-system/carbon/commit/aae08aa4d))
    
    #### `@carbon/grid@10.33.0`
    
    ##### Bug fixes 🐛
    
    -   fix: add index.scss to npm files ([#&carbon-design-system#8203;9385](https://togithub.com/carbon-design-system/carbon/issues/9385)) ([`d854fe181`](https://togithub.com/carbon-design-system/carbon/commit/d854fe181))
    -   fix(grid): condensed gutter should be 1px ([#&carbon-design-system#8203;9361](https://togithub.com/carbon-design-system/carbon/issues/9361)) ([`a3bbf26af`](https://togithub.com/carbon-design-system/carbon/commit/a3bbf26af))
    
    ##### Documentation 📝
    
    -   docs(grid): update elements example, grid pkg readme ([#&carbon-design-system#8203;9339](https://togithub.com/carbon-design-system/carbon/issues/9339)) ([`4f1106468`](https://togithub.com/carbon-design-system/carbon/commit/4f1106468))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): update example lockfiles ([#&carbon-design-system#8203;9419](https://togithub.com/carbon-design-system/carbon/issues/9419)) ([`5459d2564`](https://togithub.com/carbon-design-system/carbon/commit/5459d2564))
    -   chore(grid): migrate slash to math.div ([#&carbon-design-system#8203;9357](https://togithub.com/carbon-design-system/carbon/issues/9357)) ([`202d546a3`](https://togithub.com/carbon-design-system/carbon/commit/202d546a3))
    -   chore(project): sync generated files ([`068ccc4d7`](https://togithub.com/carbon-design-system/carbon/commit/068ccc4d7))
    
    #### `@carbon/icon-helpers@10.21.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/icons-handlebars@10.37.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/icons-react@10.37.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/icons-vue@10.37.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/icons@10.37.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/layout@10.29.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    
    #### `@carbon/motion@10.22.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/pictograms-react@11.15.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/pictograms@11.15.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `carbon-components-react@7.41.0`
    
    ##### New features 🚀
    
    -   feat(Pagination): add support for sizes ([#&carbon-design-system#8203;9215](https://togithub.com/carbon-design-system/carbon/issues/9215)) ([`06216dfcb`](https://togithub.com/carbon-design-system/carbon/commit/06216dfcb))
    -   feat(experimental-pagination): add onchange handler ([#&carbon-design-system#8203;9355](https://togithub.com/carbon-design-system/carbon/issues/9355)) ([`06acc243f`](https://togithub.com/carbon-design-system/carbon/commit/06acc243f))
    -   feat(Popover): add to [@&carbon-design-system#8203;carbon/styles](https://togithub.com/carbon/styles) ([#&carbon-design-system#8203;9257](https://togithub.com/carbon-design-system/carbon/issues/9257)) ([`f33d65cf4`](https://togithub.com/carbon-design-system/carbon/commit/f33d65cf4))
    -   feat(project): add flat exports for namespaced components ([#&carbon-design-system#8203;9008](https://togithub.com/carbon-design-system/carbon/issues/9008)) ([`c62b5206c`](https://togithub.com/carbon-design-system/carbon/commit/c62b5206c))
    
    ##### Bug fixes 🐛
    
    -   fix(data-table-core): disabled link bug ([#&carbon-design-system#8203;9395](https://togithub.com/carbon-design-system/carbon/issues/9395)) ([`fce08a7b3`](https://togithub.com/carbon-design-system/carbon/commit/fce08a7b3))
    -   fix(UIShell): update story to show proper right panel transition ([#&carbon-design-system#8203;9364](https://togithub.com/carbon-design-system/carbon/issues/9364)) ([`6d4c76e3c`](https://togithub.com/carbon-design-system/carbon/commit/6d4c76e3c))
    -   fix(Popover): add back index to /react/Popover ([#&carbon-design-system#8203;9386](https://togithub.com/carbon-design-system/carbon/issues/9386)) ([`0f39d4555`](https://togithub.com/carbon-design-system/carbon/commit/0f39d4555))
    -   fix(BreadcrumbItem): remove href check for children of type string ([#&carbon-design-system#8203;9226](https://togithub.com/carbon-design-system/carbon/issues/9226)) ([`958da959c`](https://togithub.com/carbon-design-system/carbon/commit/958da959c))
    -   fix(react): do not submit request when close button is focused ([#&carbon-design-system#8203;9259](https://togithub.com/carbon-design-system/carbon/issues/9259)) ([`cb7147529`](https://togithub.com/carbon-design-system/carbon/commit/cb7147529))
    -   fix(loading): remove progress bar on inactive state ([#&carbon-design-system#8203;9209](https://togithub.com/carbon-design-system/carbon/issues/9209)) ([`b01e48549`](https://togithub.com/carbon-design-system/carbon/commit/b01e48549))
    -   fix(multiselect): field-02 background color when placed inside modal ([#&carbon-design-system#8203;9328](https://togithub.com/carbon-design-system/carbon/issues/9328)) ([`ab7a3e721`](https://togithub.com/carbon-design-system/carbon/commit/ab7a3e721))
    
    ##### Documentation 📝
    
    -   docs: fix irregularities and update language ([#&carbon-design-system#8203;9349](https://togithub.com/carbon-design-system/carbon/issues/9349)) ([`fc767006d`](https://togithub.com/carbon-design-system/carbon/commit/fc767006d))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    -   chore(link): add vrt ([#&carbon-design-system#8203;9366](https://togithub.com/carbon-design-system/carbon/issues/9366)) ([`515c01952`](https://togithub.com/carbon-design-system/carbon/commit/515c01952))
    -   test: add grid and codesnippet visual regression tests ([#&carbon-design-system#8203;9365](https://togithub.com/carbon-design-system/carbon/issues/9365)) ([`98555dcfc`](https://togithub.com/carbon-design-system/carbon/commit/98555dcfc))
    -   chore(grid): migrate slash to math.div ([#&carbon-design-system#8203;9357](https://togithub.com/carbon-design-system/carbon/issues/9357)) ([`202d546a3`](https://togithub.com/carbon-design-system/carbon/commit/202d546a3))
    -   test: add e2e vrt snapshots for accordion and breadcrumb skeleton ([#&carbon-design-system#8203;9326](https://togithub.com/carbon-design-system/carbon/issues/9326)) ([`cc00f4d22`](https://togithub.com/carbon-design-system/carbon/commit/cc00f4d22))
    -   chore(test): update test deps ([#&carbon-design-system#8203;9374](https://togithub.com/carbon-design-system/carbon/issues/9374)) ([`28355f7e2`](https://togithub.com/carbon-design-system/carbon/commit/28355f7e2))
    -   chore(release): v10.40.1 ([#&carbon-design-system#8203;9352](https://togithub.com/carbon-design-system/carbon/issues/9352)) ([`0b68ca7f3`](https://togithub.com/carbon-design-system/carbon/commit/0b68ca7f3))
    -   chore(deps-dev): bump cypress from 7.2.0 to 8.0.0 ([#&carbon-design-system#8203;9240](https://togithub.com/carbon-design-system/carbon/issues/9240)) ([`cdd7208f5`](https://togithub.com/carbon-design-system/carbon/commit/cdd7208f5))
    
    #### `@carbon/themes@10.40.0`
    
    ##### New features 🚀
    
    -   feat(styles): add support for a compat theme  ([#&carbon-design-system#8203;9235](https://togithub.com/carbon-design-system/carbon/issues/9235)) ([`5214919cc`](https://togithub.com/carbon-design-system/carbon/commit/5214919cc))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): update example lockfiles ([#&carbon-design-system#8203;9419](https://togithub.com/carbon-design-system/carbon/issues/9419)) ([`5459d2564`](https://togithub.com/carbon-design-system/carbon/commit/5459d2564))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    -   chore(grid): migrate slash to math.div ([#&carbon-design-system#8203;9357](https://togithub.com/carbon-design-system/carbon/issues/9357)) ([`202d546a3`](https://togithub.com/carbon-design-system/carbon/commit/202d546a3))
    
    #### `@carbon/type@10.33.0`
    
    ##### Bug fixes 🐛
    
    -   fix: add index.scss to npm files ([#&carbon-design-system#8203;9385](https://togithub.com/carbon-design-system/carbon/issues/9385)) ([`d854fe181`](https://togithub.com/carbon-design-system/carbon/commit/d854fe181))
    -   fix(font-family): added system fonts ([#&carbon-design-system#8203;9325](https://togithub.com/carbon-design-system/carbon/issues/9325)) ([`d45a22403`](https://togithub.com/carbon-design-system/carbon/commit/d45a22403))
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    
    #### `@carbon/upgrade@10.14.0`
    
    ##### Housekeeping 🏠
    
    -   chore(release): v10.41.0 ([#&carbon-design-system#8203;9427](https://togithub.com/carbon-design-system/carbon/issues/9427)) ([`15dd30a40`](https://togithub.com/carbon-design-system/carbon/commit/15dd30a40))
    -   chore(project): consolidate project deps ([#&carbon-design-system#8203;9375](https://togithub.com/carbon-design-system/carbon/issues/9375)) ([`ad5045518`](https://togithub.com/carbon-design-system/carbon/commit/ad5045518))
    -   chore(test): update test deps ([#&carbon-design-system#8203;9374](https://togithub.com/carbon-design-system/carbon/issues/9374)) ([`28355f7e2`](https://togithub.com/carbon-design-system/carbon/commit/28355f7e2))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    renovate[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1ac5358 View commit details
    Browse the repository at this point in the history
  2. chore(deps): lock file maintenance (carbon-design-system#10799)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Update | Change |
    |---|---|
    | lockFileMaintenance | All locks refreshed |
    
    🔧 This Pull Request updates lock files to use the latest dependency versions.
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNy4xIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1ce5f8d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. feat(footer): optimize node counts (carbon-design-system#10731)

    * feat(footer-nav-group): use MediaQueryMixin
    
    * feat(footer): conditionally render language selectors
    
    * feat(footer): remove unused property reference
    
    * feat(footer): update unit tests
    
    * feat(footer): prevent missing selectors at large breakpoint exactly
    
    * feat(footer): rely on JS for showing correct language selector
    
    * feat(footer): restore correct combo-box size
    
    * feat(footer): make language selector sizes more clear
    jkaeser authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    afc2302 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency @carbon/pictograms-react to v11.45.2 (c…

    …arbon-design-system#10694)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.44.0` -> `11.45.2`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.44.0/11.45.2) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.45.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.45.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.45.2/compatibility-slim/11.44.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2fpictograms-react/11.45.2/confidence-slim/11.44.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/pictograms-react)</summary>
    
    ### [`v11.45.2`](https://togithub.com/carbon-design-system/carbon/compare/033a51ca9c37d409f96fd14ef723ca053585ff2d...49bbd0decda5dc163561b49286485d69a8af301f)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/033a51ca9c37d409f96fd14ef723ca053585ff2d...49bbd0decda5dc163561b49286485d69a8af301f)
    
    ### [`v11.45.1`](https://togithub.com/carbon-design-system/carbon/compare/3a58934eed5588f5e8ee1facbb09584a41adc089...033a51ca9c37d409f96fd14ef723ca053585ff2d)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/3a58934eed5588f5e8ee1facbb09584a41adc089...033a51ca9c37d409f96fd14ef723ca053585ff2d)
    
    ### [`v11.45.0`](https://togithub.com/carbon-design-system/carbon/compare/4f3787a474ab93252975d717426c186ec4355812...3a58934eed5588f5e8ee1facbb09584a41adc089)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/4f3787a474ab93252975d717426c186ec4355812...3a58934eed5588f5e8ee1facbb09584a41adc089)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->
    renovate[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e655396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d585765 View commit details
    Browse the repository at this point in the history
  4. Notice and Choice v23 new version (carbon-design-system#10805)

    ### Related Ticket(s)
    
    [Noitce & Choice w3 Publisher](https://w3.ibm.com/w3publisher/urx/notice-and-choice-v23)
    
    ### Description
    
    Notice & Choice is a legally required component to create a form where IBM collects its customer information.
    This section shows the specific product's legal links, terms, and conditions. Along with it, it collects users' consent regarding communication preferences.
    
    ### Changelog
    
    **New**
    
    -  A new web component to create notice & choice user interface.
    
    **Changed**
    
    -  Notice and Choice content loaded by languages.
    
    **Removed**
    
    - Postal option removed from new notice and choice version 
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    deathcave authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2d84f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. chore(leadspace): update codesandbox examples with background-media (c…

    …arbon-design-system#10803)
    
    ### Related Ticket(s)
    
    N/A
    
    ### Description
    
    Codesandbox examples were outdated, this PR replaces deprecated `leadspace-image` with `background-media`
    
    ### Changelog
    
    **Changed**
    
    - replace `leadspace-image` with `background-media` in both WC and React Wrapper codesandbox examples
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    annawen1 authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e6d031e View commit details
    Browse the repository at this point in the history
  2. fix(button-group): small breakpoints alignments (carbon-design-system…

    …#10802)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#9574 
    
    ### Description
    
    Change button group alignment for md breakpoint
    ### Changelog
    
    
    **Changed**
    
    -change styles from `lg` to `md` for breakpoint
    - small breakpoint no longer has max-width
    
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    ariellalgilmore authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1b2e55f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    9285e99 View commit details
    Browse the repository at this point in the history
  2. Merge 9285e99 into main

    ibmdotcom-bot authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b937f14 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@1.31.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.41.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.40.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.40.0-rc.0
     - @carbon/ibmdotcom-react@1.50.0-rc.0
     - @carbon/ibmdotcom-services-store@1.50.0-rc.0
     - @carbon/ibmdotcom-services@1.50.0-rc.0
     - @carbon/storybook-addon-theme@1.41.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.40.0-rc.0
     - @carbon/ibmdotcom-styles@1.50.0-rc.0
     - @carbon/ibmdotcom-utilities@1.50.0-rc.0
     - @carbon/ibmdotcom-web-components@1.35.0-rc.0
    ibmdotcom-bot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    16ebb55 View commit details
    Browse the repository at this point in the history
  4. Merge 16ebb55 into main

    ibmdotcom-bot authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e5539c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request carbon-design-system#10706 from jkaeser/feat/masth…

    …ead-v2-dev-merge
    
    chore(masthead-v2): merge main
    annawen1 authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ed050c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. chore(deps): lock file maintenance (carbon-design-system#10819)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    renovate[bot] and kennylam authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c4a38e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. fix(sticky-header): report cumulative height before first scroll (car…

    …bon-design-system#10843)
    
    * fix(sticky-header): calculate height when setting elements
    
    * fix(sticky-header): update snapshots
    jkaeser authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4bbe3cc View commit details
    Browse the repository at this point in the history
  2. Merge 4bbe3cc into main

    ibmdotcom-bot authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    98530ca View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@1.31.0-rc.1
     - @carbon/eslint-config-ibmdotcom@1.41.0-rc.1
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.40.0-rc.1
     - @carbon/eslint-plugin-react-prop-type-comments@1.40.0-rc.1
     - @carbon/ibmdotcom-react@1.50.0-rc.1
     - @carbon/ibmdotcom-services-store@1.50.0-rc.1
     - @carbon/ibmdotcom-services@1.50.0-rc.1
     - @carbon/storybook-addon-theme@1.41.0-rc.1
     - @carbon/stylelint-config-ibmdotcom@1.40.0-rc.1
     - @carbon/ibmdotcom-styles@1.50.0-rc.1
     - @carbon/ibmdotcom-utilities@1.50.0-rc.1
     - @carbon/ibmdotcom-web-components@1.35.0-rc.1
    ibmdotcom-bot committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    64db943 View commit details
    Browse the repository at this point in the history
  4. Merge 64db943 into main

    ibmdotcom-bot authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4ae049d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f7b62 View commit details
    Browse the repository at this point in the history
  6. Merge f8f7b62 into main

    ibmdotcom-bot authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    afbc5e1 View commit details
    Browse the repository at this point in the history
  7. chore(release): publish

     - @carbon/web-components@1.31.0-rc.2
     - @carbon/eslint-config-ibmdotcom@1.41.0-rc.2
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.40.0-rc.2
     - @carbon/eslint-plugin-react-prop-type-comments@1.40.0-rc.2
     - @carbon/ibmdotcom-react@1.50.0-rc.2
     - @carbon/ibmdotcom-services-store@1.50.0-rc.2
     - @carbon/ibmdotcom-services@1.50.0-rc.2
     - @carbon/storybook-addon-theme@1.41.0-rc.2
     - @carbon/stylelint-config-ibmdotcom@1.40.0-rc.2
     - @carbon/ibmdotcom-styles@1.50.0-rc.2
     - @carbon/ibmdotcom-utilities@1.50.0-rc.2
     - @carbon/ibmdotcom-web-components@1.35.0-rc.2
    ibmdotcom-bot committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7f810b0 View commit details
    Browse the repository at this point in the history
  8. Merge 7f810b0 into main

    ibmdotcom-bot authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4e2b940 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. fix(cta-card): video heading style fix (carbon-design-system#10804)

    * fix(cta-card) video heading update
    
    * fix(cta-card) video heading color fix
    
    ---------
    
    Co-authored-by: Sangeetha Babu <sangeetha@Sangeethas-MBP.bbrouter>
    Co-authored-by: Sangeetha Babu <sangeetha@Sangeethas-MacBook-Pro.local>
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    4 people authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f2ea944 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6875de8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    616f7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    713d440 View commit details
    Browse the repository at this point in the history
  3. chore(release): publish

     - @carbon/web-components@1.31.0
     - @carbon/eslint-config-ibmdotcom@1.41.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.40.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.40.0
     - @carbon/ibmdotcom-react@1.50.0
     - @carbon/ibmdotcom-services-store@1.50.0
     - @carbon/ibmdotcom-services@1.50.0
     - @carbon/storybook-addon-theme@1.41.0
     - @carbon/stylelint-config-ibmdotcom@1.40.0
     - @carbon/ibmdotcom-styles@1.50.0
     - @carbon/ibmdotcom-utilities@1.50.0
     - @carbon/ibmdotcom-web-components@1.35.0
    ibmdotcom-bot committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b08dc6d View commit details
    Browse the repository at this point in the history
  4. Merge b08dc6d into main

    ibmdotcom-bot authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2daeb9c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request carbon-design-system#10867 from m4olivei/feat/mast…

    …head-v2-dev-merge
    
    chore(masthead-v2): merge main
    annawen1 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f580ed2 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    fa5bee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9650d55 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. feat(masthead-v2): optimize megamenu tabs (carbon-design-system#10815)

    * feat(masthead-v2): only render active megamenu tabpanel
    
    * feat(masthead-v2): remove unwanted class on update
    
    * feat(masthead-v2): improve code documentation
    
    * feat(masthead-v2): satisfy CI checks
    
    * feat(masthead-v2): format code
    
    * test(masthead-v2): use alternate success criteria
    
    * feat(masthead-v2): rely on properties rather than magic strings
    
    * feat(masthead-v2): format code
    
    * test(masthead-v2): use ideal test criteria
    
    * feat(masthead-v2): allow for more than 9 menu items
    
    * feat(masthead-v2): remove unused reference
    jkaeser authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b43a039 View commit details
    Browse the repository at this point in the history
  2. fix(tabs-extended): add hyphens auto to handle word breaks (carbon-de…

    …sign-system#10849)
    
    * fix(tabs-extended): add hyphens auto to handle long word breaks appropriately based on lang
    
    * fix(tabs-extended): add hyphens auto to accordion title
    
    * fix(tabs-extended): replace blank line
    
    ---------
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    pjudge and kennylam authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    09c9468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7466fa View commit details
    Browse the repository at this point in the history
  4. fix(docs): add documentation regarding the carbonElement decorator (c…

    …arbon-design-system#10871)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10278 
    
    ### Description
    
    This PR updates documentation to include information on the `@carbonElement` decorator and its usage. This will help ensure contributors use the decorator correctly and understand its purpose. 
    
    ### Changelog
    
    **New**
    
    - Added a 'Custom Elements' heading to documentation; added information about `@carbonElement` decorator in a subheading to that.
    pjudge authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    883a7e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6fa060 View commit details
    Browse the repository at this point in the history
  6. fix(lightbox-video-player): use more reliable reference to video play…

    …er (carbon-design-system#10878)
    
    ### Related Ticket(s)
    
    none
    
    ### Description
    
    `<dds-video-cta-container>` can handle multiple Kaltura video embed requests within the same modal/lightbox by slotting a `<div>` per video into the same `<dds-lightbox-video-player>`. When the modal is activated by user interaction, the current video ID is sent along, and the `<dds-lightbox-video-player-composite>` sets `hidden` on the `<div>`s that don't have a matching ID. This works great when there is only one `<dds-video-cta-container>`.
    
    The problems start when multiple video containers are used throughout the document. Each creates some number modal render root elements depending on the structure of the content, and the lightbox composite uses `document.querySelector('dds-lightbox-video-player')` to find the video player when trying to hide embedded Kaltura videos that are not active. As we know, `querySelector` returns the first matching element, and since we've established there may be multiple of these video players in various modal render roots, sometimes it found the wrong one and failed to hide non-active videos.
    
    Luckily, the fix was pretty simple. Lightbox composites already have an internal reference to their video player, so I swapped out the document query to use that reference, which _should_ guarantee the composite is looking in the right place when hiding inactive videos.
    
    ### Changelog
    
    **Changed**
    
    - Ensure `<dds-lightbox-video-player-composite>` hides inactive videos by using an internal reference to modal's video player instead of querying for it from the document root.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    jkaeser authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    29434ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd4b065 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. fix(pagination): mark selected option in page-sizes-select component (c…

    …arbon-design-system#10884)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10553
    https://jsw.ibm.com/browse/ADCMS-3821
    
    ### Description
    
    Fixes a bug where the initial value of the `page-size` attribute on the `<bx-pagination>` component previously did not set the correct `<option>` element within the `<bx-page-sizes-select>` component.
    
    ### Changelog
    
    **Changed**
    
    - Updated the `slotchange` handler for the `<bx-page-sizes-select>` component to set the `selected` attribute when applicable.
    
    ### Testing Instructions
    
    * Navigate to Pagination > Default story
    * Enter a different value for "Number of rows per page (page-size)", using one of the other values in the dropdown, eg. 20 or 30
    * Click the "Open canvas in new tab" button, this will initiate the story with the set value for `page-size` to test the bug
    * Should see the value you set for the items per page drop down.
    m4olivei authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ec3e4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6b1427 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. chore(deps): update dependency @carbon/pictograms-react to v11.47.0 (c…

    …arbon-design-system#10818)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@carbon/pictograms-react](https://togithub.com/carbon-design-system/carbon) | [`11.45.2` -> `11.47.0`](https://renovatebot.com/diffs/npm/@carbon%2fpictograms-react/11.45.2/11.47.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@carbon%2fpictograms-react/11.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@carbon%2fpictograms-react/11.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@carbon%2fpictograms-react/11.45.2/11.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@carbon%2fpictograms-react/11.45.2/11.47.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>carbon-design-system/carbon (@&carbon-design-system#8203;carbon/pictograms-react)</summary>
    
    ### [`v11.47.0`](https://togithub.com/carbon-design-system/carbon/compare/22b28f5d05e6caa4565e4e84308abcf2fd977aec...f9ac32a70a209100bb30ed41edc39c596eae7956)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/22b28f5d05e6caa4565e4e84308abcf2fd977aec...f9ac32a70a209100bb30ed41edc39c596eae7956)
    
    ### [`v11.46.1`](https://togithub.com/carbon-design-system/carbon/compare/42cf1b925449af74bf39204135987584e1f54d73...22b28f5d05e6caa4565e4e84308abcf2fd977aec)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/42cf1b925449af74bf39204135987584e1f54d73...22b28f5d05e6caa4565e4e84308abcf2fd977aec)
    
    ### [`v11.46.0`](https://togithub.com/carbon-design-system/carbon/compare/49bbd0decda5dc163561b49286485d69a8af301f...42cf1b925449af74bf39204135987584e1f54d73)
    
    [Compare Source](https://togithub.com/carbon-design-system/carbon/compare/49bbd0decda5dc163561b49286485d69a8af301f...42cf1b925449af74bf39204135987584e1f54d73)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
    renovate[bot] authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ac25118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2139a10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f88e1d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9147fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    9483084 View commit details
    Browse the repository at this point in the history
  2. Merge 9483084 into main

    ibmdotcom-bot authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e08923a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6be5c59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f10d84c View commit details
    Browse the repository at this point in the history
  5. Merge f10d84c into main

    ibmdotcom-bot authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1e9d680 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7895c77 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Update package.json

    annawen1 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    45f43e8 View commit details
    Browse the repository at this point in the history
  2. Merge 45f43e8 into main

    ibmdotcom-bot authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    45ab92b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    217b528 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7929ada View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a99077a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10fdf5c View commit details
    Browse the repository at this point in the history
  7. Merge a99077a into main

    ibmdotcom-bot authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5d82a32 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f8f03d View commit details
    Browse the repository at this point in the history
  9. Update package.json

    annawen1 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1a936eb View commit details
    Browse the repository at this point in the history
  10. Merge 1a936eb into main

    ibmdotcom-bot authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3452f9d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2d58888 View commit details
    Browse the repository at this point in the history
  12. Update package.json

    annawen1 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3ed6fb9 View commit details
    Browse the repository at this point in the history
  13. Merge 3ed6fb9 into main

    ibmdotcom-bot authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    13b76ca View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87f2694 View commit details
    Browse the repository at this point in the history
  15. Update package.json

    annawen1 authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ed7f889 View commit details
    Browse the repository at this point in the history
  16. Merge ed7f889 into main

    ibmdotcom-bot authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8e138bf View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    04c91ab View commit details
    Browse the repository at this point in the history
  18. chore(release): publish

     - @carbon/web-components@1.32.0-rc.0
     - @carbon/eslint-config-ibmdotcom@1.42.0-rc.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.41.0-rc.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.41.0-rc.0
     - @carbon/ibmdotcom-react@1.51.0-rc.0
     - @carbon/ibmdotcom-services-store@1.51.0-rc.0
     - @carbon/ibmdotcom-services@1.51.0-rc.0
     - @carbon/storybook-addon-theme@1.42.0-rc.0
     - @carbon/stylelint-config-ibmdotcom@1.41.0-rc.0
     - @carbon/ibmdotcom-styles@1.51.0-rc.0
     - @carbon/ibmdotcom-utilities@1.51.0-rc.0
     - @carbon/ibmdotcom-web-components@1.36.0-rc.0
    ibmdotcom-bot committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0f28d43 View commit details
    Browse the repository at this point in the history
  19. Merge 0f28d43 into main

    ibmdotcom-bot authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    df0964b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d8893f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. [Filter panel] Fix the checked attribute <dds-filter-panel-checkbox> …

    …element (carbon-design-system#10894)
    
    ### Related Ticket(s)
    
    Closes carbon-design-system#10692
    https://jsw.ibm.com/browse/ADCMS-3819
    
    ### Description
    
    Work out the initial filter panel selection when the fitler panel components are mounted with some items being selected.
    
    ### Changelog
    
    **Changed**
    
    - `<dds-filter-panel-checkbox>` components initiated as `checked` will reflect in the item count and precence of a clear button.
    m4olivei authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1516cdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a50ab74 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. chore(examples): update cwc-v1 examples (carbon-design-system#10916)

    ### Related Ticket(s)
    
    Closes carbon-design-system#10907 
    
    ### Description
    
    Update `@carbon/web-components` examples.
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - disable host check in Codesandbox examples
    
    **Removed**
    
    - remove IE examples
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f8e2258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e4681e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. chore(deps): update dependency @babel/plugin-proposal-private-propert…

    …y-in-object to ~7.21.0 (carbon-design-system#10596)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [@babel/plugin-proposal-private-property-in-object](https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object) ([source](https://togithub.com/babel/babel-plugin-proposal-private-property-in-object)) | [`~7.12.0` -> `~7.21.0`](https://renovatebot.com/diffs/npm/@babel%2fplugin-proposal-private-property-in-object/7.12.13/7.21.11) | [![age](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-private-property-in-object/7.21.11/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-private-property-in-object/7.21.11/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-private-property-in-object/7.21.11/compatibility-slim/7.12.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@babel%2fplugin-proposal-private-property-in-object/7.21.11/confidence-slim/7.12.13)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>babel/babel-plugin-proposal-private-property-in-object</summary>
    
    ### [`v7.21.11`](https://togithub.com/babel/babel-plugin-proposal-private-property-in-object/compare/v7.21.10...v7.21.11)
    
    [Compare Source](https://togithub.com/babel/babel-plugin-proposal-private-property-in-object/compare/v7.21.10...v7.21.11)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/carbon-design-system/carbon-for-ibm-dotcom).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMzEuMCIsInVwZGF0ZWRJblZlciI6IjM1LjEzMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
    renovate[bot] authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    45197a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d428bd0 View commit details
    Browse the repository at this point in the history
  3. Fixed onclick hidden values (carbon-design-system#10917)

    ### Related Ticket(s)
    
    [Noitce & Choice w3 Publisher](https://w3.ibm.com/w3publisher/urx/notice-and-choice-v23)
    
    ### Description
    
    Notice & Choice is a legally required component to create a form where IBM collects its customer information.
    This section shows the specific product's legal links, terms, and conditions. Along with it, it collects users' consent regarding communication preferences.
    
    ### Changelog
    
    **New**
    
    -  A new web component to create a notice & choice user interface.
    
    **Changed**
    
    -  Notice and Choice content loaded by languages.
    -   Set the default language to English.
    -  Gain access to the hidden email and phone fields. 
    
    **Removed**
    
    - Postal option removed from new notice and choice version 
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    deathcave authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f9c24b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76e620b View commit details
    Browse the repository at this point in the history
  5. fix(Masthead): Search field does not display auto suggest results (ca…

    …rbon-design-system#10795)
    
    ### Related Ticket(s)
    
    Closes [carbon-design-system#10741](carbon-design-system#10741)
    
    https://jsw.ibm.com/browse/ADCMS-3669
    
    ### Description
    
    Expected Result:
    When a keyword is typed into the Search field, the auto suggest results displays 10 results below the field.
    
    Actual Result:
    When viewing the Masthead With Custom Typeahead component, if a keyword is typed into the search field there are no auto suggest results displayed.
    
    Steps to Reproduce
    
        Launch https://carbon-design-system.github.io/carbon-for-ibm-dotcom/next/web-components
        Expand the "Masthead" in the components list
        Select the Masthead "With custom typeahead" example
        Input a valid keyword into the Search field
        Observe no auto suggest results are displayed.
    
    
    ### Changelog
    
    **New**
    
     ibmdocs-dev.mybluemix.net replaced with ibm.com
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    Valentin-Sorin-Nicolae authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    db17bd9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d933b9b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. fix(filter-panel) Fixing the placement/display of the clear button | … (

    carbon-design-system#10812)
    
    * fix(filter-panel) Fixing the placement/display of the clear button | Fixing the focus handling of the mobile version's popup window
    
    Co-authored-by: Matthew Oliveira <m4olivei@gmail.com>
    Co-authored-by: Anna Wen <54281166+annawen1@users.noreply.github.com>
    Co-authored-by: Ariella Gilmore <ariellalgilmore@gmail.com>
    Co-authored-by: ibmdotcom-bot <digdes@us.ibm.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    Co-authored-by: John Kaeser <jakaeser44@gmail.com>
    Co-authored-by: Pauline <pauline.judge@lullabot.com>
    Co-authored-by: Sangeetha Babu <sangeetha9223@gmail.com>
    Co-authored-by: Sangeetha Babu <sangeetha@Sangeethas-MBP.bbrouter>
    Co-authored-by: Sangeetha Babu <sangeetha@Sangeethas-MacBook-Pro.local>
    12 people authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    194f9d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a33cf6e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. chore(release): publish

     - @carbon/web-components@1.32.0
     - @carbon/eslint-config-ibmdotcom@1.42.0
     - @carbon/eslint-plugin-ibmdotcom-import-rules@1.41.0
     - @carbon/eslint-plugin-react-prop-type-comments@1.41.0
     - @carbon/ibmdotcom-react@1.51.0
     - @carbon/ibmdotcom-services-store@1.51.0
     - @carbon/ibmdotcom-services@1.51.0
     - @carbon/storybook-addon-theme@1.42.0
     - @carbon/stylelint-config-ibmdotcom@1.41.0
     - @carbon/ibmdotcom-styles@1.51.0
     - @carbon/ibmdotcom-utilities@1.51.0
     - @carbon/ibmdotcom-web-components@1.36.0
    ibmdotcom-bot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    f7de793 View commit details
    Browse the repository at this point in the history
  2. Merge f7de793 into main

    ibmdotcom-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9cb21a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e762652 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    3a1f2ab View commit details
    Browse the repository at this point in the history
  2. Merge 3a1f2ab into main

    ibmdotcom-bot authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6f1fc1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5805747 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. fix(notice-choice): fixed onclick hidden values (carbon-design-system…

    …#10917) (carbon-design-system#10956)
    
    ### Description
    
    Cherry pick of carbon-design-system#10917 for patch release.
    
    ### Changelog
    
    **New**
    
    -  A new web component to create a notice & choice user interface.
    
    **Changed**
    
    -  Notice and Choice content loaded by languages.
    -   Set the default language to English.
    -  Gain access to the hidden email and phone fields. 
    
    **Removed**
    
    - Postal option removed from new notice and choice version 
    
    <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    
    ### Related Ticket(s)
    
    Closes # {{Provide issue number link(s) to the related ticket(s) that this pull request addresses}}
    
    ### Description
    
    {{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}
    
    {{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}
    
    ### Changelog
    
    **New**
    
    - {{new thing}}
    
    **Changed**
    
    - {{changed thing}}
    
    **Removed**
    
    - {{removed thing}}
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    kennylam authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f316c10 View commit details
    Browse the repository at this point in the history
  2. Merge f316c10 into main

    ibmdotcom-bot authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    f6f7546 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1877ca0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix(masthead-l1): hide l1 scroll buttons when there are no menu items (

    …carbon-design-system#10914)
    
    Co-authored-by: kennylam <909118+kennylam@users.noreply.github.com>
    andy-blum and kennylam authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2e446d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    911f802 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. feat(masthead-v2): add masthead to document flow (carbon-design-syste…

    …m#10998)
    
    * feat(masthead-v2): put container in document flow
    
    * feat(masthead-v2): format code
    
    * feat(masthead-v2): update height on resize
    
    * feat(masthead-v2): accurately describe observer
    
    * feat(masthead-v2): debounce resize observer callback
    
    * feat(masthead-v2): execute callback once after successive resizes
    
    ---------
    
    Co-authored-by: Andy Blum <andy.blum.01@gmail.com>
    jkaeser and andy-blum authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e1debd8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. feat(masthead-v2): Minimize CMApp on megamenu open (carbon-design-sys…

    …tem#11085)
    
    * feat(masthead-v2): contact link should not affect CM_APP
    
    This has the potential to clobber the global app instance,
    preventing it from opening or closing altogether.
    
    * feat(masthead-v2): minimize CMApp on megamenu open
    
    * feat(masthead-v2): close chat module on L1 dropdown open
    
    * feat(masthead-v2): toggle masthead-contact label on cm-app state change
    
    * feat(masthead-contact): update cm-app event listeners
    
    * fix(masthead-contact): revert to hostlistener usage
    
    * fix(masthead-contact): remove console logs
    
    ---------
    
    Co-authored-by: Andy Blum <andy.blum.01@gmail.com>
    jkaeser and andy-blum authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c4a06f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. fix(masthead-v2): do not fail if object data does not exist (carbon-d…

    …esign-system#11205)
    
    ### Related Ticket(s)
    
    Closes https://github.ibm.com/webstandards/ibm-dotcom-translations/issues/973
    
    ### Description
    
    We weren't conditionally accessing all the data that is sourced from the translations CDN endpoint before mapping it to props. In cases where data is not where expected, it throws an undefined error and prevents the whole L0 from appearing. 
    
    ### Changelog
    
    **Changed**
    
    - Prevents L0 from failing to appear if certain nav data is not present where expected.
    
    ### To test:
    
    See the L0 doesn't show up in the latest alpha version's Storybook example: https://carbon-design-system.github.io/carbon-for-ibm-dotcom/masthead-v2/web-components/iframe.html?args=&id=components-masthead--with-l-1&viewMode=story&cc=ie&lc=en. You'll see an error in the console, too: `Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'signedin')`.
    
    Visit the deploy preview's masthead with L1 Story with `&cc=ie&lc=en` appended to the URL parameters (https://ibmdotcom-webcomponents.s3.us-east.cloud-object-storage.appdomain.cloud/deploy-previews/11205/iframe.html?args=&id=components-masthead--with-l-1&viewMode=story&cc=ie&lc=en). Verify the L0 shows up.
    
    <!-- React and Web Component deploy previews are enabled by default. -->
    <!-- To enable additional available deploy previews, apply the following -->
    <!-- labels for the corresponding package: -->
    <!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
    <!-- *** "package: services": Services -->
    <!-- *** "package: utilities": Utilities -->
    <!-- *** "RTL": React / Web Components (RTL) -->
    <!-- *** "feature flag": React / Web Components (experimental) -->
    jkaeser authored Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c9609f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    99ab305 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    2ce8746 View commit details
    Browse the repository at this point in the history