northword / zotero-plugin-scaffold

A scaffold for Zotero plugin development
https://www.npmjs.com/package/zotero-plugin-scaffold
GNU Affero General Public License v3.0
8 stars 5 forks source link

fix(deps): update all non-major dependencies #59

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 1 week ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@inquirer/prompts (source) 7.0.0 -> 7.0.1 age adoption passing confidence
bumpp 9.7.1 -> 9.8.0 age adoption passing confidence
es-toolkit (source) 1.25.2 -> 1.26.1 age adoption passing confidence
eslint (source) 9.12.0 -> 9.13.0 age adoption passing confidence
pnpm (source) 9.12.2 -> 9.12.3 age adoption passing confidence

Release Notes

SBoudrias/Inquirer.js (@​inquirer/prompts) ### [`v7.0.1`](https://redirect.github.com/SBoudrias/Inquirer.js/compare/inquirer@7.0.0...inquirer@7.0.1) [Compare Source](https://redirect.github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@7.0.0...@inquirer/prompts@7.0.1)
antfu/bumpp (bumpp) ### [`v9.8.0`](https://redirect.github.com/antfu-collective/bumpp/releases/tag/v9.8.0) [Compare Source](https://redirect.github.com/antfu/bumpp/compare/v9.7.1...v9.8.0) #####    🚀 Features - Execute could receive a function  -  by [@​s3xysteak](https://redirect.github.com/s3xysteak) in [https://github.com/antfu-collective/bumpp/issues/54](https://redirect.github.com/antfu-collective/bumpp/issues/54) [(e05fa)](https://redirect.github.com/antfu-collective/bumpp/commit/e05fac1) #####     [View changes on GitHub](https://redirect.github.com/antfu-collective/bumpp/compare/v9.7.1...v9.8.0)
toss/es-toolkit (es-toolkit) ### [`v1.26.1`](https://redirect.github.com/toss/es-toolkit/blob/HEAD/CHANGELOG.md#Version-v1261) [Compare Source](https://redirect.github.com/toss/es-toolkit/compare/v1.26.0...v1.26.1) Released on October 25th, 2024. - Fixed a bug in [isMatch](https://es-toolkit.slash.page/reference/compat/predicate/isMatch.html) that did not strictly compare `null` in objects. This version includes contributions from [@​D-Sketon](https://redirect.github.com/D-Sketon). Thank you for your valuable contributions! ### [`v1.26.0`](https://redirect.github.com/toss/es-toolkit/blob/HEAD/CHANGELOG.md#Version-v1260) [Compare Source](https://redirect.github.com/toss/es-toolkit/compare/v1.25.2...v1.26.0) Released on October 24th, 2024. - Added support for [invariant](https://es-toolkit.slash.page/reference/util/invariant.html), [identity](https://es-toolkit.slash.page/reference/function/identity.html), [median](https://es-toolkit.slash.page/reference/math/median.html), and [medianBy](https://es-toolkit.slash.page/reference/math/medianBy.html). - Added compatibility functions for [template](https://es-toolkit.slash.page/reference/compat/string/template.html), [uniqueId](https://es-toolkit.slash.page/reference/compat/util/uniqueId.html), [intersectionBy](https://es-toolkit.slash.page/reference/array/intersectionBy.html), [orderBy](https://es-toolkit.slash.page/reference/array/orderBy.html), [sortBy](https://es-toolkit.slash.page/reference/array/sortBy.html), and [some](https://es-toolkit.slash.page/reference/array/some.html). - Made it possible to use [drop](https://es-toolkit.slash.page/reference/array/drop.html), [dropRight](https://es-toolkit.slash.page/reference/array/dropRight.html), [every](https://es-toolkit.slash.page/reference/compat/array/every.html), [take](https://es-toolkit.slash.page/reference/array/take.html), and [takeRight](https://es-toolkit.slash.page/reference/array/takeRight.html) directly as iteratees, allowing for usage like `arr.map(drop)`. - Corrected [merge](https://es-toolkit.slash.page/reference/object/merge.html) to disallow primitive values such as numbers or strings. This version includes contributions from [@​dayongkr](https://redirect.github.com/dayongkr), [@​Na-hyunwoo](https://redirect.github.com/Na-hyunwoo), [@​ssi02014](https://redirect.github.com/ssi02014), [@​kaehehehe](https://redirect.github.com/kaehehehe), [@​jakvbs](https://redirect.github.com/jakvbs), [@​D-Sketon](https://redirect.github.com/D-Sketon), and [@​seonghun0828](https://redirect.github.com/seonghun0828). Thank you for your valuable contributions!
eslint/eslint (eslint) ### [`v9.13.0`](https://redirect.github.com/eslint/eslint/compare/v9.12.0...1a7cdbfad8d3355132aab3201c7dd3f2e879b19d) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.12.0...v9.13.0)
pnpm/pnpm (pnpm) ### [`v9.12.3`](https://redirect.github.com/pnpm/pnpm/blob/HEAD/pnpm/CHANGELOG.md#9123) [Compare Source](https://redirect.github.com/pnpm/pnpm/compare/v9.12.2...v9.12.3) ##### Patch Changes - Don't purge `node_modules`, when typing "n" in the prompt that asks whether to remove `node_modules` before installation [#​8655](https://redirect.github.com/pnpm/pnpm/pull/8655). - Fix a bug causing pnpm to infinitely spawn itself when `manage-package-manager-versions=true` is set and the `.tools` directory is corrupt. - Use `crypto.hash`, when available, for improved performance [#​8629](https://redirect.github.com/pnpm/pnpm/pull/8629). - Fixed a race condition in temporary file creation in the store by including worker thread ID in filename. Previously, multiple worker threads could attempt to use the same temporary file. Temporary files now include both process ID and thread ID for uniqueness [#​8703](https://redirect.github.com/pnpm/pnpm/pull/8703). - All commands should read settings from the `package.json` at the root of the workspace [#​8667](https://redirect.github.com/pnpm/pnpm/issues/8667). - When `manage-package-manager-versions` is set to `true`, errors spawning a self-managed version of `pnpm` will now be shown (instead of being silent). - Pass the find command to npm, it is an alias for npm search

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.