From 9450e62bc7d8b8169c62a9b2ada067cb4286d138 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 14 Nov 2023 10:28:37 +0900 Subject: [PATCH 1/3] chore: fix typo in CallbackExtensions.cs (#4301) specificy -> specificity --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0 --- .../src/Amazon.JSII.Runtime/CallbackExtensions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@jsii/dotnet-runtime/src/Amazon.JSII.Runtime/CallbackExtensions.cs b/packages/@jsii/dotnet-runtime/src/Amazon.JSII.Runtime/CallbackExtensions.cs index 8e0f03c52c..946fe08b7e 100644 --- a/packages/@jsii/dotnet-runtime/src/Amazon.JSII.Runtime/CallbackExtensions.cs +++ b/packages/@jsii/dotnet-runtime/src/Amazon.JSII.Runtime/CallbackExtensions.cs @@ -65,7 +65,7 @@ out object? result return null; } - throw new ArgumentException("Callback does not specificy a method, getter, or setter to invoke"); + throw new ArgumentException("Callback does not specify a method, getter, or setter to invoke"); } private static CallbackResult? InvokeMethod(InvokeRequest request, IReferenceMap referenceMap) @@ -251,4 +251,4 @@ private CallbackResult(TypeReference type, bool isOptional, object? value) : bas public object? Value { get; } } -} \ No newline at end of file +} From d55b8d57ce43dc9fd3d5132d7ba3ad0aa9ead3b9 Mon Sep 17 00:00:00 2001 From: Anurag Roy <89125578+NextThread@users.noreply.github.com> Date: Tue, 14 Nov 2023 14:26:36 +0530 Subject: [PATCH 2/3] fix(pacmak): *.tsbuildinfo not in auto-generated .npmignore file (#4236) #3978 Added *.tsbuildinfo to auto-generated .npmignore file --- packages/jsii-pacmak/lib/npm-modules.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/jsii-pacmak/lib/npm-modules.ts b/packages/jsii-pacmak/lib/npm-modules.ts index 81f2820c83..20948947e6 100644 --- a/packages/jsii-pacmak/lib/npm-modules.ts +++ b/packages/jsii-pacmak/lib/npm-modules.ts @@ -135,6 +135,7 @@ async function updateNpmIgnore( 'Exclude typescript source and config', '*.ts', 'tsconfig.json', + '*.tsbuildinfo', ); includePattern( 'Include javascript files and typescript declarations', From bd02eef4de521d52d39e7ee6bc789f17574e740d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:38:09 +0000 Subject: [PATCH 3/3] chore(deps): Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 in /packages/@jsii/dotnet-runtime-test/test (#4322) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.7.2 to 17.8.0.
Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

v17.8.0

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.7.2...v17.8.0

v17.8.0-release-23468-02

What's Changed

Full Changelog: https://github.com/microsoft/vstest/compare/v17.8.0-preview-23424-02...v17.8.0-release-23468-02

v17.8.0-preview-23424-02

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/vstest/compare/v17.8.0-preview-23371-04...v17.8.0-preview-23424-02

v17.8.0-preview-23371-04

Issues Fixed

  • Take System dlls from testhost folder #4610
  • Simplify naming in ExecutionTests
  • Fix XmlException when writing Html log with certain test names #4576

Full Changelog: here

Drops

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.NET.Test.Sdk&package-manager=nuget&previous-version=17.7.2&new-version=17.8.0)](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) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- packages/@jsii/Directory.Build.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@jsii/Directory.Build.targets b/packages/@jsii/Directory.Build.targets index 2b77132144..623fa429de 100644 --- a/packages/@jsii/Directory.Build.targets +++ b/packages/@jsii/Directory.Build.targets @@ -10,7 +10,7 @@ - +