127 Commits

Author SHA1 Message Date
windingwind
074b344355 chore(publish): release v2.0.0 2024-05-15 15:38:35 +08:00
Northword
0d76086064
feat: publish development scripts as independent npm packages (#109)
* feat!: use zotero-plugin-scaffold

* fix: tsc error

* docs: update readme and comment

* fix: clean code, remove useless file

* fix: update zotero-plugin-scaffold

* fix: set esbuild target to ff115

* chore: clean and update deps

* fix: Simplify config files and update dep

* fix: update deps

* chore: update renovate config

* fix: default use proxy mode to install plugin

* chore: bump scaffold to 0.0.19

resolve: #113

* fix: bump scaffold to 0.0.20

* fix: use new devtools hack
2024-05-15 15:33:42 +08:00
windingwind
8b1c82681d update: deps 2024-05-06 21:24:43 +08:00
windingwind
7dc303e189 Release 1.1.2 2024-05-04 00:20:24 +08:00
windingwind
3860a934e4 update: lint rules 2024-05-04 00:20:10 +08:00
windingwind
cb77a57062 fix: registerLibraryTabPanel and registerReaderTabPanel 2024-05-04 00:18:11 +08:00
dependabot[bot]
df847e59be
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.3.1.
- [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/v7.3.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 23:25:48 +00:00
windingwind
66c0460513
Merge pull request #102 from windingwind/dependabot/npm_and_yarn/esbuild-0.20.1
build(deps-dev): bump esbuild from 0.19.12 to 0.20.1
2024-03-09 22:01:30 +08:00
dependabot[bot]
0075dc8a43
build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.1.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.1.1.
- [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/v7.1.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04 23:31:03 +00:00
dependabot[bot]
cd14a26c11
build(deps-dev): bump esbuild from 0.19.12 to 0.20.1
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.12 to 0.20.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.19.12...v0.20.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-19 23:37:21 +00:00
Northword
7738410680
fix: comment for release (#93)
* fix: comment for release

* chore: update deps

* Delete release-it after:release hook
2024-01-06 00:13:29 +08:00
windingwind
d1f6367825 Release 1.1.1 2023-12-28 10:43:50 +08:00
Northword
7f6b7c54b2
fix: only prompt version when run release, and submit comment to closed issues, fix prerelease version number breaks auto update (#92)
* chore: only prompt version when run release

* chore: submit comment in issue when new version release
closes: #91

* fix: set default prerelease id to beta to resolve auto update wrong
2023-12-26 21:43:26 +08:00
windingwind
3d9f8a8a0d update: registerShortcuts 2023-12-14 22:33:10 +08:00
windingwind
133dde03c7 Release 1.1.0 2023-12-12 15:58:01 +08:00
dependabot[bot]
3c8f1b3db3
build(deps-dev): bump release-it from 16.3.0 to 17.0.1 (#85)
Bumps [release-it](https://github.com/release-it/release-it) from 16.3.0 to 17.0.1.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/16.3.0...17.0.1)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-12 15:55:24 +08:00
Northword
fb9109d87d
refactor: rebuild development scripts and release workflow (#84)
* refactor: add dev server and fix `update-beta.json` bug

* chore: add renovate config

* feat: release plugin to GitHub release via action

* chore: update vsc settings

* Cancel release by action

* docs: update readme

* Update README.md

* Update README.md

fix format

* Update README.md

* Update README.md

fix hint

* tweak

* Merge #81

* Fix indent

* Merge ade49628ff

* Revent delete env

* tweak

* feat: release via GitHub action

* docs: update readme

* Update README.md

* style: fix prettier

* add: stdout log to file

* Update README.md

fix typo

* Update release.yml

fix typo

* write Zotero log to `logs/zotero.log`

* do not provide update-beta.json default

* fix prettier in readme

* tweak

* fix wrong link in readme

* Move 3rd package config to package.json

---------

Co-authored-by: windingwind <33902321+windingwind@users.noreply.github.com>
2023-12-12 15:55:00 +08:00
windingwind
ade49628ff update: bundle devtool 2023-12-08 11:15:09 +08:00
windingwind
1208ad54a9 add: devtool support 2023-12-07 21:48:02 +08:00
windingwind
77e43bf378 Release 1.0.2 2023-11-11 01:02:33 +08:00
windingwind
df7bde4757 Release 1.0.1 2023-11-10 23:23:22 +08:00
windingwind
23ffc5fdf8 add: support beta (prerelease) auto update 2023-09-15 15:33:02 +08:00
windingwind
10e57afadb fix: #70 2023-09-11 19:52:18 +08:00
windingwind
6d4e9628a5 update: deps 2023-08-26 23:01:58 +08:00
dependabot[bot]
526a18cc37
build(deps-dev): bump esbuild from 0.18.20 to 0.19.2
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.18.20 to 0.19.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.18.20...v0.19.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 23:12:41 +00:00
dependabot[bot]
51afe19524
build(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.0.0
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.10.0 to 9.0.0.
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.10.0...v9.0.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-07 23:47:54 +00:00
windingwind
005a0160aa update: ztoolkit 2.2.2 2023-08-03 22:00:37 +08:00
windingwind
9f5fc12560 Release 1.0.0 2023-08-02 23:09:37 +08:00
windingwind
ba57111764 update: ztoolkit lib 2023-08-02 23:08:41 +08:00
Northword
79e87f050b
Merge branch 'main' into fix-lint 2023-07-13 12:38:08 +08:00
Northword
458a6a5f84 style: prettier and lint 2023-07-13 11:00:09 +08:00
Northword
3adad053b1 Fix glob pattern in ReplaceInFileConfig.files 2023-07-13 10:17:24 +08:00
windingwind
acb6cd79d1 update: deps @typescript-eslint/parser 2023-07-13 00:06:39 +08:00
windingwind
c2808745c8
Merge pull request #58 from windingwind/dependabot/npm_and_yarn/prettier-3.0.0
build(deps-dev): bump prettier from 2.8.8 to 3.0.0
2023-07-12 23:49:59 +08:00
windingwind
724a2eb2e6
Merge pull request #57 from windingwind/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.0.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.62.0 to 6.0.0
2023-07-12 23:49:42 +08:00
dependabot[bot]
7c8ab3b5dc
build(deps-dev): bump prettier from 2.8.8 to 3.0.0
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 15:49:29 +00:00
dependabot[bot]
0713c8212b
build(deps-dev): bump release-it from 15.11.0 to 16.1.0
Bumps [release-it](https://github.com/release-it/release-it) from 15.11.0 to 16.1.0.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/main/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/15.11.0...16.1.0)

---
updated-dependencies:
- dependency-name: release-it
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-12 15:47:42 +00:00
windingwind
01d80eb730 remove: dev dependency minimist 2023-07-12 23:41:49 +08:00
dependabot[bot]
138c6316ac
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.62.0 to 6.0.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/v6.0.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 23:41:11 +00:00
windingwind
4d983132c2 update: start-watch with build 2023-06-20 11:53:16 +08:00
windingwind
1121dc5d6c Release 0.2.0 2023-06-19 16:11:03 +08:00
windingwind
74c3a03952 fix: updaterdf 2023-06-19 16:04:30 +08:00
windingwind
2dac131b12
Merge pull request #46 from windingwind/dependabot/npm_and_yarn/esbuild-0.18.1
build(deps-dev): bump esbuild from 0.17.19 to 0.18.1
2023-06-13 14:29:58 +08:00
Northword
b84489ff6b
fix: watch files in subfolder 2023-06-13 13:26:16 +08:00
dependabot[bot]
f7592ebf38
build(deps-dev): bump esbuild from 0.17.19 to 0.18.1
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.17.19 to 0.18.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.17.19...v0.18.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 00:05:10 +00:00
windingwind
3ba1f9d40e add: auto hot reload support 2023-06-12 23:24:42 +08:00
windingwind
671315e9ad update: lint 2023-06-11 15:34:52 +08:00
windingwind
d9680008d5 fix: #43 downgrade replace-in-file 2023-06-11 10:50:50 +08:00
dependabot[bot]
55d15eb796
build(deps-dev): bump replace-in-file from 6.3.5 to 7.0.1
Bumps [replace-in-file](https://github.com/adamreisnz/replace-in-file) from 6.3.5 to 7.0.1.
- [Release notes](https://github.com/adamreisnz/replace-in-file/releases)
- [Changelog](https://github.com/adamreisnz/replace-in-file/blob/main/CHANGELOG.md)
- [Commits](https://github.com/adamreisnz/replace-in-file/commits)

---
updated-dependencies:
- dependency-name: replace-in-file
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 00:01:44 +00:00
dependabot[bot]
b592a35bd5
build(deps-dev): bump @types/node from 18.16.6 to 20.1.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.6 to 20.1.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 00:01:27 +00:00