Skip to content

Commit 5f5ed87

Browse files
Bump the npm-minor group across 1 directory with 4 updates
Bumps the npm-minor group with 4 updates in the / directory: [js-yaml](https://github.com/nodeca/js-yaml), [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript), [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) and [tsx](https://github.com/privatenumber/tsx). Updates `js-yaml` from 4.1.1 to 4.2.0 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/commits) Updates `eslint-import-resolver-typescript` from 4.4.4 to 4.4.5 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](import-js/eslint-import-resolver-typescript@v4.4.4...v4.4.5) Updates `typescript-eslint` from 8.60.0 to 8.60.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint) Updates `tsx` from 4.22.3 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.3...v4.22.4) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-minor - dependency-name: eslint-import-resolver-typescript dependency-version: 4.4.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: typescript-eslint dependency-version: 8.60.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eda5730 commit 5f5ed87

3 files changed

Lines changed: 88 additions & 78 deletions

File tree

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"follow-redirects": "^1.16.0",
3737
"get-folder-size": "^5.0.0",
3838
"https-proxy-agent": "^7.0.6",
39-
"js-yaml": "^4.1.1",
39+
"js-yaml": "^4.2.0",
4040
"jsonschema": "1.5.0",
4141
"long": "^5.3.2",
4242
"node-forge": "^1.4.0",
@@ -59,7 +59,7 @@
5959
"ava": "^6.4.1",
6060
"esbuild": "^0.28.0",
6161
"eslint": "^9.39.4",
62-
"eslint-import-resolver-typescript": "^4.4.4",
62+
"eslint-import-resolver-typescript": "^4.4.5",
6363
"eslint-plugin-github": "^6.0.0",
6464
"eslint-plugin-import-x": "^4.16.2",
6565
"eslint-plugin-jsdoc": "^62.9.0",
@@ -69,7 +69,7 @@
6969
"nock": "^14.0.15",
7070
"sinon": "^22.0.0",
7171
"typescript": "^6.0.3",
72-
"typescript-eslint": "^8.60.0"
72+
"typescript-eslint": "^8.60.1"
7373
},
7474
"overrides": {
7575
"@actions/tool-cache": {

pr-checks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@types/node": "^20.19.41",
14-
"tsx": "^4.22.3"
14+
"tsx": "^4.22.4"
1515
}
1616
}

0 commit comments

Comments
 (0)