Skip to content

CI/CD Bugfix#4

Merged
dotWee merged 6 commits into
mainfrom
bugfix/cicd
Jun 10, 2026
Merged

CI/CD Bugfix#4
dotWee merged 6 commits into
mainfrom
bugfix/cicd

Conversation

@dotWee

@dotWee dotWee commented Jun 10, 2026

Copy link
Copy Markdown
Owner

This pull request updates dependencies and configuration files to ensure compatibility with newer versions of Node.js and Obsidian, and makes minor improvements to project setup and type safety. The most important changes are grouped below:

Compatibility and Dependency Updates:

  • Updated the Node.js version used in the GitHub Actions workflow from 18.x to 20.x in .github/workflows/release.yml to ensure builds use a more recent Node.js runtime.
  • Changed the minimum required Obsidian version from 0.15.0 to 1.7.2 in both manifest.json and versions.json, aligning the plugin with newer Obsidian releases. [1] [2]
  • Bumped typescript-eslint to 8.61.0 and downgraded @eslint/js to 9.39.4 in package.json for improved linting compatibility. [1] [2]

Project Configuration Improvements:

  • Added more files (such as eslint.config.mts, jest.config.cjs, package.json, and lock files) to the ESLint ignore list in eslint.config.mts to avoid unnecessary linting of configuration and lock files.

Type Safety Enhancement:

  • Changed the settings property in RaindropViewPlugin to use definite assignment (!:) in src/main.ts, clarifying that it will be initialized before use.

@dotWee dotWee merged commit c432801 into main Jun 10, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant