chore(deps-dev): bump release-it from 12.4.3 to 14.10.0
⚠️ Dependabot Preview has been deactivated ⚠️
This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.
If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.
Bumps release-it from 12.4.3 to 14.10.0.
Release notes
Sourced from release-it's releases.
Release 14.10.0
- Migrate to latest sinon (76af5d1)
- Migrate to latest octokit (51b871d)
- Update dependencies (e082eee)
- Replace context variables in release assets (e.g,
file-${version}.zip) (36744ba)Release 14.9.0
- feat: Adding certificateAuthorityFile option for GitLab releases (#772) (dbb59dc)
- Fix: example plugin reads file as string (#774) (7bf70bb)
Release 14.8.0
- Pass options to the plugin
disablePluginmethod (46bc09a)- Test in Node.js v16 (a2960be)
- Add example to set plugin option from the command line (e1d2c4a)
- Update and move around some documentation (5dbb9f9)
Release 14.7.0
- Update dependencies (3593814)
- Add --release-version feature (135c1c8)
- Minor changes (fc9c1e4)
- Throw when
npm versionfails (remove warning, don't execute for--no-increment) (3b8fbe6)- Skip increment functions for
--no-increment(5a590de)- Move
isUpdatefrom plugins to global config (f953ce2)- docs: add missing template flag to auto-changelog (#767) (90ba1c5)
- docs(ci): add alternative .npmrc command and circle ci details (#764) (cb3e255)
Release 14.6.2
- Create new GitHub release when updating unreleased tag (--no-increment) (73a86f2)
- Update dependencies (fc705f5)
Release 14.6.1
- The parseVersion util should be forgiving to non-semver input (fixes #754) (50216ad)
Release 14.6.0
- Update dependencies (e68800b)
- Update the config.js library file to look for release-it.cjs (#751) (e5cfa9c)
- Add "Update release" section to GitLab docs (aabb178)
Release 14.5.1
- Update dependencies (3311227)
- Update list of projects using release-it (80b424f)
- Remove (folded) ToC (GitHub has this built-in now) (45fa2cd)
- Add comment to run from root of project (closes #748) (220fcda)
- Replace outdated demo gif with svg (6818c46)
Release 14.5.0
... (truncated)
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
v14
- Removed
globalproperty from plugins. Usethis.config[key]instead.- Removed deprecated
npm.accessoption. Set this inpackage.jsoninstead.v13
- 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
- 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.changelogv10
- Dropped support for Node v6
- Deprecated options from v9 are removed, the
dist.repoconfig in particular (also see distribution repository for alternatives).- Drop the
--debugflag.DEBUG=release-it:* ...still works.v9
There should be no breaking changes, but there have been major internal refactorings and an improved UI. A bunch of new features and bug fixes have been implemented. Last but not least, the configuration structure is changed significantly.
... (truncated)
Commits
9c9215fRelease 14.10.076af5d1Migrate to latest sinon51b871dMigrate to latest octokite082eeeUpdate dependencies36744baReplace context variables in release assets (e.g,file-${version}.zip)54df17eRelease 14.9.0dbb59dcfeat: Adding certificateAuthorityFile option for GitLab releases (#772)7bf70bbFix: example plugin reads file as string (#774)1d05ef1Release 14.8.046bc09aPass options to the plugindisablePluginmethod- 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 will not automatically merge this PR because it includes an out-of-range update to a development dependency.
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 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)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)