Skip to content

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-non-major-9e35ee2eff
Open

chore(deps): bump the all-non-major group across 1 directory with 7 updates#1392
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-non-major-9e35ee2eff

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

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

Package From To
katex 0.16.25 0.16.33
zotero-plugin-toolkit 5.1.0-beta.9 5.1.2
lint-staged 16.2.7 16.3.1
prettier 3.7.4 3.8.1
typescript-eslint 8.48.1 8.56.1
zotero-plugin-scaffold 0.8.2 0.8.3
zotero-types 4.1.0-beta.3 4.1.1

Updates katex from 0.16.25 to 0.16.33

Release notes

Sourced from katex's releases.

v0.16.33

0.16.33 (2026-02-23)

Bug Fixes

v0.16.32

0.16.32 (2026-02-22)

Bug Fixes

v0.16.31

0.16.31 (2026-02-22)

Bug Fixes

v0.16.30

0.16.30 (2026-02-22)

Bug Fixes

v0.16.29

0.16.29 (2026-02-22)

Bug Fixes

  • \imath and other \html@mathml macros in arguments (#4139) (a850cce)

v0.16.28

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)

v0.16.27

0.16.27 (2025-12-07)

... (truncated)

Changelog

Sourced from katex's changelog.

0.16.33 (2026-02-23)

Bug Fixes

0.16.32 (2026-02-22)

Bug Fixes

0.16.31 (2026-02-22)

Bug Fixes

0.16.30 (2026-02-22)

Bug Fixes

0.16.29 (2026-02-22)

Bug Fixes

  • \imath and other \html@mathml macros in arguments (#4139) (a850cce)

0.16.28 (2026-01-25)

Bug Fixes

  • type: add missing types definition path to package.json (#4125) (0ef8921)

0.16.27 (2025-12-07)

Features

  • support equals sign and surrounding whitespace in \htmlData attribute values (#4112) (c77aaec)

0.16.26 (2025-12-07)

... (truncated)

Commits

Updates zotero-plugin-toolkit from 5.1.0-beta.9 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

v5.1.0-beta.13

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0-beta.12

... (truncated)

Commits
  • 1721850 chore: release v5.1.2
  • 684d08d fix: add build step before publishing npm package
  • 86e135a chore: release v5.1.1
  • de62330 refactor: remove deprecated methods and modules
  • 5ecc4b7 chore: release v5.1.0-beta.14
  • 33082f4 fix: npm release
  • 5ea699c chore: release v5.1.0-beta.13
  • 135ea68 fix(extra-field): keep original extra keys order (#97)
  • 21f946a chore: release v5.1.0-beta.12
  • 98f2bb7 feat(extraField)!: support duplicate keys, unify parser option, move save t...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for zotero-plugin-toolkit since your current version.


Updates lint-staged from 16.2.7 to 16.3.1

Release notes

Sourced from lint-staged's releases.

v16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

v16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Changelog

Sourced from lint-staged's changelog.

16.3.1

Patch Changes

  • #1729 cd5d762 Thanks @​iiroj! - Remove nano-spawn as a dependency from package.json as it was replaced with tinyexec and is no longer used.

16.3.0

Minor Changes

  • #1698 feda37a Thanks @​iiroj! - Run external processes with tinyexec instead of nano-spawn. nano-spawn replaced execa in lint-staged version 16 to limit the amount of npm dependencies required, but caused some unknown issues related to spawning tasks. Let's hope tinyexec improves the situation.

  • #1699 1346d16 Thanks @​iiroj! - Remove pidtree as a dependency. When a task fails, its sub-processes are killed more efficiently via the process group on Unix systems, and the taskkill command on Windows.

Patch Changes

  • #1726 87467aa Thanks @​iiroj! - Incorrect brace expansions like *.{js} (nothing to expand) are detected exhaustively, instead of just a single pass.
Commits
  • 2a74cd2 chore(changeset): release
  • cd5d762 refactor: remove nano-spawn dependency completely
  • e342cab build(deps): move nano-spawn to dev
  • 9aa2cd7 chore(changeset): release
  • 0c387bc test: make long-running task longer because of GitHub Actions slowness
  • 87467aa refactor: detect incorrect brace expansion exhaustively
  • dceabc6 ci: run npm audit in GitHub Actions
  • d0e4c2a build(deps): update dependencies
  • 93cf144 docs: add tip about lint-staged.sh
  • 9809fee test: adjust integration test logging setup for concurrency
  • Additional commits viewable in compare view

Updates prettier from 3.7.4 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

3.8.0

  • Support Angular v21.1

diff

🔗 Release note "Prettier 3.8: Support for Angular v21.1"

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";
// Prettier 3.8.0
// Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339)
prettierPluginEstree.printers.estree; //=> any
// Prettier 3.8.1
prettierPluginEstree.printers.estree; //=> Printer
prettierPluginEstree.printers["estree-json"]; //=> Printer

3.8.0

diff

🔗 Release Notes

Commits

Updates typescript-eslint from 8.48.1 to 8.56.1

Release notes

Sourced from typescript-eslint's releases.

v8.56.1

8.56.1 (2026-02-23)

What's Changed

You can read about our versioning strategy and releases on our website.

v8.56.0

8.56.0 (2026-02-16)

🚀 Features

🩹 Fixes

  • use parser options from context.languageOptions (#12043)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.56.1 (2026-02-23)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.56.0 (2026-02-16)

🚀 Features

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.55.0 (2026-02-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

8.54.0 (2026-01-26)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.53.1 (2026-01-19)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.53.0 (2026-01-12)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

8.52.0 (2026-01-05)

... (truncated)

Commits

Updates zotero-plugin-scaffold from 0.8.2 to 0.8.3

Release notes

Sourced from zotero-plugin-scaffold's releases.

v0.8.3

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 334d2df chore(release): publish v0.8.3
  • 344b691 fix(build): add missing await for buildInProduction() (#160)
  • d0bba34 fix(deps): update all non-major dependencies (#156)
  • eedfcbc fix(deps): update dependency hookable to v6 (#159)
  • ccdfad3 chore(deps): update dependency @​antfu/eslint-config to v7 (#157)
  • d792e99 chore(deps): update github artifact actions (#158)
  • a78eb5e ci: run autofix on push
  • bab6089 ci: use reuseable workflows
  • 8462431 chore(deps): update actions/checkout action to v6 (#154)
  • 51342a6 fix(deps): update dependency chokidar to v5 (#155)
  • Additional commits viewable in compare view

Updates zotero-types from 4.1.0-beta.3 to 4.1.1

Release notes

Sourced from zotero-types's releases.

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
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~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 will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [katex](https://github.com/KaTeX/KaTeX) | `0.16.25` | `0.16.33` |
| [zotero-plugin-toolkit](https://github.com/windingwind/zotero-plugin-toolkit) | `5.1.0-beta.9` | `5.1.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.7` | `16.3.1` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.48.1` | `8.56.1` |
| [zotero-plugin-scaffold](https://github.com/zotero-plugin-dev/zotero-plugin-scaffold) | `0.8.2` | `0.8.3` |
| [zotero-types](https://github.com/windingwind/zotero-types) | `4.1.0-beta.3` | `4.1.1` |



Updates `katex` from 0.16.25 to 0.16.33
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.16.25...v0.16.33)

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

Updates `lint-staged` from 16.2.7 to 16.3.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v16.2.7...v16.3.1)

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

Updates `typescript-eslint` from 8.48.1 to 8.56.1
- [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.56.1/packages/typescript-eslint)

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

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

---
updated-dependencies:
- dependency-name: katex
  dependency-version: 0.16.33
  dependency-type: direct:production
  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: lint-staged
  dependency-version: 16.3.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: prettier
  dependency-version: 3.8.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: typescript-eslint
  dependency-version: 8.56.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-non-major
- dependency-name: zotero-plugin-scaffold
  dependency-version: 0.8.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-non-major
- dependency-name: zotero-types
  dependency-version: 4.1.1
  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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

@dependabot[bot]
I automatically applied lint fixes but couldn’t push to your branch—could you please run:

npm run lint

and push the results? Thanks!

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