Skip to content

Commit ebee5df

Browse files
chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#118)
* chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix dependencies * fix markdown errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Miguel Beltran <m@beltran.work>
1 parent 7d5250b commit ebee5df

File tree

5 files changed

+105
-94
lines changed

5 files changed

+105
-94
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Changelog
2+
13
## 0.0.4
24

35
- chore(deps-dev): bump eslint from 9.13.0 to 9.17.0 (#78) (2025-01-06)
@@ -51,4 +53,3 @@
5153
- Support for scoped Breadcrumbs.
5254
- Created example project.
5355
- Created documentation.
54-

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ please get in touch with the Raygun team.
4141

4242
### Fork the repository
4343

44-
Please fork the main repository from https://github.com/MindscapeHQ/raygun4node-aws-lambda
44+
Please fork the main repository from <https://github.com/MindscapeHQ/raygun4node-aws-lambda>
4545
into your own GitHub account.
4646

4747
### Create a new branch
@@ -53,7 +53,7 @@ Do not submit a PR directly from your `main` branch.
5353

5454
### Open a pull request
5555

56-
Submit a pull request against the main repositories' `main` branch.
56+
Submit a pull request against the main repositories' `main` branch.
5757

5858
Fill the PR template and give it a title that follows the [Conventional Commits guidelines](https://www.conventionalcommits.org/en/v1.0.0/).
5959

@@ -63,4 +63,3 @@ Wait for a review by the Raygun team.
6363
The team will leave you feedback and might ask you to do changes in your code.
6464

6565
Once the PR is approved, the team will merge it.
66-

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The `awsHandler` also adds automatically the function call context in the "Custo
111111

112112
This payload can be found in the "Custom" tab in the Raygun Crash Reporting error report page.
113113

114-
```
114+
```js
115115
context: {
116116
callbackWaitsForEmptyEventLoop: true,
117117
functionVersion: "$LATEST",
@@ -133,4 +133,3 @@ context: {
133133
Copyright (c) 2024 Raygun Limited
134134

135135
Licensed under the MIT license.
136-

0 commit comments

Comments
 (0)