mirror of
https://github.com/jacoblearned/obsidian-template-by-note-name.git
synced 2026-07-22 11:30:27 +00:00
Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.0.3` | `25.0.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.51.0` | `8.52.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.51.0` | `8.52.0` | | [obsidian](https://github.com/obsidianmd/obsidian-api) | `1.11.0` | `1.11.4` | | [rollup](https://github.com/rollup/rollup) | `4.54.0` | `4.55.1` | | [typedoc](https://github.com/TypeStrong/TypeDoc) | `0.28.15` | `0.28.16` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.51.0` | `8.52.0` | Updates `@types/node` from 25.0.3 to 25.0.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 8.51.0 to 8.52.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.52.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.51.0 to 8.52.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.52.0/packages/parser) Updates `obsidian` from 1.11.0 to 1.11.4 - [Changelog](https://github.com/obsidianmd/obsidian-api/blob/master/CHANGELOG.md) - [Commits](https://github.com/obsidianmd/obsidian-api/commits) Updates `rollup` from 4.54.0 to 4.55.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.54.0...v4.55.1) Updates `typedoc` from 0.28.15 to 0.28.16 - [Release notes](https://github.com/TypeStrong/TypeDoc/releases) - [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md) - [Commits](https://github.com/TypeStrong/TypeDoc/compare/v0.28.15...v0.28.16) Updates `typescript-eslint` from 8.51.0 to 8.52.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.52.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: obsidian dependency-version: 1.11.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: rollup dependency-version: 4.55.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: typedoc dependency-version: 0.28.16 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: typescript-eslint dependency-version: 8.52.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "obsidian-template-by-note-name",
|
|
"version": "1.1.3",
|
|
"description": "Obsidian plugin for automatically templating notes based on their name",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "rollup -c -w",
|
|
"build": "tsc -noEmit -skipLibCheck && rollup --config rollup.prod.config.js",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"format": "prettier . --write",
|
|
"check-format": "prettier . --check",
|
|
"lint": "eslint .",
|
|
"docs": "typedoc --entryPointStrategy expand ./src"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian plugin"
|
|
],
|
|
"author": "Jacob Learned",
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://buymeacoffee.com/jacoblearned"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.2",
|
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
"@types/node": "^25.0.6",
|
|
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
"@typescript-eslint/parser": "8.52.0",
|
|
"builtin-modules": "5.0.0",
|
|
"eslint": "^9.39.2",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.7.4",
|
|
"rollup": "^4.55.1",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"tslib": "2.8.1",
|
|
"typedoc": "^0.28.16",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.52.0"
|
|
}
|
|
}
|