build(deps-dev): bump the dev-dependencies group with 3 updates - #203
Merged
cursor[bot] merged 1 commit intoAug 31, 2026
Merged
Conversation
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>
There was a problem hiding this comment.
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.
Sent by Cursor Automation: Dependabot PRs
cursor
Bot
deleted the
dependabot/npm_and_yarn/dev-dependencies-b2fd2e9924
branch
August 31, 2026 07:10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bumps the dev-dependencies group with 3 updates: @types/node, eslint-plugin-obsidianmd and typescript-eslint.
Updates
@types/nodefrom 26.2.0 to 26.4.0Commits
Updates
eslint-plugin-obsidianmdfrom 0.4.1 to 0.4.2Release notes
Sourced from eslint-plugin-obsidianmd's releases.
Commits
d7e2239chore: bumped version1f3d80edocs: added additional configuration examplesa5f5e5ffeat: expose rulesets separatelyUpdates
typescript-eslintfrom 8.67.0 to 8.68.0Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
8f4e00achore(release): publish 8.68.055f6d5dchore: enable source maps (#12677)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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