Skip to content

build(deps-dev): bump the dev-dependencies group with 3 updates - #203

Merged
cursor[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-b2fd2e9924
Aug 31, 2026
Merged

build(deps-dev): bump the dev-dependencies group with 3 updates#203
cursor[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-dependencies-b2fd2e9924

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 3 updates: @types/node, eslint-plugin-obsidianmd and typescript-eslint.

Updates @types/node from 26.2.0 to 26.4.0

Commits

Updates eslint-plugin-obsidianmd from 0.4.1 to 0.4.2

Release notes

Sourced from eslint-plugin-obsidianmd's releases.

0.4.2

New features

  • ruleConfigs export: The plugin now exports ruleConfigs.recommended and ruleConfigs.recommendedTypeChecked, which are the obsidianmd rule severity presets as plain rule objects. These can be spread into a rules block for users who want to use obsidianmd rules with their own ESLint and typescript-eslint setup, without using the full recommended config.

Documentation

  • New configuration guide covering:
    • Why parserOptions is required and how to set it up
    • What the recommended config includes
    • Using the plugin alongside stricter typescript-eslint configs
    • Using only obsidianmd rules without the recommended config
    • Disabling rules for specific files (including bulk-disable via ruleConfigs)
    • Common errors and how to fix them
    • Community plugin scanner configuration, ignore patterns, and a full scanner-equivalent config example
  • Updated README examples to use projectService with allowDefaultProject (the modern typescript-eslint approach), replacing the older parser + project pattern. This fixes the common "requires type information" error when linting eslint.config.mts.
  • Removed legacy .eslintrc documentation — the plugin requires ESLint ≥9.19.0, so legacy config examples were misleading.

Full Changelog: obsidianmd/eslint-plugin@0.4.1...0.4.2

Commits

Updates typescript-eslint from 8.67.0 to 8.68.0

Release notes

Sourced from typescript-eslint's releases.

v8.68.0

8.68.0 (2026-08-24)

🚀 Features

  • eslint-plugin: [strict-void-return] add fix suggestions (#12086)
  • utils: support ESLint rule meta.languages (#12663)

🩹 Fixes

  • eslint-plugin: [unified-signatures] deduplicate types in report (#12656)
  • eslint-plugin: [return-await] prevent autofix from breaking code in arrow-functions (#12707)
  • eslint-plugin: [unified-signatures] report identical signatures (#12678)
  • eslint-plugin: [no-unnecessary-type-assertion] prevent stack overflow in recursive types (#12711)
  • eslint-plugin: [no-floating-promises] setting ignoreVoid: false results in false negative in ArrowFunctionExpression (#12646)
  • eslint-plugin: [no-empty-object-type] ignore suggestions that result in invalid interfaces and export defaults (#12739)
  • website: playground crashes on extends configs (#12608)
  • website: account for thanks.dev and out-of-band donors in sponsors list (#12735)

❤️ 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's changelog.

8.68.0 (2026-08-24)

This was a version bump only for typescript-eslint 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

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

Bumps the dev-dependencies group with 3 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint-plugin-obsidianmd](https://github.com/obsidianmd/eslint-plugin) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


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

Updates `eslint-plugin-obsidianmd` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/obsidianmd/eslint-plugin/releases)
- [Commits](obsidianmd/eslint-plugin@0.4.1...0.4.2)

Updates `typescript-eslint` from 8.67.0 to 8.68.0
- [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.68.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 26.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint-plugin-obsidianmd
  dependency-version: 0.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.68.0
  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 Update one or more dependencies version minor Increment the minor version when merged labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from chhoumann as a code owner August 31, 2026 03:57
@dependabot dependabot Bot added minor Increment the minor version when merged dependencies Update one or more dependencies version labels Aug 31, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot review — approved

Grouped dev-only bump. Scope is package.json + pnpm-lock.yaml only. No plugin runtime, settings, or API changes.

Package From → to Semver Notes
@types/node 26.2.0 → 26.4.0 minor Additive Node 26.4 typings (dgram sync, vfs, TCP keepalive). Already on 26.x; no source impact.
eslint-plugin-obsidianmd 0.4.1 → 0.4.2 patch Adds ruleConfigs export + docs. This repo uses a hand-picked obsidianGuidelineRules subset in eslint.config.mjs, not the plugin recommended config, so lint surface is unchanged.
typescript-eslint 8.67.0 → 8.68.0 minor Alignment bump for the meta package. Plugin changes are rule-fix / suggestion improvements (return-await autofix, unified-signatures, no-floating-promises, etc.). No new recommended rules.

Lockfile churn is the expected peer-hash rewrite plus small transitives (enhanced-resolve 5.24.1→5.24.5, fast-uri 3.1.5→3.1.6, get-tsconfig 4.14.0→4.14.3, ignore 7.0.5→7.0.6, own-keys 1.0.1→1.0.2, es-iterator-helpers 1.3.3→1.4.0). No unexpected new direct packages.

Verification

  • GitHub CI: Test, Build + Lint, CodeQL, Dependency Review (moderate+ in runtime and development), PR title — all green.
  • Local (frozen lockfile): pnpm install --frozen-lockfile, pnpm run lint (0 warnings), pnpm run build (tsc + svelte-check clean), pnpm run test (19 files / 359 tests), pnpm audit (no known vulns).

Release / labels

Title build(deps-dev): … is the correct conventional-commit form. Per release-prepare.yml (release-policy only patches build + scope deps), this will not cut a plugin release. The minor label is cosmetic — the pipeline does not read labels.

Safe to merge.

Open in Web View Automation 

Sent by Cursor Automation: Dependabot PRs

@cursor
cursor Bot merged commit 6bce8a0 into master Aug 31, 2026
7 checks passed
@cursor
cursor Bot deleted the dependabot/npm_and_yarn/dev-dependencies-b2fd2e9924 branch August 31, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update one or more dependencies version minor Increment the minor version when merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants