swach
swach copied to clipboard
Build(deps-dev): Bump release-it from 16.3.0 to 17.11.0
Bumps release-it from 16.3.0 to 17.11.0.
Release notes
Sourced from release-it's releases.
Release 17.11.0
- Update dependencies (182e992)
- GitLab Generic Package Repository for assets (#1189) (54399c9)
- fix(gitlab): don't set Content-Type header when uploading release assets (#1183) (04a36d2)
- Fixed GitBase.getLatestVersion to computed formatted tagTemplate before using it for latestTag computation (#1170) (09d7d1b)
- Add git-cliff example (#1176) (b161114)
- Move configuration options to existing doc pages + table format, shorten (28213bf)
- Add docs for configuration options (#1155) (667cd6a)
- Improve docs on Tag Match (#1165) (716b44f)
Release 17.10.0
- Add error handling for gitlab requests + release url (312fd8b)
- Add proper Content-Type header to fetch requests (#1166) (04bd34c)
Release 17.9.0
- Fix up tests re. branch/ref name (70398b4)
- Update dependencies (b4be09d)
- feat: create tag via Gitlab release (release-it#1115) (#1161) (2263772)
- Update projects list (e1a5c5d)
Release 17.8.2
- Revert "Fix up other tests" (e19bcd8)
- discussion_category_name = undefined (9225077)
Release 17.8.1
- Fix up other tests (d8f903e)
- Fix up discussion_category_name (5716681)
Release 17.7.0
- Lint/formatting fixes (79530b9)
- Fix uploaded assets URL for Gitlab version >= 17.2 (#1153) (1a6325b)
- feat(github): expose github make_latest flag (#1150) (eeda65b)
- fix(github-comments): make search query respect 256 character limit (encoded) (#1148) (43a5e71)
- fix: replace obsolete
is-cilibrary byci-infolibrary (closes #1145) (#1146) (19c232d)- Remove
node-fetchandgotfrom dependencies (#1133) (696f082)- Fix schema for
git.requireBranch(closes #1138) (8b57290)Release 17.6.0
- Update dependencies (517ac8c)
- Replace eslint-plugin-import with eslint-plugin-import-x (5828326)
- feat: add secure flag to gitlab config (#1129) (7a3ce98)
Release 17.5.0
- Add flag
--preReleaseBase=1to use prelease base 1 (resolves #1128) (6570068)Release 17.4.2
... (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
v17 (2023-11-11)
- Removed support for Node.js v16.
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.
... (truncated)
Commits
2ec1d60Release 17.11.0182e992Update dependencies54399c9GitLab Generic Package Repository for assets (#1189)04a36d2fix(gitlab): don't set Content-Type header when uploading release assets (#1183)09d7d1bFixed GitBase.getLatestVersion to computed formatted tagTemplate before using...b161114Add git-cliff example (#1176)28213bfMove configuration options to existing doc pages + table format, shorten667cd6aAdd docs for configuration options (#1155)716b44fImprove docs on Tag Match (#1165)a4a6876Release 17.10.0- 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)