Skip to content

Commit

Permalink
Bump typescript from 5.4.5 to 5.5.2 (#391)
Browse files Browse the repository at this point in the history
* Bump typescript from 5.4.5 to 5.5.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updated index.js (dist)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christophe Lavalle <christophe.lavalle@pinnula.fr>
  • Loading branch information
dependabot[bot] and ChristopheLav committed Jun 21, 2024
1 parent f504b86 commit c65af8b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
});
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.addAnnotation = void 0;
exports.addAnnotation = addAnnotation;
const core = __importStar(__nccwpck_require__(2186));
const azure_arm_appinsights_1 = __nccwpck_require__(4550);
const uuid_1 = __nccwpck_require__(5840);
Expand Down Expand Up @@ -160,7 +160,6 @@ function addAnnotation(endpoint, applicationId, deploymentName, isDeploymentSucc
}
});
}
exports.addAnnotation = addAnnotation;
function getReleaseAnnotation(deploymentName, isDeploymentSuccess) {
const releaseAnnotationProperties = {
Label: isDeploymentSuccess ? 'Success' : 'Error', // Label decides the icon for annotation
Expand Down
14 changes: 7 additions & 7 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 @@ -41,6 +41,6 @@
"eslint-plugin-github": "5.0.1",
"js-yaml": "4.1.0",
"prettier": "3.3.2",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}

0 comments on commit c65af8b

Please sign in to comment.