From ffde0fac8d0dae0a0e3b28c8938878be81009b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:14:29 +0000 Subject: [PATCH 1/4] chore(deps-dev): bump ts-node from 10.9.1 to 10.9.2 Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.9.1 to 10.9.2. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Changelog](https://github.com/TypeStrong/ts-node/blob/main/development-docs/release-template.md) - [Commits](https://github.com/TypeStrong/ts-node/compare/v10.9.1...v10.9.2) --- updated-dependencies: - dependency-name: ts-node dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- src/fdc3/js/composeui-fdc3/package.json | 2 +- src/shell/js/composeui-node-launcher/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8a0e0fe3c..3348e7d8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21012,9 +21012,10 @@ } }, "node_modules/ts-node": { - "version": "10.9.1", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, - "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -26037,7 +26038,7 @@ "rimraf": "5.0.5", "rollup": "^3.14.0", "ts-jest": "29.1.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "tslib": "^2.4.0", "typescript": "^5.3.3" } @@ -26110,7 +26111,7 @@ "jest": "29.5.0", "rimraf": "^5.0.5", "ts-jest": "29.1.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "tslib": "^2.4.0", "typescript": "^5.3.3" } diff --git a/src/fdc3/js/composeui-fdc3/package.json b/src/fdc3/js/composeui-fdc3/package.json index cb3ee2ed4..ec8535e09 100644 --- a/src/fdc3/js/composeui-fdc3/package.json +++ b/src/fdc3/js/composeui-fdc3/package.json @@ -32,7 +32,7 @@ "rimraf": "5.0.5", "rollup": "^3.14.0", "ts-jest": "29.1.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "tslib": "^2.4.0", "typescript": "^5.3.3" } diff --git a/src/shell/js/composeui-node-launcher/package.json b/src/shell/js/composeui-node-launcher/package.json index f6596dac9..b7a503e41 100644 --- a/src/shell/js/composeui-node-launcher/package.json +++ b/src/shell/js/composeui-node-launcher/package.json @@ -32,7 +32,7 @@ "jest": "29.5.0", "rimraf": "^5.0.5", "ts-jest": "29.1.0", - "ts-node": "10.9.1", + "ts-node": "10.9.2", "tslib": "^2.4.0", "typescript": "^5.3.3" } From f80158a767cd71ddf5c7baf5a6f07358a693a001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:27:25 +0000 Subject: [PATCH 2/4] chore(deps): bump codecov/codecov-action from 3.0.0 to 4.1.0 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 4.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.0.0...v4.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3767e9487..681ae7f67 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -93,7 +93,7 @@ jobs: - name: Codecov - uses: codecov/codecov-action@v3.0.0 + uses: codecov/codecov-action@v4.1.0 # By uploading it's shared with the other workflows that are reusing this - name: Upload Shell Binaries From 54668e5d22fb4a7285a52f901f3d20a0a3b00a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:40:03 +0000 Subject: [PATCH 3/4] chore(deps): bump Microsoft.Extensions.Options Bumps [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index f23289403..3500df1d0 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -28,7 +28,7 @@ - + From 4ec89266cdd11fceda1e202a2b536dc193eb18e3 Mon Sep 17 00:00:00 2001 From: Brian Ingenito <28159742+bingenito@users.noreply.github.com> Date: Wed, 6 Mar 2024 06:21:51 -0500 Subject: [PATCH 4/4] Add now required codecov token reference to action --- .github/workflows/continuous-integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 681ae7f67..0d9e02f2b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -94,10 +94,12 @@ jobs: - name: Codecov uses: codecov/codecov-action@v4.1.0 + with: + token: ${{ secrets.CODECOV_TOKEN }} # By uploading it's shared with the other workflows that are reusing this - name: Upload Shell Binaries uses: actions/upload-artifact@v3 with: name: shell-binaries - path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/ \ No newline at end of file + path: ${{ github.workspace }}/src/shell/dotnet/Shell/bin/Release/net6.0-windows/