36 Commits

Author SHA1 Message Date
dependabot[bot]
46483e3e34
build(deps-dev): bump the all-non-major group across 1 directory with 5 updates (#242)
Bumps the all-non-major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.18.0` | `9.19.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.9` | `22.13.0` |
| [eslint](https://github.com/eslint/eslint) | `9.18.0` | `9.19.0` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.21.0` | `8.22.0` |
| [zotero-types](https://github.com/windingwind/zotero-types) | `3.1.6` | `3.1.7` |



Updates `@eslint/js` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.19.0/packages/js)

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

Updates `eslint` from 9.18.0 to 9.19.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.18.0...v9.19.0)

Updates `typescript-eslint` from 8.21.0 to 8.22.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.22.0/packages/typescript-eslint)

Updates `zotero-types` from 3.1.6 to 3.1.7
- [Release notes](https://github.com/windingwind/zotero-types/releases)
- [Commits](https://github.com/windingwind/zotero-types/compare/v3.1.6...v3.1.7)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: zotero-types
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-02 11:21:04 +01:00
Northword
82b19cab00
feat!: bump scaffold, parse prefs.js (#236)
* feat!: bump scaffold, parse `prefs.js`

* fix: addon not define for getPref

* chore: bump deps
2025-02-01 06:43:08 +01:00
dependabot[bot]
0d2b182f64
build(deps): bump the all-non-major group across 1 directory with 7 updates (#240)
Bumps the all-non-major group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) | `4.1.0` | `4.1.1` |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.17.0` | `9.18.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.10.2` | `22.10.7` |
| [eslint](https://github.com/eslint/eslint) | `9.17.0` | `9.18.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.19.0` | `8.21.0` |
| [zotero-types](https://github.com/windingwind/zotero-types) | `3.1.1` | `3.1.6` |



Updates `zotero-plugin-toolkit` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/windingwind/zotero-plugin-toolkit/releases)
- [Changelog](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/.release-it.json)
- [Commits](https://github.com/windingwind/zotero-plugin-toolkit/compare/4.1.0...4.1.1)

Updates `@eslint/js` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.18.0/packages/js)

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

Updates `eslint` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.17.0...v9.18.0)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...v5.7.3)

Updates `typescript-eslint` from 8.19.0 to 8.21.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.21.0/packages/typescript-eslint)

Updates `zotero-types` from 3.1.1 to 3.1.6
- [Release notes](https://github.com/windingwind/zotero-types/releases)
- [Commits](https://github.com/windingwind/zotero-types/compare/v3.1.1...v3.1.6)

---
updated-dependencies:
- dependency-name: zotero-plugin-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: zotero-types
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 08:16:47 +08:00
dependabot[bot]
b366ab3536
build(deps-dev): bump typescript-eslint (#235)
Bumps the all-non-major group with 1 update in the / directory: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `typescript-eslint` from 8.18.2 to 8.19.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.19.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-31 10:51:29 +01:00
windingwind
6145b57b99 chore(deps): update ztoolkit 2024-12-30 21:14:28 +01:00
windingwind
0fd238cfac chore(publish): release v3.0.3 2024-12-28 13:25:09 +01:00
windingwind
7af5824467 chore(deps): update deps 2024-12-28 13:25:02 +01:00
windingwind
8e9b488875 chore(deps): update deps 2024-12-26 14:51:59 +01:00
windingwind
03b0db3a97 chore(publish): release v3.0.2 2024-11-29 10:59:04 +01:00
windingwind
deb2cd0e07 chore(deps): update deps 2024-11-29 10:54:47 +01:00
dependabot[bot]
e0aedcc144
build(deps-dev): bump @types/node from 22.7.4 to 22.9.0 (#211)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.9.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:46:55 +01:00
dependabot[bot]
a0aee6f4fe
build(deps-dev): bump typescript-eslint from 8.8.0 to 8.14.0 (#210)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.0 to 8.14.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.14.0/packages/typescript-eslint)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:46:29 +01:00
dependabot[bot]
47b72c7448
build(deps): bump zotero-plugin-toolkit from 4.0.6 to 4.0.9 (#212)
Bumps [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) from 4.0.6 to 4.0.9.
- [Release notes](https://github.com/windingwind/zotero-plugin-toolkit/releases)
- [Changelog](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/.release-it.json)
- [Commits](https://github.com/windingwind/zotero-plugin-toolkit/compare/4.0.6...4.0.9)

---
updated-dependencies:
- dependency-name: zotero-plugin-toolkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:45:45 +01:00
dependabot[bot]
f5b01579d1
build(deps-dev): bump @eslint/js from 9.12.0 to 9.14.0 (#209)
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.12.0 to 9.14.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.14.0/packages/js)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:45:32 +01:00
dependabot[bot]
fd147d6b87
build(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#198)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-16 12:44:46 +01:00
windingwind
bb1d291747 update: deps 2024-10-05 16:58:09 +02:00
windingwind
e59aedc344 chore(publish): release v3.0.1 2024-09-24 18:10:37 +02:00
windingwind
b91b90718d update: ztoolkit 2024-09-24 18:10:28 +02:00
windingwind
bf35f64f56 update: ignore files
fix: package-lock
2024-09-24 12:43:47 +02:00
windingwind
57cbf00a5a chore(publish): release v3.0.0 2024-09-24 12:40:13 +02:00
windingwind
07ab7f0902 update: deps 2024-09-24 10:29:34 +02:00
Northword
d971407832
fix(deps): bump ztoolkit, scaffold and other deps (#170)
* fix(deps): bump ztoolkit, scaffold and other deps

- use web-ext to reload plugin
- remove itembox example
- update all deps

* docs: add scaffold to readme and replace plugin dev documentation with zotero-chinese.com
2024-08-28 09:51:54 +08:00
Northword
e27503c41e Merge branch 'fix/deps' of https://github.com/northword/zotero-plugin-template into fix/deps 2024-05-29 15:16:24 +08:00
Northword
3a459d146e chore: update deps 2024-05-29 15:16:18 +08:00
windingwind
58b747d2ce chore(publish): release v2.0.2-beta.3 2024-05-29 15:12:38 +08:00
Northword
dfb7a2fa95 chore: update deps 2024-05-29 15:11:13 +08:00
windingwind
bc1647f4e4 fix: update scaffold 0.0.26 2024-05-29 15:10:09 +08:00
windingwind
8fdacd47a3 chore(publish): release v2.0.2-beta.2 2024-05-29 12:38:12 +08:00
windingwind
71969f6990 chore(publish): release v2.0.2-beta.1 2024-05-29 12:35:48 +08:00
dependabot[bot]
ce003b9def
build(deps-dev): bump zotero-plugin-scaffold from 0.0.23 to 0.0.24 (#126)
Bumps [zotero-plugin-scaffold](https://github.com/northword/zotero-plugin-scaffold) from 0.0.23 to 0.0.24.
- [Release notes](https://github.com/northword/zotero-plugin-scaffold/releases)
- [Commits](https://github.com/northword/zotero-plugin-scaffold/compare/v0.0.23...v0.0.24)

---
updated-dependencies:
- dependency-name: zotero-plugin-scaffold
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-28 11:30:51 +08:00
Northword
d54db9cfdb
fix: hot reload failed, bump scaffold to v0.0.23 (#119) 2024-05-16 22:23:34 +08:00
Northword
b003527799
docs: add npm i -f due to typescript-eslint peer deps (#118)
* docs: add `npm i -f` due to typescript-eslint peer deps

* fix: resolve conflicts

* style: prettier
2024-05-16 22:20:09 +08:00
windingwind
8b92698619 update: deps 2024-05-16 21:58:30 +08:00
Northword
3e28d58239 chore(publish): release v2.0.1 2024-05-15 17:24:25 +08:00
windingwind
074b344355 chore(publish): release v2.0.0 2024-05-15 15:38:35 +08:00
windingwind
a183a475f7 update: gitignore 2024-05-15 15:38:28 +08:00