Skip to content

Commit 306d4e2

Browse files
build(deps-dev): bump the all-non-major group across 1 directory with 4 updates (#304)
* build(deps-dev): bump the all-non-major group across 1 directory with 4 updates Bumps the all-non-major group with 4 updates in the / directory: [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai), [eslint](https://github.com/eslint/eslint), [prettier](https://github.com/prettier/prettier) and [zotero-plugin-scaffold](https://github.com/zotero-plugin-dev/zotero-plugin-scaffold). Updates `@types/chai` from 5.2.2 to 5.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) Updates `eslint` from 9.39.1 to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v9.39.2) Updates `prettier` from 3.6.2 to 3.7.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.4) Updates `zotero-plugin-scaffold` from 0.8.1 to 0.8.2 - [Release notes](https://github.com/zotero-plugin-dev/zotero-plugin-scaffold/releases) - [Commits](zotero-plugin-dev/zotero-plugin-scaffold@v0.8.1...v0.8.2) --- updated-dependencies: - dependency-name: "@types/chai" dependency-version: 5.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-non-major - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-non-major - dependency-name: prettier dependency-version: 3.7.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-non-major - dependency-name: zotero-plugin-scaffold dependency-version: 0.8.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-non-major ... Signed-off-by: dependabot[bot] <support@github.com> * style: fix prettier --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da97aef commit 306d4e2

3 files changed

Lines changed: 37 additions & 26 deletions

File tree

addon/content/preferences.xhtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html:link rel="localization" href="__addonRef__-preferences.ftl" />
33
</linkset>
44
<groupbox
5-
onload="Zotero.__addonInstance__.hooks.onPrefsEvent('load', { window });"
5+
onload="Zotero.__addonInstance__.hooks.onPrefsEvent('load', { window })"
66
>
77
<label><html:h2 data-l10n-id="pref-title"></html:h2></label>
88
<checkbox

package-lock.json

Lines changed: 32 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@
3333
"zotero-plugin-toolkit": "^5.1.0-beta.13"
3434
},
3535
"devDependencies": {
36-
"@types/chai": "^5.2.2",
36+
"@types/chai": "^5.2.3",
3737
"@types/mocha": "^10.0.10",
3838
"@types/node": "^24.10.0",
3939
"@zotero-plugin/eslint-config": "^0.6.7",
4040
"chai": "^6.2.1",
41-
"eslint": "^9.39.1",
41+
"eslint": "^9.39.2",
4242
"mocha": "^11.7.5",
43-
"prettier": "^3.6.2",
43+
"prettier": "^3.7.4",
4444
"typescript": "^5.9.3",
45-
"zotero-plugin-scaffold": "^0.8.1",
45+
"zotero-plugin-scaffold": "^0.8.2",
4646
"zotero-types": "^4.1.0-beta.4"
4747
},
4848
"prettier": {

0 commit comments

Comments
 (0)