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

fix(deps): update dependency flatpickr to v4.6.13 #9666

Merged
merged 5 commits into from
Dec 1, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flatpickr (source) 4.6.1 -> 4.6.13 age adoption passing confidence

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: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 19, 2022 00:43
@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 19, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 19, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 19, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 19, 2022

@ibmdotcom-bot
Copy link
Contributor

ibmdotcom-bot commented Nov 19, 2022

@renovate renovate bot changed the title fix(deps): update dependency flatpickr to v4.6.13 fix(deps): update dependency flatpickr to v4.6.13 - autoclosed Nov 19, 2022
@renovate renovate bot closed this Nov 19, 2022
@renovate renovate bot deleted the renovate/flatpickr-4.x branch November 19, 2022 08:04
@renovate renovate bot changed the title fix(deps): update dependency flatpickr to v4.6.13 - autoclosed fix(deps): update dependency flatpickr to v4.6.13 Nov 21, 2022
@renovate renovate bot reopened this Nov 21, 2022
@renovate renovate bot restored the renovate/flatpickr-4.x branch November 21, 2022 21:23
@kennylam kennylam added the Ready to merge Label for the pull requests that are ready to merge label Nov 24, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Nov 28, 2022

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@kodiakhq kodiakhq bot merged commit 7995814 into main Dec 1, 2022
@kodiakhq kodiakhq bot deleted the renovate/flatpickr-4.x branch December 1, 2022 12:18
proeung pushed a commit that referenced this pull request Feb 20, 2023
* chore(revert): `carbon-web-components` repo import (#9674)

* Revert "Revert "feat(package): adds `carbon-web-components` package to monorepo" (#9665)"

This reverts commit 546de388e14d8d4b5a8eab96c5873362fe9382db.

* chore(release): update the settings file

* chore(settings): update settings to v1.41.1

* fix(search): fired input event upon clicking suggestion (#9632)

### Related Ticket(s)
#9375

### Description
Due to the way the event is captured upon the selection of a search suggestion, the input event doesn't fire again when the selection is updated. This PR ensures that both the input change AND the redirection event both fire.

### Changelog

**New**

- input event fires once more upon clicking suggestion

<!-- 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(cwc): remove changelog file from gitignore (#9678)

### Related Ticket(s)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

### Description

changelog file is needed in the release process, removing from the gitignore file

### 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/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(settings): update version on settings

* feat(search): reintroduce scoped search (#9659)

### Related Ticket(s)
#8416
#9633

### Description
This PR reintroduces the previously removed scoped search functionality while Search changes were being made. Now that the changes have been done, we can reintroduce this feature.

To test, go to the Scoped search masthead story, change the scope with the dropdown menu, look up a query, and submit the search input query. 

You should be seeing a different page signaling that the search has been done in a specific part of IBM

<img width="400" alt="Screen Shot 2022-11-17 at 4 37 37 PM" src="https://user-images.githubusercontent.com/24970122/202589794-c1cb1b83-2a83-476c-b88f-74a00bf45b40.png">

This is using the following URL that was automatically built through the search with typeahead component.

https://www.ibm.com/search/scoped?lang=en&cc=US&lnk=mhsrch&scope-domain=scope&scope-value=["dw,dwaspera"]&scope-type=dw&scope-label=Desarrolladores&q=blockchain

### Changelog

**New**

- scoped search functionality reintroduced
- e2e scoped search tests

**Changed**
- search component has extra parameters if scoped functionality is present

**Removed**

- removed feature flag for the scoped functionality as it will now be public

<!-- 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) -->

* deps(cwc): update package name references to `@carbon/carbon-web-components` (#9686)

### Description

This updates all references of the previous `carbon-web-components` package for the newly scoped `@carbon/carbon-web-components`. Also adds deploy entries in various Github workflows.

### Changelog

**New**
- deploys `canary`/`next` gh-pages for `@carbon/carbon-web-components`

**Changed**
- change all references of `carbon-web-components` to `@carbon/carbon-web-components`


<!-- 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/mobile masthead csp (#9676)

### Related Ticket(s)

Fixes #9675 

### Description

This PR continues the work of moving inline styles out of the masthead to ensure CSP compliance within the cloud console. There are some changes to how the CSP compliance mixin is implemented, but the approach of creating a nonced style element within the shadow root is largely the same.

In addition to components creating an internal stylesheet, they also share a global stylesheet for elements that need to utilize it. The internal stylesheet should always be preferred, but some elements, like the `dds-masthead-container` don't attach a shadowroot, and thus cannot have an "internal" stylesheet.


### Changelog

**New**

- Implemented CSP compliance mixin in additional masthead components

**Changed**

- Updates to CSP compliance mixin

### Testing Instructions

The simplest way to test this is to open the chrome console tab of the devtools and to add a "live expression" for `$$('#main-content [style]')`. This will show any elements within the main content wrapper with an inline style attribute. Click through the masthead in various screen widths and ensure no elements populate that live expression.
<img width="253" alt="Screenshot 2022-11-21 at 9 29 42 PM" src="https://user-images.githubusercontent.com/25532785/203205404-a9166e94-a4a6-4bbb-831f-665094d5b567.png">

* chore(settings): adjust settings version comment

* chore(release): publish

 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(deps): update dependency sass to ~1.56.0 (#9669)

* chore(deps): update dependency sass to ~1.56.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <[email protected]>

* chore(cypress): downgrade to 8.7.0 (#9699)

### Related Ticket(s)

N/A
### Description

downgrade cypress


<!-- 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(content-section): combining components (#9348)

### Related Ticket(s)
#8843

### Description
Content section had multiple different components that used different children components, though they look identical and practically the same. This PR combines the stories, adds documentation, and ensures the children components style properly.

### Changelog

**New**

- `dds-content-section` now supports `dds-carousel`, `dds-link-list`, and `dds-card-group`

<!-- 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 tsickle to ~0.46.0 (#9670)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <[email protected]>
Co-authored-by: Anna Wen <[email protected]>
Co-authored-by: Ariella Gilmore <[email protected]>

* chore(deps): update dependency mini-css-extract-plugin to ~2.7.0 (#9668)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mini-css-extract-plugin](https://togithub.com/webpack-contrib/mini-css-extract-plugin) | [`~2.5.0` -> `~2.7.0`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.5.3/2.7.0) | [![age](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/compatibility-slim/2.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/confidence-slim/2.5.3)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzIuMiJ9-->

* fix(deps): update dependency flatpickr to v4.6.13 (#9666)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [flatpickr](https://flatpickr.js.org) ([source](https://togithub.com/chmln/flatpickr)) | [`4.6.1` -> `4.6.13`](https://renovatebot.com/diffs/npm/flatpickr/4.6.1/4.6.13) | [![age](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->

* chore(deps): update dependency zone.js to ~0.12.0 (#9692)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <[email protected]>

* fix(react-wrapper): show component props (#9689)

### Related Ticket(s)

n/a

### Description

Been trying to fix the react wrapper issue to show components combining parent props with the current props. This fix though at least will temporarily show the current props without combining the parent props

### Changelog


**Changed**

- removing the `Object.assign` so storybook can find the props


<!-- 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 react monorepo (#9693)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react/16.9.0/16.14.0) | [![age](https://badges.renovateapi.com/packages/npm/react/16.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react/16.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react/16.14.0/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react/16.14.0/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react-dom/16.9.0/16.14.0) | [![age](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-is](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.13.1`](https://renovatebot.com/diffs/npm/react-is/16.9.0/16.13.1) | [![age](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>facebook/react</summary>

### [`v16.14.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16140-October-14-2020)

[Compare Source](https://togithub.com/facebook/react/compare/v16.13.1...v16.14.0)

##### React

-   Add support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). ([@&#8203;lunaruan](https://togithub.com/lunaruan) in [#&#8203;18299](https://togithub.com/facebook/react/pull/18299))

### [`v16.13.1`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16131-March-19-2020)

[Compare Source](https://togithub.com/facebook/react/compare/v16.13.0...v16.13.1)

##### React DOM

-   Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;18238](https://togithub.com/facebook/react/pull/18238))
-   Revert warning for cross-component updates that happen inside class render lifecycles (`componentWillReceiveProps`, `shouldComponentUpdate`, and so on). ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;18330](https://togithub.com/facebook/react/pull/18330))

### [`v16.13.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16130-February-26-2020)

[Compare Source](https://togithub.com/facebook/react/compare/v16.12.0...v16.13.0)

##### React

-   Warn when a string ref is used in a manner that's not amenable to a future codemod ([@&#8203;lunaruan](https://togithub.com/lunaruan) in [#&#8203;17864](https://togithub.com/facebook/react/pull/17864))
-   Deprecate `React.createFactory()` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17878](https://togithub.com/facebook/react/pull/17878))

##### React DOM

-   Warn when changes in `style` may cause an unexpected collision ([@&#8203;sophiebits](https://togithub.com/sophiebits) in [#&#8203;14181](https://togithub.com/facebook/react/pull/14181), [#&#8203;18002](https://togithub.com/facebook/react/pull/18002))
-   Warn when a function component is updated during another component's render phase ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17099](https://togithub.com/facebook/react/pull/17099))
-   Deprecate `unstable_createPortal` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17880](https://togithub.com/facebook/react/pull/17880))
-   Fix `onMouseEnter` being fired on disabled buttons ([@&#8203;AlfredoGJ](https://togithub.com/AlfredoGJ) in [#&#8203;17675](https://togithub.com/facebook/react/pull/17675))
-   Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17942](https://togithub.com/facebook/react/pull/17942))
-   Add `version` property to ReactDOM ([@&#8203;ealush](https://togithub.com/ealush) in [#&#8203;15780](https://togithub.com/facebook/react/pull/15780))
-   Don't call `toString()` of `dangerouslySetInnerHTML` ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17773](https://togithub.com/facebook/react/pull/17773))
-   Show component stacks in more warnings ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;17922](https://togithub.com/facebook/react/pull/17922), [#&#8203;17586](https://togithub.com/facebook/react/pull/17586))

##### Concurrent Mode (Experimental)

-   Warn for problematic usages of `ReactDOM.createRoot()` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17937](https://togithub.com/facebook/react/pull/17937))
-   Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17916](https://togithub.com/facebook/react/pull/17916))
-   Don't group Idle/Offscreen work with other work ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17456](https://togithub.com/facebook/react/pull/17456))
-   Adjust `SuspenseList` CPU bound heuristic ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17455](https://togithub.com/facebook/react/pull/17455))
-   Add missing event plugin priorities ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17914](https://togithub.com/facebook/react/pull/17914))
-   Fix `isPending` only being true when transitioning from inside an input event ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17382](https://togithub.com/facebook/react/pull/17382))
-   Fix `React.memo` components dropping updates when interrupted by a higher priority update ([@&#8203;acdlite](\(https://github.com/acdlite\)) in [#&#8203;18091](https://togithub.com/facebook/react/pull/18091))
-   Don't warn when suspending at the wrong priority ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;17971](https://togithub.com/facebook/react/pull/17971))
-   Fix a bug with rebasing updates ([@&#8203;acdlite](https://togithub.com/acdlite) and [@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17560](https://togithub.com/facebook/react/pull/17560), [#&#8203;17510](https://togithub.com/facebook/react/pull/17510), [#&#8203;17483](https://togithub.com/facebook/react/pull/17483), [#&#8203;17480](https://togithub.com/facebook/react/pull/17480))

### [`v16.12.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16120-November-14-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.11.0...v16.12.0)

##### React DOM

-   Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17347](https://togithub.com/facebook/react/pull/17347))

##### React Is

-   Fix `lazy` and `memo` types considered elements instead of components ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17278](https://togithub.com/facebook/react/pull/17278))

### [`v16.11.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16110-October-22-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.10.2...v16.11.0)

##### React DOM

-   Fix `mouseenter` handlers from firing twice inside nested React containers. [@&#8203;yuanoook](https://togithub.com/yuanoook) in [#&#8203;16928](https://togithub.com/facebook/react/pull/16928)
-   Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;17088](https://togithub.com/facebook/react/pull/17088))

### [`v16.10.2`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16102-October-3-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.10.1...v16.10.2)

##### React DOM

-   Fix regression in react-native-web by restoring order of arguments in event plugin extractors ([@&#8203;necolas](https://togithub.com/necolas) in [#&#8203;16978](https://togithub.com/facebook/react/pull/16978))

### [`v16.10.1`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16101-September-28-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.10.0...v16.10.1)

##### React DOM

-   Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;16943](https://togithub.com/facebook/react/pull/16943))

### [`v16.10.0`](https://togithub.com/facebook/react/blob/HEAD/CHANGELOG.md#&#8203;16100-September-27-2019)

[Compare Source](https://togithub.com/facebook/react/compare/v16.9.0...v16.10.0)

##### React DOM

-   Fix edge case where a hook update wasn't being memoized. ([@&#8203;sebmarkbage](http://github.com/sebmarkbage) in [#&#8203;16359](https://togithub.com/facebook/react/pull/16359))
-   Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. ([@&#8203;sebmarkbage](http://github.com/sebmarkbage) in [#&#8203;16739](https://togithub.com/facebook/react/pull/16739))
-   Clear additional fiber fields during unmount to save memory. ([@&#8203;trueadm](http://github.com/trueadm) in [#&#8203;16807](https://togithub.com/facebook/react/pull/16807))
-   Fix bug with required text fields in Firefox. ([@&#8203;halvves](http://github.com/halvves) in [#&#8203;16578](https://togithub.com/facebook/react/pull/16578))
-   Prefer `Object.is` instead of inline polyfill, when available. ([@&#8203;ku8ar](http://github.com/ku8ar) in [#&#8203;16212](https://togithub.com/facebook/react/pull/16212))
-   Fix bug when mixing Suspense and error handling. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16801](https://togithub.com/facebook/react/pull/16801))

##### Scheduler (Experimental)

-   Improve queue performance by switching its internal data structure to a min binary heap. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16245](https://togithub.com/facebook/react/pull/16245))
-   Use `postMessage` loop with short intervals instead of attempting to align to frame boundaries with `requestAnimationFrame`. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16214](https://togithub.com/facebook/react/pull/16214))

##### useSubscription

-   Avoid tearing issue when a mutation happens and the previous update is still in progress. ([@&#8203;bvaughn](http://github.com/bvaughn) in [#&#8203;16623](https://togithub.com/facebook/react/pull/16623))

</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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->

* chore(deps): lock file maintenance (#9586)

[![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**: Renovate will not automatically rebase this PR, because other commits have been found.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->

* fix(content-group/block): missing display grid styles (#9604)

### Related Ticket(s)

#9561  (found when looking at the spacing issue)
### Description

When testing content-group using CDN's in a codesandbox. 
y 
This first image shows how it appears without `display: grid`. Not properly containing the inner components and causing it to collapse on top of components below.
<img width="1277" alt="Screen Shot 2022-10-28 at 9 42 13 AM" src="https://user-images.githubusercontent.com/20210594/198624160-60981df2-a30e-4168-822a-835f10b803f4.png">

This second image shows how it appears with `display: grid`
<img width="1344" alt="Screen Shot 2022-10-28 at 9 42 21 AM" src="https://user-images.githubusercontent.com/20210594/198624164-b7b209dc-b6f6-478a-a028-dba46da934ec.png">
### Changelog

This does cause a lot of percy changes, but happy to discuss more about the issue here


<!-- 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(lint): fixes eslint warnings (#9688)

* chore(lint): fixes eslint warnings

Co-authored-by: Kenny Lam <[email protected]>

* chore(cwc): update references in storybook and codesandbox examples (#9722)

### Related Ticket(s)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

### Description

Updating the carbon-web-components references in the carbon-web-components' storybook docs and codesandbox examples.

### Changelog

**Changed**

1. `carbon-web-components/es` ---> `@carbon/carbon-web-components/es`
2. CDN urls
   `https://1.www.s81c.com/common/carbon/web-components/...` --> `https://1.www.s81c.com/common/carbon-for-ibm-dotcom/carbon-web-components/...`
3. Codesandbox links in the storybook docs
  `https://codesandbox.io/s/github/carbon-design-system/carbon-web-components/tree/main/examples/codesandbox/basic/components/...` --> `https://codesandbox.io/s/github/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components/examples/codesandbox/basic/components/...`


<!-- 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/[email protected]
 - @carbon/[email protected]

* chore(deps): update dependency magic-string to ^0.27.0 (#9716)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [magic-string](https://togithub.com/rich-harris/magic-string) | [`^0.26.0` -> `^0.27.0`](https://renovatebot.com/diffs/npm/magic-string/0.26.7/0.27.0) | [![age](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/compatibility-slim/0.26.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/confidence-slim/0.26.7)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>rich-harris/magic-string</summary>

### [`v0.27.0`](https://togithub.com/rich-harris/magic-string/blob/HEAD/CHANGELOG.md#&#8203;0270-httpsgithubcomrich-harrismagic-stringcomparev0267v0270-2022-12-03)

[Compare Source](https://togithub.com/rich-harris/magic-string/compare/v0.26.7...v0.27.0)

##### Performance Improvements

-   use [@&#8203;jridgewell/sourcemap-codec](https://togithub.com/jridgewell/sourcemap-codec) ([e68f3e0](https://togithub.com/rich-harris/magic-string/commit/e68f3e05fe6d87acc1c41eddae97fc32e004320b))

#### [0.26.7](https://togithub.com/rich-harris/magic-string/compare/v0.26.6...v0.26.7) (2022-10-09)

##### Bug Fixes

-   avoid mutating provided options ([#&#8203;227](https://togithub.com/rich-harris/magic-string/issues/227)) ([01d033e](https://togithub.com/rich-harris/magic-string/commit/01d033e6e8630ef1d0482d9a3899f1da2bf933d5))

#### [0.26.6](https://togithub.com/rich-harris/magic-string/compare/v0.26.5...v0.26.6) (2022-10-05)

##### Features

-   add `update` method as safer alternative to `overwrite` ([#&#8203;212](https://togithub.com/rich-harris/magic-string/issues/212)) ([9a312e3](https://togithub.com/rich-harris/magic-string/commit/9a312e37a02629f7496c6cfcf307832e991669a3))

#### [0.26.5](https://togithub.com/rich-harris/magic-string/compare/v0.26.4...v0.26.5) (2022-09-30)

##### Bug Fixes

-   update typescript definition file to contain `replaceAll()` ([#&#8203;224](https://togithub.com/rich-harris/magic-string/issues/224)) ([45a4921](https://togithub.com/rich-harris/magic-string/commit/45a49214ba244b906f4d20450debc8edcc06e2a8))

#### [0.26.4](https://togithub.com/rich-harris/magic-string/compare/v0.26.3...v0.26.4) (2022-09-22)

##### Features

-   fix `.replace()` when searching string, add `.replaceAll()` ([#&#8203;222](https://togithub.com/rich-harris/magic-string/issues/222)) ([04a05bd](https://togithub.com/rich-harris/magic-string/commit/04a05bdc9bf56e00e616a0ae07923fbd9b63fbd0))

##### Performance Improvements

-   avoiding use of Object.defineProperty in Chunk constructor ([#&#8203;219](https://togithub.com/rich-harris/magic-string/issues/219)) ([130794b](https://togithub.com/rich-harris/magic-string/commit/130794bb8bfd9f21eb1f50c36a1da8eb5443d256))

#### [0.26.3](https://togithub.com/rich-harris/magic-string/compare/v0.26.2...v0.26.3) (2022-08-30)

##### Performance Improvements

-   delay guess encoded ([#&#8203;216](https://togithub.com/rich-harris/magic-string/issues/216)) ([69b13c7](https://togithub.com/rich-harris/magic-string/commit/69b13c7a09af742e4f31cf419e8f96e6db32ab5a))

#### [0.26.2](https://togithub.com/rich-harris/magic-string/compare/v0.26.1...v0.26.2) (2022-05-11)

##### Bug Fixes

-   specify types in exports ([#&#8203;214](https://togithub.com/rich-harris/magic-string/issues/214)) ([985e7b4](https://togithub.com/rich-harris/magic-string/commit/985e7b4d8a6fd5911d2ad2e6524999e9198a6b9f))

#### [0.26.1](https://togithub.com/rich-harris/magic-string/compare/v0.26.0...v0.26.1) (2022-03-03)

##### Bug Fixes

-   **replace:** match replacer function signature with spec ([902541f](https://togithub.com/rich-harris/magic-string/commit/902541fdff3998e3c957908de10769d2af1a3c70))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC40NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDQuMCJ9-->

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#9715)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SamVerschueren/decode-uri-component/releases">decode-uri-component's releases</a>.</em></p>
<blockquote>
<h2>v0.2.2</h2>
<ul>
<li>Prevent overwriting previously decoded tokens  980e0bf</li>
</ul>
<p><a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2</a></p>
<h2>v0.2.1</h2>
<ul>
<li>Switch to GitHub workflows  76abc93</li>
<li>Fix issue where decode throws - fixes <a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6">#6</a>  746ca5d</li>
<li>Update license (<a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1">#1</a>)  486d7e2</li>
<li>Tidelift tasks  a650457</li>
<li>Meta tweaks  66e1c28</li>
</ul>
<p><a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/a0eea469d26eb0df668b081672cdb9581feb78eb"><code>a0eea46</code></a> 0.2.2</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/980e0bf09b64d94f1aa79012f895816c30ffd152"><code>980e0bf</code></a> Prevent overwriting previously decoded tokens</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/3c8a373dd4837e89b3f970e01295dd03e1405a33"><code>3c8a373</code></a> 0.2.1</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/76abc939783fe3900fadb7d384a74d324d5557f3"><code>76abc93</code></a> Switch to GitHub workflows</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/746ca5dcb6667c5d364e782d53c542830e4c10b9"><code>746ca5d</code></a> Fix issue where decode throws - fixes <a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6">#6</a></li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/486d7e26d3a8c0fbe860fb651fe1bc98c2f2be30"><code>486d7e2</code></a> Update license (<a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1">#1</a>)</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/a65045724e6234acef87f31da499d4807b20b134"><code>a650457</code></a> Tidelift tasks</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/66e1c2834c0e189201cb65196ec3101372459b02"><code>66e1c28</code></a> Meta tweaks</li>
<li>See full diff in <a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/network/alerts).

</details>

* chore(cwc): update references to carbon web components in monorepo (#9723)

### Related Ticket(s)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

### Description

Update references for carbon-web-components to new npm package name (`@carbon/web-components`) and revert changes to cwc CDN links.

<!-- 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/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(release): publish

 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(actions): add gh-actions for cwc-v2 branch (#9810)

### Description

Adds GH workflows for `carbon-web-components@v2` feature branch.

### 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(tabs): basic keyboard navigation (#9811)

### Related Ticket(s)
https://github.com/carbon-design-system/carbon-web-components/issues/970
https://github.com/carbon-design-system/carbon-web-components/issues/707

### Description
This PR ensures that the Tabs and Content Switcher components are able to be work with tab navigation.

### Changelog

**New**

- added tab-index in the tab shadow dom
- added home/end key functionality

**Changed**

- triggering the content switching upon pressing the enter key

**Removed**

- remove unneeded inFocus property in the tab item component

<!-- 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(cta): merging components into one (#9569)

### Related Ticket(s)
 #8841

### Description
This PR merges all the CTA components into one

### Changelog

**Changed**

- CTA is now an individual component that contains the other CTA components within

<!-- 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(notification/tag): token documentation (#9809)

### Related Ticket(s)

carbon-design-system/carbon-for-ibm-dotcom#9757 

### Description

Update storybook styles to fix token values coming through from components with token mixins. Add docs for adopter to include on there end. 

### Changelog

**New**

- add styles to storybook container
- add documentation

* Ccpa (#9718)

### Related Ticket(s)

[{{Provide url(s) to the related ticket(s) that this pull request addresses}}
](https://jsw.ibm.com/browse/URX-465)

### Description

Show California privacy statement based on user's location.

<!-- 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 -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->

* chore(csp): remove CSPCompliance mixin (#9703)

### Related Ticket(s)

#9599 #9675

Followup to PRs #9676 #9605

### Description

This PR removes the CSP compliance mixin. After additional research we discovered the following:
1. The mixin was entirely unnecessary. Setting element styles via `HTMLElement.style.<property>` is, in fact, allowed per CSPs without `unsafe-inline`. [Example codepen](https://codepen.io/andy-blum/pen/ExRRRBj)
2. The mixin as architected wouldn't work anyway, as it requires `unsafe-eval`.

### Changelog

**Removed**

- Removed CSP compliance mixin

* feat(masthead-v2.1): simple megamenu (fka "listing") design updates (#9627)

* feat(masthead-v2): consolidate category heading renderers

* feat(masthead-v2): establish listing megamenu headings

* feat(masthead-v2): create base megamenu header and adjust layout

* feat(masthead-v2): temp storybook mock updates

* feat(masthead-v2): style right nav header

* feat(masthead-v2): fix category heading definition

* feat(masthead-v2): support conditional heading styling

* feat(masthead-v2): wire up right nav heading data

* feat(masthead-v2): apply new layout styles

* feat(masthead-v2): reorient category link rendering

Code complexity can be drastically reduced by styling the
default content consistently, then applying special styles
to the text passed in via the title attribute.

* feat(masthead-v2): represent more options in mock data

* feat(masthead-v2): update heading keys to match new schema

* feat(masthead-v2): support deprecated heading title schema

* feat(masthead-v2): support variable heading levels

* feat(masthead-v2): restore selected item demo in Storybook

* feat(masthead-v2): position view all links above scroll shadow

* feat(masthead-v2): update spacing tokens

* Update dependency @carbon/icons-react to v10.49.0 (#9838)

[![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.48.0` -> `10.49.0`](https://renovatebot.com/diffs/npm/@carbon%2ficons-react/10.48.0/10.49.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/compatibility-slim/10.48.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/confidence-slim/10.48.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>carbon-design-system/carbon</summary>

### [`v10.49.0`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.49.0)

[Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.48.0...v10.49.0)

#### `[email protected]`

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   chore(deps): bump eslint-plugin-jest from 24.3.6 to 25.3.0 ([#&#8203;10162](https://togithub.com/carbon-design-system/carbon/issues/10162)) ([`131a68783`](https://togithub.com/carbon-design-system/carbon/commit/131a68783))

#### `@carbon/[email protected]`

##### New features :rocket:

-   feat(react): add unstable_IconButton ([#&#8203;10095](https://togithub.com/carbon-design-system/carbon/issues/10095)) ([`c902f3a3e`](https://togithub.com/carbon-design-system/carbon/commit/c902f3a3e))
-   feat(carbon-react): add stack re-export ([#&#8203;10123](https://togithub.com/carbon-design-system/carbon/issues/10123)) ([`0c2870ba0`](https://togithub.com/carbon-design-system/carbon/commit/0c2870ba0))

##### Bug fixes :bug:

-   fix(carbon-react): add entrypoint to side-effects array ([#&#8203;10128](https://togithub.com/carbon-design-system/carbon/issues/10128)) ([`0e6035503`](https://togithub.com/carbon-design-system/carbon/commit/0e6035503))

##### Documentation :memo:

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   refactor(react): update pagination component to functional component ([#&#8203;10082](https://togithub.com/carbon-design-system/carbon/issues/10082)) ([`df40c35a4`](https://togithub.com/carbon-design-system/carbon/commit/df40c35a4))
-   chore(release): v10.48.1-rc.0 ([`392f29f66`](https://togithub.com/carbon-design-system/carbon/commit/392f29f66))

#### `[email protected]`

##### Bug fixes :bug:

-   fix(Checkbox): add positioning to checkbox input for native validation alignment ([#&#8203;10142](https://togithub.com/carbon-design-system/carbon/issues/10142)) ([`56cec535e`](https://togithub.com/carbon-design-system/carbon/commit/56cec535e))

##### Documentation :memo:

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))
-   docs(components): update link for codesandbox to use main ([#&#8203;10133](https://togithub.com/carbon-design-system/carbon/issues/10133)) ([`c017826bc`](https://togithub.com/carbon-design-system/carbon/commit/c017826bc))

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

#### `@carbon/[email protected]`

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

#### `@carbon/[email protected]`

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

#### `@carbon/[email protected]`

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

#### `@carbon/[email protected]`

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

#### `@carbon/[email protected]`

##### New features :rocket:

-   feat(icons): new icons september thru november ([#&#8203;10127](https://togithub.com/carbon-design-system/carbon/issues/10127)) ([`d6fabd6c8`](https://togithub.com/carbon-design-system/carbon/commit/d6fabd6c8))

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   chore(icons): update icon alias metadata ([#&#8203;10141](https://togithub.com/carbon-design-system/carbon/issues/10141)) ([`b0a4daeec`](https://togithub.com/carbon-design-system/carbon/commit/b0a4daeec))

#### `[email protected]`

##### New features :rocket:

-   feat(table-toolbar-search): add onBlur/onFocus handling ([#&#8203;10187](https://togithub.com/carbon-design-system/carbon/issues/10187)) ([`ec2da01d7`](https://togithub.com/carbon-design-system/carbon/commit/ec2da01d7))
-   feat(react): add unstable_IconButton ([#&#8203;10095](https://togithub.com/carbon-design-system/carbon/issues/10095)) ([`c902f3a3e`](https://togithub.com/carbon-design-system/carbon/commit/c902f3a3e))
-   feat(react): refactor Modal and ModalFooter to functional components  ([#&#8203;10046](https://togithub.com/carbon-design-system/carbon/issues/10046)) ([`8c0b66011`](https://togithub.com/carbon-design-system/carbon/commit/8c0b66011))

##### Bug fixes :bug:

-   fix(styles): replace cds--tab--scrollable class with cds--tabs ([#&#8203;10194](https://togithub.com/carbon-design-system/carbon/issues/10194)) ([`4b416b907`](https://togithub.com/carbon-design-system/carbon/commit/4b416b907))
-   fix(Checkbox): add positioning to checkbox input for native validation alignment ([#&#8203;10142](https://togithub.com/carbon-design-system/carbon/issues/10142)) ([`56cec535e`](https://togithub.com/carbon-design-system/carbon/commit/56cec535e))
-   fix(TextInput): only add aria-describedby when there's helper to link to ([#&#8203;10108](https://togithub.com/carbon-design-system/carbon/issues/10108)) ([`07c2aea39`](https://togithub.com/carbon-design-system/carbon/commit/07c2aea39))
-   fix(tabs): debounce scroll handler ([#&#8203;10120](https://togithub.com/carbon-design-system/carbon/issues/10120)) ([`a6dc2648d`](https://togithub.com/carbon-design-system/carbon/commit/a6dc2648d))
-   fix(OverflowMenu): changed filename for story ([#&#8203;10041](https://togithub.com/carbon-design-system/carbon/issues/10041)) ([`5b4efa927`](https://togithub.com/carbon-design-system/carbon/commit/5b4efa927))

##### Documentation :memo:

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))
-   docs(checkbox): add storybook docs for onClick ([#&#8203;10130](https://togithub.com/carbon-design-system/carbon/issues/10130)) ([`46eded483`](https://togithub.com/carbon-design-system/carbon/commit/46eded483))

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   chore(OverflowMenuItem): refactored to functional component ([#&#8203;10147](https://togithub.com/carbon-design-system/carbon/issues/10147)) ([`74e570362`](https://togithub.com/carbon-design-system/carbon/commit/74e570362))
-   chore(deps): bump eslint-plugin-jest from 24.3.6 to 25.3.0 ([#&#8203;10162](https://togithub.com/carbon-design-system/carbon/issues/10162)) ([`131a68783`](https://togithub.com/carbon-design-system/carbon/commit/131a68783))
-   refactor(popover): update <div> to <span> ([#&#8203;10140](https://togithub.com/carbon-design-system/carbon/issues/10140)) ([`54894d598`](https://togithub.com/carbon-design-system/carbon/commit/54894d598))
-   refactor(react): update pagination component to functional component ([#&#8203;10082](https://togithub.com/carbon-design-system/carbon/issues/10082)) ([`df40c35a4`](https://togithub.com/carbon-design-system/carbon/commit/df40c35a4))
-   chore(release): v10.48.1-rc.0 ([`392f29f66`](https://togithub.com/carbon-design-system/carbon/commit/392f29f66))

#### `@carbon/[email protected]`

##### New features :rocket:

-   feat(react): add unstable_IconButton ([#&#8203;10095](https://togithub.com/carbon-design-system/carbon/issues/10095)) ([`c902f3a3e`](https://togithub.com/carbon-design-system/carbon/commit/c902f3a3e))

##### Bug fixes :bug:

-   fix(styles): replace cds--tab--scrollable class with cds--tabs ([#&#8203;10194](https://togithub.com/carbon-design-system/carbon/issues/10194)) ([`4b416b907`](https://togithub.com/carbon-design-system/carbon/commit/4b416b907))
-   fix(Checkbox): add positioning to checkbox input for native validation alignment ([#&#8203;10142](https://togithub.com/carbon-design-system/carbon/issues/10142)) ([`56cec535e`](https://togithub.com/carbon-design-system/carbon/commit/56cec535e))
-   fix(button): correct secondary button token color ([#&#8203;10129](https://togithub.com/carbon-design-system/carbon/issues/10129)) ([`934d21f8a`](https://togithub.com/carbon-design-system/carbon/commit/934d21f8a))
-   fix(styles): import z-index into overflow-menu in [@&#8203;carbon/styles](https://togithub.com/carbon/styles) ([#&#8203;10106](https://togithub.com/carbon-design-system/carbon/issues/10106)) ([`dbf508dea`](https://togithub.com/carbon-design-system/carbon/commit/dbf508dea))

##### Documentation :memo:

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))

##### Housekeeping :house:

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   refactor(styles): remove unused tabs styles ([#&#8203;10189](https://togithub.com/carbon-design-system/carbon/issues/10189)) ([`8e1d973cb`](https://togithub.com/carbon-design-system/carbon/commit/8e1d973cb))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC42MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjEuMCJ9-->

* Update dependency @carbon/layout to v10.37.1 (#9837)

[![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/layout](https://togithub.com/carbon-design-system/carbon) | [`10.37.0` -> `10.37.1`](https://renovatebot.com/diffs/npm/@carbon%2flayout/10.37.0/10.37.1) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/compatibility-slim/10.37.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/confidence-slim/10.37.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>carbon-design-system/carbon</summary>

### [`v10.37.1`](https://togithub.com/carbon-design-system/carbon/releases/tag/v10.37.1)

[Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.37.0...v10.37.1)

#### `[email protected]`

##### Bug fixes :bug:

-   fix(Search): restore default component size ([#&#8203;8912](https://togithub.com/carbon-design-system/carbon/issues/8912)) ([`d06886bab`](https://togithub.com/carbon-design-system/carbon/commit/d06886bab))

##### Housekeeping :house:

-   chore(release): v10.37.1-rc.0 ([`53f5f5b1b`](https://togithub.com/carbon-design-system/carbon/commit/53f5f5b1b))

</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…
jkaeser added a commit to jkaeser/carbon-for-ibm-dotcom that referenced this pull request Apr 6, 2023
…n-system#10031)

* chore(revert): `carbon-web-components` repo import (#9674)

* Revert "Revert "feat(package): adds `carbon-web-components` package to monorepo" (#9665)"

This reverts commit 546de388e14d8d4b5a8eab96c5873362fe9382db.

* chore(release): update the settings file

* chore(settings): update settings to v1.41.1

* fix(search): fired input event upon clicking suggestion (#9632)

Due to the way the event is captured upon the selection of a search suggestion, the input event doesn't fire again when the selection is updated. This PR ensures that both the input change AND the redirection event both fire.

**New**

- input event fires once more upon clicking suggestion

<!-- 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(cwc): remove changelog file from gitignore (#9678)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

changelog file is needed in the release process, removing from the gitignore file

**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/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(settings): update version on settings

* feat(search): reintroduce scoped search (#9659)

This PR reintroduces the previously removed scoped search functionality while Search changes were being made. Now that the changes have been done, we can reintroduce this feature.

To test, go to the Scoped search masthead story, change the scope with the dropdown menu, look up a query, and submit the search input query.

You should be seeing a different page signaling that the search has been done in a specific part of IBM

<img width="400" alt="Screen Shot 2022-11-17 at 4 37 37 PM" src="https://user-images.githubusercontent.com/24970122/202589794-c1cb1b83-2a83-476c-b88f-74a00bf45b40.png">

This is using the following URL that was automatically built through the search with typeahead component.

https://www.ibm.com/search/scoped?lang=en&cc=US&lnk=mhsrch&scope-domain=scope&scope-value=["dw,dwaspera"]&scope-type=dw&scope-label=Desarrolladores&q=blockchain

**New**

- scoped search functionality reintroduced
- e2e scoped search tests

**Changed**
- search component has extra parameters if scoped functionality is present

**Removed**

- removed feature flag for the scoped functionality as it will now be public

<!-- 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) -->

* deps(cwc): update package name references to `@carbon/carbon-web-components` (#9686)

This updates all references of the previous `carbon-web-components` package for the newly scoped `@carbon/carbon-web-components`. Also adds deploy entries in various Github workflows.

**New**
- deploys `canary`/`next` gh-pages for `@carbon/carbon-web-components`

**Changed**
- change all references of `carbon-web-components` to `@carbon/carbon-web-components`

<!-- 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/mobile masthead csp (#9676)

Fixes #9675

This PR continues the work of moving inline styles out of the masthead to ensure CSP compliance within the cloud console. There are some changes to how the CSP compliance mixin is implemented, but the approach of creating a nonced style element within the shadow root is largely the same.

In addition to components creating an internal stylesheet, they also share a global stylesheet for elements that need to utilize it. The internal stylesheet should always be preferred, but some elements, like the `dds-masthead-container` don't attach a shadowroot, and thus cannot have an "internal" stylesheet.

**New**

- Implemented CSP compliance mixin in additional masthead components

**Changed**

- Updates to CSP compliance mixin

The simplest way to test this is to open the chrome console tab of the devtools and to add a "live expression" for `$$('#main-content [style]')`. This will show any elements within the main content wrapper with an inline style attribute. Click through the masthead in various screen widths and ensure no elements populate that live expression.
<img width="253" alt="Screenshot 2022-11-21 at 9 29 42 PM" src="https://user-images.githubusercontent.com/25532785/203205404-a9166e94-a4a6-4bbb-831f-665094d5b567.png">

* chore(settings): adjust settings version comment

* chore(release): publish

 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(deps): update dependency sass to ~1.56.0 (#9669)

* chore(deps): update dependency sass to ~1.56.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <[email protected]>

* chore(cypress): downgrade to 8.7.0 (#9699)

N/A

downgrade cypress

<!-- 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(content-section): combining components (#9348)

Content section had multiple different components that used different children components, though they look identical and practically the same. This PR combines the stories, adds documentation, and ensures the children components style properly.

**New**

- `dds-content-section` now supports `dds-carousel`, `dds-link-list`, and `dds-card-group`

<!-- 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 tsickle to ~0.46.0 (#9670)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <[email protected]>
Co-authored-by: Anna Wen <[email protected]>
Co-authored-by: Ariella Gilmore <[email protected]>

* chore(deps): update dependency mini-css-extract-plugin to ~2.7.0 (#9668)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mini-css-extract-plugin](https://togithub.com/webpack-contrib/mini-css-extract-plugin) | [`~2.5.0` -> `~2.7.0`](https://renovatebot.com/diffs/npm/mini-css-extract-plugin/2.5.3/2.7.0) | [![age](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/compatibility-slim/2.5.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/mini-css-extract-plugin/2.7.0/confidence-slim/2.5.3)](https://docs.renovatebot.com/merge-confidence/) |

---

📅 **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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMi4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzIuMiJ9-->

* fix(deps): update dependency flatpickr to v4.6.13 (#9666)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [flatpickr](https://flatpickr.js.org) ([source](https://togithub.com/chmln/flatpickr)) | [`4.6.1` -> `4.6.13`](https://renovatebot.com/diffs/npm/flatpickr/4.6.1/4.6.13) | [![age](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

📅 **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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->

* chore(deps): update dependency zone.js to ~0.12.0 (#9692)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kennylam <[email protected]>

* fix(react-wrapper): show component props (#9689)

n/a

Been trying to fix the react wrapper issue to show components combining parent props with the current props. This fix though at least will temporarily show the current props without combining the parent props

**Changed**

- removing the `Object.assign` so storybook can find the props

<!-- 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 react monorepo (#9693)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [react](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react/16.9.0/16.14.0) | [![age](https://badges.renovateapi.com/packages/npm/react/16.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react/16.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react/16.14.0/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react/16.14.0/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-dom](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.14.0`](https://renovatebot.com/diffs/npm/react-dom/16.9.0/16.14.0) | [![age](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-dom/16.14.0/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |
| [react-is](https://reactjs.org/) ([source](https://togithub.com/facebook/react)) | [`16.9.0` -> `16.13.1`](https://renovatebot.com/diffs/npm/react-is/16.9.0/16.13.1) | [![age](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/compatibility-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/react-is/16.13.1/confidence-slim/16.9.0)](https://docs.renovatebot.com/merge-confidence/) |

---

<details>
<summary>facebook/react</summary>

[Compare Source](https://togithub.com/facebook/react/compare/v16.13.1...v16.14.0)

-   Add support for the [new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). ([@&#8203;lunaruan](https://togithub.com/lunaruan) in [#&#8203;18299](https://togithub.com/facebook/react/pull/18299))

[Compare Source](https://togithub.com/facebook/react/compare/v16.13.0...v16.13.1)

-   Fix bug in legacy mode Suspense where effect clean-up functions are not fired. This only affects users who use Suspense for data fetching in legacy mode, which is not technically supported. ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;18238](https://togithub.com/facebook/react/pull/18238))
-   Revert warning for cross-component updates that happen inside class render lifecycles (`componentWillReceiveProps`, `shouldComponentUpdate`, and so on). ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;18330](https://togithub.com/facebook/react/pull/18330))

[Compare Source](https://togithub.com/facebook/react/compare/v16.12.0...v16.13.0)

-   Warn when a string ref is used in a manner that's not amenable to a future codemod ([@&#8203;lunaruan](https://togithub.com/lunaruan) in [#&#8203;17864](https://togithub.com/facebook/react/pull/17864))
-   Deprecate `React.createFactory()` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17878](https://togithub.com/facebook/react/pull/17878))

-   Warn when changes in `style` may cause an unexpected collision ([@&#8203;sophiebits](https://togithub.com/sophiebits) in [#&#8203;14181](https://togithub.com/facebook/react/pull/14181), [#&#8203;18002](https://togithub.com/facebook/react/pull/18002))
-   Warn when a function component is updated during another component's render phase ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17099](https://togithub.com/facebook/react/pull/17099))
-   Deprecate `unstable_createPortal` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17880](https://togithub.com/facebook/react/pull/17880))
-   Fix `onMouseEnter` being fired on disabled buttons ([@&#8203;AlfredoGJ](https://togithub.com/AlfredoGJ) in [#&#8203;17675](https://togithub.com/facebook/react/pull/17675))
-   Call `shouldComponentUpdate` twice when developing in `StrictMode` ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17942](https://togithub.com/facebook/react/pull/17942))
-   Add `version` property to ReactDOM ([@&#8203;ealush](https://togithub.com/ealush) in [#&#8203;15780](https://togithub.com/facebook/react/pull/15780))
-   Don't call `toString()` of `dangerouslySetInnerHTML` ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17773](https://togithub.com/facebook/react/pull/17773))
-   Show component stacks in more warnings ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;17922](https://togithub.com/facebook/react/pull/17922), [#&#8203;17586](https://togithub.com/facebook/react/pull/17586))

-   Warn for problematic usages of `ReactDOM.createRoot()` ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17937](https://togithub.com/facebook/react/pull/17937))
-   Remove `ReactDOM.createRoot()` callback params and added warnings on usage ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17916](https://togithub.com/facebook/react/pull/17916))
-   Don't group Idle/Offscreen work with other work ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17456](https://togithub.com/facebook/react/pull/17456))
-   Adjust `SuspenseList` CPU bound heuristic ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17455](https://togithub.com/facebook/react/pull/17455))
-   Add missing event plugin priorities ([@&#8203;trueadm](https://togithub.com/trueadm) in [#&#8203;17914](https://togithub.com/facebook/react/pull/17914))
-   Fix `isPending` only being true when transitioning from inside an input event ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17382](https://togithub.com/facebook/react/pull/17382))
-   Fix `React.memo` components dropping updates when interrupted by a higher priority update ([@&#8203;acdlite](\(https://github.com/acdlite\)) in [#&#8203;18091](https://togithub.com/facebook/react/pull/18091))
-   Don't warn when suspending at the wrong priority ([@&#8203;gaearon](https://togithub.com/gaearon) in [#&#8203;17971](https://togithub.com/facebook/react/pull/17971))
-   Fix a bug with rebasing updates ([@&#8203;acdlite](https://togithub.com/acdlite) and [@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;17560](https://togithub.com/facebook/react/pull/17560), [#&#8203;17510](https://togithub.com/facebook/react/pull/17510), [#&#8203;17483](https://togithub.com/facebook/react/pull/17483), [#&#8203;17480](https://togithub.com/facebook/react/pull/17480))

[Compare Source](https://togithub.com/facebook/react/compare/v16.11.0...v16.12.0)

-   Fix passive effects (`useEffect`) not being fired in a multi-root app. ([@&#8203;acdlite](https://togithub.com/acdlite) in [#&#8203;17347](https://togithub.com/facebook/react/pull/17347))

-   Fix `lazy` and `memo` types considered elements instead of components ([@&#8203;bvaughn](https://togithub.com/bvaughn) in [#&#8203;17278](https://togithub.com/facebook/react/pull/17278))

[Compare Source](https://togithub.com/facebook/react/compare/v16.10.2...v16.11.0)

-   Fix `mouseenter` handlers from firing twice inside nested React containers. [@&#8203;yuanoook](https://togithub.com/yuanoook) in [#&#8203;16928](https://togithub.com/facebook/react/pull/16928)
-   Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;17088](https://togithub.com/facebook/react/pull/17088))

[Compare Source](https://togithub.com/facebook/react/compare/v16.10.1...v16.10.2)

-   Fix regression in react-native-web by restoring order of arguments in event plugin extractors ([@&#8203;necolas](https://togithub.com/necolas) in [#&#8203;16978](https://togithub.com/facebook/react/pull/16978))

[Compare Source](https://togithub.com/facebook/react/compare/v16.10.0...v16.10.1)

-   Fix regression in Next.js apps by allowing Suspense mismatch during hydration to silently proceed ([@&#8203;sebmarkbage](https://togithub.com/sebmarkbage) in [#&#8203;16943](https://togithub.com/facebook/react/pull/16943))

[Compare Source](https://togithub.com/facebook/react/compare/v16.9.0...v16.10.0)

-   Fix edge case where a hook update wasn't being memoized. ([@&#8203;sebmarkbage](http://github.com/sebmarkbage) in [#&#8203;16359](https://togithub.com/facebook/react/pull/16359))
-   Fix heuristic for determining when to hydrate, so we don't incorrectly hydrate during an update. ([@&#8203;sebmarkbage](http://github.com/sebmarkbage) in [#&#8203;16739](https://togithub.com/facebook/react/pull/16739))
-   Clear additional fiber fields during unmount to save memory. ([@&#8203;trueadm](http://github.com/trueadm) in [#&#8203;16807](https://togithub.com/facebook/react/pull/16807))
-   Fix bug with required text fields in Firefox. ([@&#8203;halvves](http://github.com/halvves) in [#&#8203;16578](https://togithub.com/facebook/react/pull/16578))
-   Prefer `Object.is` instead of inline polyfill, when available. ([@&#8203;ku8ar](http://github.com/ku8ar) in [#&#8203;16212](https://togithub.com/facebook/react/pull/16212))
-   Fix bug when mixing Suspense and error handling. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16801](https://togithub.com/facebook/react/pull/16801))

-   Improve queue performance by switching its internal data structure to a min binary heap. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16245](https://togithub.com/facebook/react/pull/16245))
-   Use `postMessage` loop with short intervals instead of attempting to align to frame boundaries with `requestAnimationFrame`. ([@&#8203;acdlite](http://github.com/acdlite) in [#&#8203;16214](https://togithub.com/facebook/react/pull/16214))

-   Avoid tearing issue when a mutation happens and the previous update is still in progress. ([@&#8203;bvaughn](http://github.com/bvaughn) in [#&#8203;16623](https://togithub.com/facebook/react/pull/16623))

</details>

---

📅 **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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zNC4xIiwidXBkYXRlZEluVmVyIjoiMzQuMzQuMSJ9-->

* chore(deps): lock file maintenance (#9586)

[![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.

---

📅 **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**: Renovate will not automatically rebase this PR, because other commits have been found.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNy4zIiwidXBkYXRlZEluVmVyIjoiMzQuMjcuMyJ9-->

* fix(content-group/block): missing display grid styles (#9604)

When testing content-group using CDN's in a codesandbox.
y
This first image shows how it appears without `display: grid`. Not properly containing the inner components and causing it to collapse on top of components below.
<img width="1277" alt="Screen Shot 2022-10-28 at 9 42 13 AM" src="https://user-images.githubusercontent.com/20210594/198624160-60981df2-a30e-4168-822a-835f10b803f4.png">

This second image shows how it appears with `display: grid`
<img width="1344" alt="Screen Shot 2022-10-28 at 9 42 21 AM" src="https://user-images.githubusercontent.com/20210594/198624164-b7b209dc-b6f6-478a-a028-dba46da934ec.png">

This does cause a lot of percy changes, but happy to discuss more about the issue here

<!-- 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(lint): fixes eslint warnings (#9688)

* chore(lint): fixes eslint warnings

Co-authored-by: Kenny Lam <[email protected]>

* chore(cwc): update references in storybook and codesandbox examples (#9722)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

Updating the carbon-web-components references in the carbon-web-components' storybook docs and codesandbox examples.

**Changed**

1. `carbon-web-components/es` ---> `@carbon/carbon-web-components/es`
2. CDN urls
   `https://1.www.s81c.com/common/carbon/web-components/...` --> `https://1.www.s81c.com/common/carbon-for-ibm-dotcom/carbon-web-components/...`
3. Codesandbox links in the storybook docs
  `https://codesandbox.io/s/github/carbon-design-system/carbon-web-components/tree/main/examples/codesandbox/basic/components/...` --> `https://codesandbox.io/s/github/carbon-design-system/carbon-for-ibm-dotcom/tree/main/packages/carbon-web-components/examples/codesandbox/basic/components/...`

<!-- 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/[email protected]
 - @carbon/[email protected]

* chore(deps): update dependency magic-string to ^0.27.0 (#9716)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [magic-string](https://togithub.com/rich-harris/magic-string) | [`^0.26.0` -> `^0.27.0`](https://renovatebot.com/diffs/npm/magic-string/0.26.7/0.27.0) | [![age](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/compatibility-slim/0.26.7)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/magic-string/0.27.0/confidence-slim/0.26.7)](https://docs.renovatebot.com/merge-confidence/) |

---

<details>
<summary>rich-harris/magic-string</summary>

[Compare Source](https://togithub.com/rich-harris/magic-string/compare/v0.26.7...v0.27.0)

-   use [@&#8203;jridgewell/sourcemap-codec](https://togithub.com/jridgewell/sourcemap-codec) ([e68f3e0](https://togithub.com/rich-harris/magic-string/commit/e68f3e05fe6d87acc1c41eddae97fc32e004320b))

-   avoid mutating provided options ([#&#8203;227](https://togithub.com/rich-harris/magic-string/issues/227)) ([01d033e](https://togithub.com/rich-harris/magic-string/commit/01d033e6e8630ef1d0482d9a3899f1da2bf933d5))

-   add `update` method as safer alternative to `overwrite` ([#&#8203;212](https://togithub.com/rich-harris/magic-string/issues/212)) ([9a312e3](https://togithub.com/rich-harris/magic-string/commit/9a312e37a02629f7496c6cfcf307832e991669a3))

-   update typescript definition file to contain `replaceAll()` ([#&#8203;224](https://togithub.com/rich-harris/magic-string/issues/224)) ([45a4921](https://togithub.com/rich-harris/magic-string/commit/45a49214ba244b906f4d20450debc8edcc06e2a8))

-   fix `.replace()` when searching string, add `.replaceAll()` ([#&#8203;222](https://togithub.com/rich-harris/magic-string/issues/222)) ([04a05bd](https://togithub.com/rich-harris/magic-string/commit/04a05bdc9bf56e00e616a0ae07923fbd9b63fbd0))

-   avoiding use of Object.defineProperty in Chunk constructor ([#&#8203;219](https://togithub.com/rich-harris/magic-string/issues/219)) ([130794b](https://togithub.com/rich-harris/magic-string/commit/130794bb8bfd9f21eb1f50c36a1da8eb5443d256))

-   delay guess encoded ([#&#8203;216](https://togithub.com/rich-harris/magic-string/issues/216)) ([69b13c7](https://togithub.com/rich-harris/magic-string/commit/69b13c7a09af742e4f31cf419e8f96e6db32ab5a))

-   specify types in exports ([#&#8203;214](https://togithub.com/rich-harris/magic-string/issues/214)) ([985e7b4](https://togithub.com/rich-harris/magic-string/commit/985e7b4d8a6fd5911d2ad2e6524999e9198a6b9f))

-   **replace:** match replacer function signature with spec ([902541f](https://togithub.com/rich-harris/magic-string/commit/902541fdff3998e3c957908de10769d2af1a3c70))

</details>

---

📅 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC40NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDQuMCJ9-->

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#9715)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/SamVerschueren/decode-uri-component/releases">decode-uri-component's releases</a>.</em></p>
<blockquote>
<h2>v0.2.2</h2>
<ul>
<li>Prevent overwriting previously decoded tokens  980e0bf</li>
</ul>
<p><a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2</a></p>
<h2>v0.2.1</h2>
<ul>
<li>Switch to GitHub workflows  76abc93</li>
<li>Fix issue where decode throws - fixes <a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6">#6</a>  746ca5d</li>
<li>Update license (<a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1">#1</a>)  486d7e2</li>
<li>Tidelift tasks  a650457</li>
<li>Meta tweaks  66e1c28</li>
</ul>
<p><a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1">https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/a0eea469d26eb0df668b081672cdb9581feb78eb"><code>a0eea46</code></a> 0.2.2</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/980e0bf09b64d94f1aa79012f895816c30ffd152"><code>980e0bf</code></a> Prevent overwriting previously decoded tokens</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/3c8a373dd4837e89b3f970e01295dd03e1405a33"><code>3c8a373</code></a> 0.2.1</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/76abc939783fe3900fadb7d384a74d324d5557f3"><code>76abc93</code></a> Switch to GitHub workflows</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/746ca5dcb6667c5d364e782d53c542830e4c10b9"><code>746ca5d</code></a> Fix issue where decode throws - fixes <a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/6">#6</a></li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/486d7e26d3a8c0fbe860fb651fe1bc98c2f2be30"><code>486d7e2</code></a> Update license (<a href="https://github-redirect.dependabot.com/SamVerschueren/decode-uri-component/issues/1">#1</a>)</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/a65045724e6234acef87f31da499d4807b20b134"><code>a650457</code></a> Tidelift tasks</li>
<li><a href="https://github.com/SamVerschueren/decode-uri-component/commit/66e1c2834c0e189201cb65196ec3101372459b02"><code>66e1c28</code></a> Meta tweaks</li>
<li>See full diff in <a href="https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=decode-uri-component&package-manager=npm_and_yarn&previous-version=0.2.0&new-version=0.2.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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/network/alerts).

</details>

* chore(cwc): update references to carbon web components in monorepo (#9723)

{{Provide url(s) to the related ticket(s) that this pull request addresses}}

Update references for carbon-web-components to new npm package name (`@carbon/web-components`) and revert changes to cwc CDN links.

<!-- 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/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(release): publish

 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]
 - @carbon/[email protected]

* chore(actions): add gh-actions for cwc-v2 branch (#9810)

Adds GH workflows for `carbon-web-components@v2` feature branch.

**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(tabs): basic keyboard navigation (#9811)

https://github.com/carbon-design-system/carbon-web-components/issues/970
https://github.com/carbon-design-system/carbon-web-components/issues/707

This PR ensures that the Tabs and Content Switcher components are able to be work with tab navigation.

**New**

- added tab-index in the tab shadow dom
- added home/end key functionality

**Changed**

- triggering the content switching upon pressing the enter key

**Removed**

- remove unneeded inFocus property in the tab item component

<!-- 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(cta): merging components into one (#9569)

 #8841

This PR merges all the CTA components into one

**Changed**

- CTA is now an individual component that contains the other CTA components within

<!-- 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(notification/tag): token documentation (#9809)

carbon-design-system/carbon-for-ibm-dotcom#9757

Update storybook styles to fix token values coming through from components with token mixins. Add docs for adopter to include on there end.

**New**

- add styles to storybook container
- add documentation

* Ccpa (#9718)

[{{Provide url(s) to the related ticket(s) that this pull request addresses}}
](https://jsw.ibm.com/browse/URX-465)

Show California privacy statement based on user's location.

<!-- 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 -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->

* chore(csp): remove CSPCompliance mixin (#9703)

Followup to PRs #9676 #9605

This PR removes the CSP compliance mixin. After additional research we discovered the following:
1. The mixin was entirely unnecessary. Setting element styles via `HTMLElement.style.<property>` is, in fact, allowed per CSPs without `unsafe-inline`. [Example codepen](https://codepen.io/andy-blum/pen/ExRRRBj)
2. The mixin as architected wouldn't work anyway, as it requires `unsafe-eval`.

**Removed**

- Removed CSP compliance mixin

* feat(masthead-v2.1): simple megamenu (fka "listing") design updates (#9627)

* feat(masthead-v2): consolidate category heading renderers

* feat(masthead-v2): establish listing megamenu headings

* feat(masthead-v2): create base megamenu header and adjust layout

* feat(masthead-v2): temp storybook mock updates

* feat(masthead-v2): style right nav header

* feat(masthead-v2): fix category heading definition

* feat(masthead-v2): support conditional heading styling

* feat(masthead-v2): wire up right nav heading data

* feat(masthead-v2): apply new layout styles

* feat(masthead-v2): reorient category link rendering

Code complexity can be drastically reduced by styling the
default content consistently, then applying special styles
to the text passed in via the title attribute.

* feat(masthead-v2): represent more options in mock data

* feat(masthead-v2): update heading keys to match new schema

* feat(masthead-v2): support deprecated heading title schema

* feat(masthead-v2): support variable heading levels

* feat(masthead-v2): restore selected item demo in Storybook

* feat(masthead-v2): position view all links above scroll shadow

* feat(masthead-v2): update spacing tokens

* Update dependency @carbon/icons-react to v10.49.0 (#9838)

[![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.48.0` -> `10.49.0`](https://renovatebot.com/diffs/npm/@carbon%2ficons-react/10.48.0/10.49.0) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/compatibility-slim/10.48.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2ficons-react/10.49.0/confidence-slim/10.48.0)](https://docs.renovatebot.com/merge-confidence/) |

---

<details>
<summary>carbon-design-system/carbon</summary>

[Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.48.0...v10.49.0)

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   chore(deps): bump eslint-plugin-jest from 24.3.6 to 25.3.0 ([#&#8203;10162](https://togithub.com/carbon-design-system/carbon/issues/10162)) ([`131a68783`](https://togithub.com/carbon-design-system/carbon/commit/131a68783))

-   feat(react): add unstable_IconButton ([#&#8203;10095](https://togithub.com/carbon-design-system/carbon/issues/10095)) ([`c902f3a3e`](https://togithub.com/carbon-design-system/carbon/commit/c902f3a3e))
-   feat(carbon-react): add stack re-export ([#&#8203;10123](https://togithub.com/carbon-design-system/carbon/issues/10123)) ([`0c2870ba0`](https://togithub.com/carbon-design-system/carbon/commit/0c2870ba0))

-   fix(carbon-react): add entrypoint to side-effects array ([#&#8203;10128](https://togithub.com/carbon-design-system/carbon/issues/10128)) ([`0e6035503`](https://togithub.com/carbon-design-system/carbon/commit/0e6035503))

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   refactor(react): update pagination component to functional component ([#&#8203;10082](https://togithub.com/carbon-design-system/carbon/issues/10082)) ([`df40c35a4`](https://togithub.com/carbon-design-system/carbon/commit/df40c35a4))
-   chore(release): v10.48.1-rc.0 ([`392f29f66`](https://togithub.com/carbon-design-system/carbon/commit/392f29f66))

-   fix(Checkbox): add positioning to checkbox input for native validation alignment ([#&#8203;10142](https://togithub.com/carbon-design-system/carbon/issues/10142)) ([`56cec535e`](https://togithub.com/carbon-design-system/carbon/commit/56cec535e))

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))
-   docs(components): update link for codesandbox to use main ([#&#8203;10133](https://togithub.com/carbon-design-system/carbon/issues/10133)) ([`c017826bc`](https://togithub.com/carbon-design-system/carbon/commit/c017826bc))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))

-   feat(icons): new icons september thru november ([#&#8203;10127](https://togithub.com/carbon-design-system/carbon/issues/10127)) ([`d6fabd6c8`](https://togithub.com/carbon-design-system/carbon/commit/d6fabd6c8))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   chore(icons): update icon alias metadata ([#&#8203;10141](https://togithub.com/carbon-design-system/carbon/issues/10141)) ([`b0a4daeec`](https://togithub.com/carbon-design-system/carbon/commit/b0a4daeec))

-   feat(table-toolbar-search): add onBlur/onFocus handling ([#&#8203;10187](https://togithub.com/carbon-design-system/carbon/issues/10187)) ([`ec2da01d7`](https://togithub.com/carbon-design-system/carbon/commit/ec2da01d7))
-   feat(react): add unstable_IconButton ([#&#8203;10095](https://togithub.com/carbon-design-system/carbon/issues/10095)) ([`c902f3a3e`](https://togithub.com/carbon-design-system/carbon/commit/c902f3a3e))
-   feat(react): refactor Modal and ModalFooter to functional components  ([#&#8203;10046](https://togithub.com/carbon-design-system/carbon/issues/10046)) ([`8c0b66011`](https://togithub.com/carbon-design-system/carbon/commit/8c0b66011))

-   fix(styles): replace cds--tab--scrollable class with cds--tabs ([#&#8203;10194](https://togithub.com/carbon-design-system/carbon/issues/10194)) ([`4b416b907`](https://togithub.com/carbon-design-system/carbon/commit/4b416b907))
-   fix(Checkbox): add positioning to checkbox input for native validation alignment ([#&#8203;10142](https://togithub.com/carbon-design-system/carbon/issues/10142)) ([`56cec535e`](https://togithub.com/carbon-design-system/carbon/commit/56cec535e))
-   fix(TextInput): only add aria-describedby when there's helper to link to ([#&#8203;10108](https://togithub.com/carbon-design-system/carbon/issues/10108)) ([`07c2aea39`](https://togithub.com/carbon-design-system/carbon/commit/07c2aea39))
-   fix(tabs): debounce scroll handler ([#&#8203;10120](https://togithub.com/carbon-design-system/carbon/issues/10120)) ([`a6dc2648d`](https://togithub.com/carbon-design-system/carbon/commit/a6dc2648d))
-   fix(OverflowMenu): changed filename for story ([#&#8203;10041](https://togithub.com/carbon-design-system/carbon/issues/10041)) ([`5b4efa927`](https://togithub.com/carbon-design-system/carbon/commit/5b4efa927))

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))
-   docs(checkbox): add storybook docs for onClick ([#&#8203;10130](https://togithub.com/carbon-design-system/carbon/issues/10130)) ([`46eded483`](https://togithub.com/carbon-design-system/carbon/commit/46eded483))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   chore(OverflowMenuItem): refactored to functional component ([#&#8203;10147](https://togithub.com/carbon-design-system/carbon/issues/10147)) ([`74e570362`](https://togithub.com/carbon-design-system/carbon/commit/74e570362))
-   chore(deps): bump eslint-plugin-jest from 24.3.6 to 25.3.0 ([#&#8203;10162](https://togithub.com/carbon-design-system/carbon/issues/10162)) ([`131a68783`](https://togithub.com/carbon-design-system/carbon/commit/131a68783))
-   refactor(popover): update <div> to <span> ([#&#8203;10140](https://togithub.com/carbon-design-system/carbon/issues/10140)) ([`54894d598`](https://togithub.com/carbon-design-system/carbon/commit/54894d598))
-   refactor(react): update pagination component to functional component ([#&#8203;10082](https://togithub.com/carbon-design-system/carbon/issues/10082)) ([`df40c35a4`](https://togithub.com/carbon-design-system/carbon/commit/df40c35a4))
-   chore(release): v10.48.1-rc.0 ([`392f29f66`](https://togithub.com/carbon-design-system/carbon/commit/392f29f66))

-   feat(react): add unstable_IconButton ([#&#8203;10095](https://togithub.com/carbon-design-system/carbon/issues/10095)) ([`c902f3a3e`](https://togithub.com/carbon-design-system/carbon/commit/c902f3a3e))

-   fix(styles): replace cds--tab--scrollable class with cds--tabs ([#&#8203;10194](https://togithub.com/carbon-design-system/carbon/issues/10194)) ([`4b416b907`](https://togithub.com/carbon-design-system/carbon/commit/4b416b907))
-   fix(Checkbox): add positioning to checkbox input for native validation alignment ([#&#8203;10142](https://togithub.com/carbon-design-system/carbon/issues/10142)) ([`56cec535e`](https://togithub.com/carbon-design-system/carbon/commit/56cec535e))
-   fix(button): correct secondary button token color ([#&#8203;10129](https://togithub.com/carbon-design-system/carbon/issues/10129)) ([`934d21f8a`](https://togithub.com/carbon-design-system/carbon/commit/934d21f8a))
-   fix(styles): import z-index into overflow-menu in [@&#8203;carbon/styles](https://togithub.com/carbon/styles) ([#&#8203;10106](https://togithub.com/carbon-design-system/carbon/issues/10106)) ([`dbf508dea`](https://togithub.com/carbon-design-system/carbon/commit/dbf508dea))

-   docs(form): use stack for form spacing examples, fix label spacing ([#&#8203;10100](https://togithub.com/carbon-design-system/carbon/issues/10100)) ([`3444ca9d4`](https://togithub.com/carbon-design-system/carbon/commit/3444ca9d4))

-   chore(release): v10.49.0 ([#&#8203;10216](https://togithub.com/carbon-design-system/carbon/issues/10216)) ([`505af1963`](https://togithub.com/carbon-design-system/carbon/commit/505af1963))
-   chore(release): v10.49.0-rc.0 ([`7da5b4891`](https://togithub.com/carbon-design-system/carbon/commit/7da5b4891))
-   refactor(styles): remove unused tabs styles ([#&#8203;10189](https://togithub.com/carbon-design-system/carbon/issues/10189)) ([`8e1d973cb`](https://togithub.com/carbon-design-system/carbon/commit/8e1d973cb))

</details>

---

📅 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC42MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjEuMCJ9-->

* Update dependency @carbon/layout to v10.37.1 (#9837)

[![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/layout](https://togithub.com/carbon-design-system/carbon) | [`10.37.0` -> `10.37.1`](https://renovatebot.com/diffs/npm/@carbon%2flayout/10.37.0/10.37.1) | [![age](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/compatibility-slim/10.37.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@carbon%2flayout/10.37.1/confidence-slim/10.37.0)](https://docs.renovatebot.com/merge-confidence/) |

---

<details>
<summary>carbon-design-system/carbon</summary>

[Compare Source](https://togithub.com/carbon-design-system/carbon/compare/v10.37.0...v10.37.1)

-   fix(Search): restore default component size ([#&#8203;8912](https://togithub.com/carbon-design-system/carbon/issues/8912)) ([`d06886bab`](https://togithub.com/carbon-design-system/carbon/commit/d06886bab))

-   chore(release): v10.37.1-rc.0 ([`53f5f5b1b`](https://togithub.com/carbon-design-system/carbon/commit/53f5f5b1b))

</details>

---

📅 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC42MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNjEuMCJ9-->

* Create design kit bug template (#9832)

N/A

Adding an issue template to quickly document any bugs found in the Figma design kit
(my first attempt and may have messed it up?)

**New**

- new issue template file

**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) -->

* Update dependency node-sass to v7 [SECURITY] (#9836)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [node-sass](https://togithub.com/sass/node-sass) | [`^5.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/node-sass/5.0.0/7.0.0) | [![age](https://badges.renovateapi.com/packages/npm/node-sass/7.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/node-sass/7.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/node-sass/7.0.0/compatibility-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/node-sass/7.0.0/confidence-slim/5.0.0)](https://docs.renovatebot.com/merge-confidence/) |

Certificate validation in node-sass 2.0.0 to 6.0.1 is disabled when requesting binaries even if the user is not specifying an alternative download path.

---

<details>
<summary>sass/node-sass</summary>

[Compare Source](https://togithub.com/sass/node-sass/compare/v6.0.1...v7.0.0)

-   Drop support for Node 15 ([@&#8203;nschonni](https://togithub.com/nschonni))
-   Set `rejectUnauthorized` to `true` by default ([@&#8203;scott-ut](https://togithub.com/scott-ut), [#&#8203;3149](https://togithub.com/sass/node-sass/issues/3149))

-   Add support for Node 17 ([@&#8203;nschonni](https://togithub.com/nschonni))

-   Bump eslint from 7.32.0 to 8.0.0 ([@&#8203;nschonni](https://togithub.com/nschonni), [#&#8203;3191](https://togithub.com/sass/node-sass/issues/3191))
-   Bump fs-extra from 0.30.0 to 10.0.0 ([@&#8203;nschonni](https://togithub.com/nschonni), [#&#8203;3102](https://togithub.com/sass/node-sass/issues/3102))
-   Bump npmlog from 4.1.2 to 5.0.0 ([@&#8203;nschonni](https://togithub.com/nschonni), [#&#8203;3156](https://togithub.com/sass/node-sass/issues/3156))
-   Bump chalk from 1.1.3 to 4.1.2 ([@&#8203;nschonni](https://togithub.com/nschonni), [#&#8203;3161](https://togithub.com/sass/node-sass/issues/3161))

-   Remove double word "support" from documentation ([@&#8203;pzrq](https://togithub.com/pzrq), [#&#8203;3159](https://togithub.com/sass/node-sass/issues/3159))

-   Bump various GitHub Actions dependencies ([@&#8203;nschonni](https://togithub.com/nschonni))

| OS | Architecture | Node |
| --- | --- | --- |
| Windows | x86 & x64 | 12, 14, 16, 17 |
| OSX | x64 | 12, 14, 16, 17 |
| Linux\* | x64 | 12, 14, 16, 17 |
| Alpine Linux | x64 | 12, 14, 16, 17 |
| FreeBSD | i386 amd64 | 12, 14 |

\*Linux support refers to major distributions like Ubuntu, and Debian

[Compare Source](https://togithub.com/sass/node-sass/compare/v6.0.0...v6.0.1)

-   Remove mkdirp ([@&#8203;jimmywarting](https://togithub.com/jimmywarting), [#&#8203;3108](https://togithub.com/sass/node-sass/issues/3108))
-   Bump meow to 9.0.0 ([@&#8203;ykolbin](https://togithub.com/ykolbin), [#&#8203;3125](https://togithub.com/sass/node-sass/issues/3125))
-   Bump mocha to 9.0.1 ([@&#8203;xzyfer](https://togithub.com/xzyfer), [#&#8203;3134](https://togithub.com/sass/node-sass/issues/3134))

-   Use default Apline version from docker-node ([@&#8203;nschonni](https://togithub.com/nschonni), [#&#8203;3121](https://togithub.com/sass/node-sass/issues/3121))

| OS | Architecture | Node |
| --- | --- | --- |
| Windows | x86 & x64 | 12, 14, 15, 16 |
| OSX | x64 | 12, 14, 15, 16 |
| Linux\* | x64 | 12, 14, 15, 16 |
| Alpine Linux | x64 | 12, 14, 15, 16 |
| FreeBSD | i386 amd64 | 12, 14, 15 |

\*Linux support refers to major distributions like Ubuntu, and Debian

[Compare Source](https://togithub.com/sass/node-sass/compare/v5.0.0...v6.0.0)

-   Drop support for Node 10 ([@&#8203;nschonni](https://togithub.com/nschonni))
-   Remove deprecated process.sass API  ([@&#8203;xzyfer](https://togithub.com/xzyfer), [#&#8203;2986](https://togithub.com/sass/node-sass/issues/2986))

-   Add support for Node 16

-   Fix typos in Troubleshooting guide ([@&#8203;independencyinjection](https://togithub.com/independencyinjection), [#&#8203;3051](https://togithub.com/sass/node-sass/issues/3051))
-   Improve dependabot configuration ([@&#8203;nschonni](https://togithub.com/nschonni))

| OS | Architecture | Node |
| --- | --- | --- |
| Windows | x86 & x64 | 12, 14, 15, 16 |
| OSX | x64 | 12, 14, 15, 16 |
| Linux\* | x64 | 12, 14, 15, 16 |
| Alpine Linux | x64 | 12, 14, 15, 16 |
| FreeBSD | i386 amd64 | 12, 14, 15 |

\*Linux support refers to major distributions like Ubuntu, and Deb…
kennylam pushed a commit to kennylam/carbon-for-ibm-dotcom that referenced this pull request Dec 4, 2023
…em#9666)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [flatpickr](https://flatpickr.js.org) ([source](https://togithub.com/chmln/flatpickr)) | [`4.6.1` -> `4.6.13`](https://renovatebot.com/diffs/npm/flatpickr/4.6.1/4.6.13) | [![age](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->
kennylam pushed a commit to kennylam/carbon-for-ibm-dotcom that referenced this pull request Jun 11, 2024
…em#9666)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [flatpickr](https://flatpickr.js.org) ([source](https://togithub.com/chmln/flatpickr)) | [`4.6.1` -> `4.6.13`](https://renovatebot.com/diffs/npm/flatpickr/4.6.1/4.6.13) | [![age](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/compatibility-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/flatpickr/4.6.13/confidence-slim/4.6.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### 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**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNC4zMC4yIiwidXBkYXRlZEluVmVyIjoiMzQuMzAuMiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready to merge Label for the pull requests that are ready to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants