zotero-pdf-custom-rename
zotero-pdf-custom-rename copied to clipboard
build(deps-dev): bump release-it from 15.11.0 to 16.1.5
Bumps release-it from 15.11.0 to 16.1.5.
Release notes
Sourced from release-it's releases.
Release 16.1.5
- Only show url message on Windows (68b91c4)
- fix: unable to open the browser automatically on Windows system (#1019) (5069c30)
Release 16.1.4
- Replace mock-fs with memfs + fs-monkey (723db6c)
- Update dependencies (a3da2bf)
Release 16.1.3
- Update dependencies (closes #1024) (79430b4)
Release 16.1.2
- Revert some updates for Node.js 16 compat (a106c83)
Release 16.1.1
- Update dependencies (closes #1023) (9d6f183)
Release 16.1.0
- Edit and move new section about
getLatestTagFromAllRefsup in docs (a166ab4)- Extend test for
getLatestTagFromAllRefsto assert default behavior too (930e80a)- test: add a test scenario for git.getLatestTagFromAllRefs (fef97c6)
- feat: add git.getLatestTagFromAllRefs config item to use all refs to determine latest version, not just reachable commits. (8611ef0)
- docs: update legacy Node comment on readme page (#1021) (5beacf2)
Release 16.0.0
- Add v16 to changelog (2e09260)
- Add knip to deps/scripts (00220ce)
- Update dependencies + add lockfile (breaking support for Node.js v14/npm v6) (97c233e)
Changelog
Sourced from release-it's changelog.
Changelog
This document lists breaking changes for each major release.
See the GitHub Releases page for detailed changelogs: https://github.com/release-it/release-it/releases
v16 (2023-07-05)
- Removed support for Node.js v14.
v15 (2022-04-30)
- Removed support for Node.js v10 and v12.
- Removed support for GitLab v12.4 and lower.
- Removed anonymous metrics (and the option to disable it).
- Programmatic usage and plugins only through ES Module syntax (
import)Use release-it v14 in legacy environments.
v14 (2020-09-03)
- Removed
globalproperty from plugins. Usethis.config[key]instead.- Removed deprecated
npm.accessoption. Set this inpackage.jsoninstead.v13 (2020-03-07)
- Dropped support for Node v8
- Dropped support for GitLab v11.6 and lower.
- Deprecated
scriptsare removed (in favor of hooks).- Removed deprecated
--non-interactive(-n) argument. Use--ciinstead.- Removed old
%sand[REV_RANGE]syntax in command substitutions. Use${version}and${latestTag}instead.v12 (2019-05-03)
- The
--follow-tagsargument forgit pushhas been moved to the default configuration. This is only a breaking change ifgit.pushArgswas not empty (it was empty by default).v11
- The custom
conventional-changelogincrement (e.g."increment": "conventional:angular") with additional script configuration is replaced with a plugin. Please see conventional changelog how to use this plugin.- The
pkgFilesoption has been removed. If there's a need to bump other files than whatnpm versionbumps, it should be (part of) a plugin.- By default, the latest version was derived from the latest Git tag. From v11, if the repo has a
package.jsonthen thatversionis used instead. Theuseoption has been removed. Also see latest version.scripts.changeloghas been moved togit.changelog
... (truncated)
Commits
1b87b43Release 16.1.568b91c4Only show url message on Windows5069c30fix: unable to open the browser automatically on Windows system (#1019)b0c076aRelease 16.1.4723db6cReplace mock-fs with memfs + fs-monkeya3da2bfUpdate dependencies46ce029Release 16.1.379430b4Update dependencies (closes #1024)8f5e9b7Release 16.1.2a106c83Revert some updates for Node.js 16 compat- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)