Skip to content

Commit 2e27ed2

Browse files
build(deps-dev): bump the npm-development group with 3 updates [skip ci] (#422)
* build(deps-dev): bump the npm-development group with 3 updates Bumps the npm-development group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@types/node` from 24.9.1 to 24.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.46.2 to 8.46.3 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.46.3/packages/parser) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 24.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development - dependency-name: "@typescript-eslint/parser" dependency-version: 8.46.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-development ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps-dev): change update schedule to monthly for GitHub Actions and npm --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Misha Kav <misha.kav@gmail.com>
1 parent 9705b75 commit 2e27ed2

File tree

3 files changed

+64
-65
lines changed

3 files changed

+64
-65
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: weekly
6+
interval: monthly
77

88
- package-ecosystem: npm
99
directory: /
1010
schedule:
11-
interval: weekly
11+
interval: monthly
1212
groups:
1313
npm-development:
1414
dependency-type: development
@@ -18,6 +18,5 @@ updates:
1818
npm-production:
1919
dependency-type: production
2020
update-types:
21+
- minor
2122
- patch
22-
ignore:
23-
- dependency-name: 'eslint'

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"devDependencies": {
4444
"@jest/globals": "^30.2.0",
4545
"@types/jest": "^30.0.0",
46-
"@types/node": "^24.9.1",
47-
"@typescript-eslint/eslint-plugin": "^8.46.2",
46+
"@types/node": "^24.10.0",
47+
"@typescript-eslint/eslint-plugin": "^8.46.3",
4848
"@typescript-eslint/parser": "^8.39.1",
4949
"@vercel/ncc": "^0.38.4",
5050
"eslint": "^8.57.1",

0 commit comments

Comments
 (0)