Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daeh committed Jan 28, 2025
1 parent 8382a21 commit 8ca1507
Show file tree
Hide file tree
Showing 17 changed files with 3,472 additions and 8,040 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ yarn.lock

### Generated files ###


node_modules
.scaffold
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<!-- [![GitHub Downloads release (by tag)](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/v0.0.25/total?style=for-the-badge)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.0.27) -->

<!-- [![GitHub release (with filter)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge&filter=*v0.1.4*)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.3) [![GitHub all releases](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/total?style=for-the-badge&color=forestgreen)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.3) -->
<!-- [![GitHub release (with filter)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge&filter=*v0.1.5*)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.3) [![GitHub all releases](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/total?style=for-the-badge&color=forestgreen)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.3) -->

<!-- [![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads-pre/daeh/zotero-markdb-connect/latest/total?style=for-the-badge&label=downloads@prerelease)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.4) [![GitHub release (by tag)](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/v0.0.25/total?style=for-the-badge)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.0.27) -->
<!-- [![GitHub release (latest by SemVer including pre-releases)](https://img.shields.io/github/downloads-pre/daeh/zotero-markdb-connect/latest/total?style=for-the-badge&label=downloads@prerelease)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.1.5) [![GitHub release (by tag)](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/v0.0.25/total?style=for-the-badge)](https://github.com/daeh/zotero-markdb-connect/releases/tag/v0.0.27) -->

<!-- [![GitHub release (latest by date)](https://img.shields.io/github/v/release/daeh/zotero-markdb-connect?style=for-the-badge)](https://github.com/daeh/zotero-markdb-connect/releases/latest) [![GitHub all releases](https://img.shields.io/github/downloads/daeh/zotero-markdb-connect/total?style=for-the-badge&color=forestgreen)](https://github.com/daeh/zotero-markdb-connect/releases/latest) -->

Expand Down
11 changes: 0 additions & 11 deletions addon/chrome/content/preferences.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -501,17 +501,6 @@
<!--<separator />-->
</vbox>

<!--<vbox style="border: 1px solid black">-->
<!-- <label><html:h1>Another Thing</html:h1></label>-->
<!-- <radiogroup id="data-dir" preference="extensions.zotero.useDataDir">-->
<!-- <radio id="default-data-dir" label="&zotero.preferences.dataDir.useProfile;" value="false" />-->
<!-- <hbox>-->
<!-- <radio label="&zotero.preferences.dataDir.custom;" value="true" />-->
<!-- <html:input type="text" id="data-dir-path" preference="extensions.zotero.dataDir" readonly="true" style="-moz-box-flex: 1" />-->
<!-- <button label="&zotero.preferences.dataDir.choose;" oncommand="return Zotero_Preferences.Advanced.chooseDataDir(event)" />-->
<!-- </hbox>-->
<!-- </radiogroup>-->
<!--</vbox>-->

<vbox>
<html:label
Expand Down
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const config = [
{
/* +strict for typescript files NOT in ./src/ folder */
files: [`**/*.{${allTsExtensions}}`],
ignores: [`src/**/*.{${allTsExtensions}}`, 'typing/**/*.d.ts', `**/*.config.{${allTsExtensions}}`],
ignores: [`src/**/*.{${allTsExtensions}}`, 'typings/**/*.d.ts', `**/*.config.{${allTsExtensions}}`],
plugins: {
'@typescript-eslint': typescriptEslintPlugin,
'@stylistic': stylisticPlugin,
Expand All @@ -194,7 +194,7 @@ const config = [
},
{
/* +lenient for typescript files in ./src/ folder */
files: [`src/**/*.{${allTsExtensions}}`, 'typing/**/*.d.ts'],
files: [`src/**/*.{${allTsExtensions}}`, 'typings/**/*.d.ts'],
ignores: [`**/*.config.{${allTsExtensions}}`],
settings: {
// 'import/resolver': {
Expand Down
Loading

0 comments on commit 8ca1507

Please sign in to comment.