Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#8

Merged
redanthrax merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-e7ea89c357
Jun 30, 2026
Merged

chore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates#8
redanthrax merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-e7ea89c357

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
@n8n/eslint-plugin-community-nodes 0.19.0 0.21.0
@n8n/node-cli 0.34.0 0.36.2
@types/node 25.9.3 26.0.1
@typescript-eslint/parser 8.61.0 8.62.0
eslint 10.5.0 10.6.0
n8n-workflow 2.22.3 2.28.1

Updates @n8n/eslint-plugin-community-nodes from 0.19.0 to 0.21.0

Release notes

Sourced from @​n8n/eslint-plugin-community-nodes's releases.

n8n@1.123.62

1.123.62 (2026-06-29)

Bug Fixes

  • Fix 5 security issues in hono, vue-i18n, linkify-it (#33164) (e325585)

beta

2.28.3 (2026-06-29)

Bug Fixes

  • core: Prevent startup failure from partially-installed community packages (#33032) (adfc7c7)

... (truncated)

Commits
  • d7d40ff 🔖 Release n8n@0.21.0
  • ce6f77b ⬆️ Set n8n-editor-ui@0.17.0 and n8n-nodes-base@0.16.0 on n8n
  • a595434 👕 Fix lint issue
  • 4c71ed2 🔖 Release n8n-editor-ui@0.17.0
  • bdab572 🔖 Release n8n-nodes-base@0.16.0
  • 676cece 🐛 Fix bug that page did load white after version update
  • a5344a0 ⚡ Do not add cors headers in production mode
  • 0f67177 🔖 Release n8n-node-dev@0.3.6
  • 5c7a632 🐛 Add missing templates to n8n-node-dev npm package
  • 3762605 🐛 Fix issue that errors in n8n-node-dev did not get displayed
  • Additional commits viewable in compare view

Updates @n8n/node-cli from 0.34.0 to 0.36.2

Release notes

Sourced from @​n8n/node-cli's releases.

n8n@1.123.62

1.123.62 (2026-06-29)

Bug Fixes

  • Fix 5 security issues in hono, vue-i18n, linkify-it (#33164) (e325585)

beta

2.28.3 (2026-06-29)

Bug Fixes

  • core: Prevent startup failure from partially-installed community packages (#33032) (adfc7c7)

... (truncated)

Commits

Updates @types/node from 25.9.3 to 26.0.1

Commits

Updates @typescript-eslint/parser from 8.61.0 to 8.62.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.62.0

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

🩹 Fixes

  • add "files" to rule-schema-to-typescript-types (#12441)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.61.1

8.61.1 (2026-06-15)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] do not remove comments when fixing (#12396, #10577)
  • eslint-plugin: [no-unnecessary-type-assertion] avoid false positive for template literal expressions (#12281)
  • eslint-plugin: [no-unnecessary-type-assertion] wrap object literal in parens when removing TSTypeAssertion in arrow body (#12394, #12393)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fix precedence bug in autofix (#12413)
  • eslint-plugin: [no-unnecessary-template-expression] respect ECMAScript line terminators (#12388)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.62.0 (2026-06-22)

🚀 Features

  • remove redundant package.json "files" (#12444)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.61.1 (2026-06-15)

This was a version bump only for parser to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Updates eslint from 10.5.0 to 10.6.0

Release notes

Sourced from eslint's releases.

v10.6.0

Features

  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981) (Taejin Kim)
  • f291007 feat: add checkRelationalComparisons to no-constant-binary-expression (#20948) (sethamus)

Bug Fixes

  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997) (Milos Djermanovic)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013) (den$)
  • 8fd8741 fix: don't report shadowed undefined in radix rule (#21011) (Pixel)
  • 5784980 fix: don't report shadowed undefined in no-throw-literal (#21010) (Pixel)
  • 9cd1e6d fix: suppress invalid class suggestion in no-promise-executor-return (#21008) (Pixel)
  • d4eb2dc fix: don't report shadowed undefined in prefer-promise-reject-errors (#21006) (Pixel)
  • 2360464 fix: prefer-promise-reject-errors false positives for shadowed Promise (#21003) (den$)
  • 63d52d2 fix: restore max-classes-per-file report range (#21002) (Pixel)
  • 7feaff0 fix: callback detection logic for IIFEs in max-nested-callbacks (#20979) (fnx)
  • 399a2ec fix: don't report inner non-callbacks in max-nested-callbacks (#20995) (Milos Djermanovic)

Documentation

  • a83683d docs: Update README (GitHub Actions Bot)
  • f5449f9 docs: document userland patterns for global assertionOptions in RuleT… (#20986) (playgirl)
  • bea49f7 docs: Update README (GitHub Actions Bot)
  • e5f70f9 docs: update code-path diagrams (#20984) (Tanuj Kanti)
  • 8890c2d docs: add TypeScript config guidance for MCP server (#20796) (Pierluigi Lenoci)
  • 3eb3d9b docs: Update README (GitHub Actions Bot)
  • c5bb59c docs: Update README (GitHub Actions Bot)
  • eb3c97c docs: fix grammar in prefer-const rule description (#20983) (lumir)

Chores

  • 6a42034 ci: run ecosystem tests on main branch (#20891) (sethamus)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014) (dependabot[bot])
  • c3abfca chore: correct JSDoc param types in html formatter (#21018) (Minseon Kim)
  • a832320 ci: split ecosystem tests into separate jobs (#21001) (xbinaryx)
  • 27166e7 chore: update ecosystem plugins (#21005) (ESLint Bot)
  • 865d76e ci: bump pnpm/action-setup from 6.0.8 to 6.0.9 (#20989) (dependabot[bot])
  • 27a88c9 chore: update dependency markdown-it to v14 in root (#20994) (Milos Djermanovic)
  • 970cea6 chore: update dependency markdown-it to v14 (#20993) (Milos Djermanovic)
  • b482120 chore: update dependency prettier to v3.8.4 (#20990) (renovate[bot])
  • 6993fb3 chore: update ecosystem plugins (#20985) (ESLint Bot)
Commits
  • 5d12a04 10.6.0
  • f7ca54b Build: changelog update for 10.6.0
  • 6a42034 ci: run ecosystem tests on main branch (#20891)
  • b1f9106 feat: detect Symbol() and BigInt() in no-constant-binary-expression (#20981)
  • 3dbacdb ci: bump actions/checkout from 6 to 7 (#21014)
  • c3abfca chore: correct JSDoc param types in html formatter (#21018)
  • a83683d docs: Update README
  • a832320 ci: split ecosystem tests into separate jobs (#21001)
  • 6b05784 fix: prefer-exponentiation-operator invalid autofix at statement start (#20997)
  • bb9eb2a fix: account for shadowed Boolean in no-extra-boolean-cast (#21013)
  • Additional commits viewable in compare view

Updates n8n-workflow from 2.22.3 to 2.28.1

Commits
  • 081e48b 🚀 Release 2.28.1 (#32924)
  • 08ffbcc chore: Bundle/2.x (backport to release-candidate/2.28.x) (#32906)
  • 1fcd8e5 fix(core): Verify Instance AI workflows before setup (backport to release-can...
  • a6a1aad feat(core): Fix building incorrect chained nodes (backport to release-candida...
  • 0dac8a2 🚀 Release 2.28.0 (#32842)
  • 3983a48 feat(editor): Add Roles settings area with instance roles tab (#32775)
  • 3b3fe5a feat(core): Validate redirect targets when routing requests through a proxy (...
  • 0197817 fix(core): Keep thread history when observation cursor lacks observations (#3...
  • c316776 refactor: Remove unused AWS SDK dependency and load the SDK lazily (#32776)
  • 1a02b53 refactor(core): Extract test webhook cancel route into a REST controller (#31...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ith 6 updates

Bumps the dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@n8n/eslint-plugin-community-nodes](https://github.com/n8n-io/n8n) | `0.19.0` | `0.21.0` |
| [@n8n/node-cli](https://github.com/n8n-io/n8n) | `0.34.0` | `0.36.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.3` | `26.0.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.61.0` | `8.62.0` |
| [eslint](https://github.com/eslint/eslint) | `10.5.0` | `10.6.0` |
| [n8n-workflow](https://github.com/n8n-io/n8n) | `2.22.3` | `2.28.1` |



Updates `@n8n/eslint-plugin-community-nodes` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@0.19.0...n8n@0.21.0)

Updates `@n8n/node-cli` from 0.34.0 to 0.36.2
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/commits)

Updates `@types/node` from 25.9.3 to 26.0.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/parser` from 8.61.0 to 8.62.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.62.0/packages/parser)

Updates `eslint` from 10.5.0 to 10.6.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v10.5.0...v10.6.0)

Updates `n8n-workflow` from 2.22.3 to 2.28.1
- [Release notes](https://github.com/n8n-io/n8n/releases)
- [Commits](https://github.com/n8n-io/n8n/compare/n8n@2.22.3...n8n@2.28.1)

---
updated-dependencies:
- dependency-name: "@n8n/eslint-plugin-community-nodes"
  dependency-version: 0.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@n8n/node-cli"
  dependency-version: 0.36.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 26.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.62.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-version: 10.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: n8n-workflow
  dependency-version: 2.28.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@redanthrax redanthrax merged commit bc69fab into master Jun 30, 2026
1 check passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev-dependencies-e7ea89c357 branch June 30, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant