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

Upgrade Playwright and Apache Arrow dependencies #2387

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update Playwright to 1.47.0",
"packageName": "@ni/jasmine-parameterized",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Upgrade Apache Arrow to 17.0.0",
"packageName": "@ni/nimble-blazor",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Upgrade Apache Arrow to 17.0.0",
"packageName": "@ni/nimble-components",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Update Playwright to 1.47.0",
"packageName": "@ni/spright-components",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "none"
}
47 changes: 25 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"concurrently": "^9.0.0",
"cross-env": "^7.0.3",
"patch-package": "^8.0.0",
"playwright": "1.44.0"
"playwright": "1.47.0"
}
}
2 changes: 1 addition & 1 deletion packages/angular-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"karma-jasmine-html-reporter": "^2.0.0",
"karma-spec-reporter": "^0.0.36",
"ng-packagr": "^17.3.0",
"playwright": "1.44.0",
"playwright": "1.47.0",
"rollup": "^4.12.0",
"typescript": "~5.4.5"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"Apache.Arrow": {
"type": "Transitive",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
Expand Down Expand Up @@ -352,7 +352,7 @@
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[16.1.0, 16.1.0]",
"Apache.Arrow": "[17.0.0, 17.0.0]",
"Microsoft.AspNetCore.Components.Web": "[6.0.33, )"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
},
"Apache.Arrow": {
"type": "Transitive",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
Expand Down Expand Up @@ -370,7 +370,7 @@
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[16.1.0, 16.1.0]",
"Apache.Arrow": "[17.0.0, 17.0.0]",
"Microsoft.AspNetCore.Components.Web": "[6.0.33, )"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"Apache.Arrow": {
"type": "Transitive",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
Expand Down Expand Up @@ -216,7 +216,7 @@
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[16.1.0, 16.1.0]",
"Apache.Arrow": "[17.0.0, 17.0.0]",
"Microsoft.AspNetCore.Components.Web": "[6.0.33, )"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"Apache.Arrow": {
"type": "Transitive",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
Expand Down Expand Up @@ -208,7 +208,7 @@
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[16.1.0, 16.1.0]",
"Apache.Arrow": "[17.0.0, 17.0.0]",
"Microsoft.AspNetCore.Components.Web": "[6.0.33, )"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Apache.Arrow" Version="[16.1.0]" />
<PackageReference Include="Apache.Arrow" Version="[17.0.0]" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.33" />
<PackageReference Include="NI.CSharp.Analyzers" Version="[2.0.21]" PrivateAssets="all" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions packages/blazor-workspace/NimbleBlazor/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net6.0": {
"Apache.Arrow": {
"type": "Direct",
"requested": "[16.1.0, 16.1.0]",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"requested": "[17.0.0, 17.0.0]",
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Components.Web": {
"type": "Direct",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.33" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.Playwright" Version="[1.44.0]" />
<PackageReference Include="Microsoft.Playwright" Version="[1.47.0]" />
<PackageReference Include="NI.CSharp.Analyzers" Version="[2.0.21]" />
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"Microsoft.Playwright": {
"type": "Direct",
"requested": "[1.44.0, 1.44.0]",
"resolved": "1.44.0",
"contentHash": "stag3Jv/FtjqR5/8UcVfyYyktPt9AHxBnNazyytu4cq5W8/J5DQDQEednk/cK2iGy2Y/dC0hUcCdxp9cFDckmA==",
"requested": "[1.47.0, 1.47.0]",
"resolved": "1.47.0",
"contentHash": "D9verOkoSO1vqqAe36jmuQlceEHd2leoYlLOXQkMuVDFTbhvblVk7LOm9LeS50u+5xNcIcJi1+vA2rZxN5tW4A==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ComponentModel.Annotations": "5.0.0",
Expand Down Expand Up @@ -95,8 +95,8 @@
},
"Apache.Arrow": {
"type": "Transitive",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
Expand Down Expand Up @@ -1066,7 +1066,7 @@
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[16.1.0, 16.1.0]",
"Apache.Arrow": "[17.0.0, 17.0.0]",
"Microsoft.AspNetCore.Components.Web": "[6.0.33, )"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.33" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Microsoft.Playwright" Version="[1.44.0]" />
<PackageReference Include="Microsoft.Playwright" Version="[1.47.0]" />
<PackageReference Include="NI.CSharp.Analyzers" Version="[2.0.21]" />
<PackageReference Include="System.ComponentModel" Version="4.3.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
},
"Microsoft.Playwright": {
"type": "Direct",
"requested": "[1.44.0, 1.44.0]",
"resolved": "1.44.0",
"contentHash": "stag3Jv/FtjqR5/8UcVfyYyktPt9AHxBnNazyytu4cq5W8/J5DQDQEednk/cK2iGy2Y/dC0hUcCdxp9cFDckmA==",
"requested": "[1.47.0, 1.47.0]",
"resolved": "1.47.0",
"contentHash": "D9verOkoSO1vqqAe36jmuQlceEHd2leoYlLOXQkMuVDFTbhvblVk7LOm9LeS50u+5xNcIcJi1+vA2rZxN5tW4A==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "6.0.0",
"System.ComponentModel.Annotations": "5.0.0",
Expand Down Expand Up @@ -95,8 +95,8 @@
},
"Apache.Arrow": {
"type": "Transitive",
"resolved": "16.1.0",
"contentHash": "Xs4v4zhiYjhAF7wGrjJlfhFU+NKj6NfE3Hx5s32ZX2KjZZ5EYOis0P9vyQSAjVafGanWwOM1iaRzS4tZHI0nAg=="
"resolved": "17.0.0",
"contentHash": "Sw9Fzvf7RpZtQO/Jn+pKlOjnca1thyDA5xfOO1EUGJox4aUd1rPXKFKlnoGtacZ2wzwjQLKtEysYWW0+d1Deog=="
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
Expand Down Expand Up @@ -1069,7 +1069,7 @@
"Microsoft.AspNetCore.Mvc.Testing": "[6.0.33, )",
"Microsoft.Extensions.Configuration": "[7.0.0, )",
"Microsoft.NET.Test.Sdk": "[16.11.0, )",
"Microsoft.Playwright": "[1.44.0, 1.44.0]",
"Microsoft.Playwright": "[1.47.0, 1.47.0]",
"NI.CSharp.Analyzers": "[2.0.21, 2.0.21]",
"NimbleBlazor": "[1.0.0, )",
"System.ComponentModel": "[4.3.0, )",
Expand All @@ -1080,7 +1080,7 @@
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Apache.Arrow": "[16.1.0, 16.1.0]",
"Apache.Arrow": "[17.0.0, 17.0.0]",
"Microsoft.AspNetCore.Components.Web": "[6.0.33, )"
}
}
Expand Down
Loading