Skip to content

chore(deps): bump the all-non-major group across 1 directory with 7 updates#278

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-non-major-a956c5af4b
Closed

chore(deps): bump the all-non-major group across 1 directory with 7 updates#278
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/all-non-major-a956c5af4b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-non-major group with 7 updates in the / directory:

Package From To
katex 0.16.28 0.16.45
zotero-plugin-toolkit 5.1.0-beta.13 5.1.2
@types/node 25.2.0 25.7.0
@zotero-plugin/eslint-config 0.6.7 0.6.9
prettier 3.8.1 3.8.3
zotero-plugin-scaffold 0.8.2 0.8.6
zotero-types 4.1.0-beta.1 4.1.2

Updates katex from 0.16.28 to 0.16.45

Release notes

Sourced from katex's releases.

v0.16.45

0.16.45 (2026-04-05)

Bug Fixes

v0.16.44

0.16.44 (2026-03-27)

Bug Fixes

  • remove extra \jot space at bottom of align/gather/etc. (#4184) (3870ee9)

v0.16.43

0.16.43 (2026-03-26)

Bug Fixes

  • use makeEm() consistently to truncate long CSS decimals (#4181) (0967dcc)

v0.16.42

0.16.42 (2026-03-24)

Features

v0.16.41

0.16.41 (2026-03-24)

Bug Fixes

v0.16.40

0.16.40 (2026-03-20)

Bug Fixes

  • css: specify position: relative for .katex (#4170) (020f0d8)

v0.16.39

0.16.39 (2026-03-19)

... (truncated)

Changelog

Sourced from katex's changelog.

0.16.45 (2026-04-05)

Bug Fixes

0.16.44 (2026-03-27)

Bug Fixes

  • remove extra \jot space at bottom of align/gather/etc. (#4184) (3870ee9)

0.16.43 (2026-03-26)

Bug Fixes

  • use makeEm() consistently to truncate long CSS decimals (#4181) (0967dcc)

0.16.42 (2026-03-24)

Features

0.16.41 (2026-03-24)

Bug Fixes

0.16.40 (2026-03-20)

Bug Fixes

  • css: specify position: relative for .katex (#4170) (020f0d8)

0.16.39 (2026-03-19)

Bug Fixes

0.16.38 (2026-03-08)

... (truncated)

Commits
  • 90de979 chore(release): 0.16.45 [ci skip]
  • ee66b78 fix: wrap vcenter mpadded in mrow for valid MathML (#4193)
  • ed12205 refactor: move inline double brushs stroke to helper (#4194)
  • 434d4b8 chore(ci): upgrade to node 24 (#4189)
  • 844a324 chore(deps): bump codecov/codecov-action from 5 to 6 (#4188)
  • 5675226 chore(deps): bump actions/github-script from 7 to 8 (#4179)
  • 34ad75e chore(deps): bump actions/setup-node from 4 to 6 (#4180)
  • 2525c20 chore(deps): bump actions/upload-artifact from 4 to 7 (#4176)
  • 0b7006e chore(release): 0.16.44 [ci skip]
  • 3870ee9 fix: remove extra \jot space at bottom of align/gather/etc. (#4184)
  • Additional commits viewable in compare view

Updates zotero-plugin-toolkit from 5.1.0-beta.13 to 5.1.2

Release notes

Sourced from zotero-plugin-toolkit's releases.

v5.1.2

   🐞 Bug Fixes

    View changes on GitHub

v5.1.1

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0-beta.14

   🐞 Bug Fixes

    View changes on GitHub
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for zotero-plugin-toolkit since your current version.


Updates @types/node from 25.2.0 to 25.7.0

Commits

Updates @zotero-plugin/eslint-config from 0.6.7 to 0.6.9

Release notes

Sourced from @​zotero-plugin/eslint-config's releases.

v0.6.9

   🐞 Bug Fixes

    View changes on GitHub

v0.6.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 71b06e8 chore(release): publish v0.6.9
  • 2a3fce4 fix: update deps
  • 2e78a40 fix: allow eslint 9
  • 433bd4c chore(release): publish v0.6.8
  • da8f999 chore(deps): update dependency chai to ^6.2.2 (#17)
  • 6c1e1b2 chore: fix playgroud lint
  • a22bc17 fix: eslint 10
  • 1e76f8e chore(deps): update dependency @​antfu/eslint-config to v7 (#18)
  • 6fd22b7 ci: use reuseable workflows
  • 061562f chore(deps): update actions/checkout action to v6 (#16)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​zotero-plugin/eslint-config since your current version.


Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);
// Prettier 3.8.2
$value: if(
sass(false): 1; else: -1,
);
// Prettier 3.8.3
$value: if(sass(false): 1; else: -1);

3.8.2

diff

Angular: Support Angular v21.2 (#18722, #19034 by @​fisker)

Exhaustive typechecking with @default never;

<!-- Input -->
@switch (foo) {
  @case (1) {}
  @default never;
}
<!-- Prettier 3.8.1 -->
SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "&#64;" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->
@​switch (foo) {
@​case (1) {}
@​default never;
}

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates zotero-plugin-scaffold from 0.8.2 to 0.8.6

Release notes

Sourced from zotero-plugin-scaffold's releases.

v0.8.6

   🐞 Bug Fixes

    View changes on GitHub

v0.8.5

   🐞 Bug Fixes

    View changes on GitHub

v0.8.4

   🐞 Bug Fixes

    View changes on GitHub

v0.8.3

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • acd6d68 chore(release): publish v0.8.6
  • 4eb40ca chore: update deps
  • cd1911b fix(deps): update dependency bumpp to v11 (#173)
  • 2715d85 chore(deps): update github artifact actions (#172)
  • cb5a7a0 chore(deps): update actions/configure-pages action to v6 (#169)
  • a3e0cdc chore(deps): update actions/deploy-pages action to v5 (#170)
  • 138629f fix(deps): update all non-major dependencies (#168)
  • 9141453 fix(test-runner): exit process when test awaiting timeout
  • 70a81dc chore(release): publish v0.8.5
  • 2251a2e fix(test-runner): unresolved placeholders
  • Additional commits viewable in compare view

Updates zotero-types from 4.1.0-beta.1 to 4.1.2

Release notes

Sourced from zotero-types's releases.

v4.1.2

   🐞 Bug Fixes

    View changes on GitHub

v4.1.1

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.1.0-beta.8

No significant changes

    View changes on GitHub

v4.1.0-beta.4

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 012c845 chore: release v4.1.2
  • 80328af fix: update collectionTreeRow type to _ZoteroTypes.CollectionTree
  • 29ce566 chore: use branch to lock pdfjs-types (#88)
  • 53fa5ea fix: update Zotero.File (#87)
  • f6b5840 chore: release v4.1.1
  • bfa38d6 fix: update and use full commit hash for pdfjs-types (#85)
  • b65cc96 chore: release v4.1.0-beta.8
  • a827fd4 chore: fix npm release
  • a638a2c chore: release v4.1.0-beta.7
  • 487286f chore: fix npm release
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for zotero-types since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 13, 2026
@dependabot dependabot Bot changed the title chore(deps): bump the all-non-major group with 7 updates chore(deps): bump the all-non-major group across 1 directory with 7 updates May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/all-non-major-a956c5af4b branch from 97f19b4 to 1764d88 Compare May 4, 2026 23:25
…pdates

Bumps the all-non-major group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.28` | `0.16.45` |
| [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) | `5.1.0-beta.13` | `5.1.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.2.0` | `25.7.0` |
| [@zotero-plugin/eslint-config](https://github.com/zotero-plugin-dev/eslint-config) | `0.6.7` | `0.6.9` |
| [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` |
| [zotero-plugin-scaffold](https://github.com/zotero-plugin-dev/zotero-plugin-scaffold) | `0.8.2` | `0.8.6` |
| [zotero-types](https://github.com/windingwind/zotero-types) | `4.1.0-beta.1` | `4.1.2` |



Updates `katex` from 0.16.28 to 0.16.45
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.28...v0.16.45)

Updates `zotero-plugin-toolkit` from 5.1.0-beta.13 to 5.1.2
- [Release notes](https://github.com/windingwind/zotero-plugin-toolkit/releases)
- [Commits](windingwind/zotero-plugin-toolkit@v5.1.0-beta.13...v5.1.2)

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

Updates `@zotero-plugin/eslint-config` from 0.6.7 to 0.6.9
- [Release notes](https://github.com/zotero-plugin-dev/eslint-config/releases)
- [Commits](zotero-plugin-dev/eslint-config@v0.6.7...v0.6.9)

Updates `prettier` from 3.8.1 to 3.8.3
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.8.1...3.8.3)

Updates `zotero-plugin-scaffold` from 0.8.2 to 0.8.6
- [Release notes](https://github.com/zotero-plugin-dev/zotero-plugin-scaffold/releases)
- [Commits](zotero-plugin-dev/zotero-plugin-scaffold@v0.8.2...v0.8.6)

Updates `zotero-types` from 4.1.0-beta.1 to 4.1.2
- [Release notes](https://github.com/windingwind/zotero-types/releases)
- [Commits](windingwind/zotero-types@v4.1.0-beta.1...v4.1.2)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: "@zotero-plugin/eslint-config"
  dependency-version: 0.6.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: katex
  dependency-version: 0.16.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: prettier
  dependency-version: 3.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: zotero-plugin-scaffold
  dependency-version: 0.8.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: zotero-plugin-toolkit
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: zotero-types
  dependency-version: 4.1.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/all-non-major-a956c5af4b branch from 1764d88 to 9cdbcdc Compare May 12, 2026 01:59
@dependabot @github

dependabot Bot commented on behalf of github May 26, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this May 26, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/all-non-major-a956c5af4b branch May 26, 2026 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants