Skip to content

Commit b7d53de

Browse files
pdabelf5renovate[bot]dependabot[bot]
authored
NPM Dependency updates (#436)
* rename lint job * Update dependency ts-jest to ^29.4.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | npm | ts-jest | 29.2.5 | 29.4.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Bump undici in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici). Updates `undici` from 5.28.5 to 5.29.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.28.5...v5.29.0) --- updated-dependencies: - dependency-name: undici dependency-version: 5.29.0 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * update yarn.lock * rebuild after updates --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b1eef06 commit b7d53de

File tree

6 files changed

+1070
-668
lines changed

6 files changed

+1070
-668
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_dispatch: # yamllint disable-line rule:empty-values
1313

1414
jobs:
15-
check-dist:
15+
lint:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout repository

dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/licenses.txt

Lines changed: 408 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "^30.0.3",
4242
"js-yaml": "^4.1.0",
4343
"prettier": "^3.6.2",
44-
"ts-jest": "^29.2.5",
44+
"ts-jest": "^29.4.0",
4545
"ts-node": "^10.9.2",
4646
"typescript": "^5.8.3"
4747
},

0 commit comments

Comments
 (0)