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

csp test #1922

Closed
Closed

Conversation

rajsite
Copy link
Member

@rajsite rajsite commented Mar 12, 2024

Pull Request

🀨 Rationale

πŸ‘©β€πŸ’» Implementation

πŸ§ͺ Testing

βœ… Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

rajsite and others added 30 commits March 4, 2024 10:30
# Pull Request

## 🀨 Rationale

### NPM

Switching the renovate behavior to just use semver compatible ranges for
npm (in-range-only) and target all npm managed packages while doing so.

Benefits:
- All deps get managed instead of a select subset
- Single PR (for dev and devDeps) modifying the lockfile at a time
- Can likely be merged without any changes
- Future potential changes
  - We can potentially increase the rate for the PRs if they behave well

Cons:
- Not getting semver incompatible updates (i.e. updates to the
package.json that require a beachball change)

Future potential changes:
- Add back a select list of packages we are interested in getting latest
changes beyond semver ranges
  - Run it less often, once a cycle or monthly
- Make a manual task to manually go through and bump outdated semver
ranges being careful to track typescript versions, etc., once a cycle?

### Nuget

- Think I followed the pattern npm was doing to disable generally and
make a group for the nuget packages to reduce the number of separate
PRs.

## πŸ‘©β€πŸ’» Implementation

See above

## πŸ§ͺ Testing

Can try it out for a while

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
# Pull Request

## 🀨 Rationale

The [renovate PR](#1896) was trying to
bump the playwright version in lock only mode even though it's locked.
Believe it's because the jasmine-parameterize playwright version was not
locked.

## πŸ‘©β€πŸ’» Implementation

Locked the playwright version in jasmine-parameterized as well.

## πŸ§ͺ Testing

Relying on CI.

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[karma-firefox-launcher](https://togithub.com/karma-runner/karma-firefox-launcher)
| [`2.1.2` ->
`2.1.3`](https://renovatebot.com/diffs/npm/karma-firefox-launcher/2.1.2/2.1.3)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/karma-firefox-launcher/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/karma-firefox-launcher/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/karma-firefox-launcher/2.1.2/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/karma-firefox-launcher/2.1.2/2.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>karma-runner/karma-firefox-launcher
(karma-firefox-launcher)</summary>

###
[`v2.1.3`](https://togithub.com/karma-runner/karma-firefox-launcher/blob/HEAD/CHANGELOG.md#213-2024-03-03)

[Compare
Source](https://togithub.com/karma-runner/karma-firefox-launcher/compare/v2.1.2...v2.1.3)

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - "monthly" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/ni/nimble).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Milan Raj <[email protected]>
# Pull Request

## 🀨 Rationale

Fixes #1880 

## πŸ‘©β€πŸ’» Implementation

- A hovered column divider is now `borderHoverColor`
- The column divider that is being dragged is styled using the `active`
class to be `borderHoverColor`
- The second column divider of the column being resized (assuming it
exists) is styled using the `visible` class to be visible

## πŸ§ͺ Testing

- Manually tested in storybook
- Update unit tests that check for the correct CSS classes to be applied
to dividers during a drag operation

## βœ… Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [ ] I have updated the project documentation to reflect my changes or
determined no changes are needed.

---------

Co-authored-by: m-akinc <[email protected]>
Co-authored-by: Milan Raj <[email protected]>
# Pull Request

## 🀨 Rationale

Enable the renovate
[`github-actions`](https://docs.renovatebot.com/modules/manager/github-actions/)
manager to update our action versions

## πŸ‘©β€πŸ’» Implementation

Enabled in the renovate config following our current pattern of bundling
the changes for the manager in a single PR.

## πŸ§ͺ Testing

Not sure how to test a PR update to the renovate config. Doing it live

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
# Pull Request

## 🀨 Rationale

- Update labels on issue templates
- Consistency on headers and button name
- Consistency on EOF whitespace

## πŸ‘©β€πŸ’» Implementation

See above

## πŸ§ͺ Testing

Doing it live.

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
major | `v3` -> `v4` |
| [actions/deploy-pages](https://togithub.com/actions/deploy-pages) |
action | major | `v1` -> `v4` |
| [actions/setup-dotnet](https://togithub.com/actions/setup-dotnet) |
action | major | `v3` -> `v4` |
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| major | `v3` -> `v4` |
|
[actions/upload-artifact](https://togithub.com/actions/upload-artifact)
| action | major | `v3` -> `v4` |
|
[actions/upload-pages-artifact](https://togithub.com/actions/upload-pages-artifact)
| action | major | `v1` -> `v3` |
| [chromaui/action](https://togithub.com/chromaui/action) | action |
major | `v1` -> `v11` |

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400)

[Compare Source](https://togithub.com/actions/checkout/compare/v3...v4)

- [Support fetching without the --progress
option](https://togithub.com/actions/checkout/pull/1067)
-   [Update to node20](https://togithub.com/actions/checkout/pull/1436)

</details>

<details>
<summary>actions/deploy-pages (actions/deploy-pages)</summary>

### [`v4`](https://togithub.com/actions/deploy-pages/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/deploy-pages/compare/v3...v4)

### [`v3`](https://togithub.com/actions/deploy-pages/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/deploy-pages/compare/v2...v3)

### [`v2`](https://togithub.com/actions/deploy-pages/compare/v1...v2)

[Compare
Source](https://togithub.com/actions/deploy-pages/compare/v1...v2)

</details>

<details>
<summary>actions/setup-dotnet (actions/setup-dotnet)</summary>

### [`v4`](https://togithub.com/actions/setup-dotnet/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/setup-dotnet/compare/v3...v4)

</details>

<details>
<summary>actions/setup-node (actions/setup-node)</summary>

### [`v4`](https://togithub.com/actions/setup-node/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/setup-node/compare/v3...v4)

</details>

<details>
<summary>actions/upload-artifact (actions/upload-artifact)</summary>

### [`v4`](https://togithub.com/actions/upload-artifact/compare/v3...v4)

[Compare
Source](https://togithub.com/actions/upload-artifact/compare/v3...v4)

</details>

<details>
<summary>actions/upload-pages-artifact
(actions/upload-pages-artifact)</summary>

###
[`v3`](https://togithub.com/actions/upload-pages-artifact/compare/v2...v3)

[Compare
Source](https://togithub.com/actions/upload-pages-artifact/compare/v2...v3)

###
[`v2`](https://togithub.com/actions/upload-pages-artifact/compare/v1...v2)

[Compare
Source](https://togithub.com/actions/upload-pages-artifact/compare/v1...v2)

</details>

<details>
<summary>chromaui/action (chromaui/action)</summary>

### [`v11`](https://togithub.com/chromaui/action/compare/v10...v11)

[Compare Source](https://togithub.com/chromaui/action/compare/v10...v11)

### [`v10`](https://togithub.com/chromaui/action/compare/v9...v10)

[Compare Source](https://togithub.com/chromaui/action/compare/v9...v10)

### [`v9`](https://togithub.com/chromaui/action/compare/v1...v9)

[Compare Source](https://togithub.com/chromaui/action/compare/v1...v9)

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - "monthly" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/ni/nimble).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
# Pull Request

## 🀨 Rationale

HLD update for #1873 

## πŸ‘©β€πŸ’» Implementation

N/A

## πŸ§ͺ Testing

N/A

## βœ… Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [ ] I have updated the project documentation to reflect my changes or
determined no changes are needed.
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence | Type |
Update |
|---|---|---|---|---|---|---|---|
| [Microsoft.AspNetCore.Components.Web](https://asp.net/)
([source](https://togithub.com/dotnet/aspnetcore)) | `6.0.26` ->
`6.0.27` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.Web/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.AspNetCore.Components.Web/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.AspNetCore.Components.Web/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.Web/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | patch |
| [Microsoft.AspNetCore.Components.WebAssembly](https://asp.net/)
([source](https://togithub.com/dotnet/aspnetcore)) | `6.0.26` ->
`6.0.27` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.WebAssembly/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.AspNetCore.Components.WebAssembly/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.AspNetCore.Components.WebAssembly/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.WebAssembly/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | patch |
|
[Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://asp.net/)
([source](https://togithub.com/dotnet/aspnetcore)) | `6.0.26` ->
`6.0.27` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Components.WebAssembly.DevServer/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | patch |
| [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/)
([source](https://togithub.com/dotnet/aspnetcore)) | `6.0.26` ->
`6.0.27` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Mvc.Testing/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Microsoft.AspNetCore.Mvc.Testing/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Microsoft.AspNetCore.Mvc.Testing/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Mvc.Testing/6.0.26/6.0.27?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | patch |
| [bunit](https://bunit.egilhansen.com/)
([source](https://togithub.com/bUnit-dev/bUnit)) | `1.26.64` ->
`1.27.17` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/bunit/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/bunit/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/bunit/1.26.64/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/bunit/1.26.64/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | minor |
| [bunit.core](https://bunit.egilhansen.com/)
([source](https://togithub.com/bUnit-dev/bUnit)) | `1.26.64` ->
`1.27.17` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/bunit.core/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/bunit.core/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/bunit.core/1.26.64/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/bunit.core/1.26.64/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | minor |
| [bunit.web](https://bunit.egilhansen.com/)
([source](https://togithub.com/bUnit-dev/bUnit)) | `1.26.64` ->
`1.27.17` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/bunit.web/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/bunit.web/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/bunit.web/1.26.64/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/bunit.web/1.26.64/1.27.17?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | minor |
| [dotnet-sdk](https://togithub.com/dotnet/sdk) | `6.0.418` -> `6.0.419`
|
[![age](https://developer.mend.io/api/mc/badges/age/dotnet-version/dotnet-sdk/6.0.419?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/dotnet-version/dotnet-sdk/6.0.419?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/dotnet-version/dotnet-sdk/6.0.418/6.0.419?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/dotnet-version/dotnet-sdk/6.0.418/6.0.419?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| dotnet-sdk | patch |
| [xunit](https://togithub.com/xunit/xunit) | `2.4.1` -> `2.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit/2.4.1/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit/2.4.1/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | minor |
| [xunit.extensibility.execution](https://togithub.com/xunit/xunit) |
`2.4.1` -> `2.7.0` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit.extensibility.execution/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit.extensibility.execution/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit.extensibility.execution/2.4.1/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit.extensibility.execution/2.4.1/2.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | minor |
|
[xunit.runner.visualstudio](https://togithub.com/xunit/visualstudio.xunit)
| `2.4.3` -> `2.5.7` |
[![age](https://developer.mend.io/api/mc/badges/age/nuget/xunit.runner.visualstudio/2.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/xunit.runner.visualstudio/2.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/xunit.runner.visualstudio/2.4.3/2.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/xunit.runner.visualstudio/2.4.3/2.5.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| nuget | minor |

---

### Release Notes

<details>
<summary>dotnet/aspnetcore
(Microsoft.AspNetCore.Components.Web)</summary>

###
[`v6.0.27`](https://togithub.com/dotnet/aspnetcore/releases/tag/v6.0.27):
.NET 6.0.26

[Release](https://togithub.com/dotnet/core/releases/tag/v6.0.27)

</details>

<details>
<summary>bUnit-dev/bUnit (bunit)</summary>

###
[`v1.27.17`](https://togithub.com/bUnit-dev/bUnit/blob/HEAD/CHANGELOG.md#12717---2024-03-02)

##### Added

- Support for `IKeyedServiceProvider` in net8.0. Reported by
[@&#8203;ViRuSTriNiTy](https://togithub.com/ViRuSTriNiTy). By
[@&#8203;linkdotnet](https://togithub.com/linkdotnet).
- Support for `net9.0`. NOTE, there is no commitment as of now to
support net9.0 in bUnit v1. However. Support for net9.0 may move to a
future v2 release of bUnit and be deprecated in v1. However, allowing
bUnit to build and work with net9.0 previews allows our users to keep
testing!

##### Fixed

- Support for `SupplyFromQueryParameter` in net8.0. Reported by
[@&#8203;aayjaychan](https://togithub.com/aayjaychan). Fixed by
[@&#8203;egil](https://togithub.com/egil) and
[@&#8203;linkdotnet](https://togithub.com/linkdotnet).

</details>

<details>
<summary>dotnet/sdk (dotnet-sdk)</summary>

### [`v6.0.419`](https://togithub.com/dotnet/sdk/releases/tag/v6.0.419):
.NET 6.0.27

[Compare
Source](https://togithub.com/dotnet/sdk/compare/v6.0.418...v6.0.419)

[Release](https://togithub.com/dotnet/core/releases/tag/v6.0.27)

</details>

<details>
<summary>xunit/xunit (xunit)</summary>

### [`v2.7.0`](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.6...2.7.0)

### [`v2.6.6`](https://togithub.com/xunit/xunit/compare/2.6.5...2.6.6)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.5...2.6.6)

### [`v2.6.5`](https://togithub.com/xunit/xunit/compare/2.6.4...2.6.5)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.4...2.6.5)

### [`v2.6.4`](https://togithub.com/xunit/xunit/compare/2.6.3...2.6.4)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.3...2.6.4)

### [`v2.6.3`](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.2...2.6.3)

### [`v2.6.2`](https://togithub.com/xunit/xunit/compare/2.6.1...2.6.2)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.1...2.6.2)

### [`v2.6.1`](https://togithub.com/xunit/xunit/compare/2.6.0...2.6.1)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.6.0...2.6.1)

### [`v2.6.0`](https://togithub.com/xunit/xunit/compare/2.5.3...2.6.0)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.3...2.6.0)

### [`v2.5.3`](https://togithub.com/xunit/xunit/compare/2.5.2...2.5.3)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.2...2.5.3)

### [`v2.5.2`](https://togithub.com/xunit/xunit/compare/2.5.1...2.5.2)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.1...2.5.2)

### [`v2.5.1`](https://togithub.com/xunit/xunit/compare/2.5.0...2.5.1)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.5.0...2.5.1)

### [`v2.5.0`](https://togithub.com/xunit/xunit/compare/2.4.2...2.5.0)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.4.2...2.5.0)

### [`v2.4.2`](https://togithub.com/xunit/xunit/compare/2.4.1...2.4.2)

[Compare Source](https://togithub.com/xunit/xunit/compare/2.4.1...2.4.2)

</details>

<details>
<summary>xunit/visualstudio.xunit (xunit.runner.visualstudio)</summary>

###
[`v2.5.7`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.7)

###
[`v2.5.6`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.5...2.5.6)

###
[`v2.5.5`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.4...2.5.5)

###
[`v2.5.4`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.3...2.5.4)

###
[`v2.5.3`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.1...2.5.3)

###
[`v2.5.1`](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.1)

[Compare
Source](https://togithub.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.1)

###
[`v2.4.5`](https://togithub.com/xunit/visualstudio.xunit/releases/tag/v2.4.5)

##### Changes:

-
[#&#8203;308](https://togithub.com/xunit/visualstudio.xunit/issues/308):
Downgrade xunit.runner.vs to net462

This list of changes was [auto
generated](https://dev.azure.com/dotnet/fe18572b-d1ba-496a-9e95-1af3bc3df99b/\_release?releaseId=178&\_a=release-summary).

###
[`v2.4.4`](https://togithub.com/xunit/visualstudio.xunit/releases/tag/v2.4.4)

#### Changes:

##### Bugs:

-
[#&#8203;292](https://togithub.com/xunit/visualstudio.xunit/issues/292):
Fixing a hang in test discovery

##### Others:

-
[#&#8203;304](https://togithub.com/xunit/visualstudio.xunit/issues/304):
Update xunit version to 2.4.2-pre.12
-
[#&#8203;297](https://togithub.com/xunit/visualstudio.xunit/issues/297):
Bump NSubstitute from 4.2.2 to 4.3.0
-
[#&#8203;294](https://togithub.com/xunit/visualstudio.xunit/issues/294):
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 17.0.0
-
[#&#8203;293](https://togithub.com/xunit/visualstudio.xunit/issues/293):
Bump Nerdbank.GitVersioning from 3.4.231 to 3.4.255
-
[#&#8203;296](https://togithub.com/xunit/visualstudio.xunit/issues/296):
Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.12 to 6.2.13
-
[#&#8203;299](https://togithub.com/xunit/visualstudio.xunit/issues/299):
Bump MSBuild.Sdk.Extras from 3.0.23 to 3.0.44
-
[#&#8203;270](https://togithub.com/xunit/visualstudio.xunit/issues/270):
Upgrade to GitHub-native Dependabot

<details><summary><b>See More</b></summary>

-
[#&#8203;281](https://togithub.com/xunit/visualstudio.xunit/issues/281):
Bump Nerdbank.GitVersioning from 3.4.228 to 3.4.231
-
[#&#8203;280](https://togithub.com/xunit/visualstudio.xunit/issues/280):
Bump Nerdbank.GitVersioning from 3.4.220 to 3.4.228
-
[#&#8203;277](https://togithub.com/xunit/visualstudio.xunit/issues/277):
Bump Nerdbank.GitVersioning from 3.4.216 to 3.4.220
-
[#&#8203;275](https://togithub.com/xunit/visualstudio.xunit/issues/275):
Bump Nerdbank.GitVersioning from 3.4.205 to 3.4.216
-
[#&#8203;274](https://togithub.com/xunit/visualstudio.xunit/issues/274):
Bump Nerdbank.GitVersioning from 3.4.203 to 3.4.205
-
[#&#8203;273](https://togithub.com/xunit/visualstudio.xunit/issues/273):
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
-
[#&#8203;272](https://togithub.com/xunit/visualstudio.xunit/issues/272):
Bump Microsoft.TestPlatform.ObjectModel from 16.9.4 to 16.10.0
-
[#&#8203;271](https://togithub.com/xunit/visualstudio.xunit/issues/271):
Bump Nerdbank.GitVersioning from 3.4.194 to 3.4.203
-
[#&#8203;268](https://togithub.com/xunit/visualstudio.xunit/issues/268):
Bump Nerdbank.GitVersioning from 3.4.190 to 3.4.194
-
[#&#8203;267](https://togithub.com/xunit/visualstudio.xunit/issues/267):
Bump Nerdbank.GitVersioning from 3.3.37 to 3.4.190
-
[#&#8203;265](https://togithub.com/xunit/visualstudio.xunit/issues/265):
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
-
[#&#8203;264](https://togithub.com/xunit/visualstudio.xunit/issues/264):
Bump Microsoft.TestPlatform.ObjectModel from 16.9.1 to 16.9.4
-
[#&#8203;260](https://togithub.com/xunit/visualstudio.xunit/issues/260):
Bump Microsoft.TestPlatform.ObjectModel from 16.8.3 to 16.9.1
-
[#&#8203;261](https://togithub.com/xunit/visualstudio.xunit/issues/261):
Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
-
[#&#8203;258](https://togithub.com/xunit/visualstudio.xunit/issues/258):
Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.11 to 6.2.12
-
[#&#8203;256](https://togithub.com/xunit/visualstudio.xunit/issues/256):
Bump MSBuild.Sdk.Extras from 3.0.22 to 3.0.23
-
[#&#8203;255](https://togithub.com/xunit/visualstudio.xunit/issues/255):
Bump MSBuild.Sdk.Extras from 2.1.2 to 3.0.22
-
[#&#8203;254](https://togithub.com/xunit/visualstudio.xunit/issues/254):
Bump Microsoft.TestPlatform.ObjectModel from 16.8.0 to 16.8.3
-
[#&#8203;253](https://togithub.com/xunit/visualstudio.xunit/issues/253):
Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3
-
[#&#8203;250](https://togithub.com/xunit/visualstudio.xunit/issues/250):
Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.10 to 6.2.11
-
[#&#8203;246](https://togithub.com/xunit/visualstudio.xunit/issues/246):
Bump Microsoft.TestPlatform.ObjectModel from 16.7.0 to 16.8.0
-
[#&#8203;245](https://togithub.com/xunit/visualstudio.xunit/issues/245):
Bump Microsoft.NET.Test.Sdk from 16.6.1 to 16.8.0
-
[#&#8203;240](https://togithub.com/xunit/visualstudio.xunit/issues/240):
Bump Nerdbank.GitVersioning from 3.2.31 to 3.3.37
-
[#&#8203;231](https://togithub.com/xunit/visualstudio.xunit/issues/231):
Bump Microsoft.TestPlatform.ObjectModel from 16.6.1 to 16.7.0

This list of changes was [auto
generated](https://dev.azure.com/dotnet/fe18572b-d1ba-496a-9e95-1af3bc3df99b/\_release?releaseId=175&\_a=release-summary).</details>

</details>

---

### Configuration

πŸ“… **Schedule**: Branch creation - "monthly" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

β™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

πŸ‘» **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/ni/nimble).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Meyer <[email protected]>
Co-authored-by: Malcolm Smith <[email protected]>
# Pull Request

## 🀨 Rationale

- #350
# Pull Request

## 🀨 Rationale

Gets all dependencies up-to-date (as reported by `npm outdated`) except
the following:
- `@angular/*`, `zone.js`, `ng-packagr`, `typescript`: Coupled to
current Angular version
- `@microsoft/fast-foundation` and `@microsoft/fast-react-wrapper`:
Pinned due to microsoft/fast#6906
- `playwright`: Latest version on nuget 1.41.2 not aligned with npm
1.42.1. There are some 1.42 beta releases on nuget so guess something is
going on there. Didn't look into it more.
- `remark-gfm`: Updating it to latest caused storybook build errors and
only recommendation seems to be [avoid upgrading `remark-gfm` to
v4](storybookjs/storybook#24743 (comment)).

## πŸ‘©β€πŸ’» Implementation

Updated and fixed build & lint.

## πŸ§ͺ Testing

Relying on CI.

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
# Pull Request

## 🀨 Rationale

- Updated `fetch-depth: 0` comment from being [needed by
beachball](microsoft/beachball#780) to being
[needed by
chromatic](https://github.com/ni/nimble/actions/runs/8164295790/job/22319288123#step:14:50).
- Updated renovate to make a single PR for npm updates that we can let
update to latest.
  - Angular and it's related packages are ignored
    - `^@angular`, `ng-packagr`, `zone.js`, `typescript`
  - Pinned packages are ignored
- `@microsoft/fast-foundation` and `@microsoft/fast-react-wrapper` due
to [fast issue](microsoft/fast#6906)
- `comlink` as it is partially vendored into workers and needs a
controlled and pinned update
- `remark-gfm` as [updating breaks
mdx](storybookjs/storybook#24743 (comment))
- Removed npm version specific install that was now downgrading the npm
version accidentally.
- Removed file permission workaround [no longer needed to prevent
warnings](actions/upload-pages-artifact#45).
- Updated the beachball patch-package

## πŸ‘©β€πŸ’» Implementation

See above.

## πŸ§ͺ Testing

Relying on CI.

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
# Pull Request

## 🀨 Rationale

Details about the API, implementation and other changes can be found in
the spec file
https://github.com/ni/nimble/blob/main/packages/nimble-components/src/wafer-map/specs/features/rendering.md.

Other requirements are under review
#1834.

## πŸ‘©β€πŸ’» Implementation

Created the new API `diesTable` property and changed the update cycle to
use two rendering strategies.
Created a new `WorkerRenderer` skeleton.
Created storybook controls and data for the new api.

## πŸ§ͺ Testing

unit testing created for the API access and update.

## βœ… Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.

---------

Co-authored-by: rajsite <[email protected]>
# Pull Request

## 🀨 Rationale

Create HLD for column placeholders in the table.

## πŸ‘©β€πŸ’» Implementation

N/A

## πŸ§ͺ Testing

N/A

## βœ… Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [ ] I have updated the project documentation to reflect my changes or
determined no changes are needed.

---------

Co-authored-by: Milan Raj <[email protected]>
# Pull Request

## 🀨 Rationale

- Removed the user story issue template since it did not align with any
categories on the design system board
- Aligned file names to repo conventions
- Tweaked the comment pattern to make lists easier to uncomment
- Remove the (PO Only) / (Dev only) description comments. Seemed noisy
and we can re-add them if it becomes an issue.

## πŸ‘©β€πŸ’» Implementation

- See above

## πŸ§ͺ Testing

Will test out the templates after merge.

## βœ… Checklist

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
@rajsite rajsite changed the title Users/munteannatan/experimental events csp test Mar 12, 2024
@rajsite rajsite closed this Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants