Skip to content

Commit f44b826

Browse files
chore(deps-dev): bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [@n8n/eslint-plugin-community-nodes](https://github.com/n8n-io/n8n) | `0.18.0` | `0.19.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.2` | `25.9.3` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.60.1` | `8.61.0` | | [eslint](https://github.com/eslint/eslint) | `10.4.1` | `10.5.0` | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | Updates `@n8n/eslint-plugin-community-nodes` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/n8n-io/n8n/releases) - [Commits](https://github.com/n8n-io/n8n/compare/n8n@0.18.0...n8n@0.19.0) Updates `@types/node` from 25.9.2 to 25.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 8.60.1 to 8.61.0 - [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.61.0/packages/parser) Updates `eslint` from 10.4.1 to 10.5.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.1...v10.5.0) Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) --- updated-dependencies: - dependency-name: "@n8n/eslint-plugin-community-nodes" dependency-version: 0.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@types/node" dependency-version: 25.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-version: 10.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 353978c commit f44b826

2 files changed

Lines changed: 108 additions & 285 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@
5353
]
5454
},
5555
"devDependencies": {
56-
"@n8n/eslint-plugin-community-nodes": "0.18.0",
56+
"@n8n/eslint-plugin-community-nodes": "0.19.0",
5757
"@n8n/node-cli": "0.34.0",
58-
"@types/node": "25.9.2",
59-
"@typescript-eslint/parser": "8.60.1",
60-
"eslint": "10.4.1",
58+
"@types/node": "25.9.3",
59+
"@typescript-eslint/parser": "8.61.0",
60+
"eslint": "10.5.0",
6161
"gulp": "5.0.1",
6262
"n8n-workflow": "2.25.1",
63-
"prettier": "3.8.3",
63+
"prettier": "3.8.4",
6464
"rimraf": "6.1.3",
6565
"typescript": "6.0.3"
6666
},

0 commit comments

Comments
 (0)