Skip to content

build(deps): bump the all-non-major group across 1 directory with 5 updates#175

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

build(deps): bump the all-non-major group across 1 directory with 5 updates#175
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/all-non-major-9682dd5e1c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

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

Package From To
zotero-plugin-toolkit 5.1.0-beta.13 5.1.2
@types/node 25.0.3 25.3.0
prettier 3.7.4 3.8.1
zotero-plugin-scaffold 0.8.2 0.8.3
zotero-types 4.1.0-beta.4 4.1.1

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](https://www.npmjs.com/~GitHub Actions), a new releaser for zotero-plugin-toolkit since your current version.


Updates @types/node from 25.0.3 to 25.3.0

Commits

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 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.4 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
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.


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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [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.0.3` | `25.3.0` |
| [prettier](https://github.com/prettier/prettier) | `3.7.4` | `3.8.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.4` | `4.1.1` |



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.0.3 to 25.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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 `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.4 to 4.1.1
- [Release notes](https://github.com/windingwind/zotero-types/releases)
- [Commits](windingwind/zotero-types@v4.1.0-beta.4...v4.1.1)

---
updated-dependencies:
- 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: "@types/node"
  dependency-version: 25.3.0
  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: 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 Feb 23, 2026
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