Skip to content

Bump release-it from 9.8.3 to 12.3.3 #29

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps release-it from 9.8.3 to 12.3.3.

Release notes

Sourced from release-it's releases.

Release 12.3.3

  • Update dependencies (0f52164)
  • Update readme (0b5cb1a)
  • Increase overall readability (4232247)
  • Improve hooks deprecation + docs (6770e7c)
  • Add eslint-plugin-import + fix import order (392b4ae)

Release 12.3.2

  • Update dependencies (2cdf9f7)
  • Update eslint-plugin-ava and move some test files/config around (d5f8790)

Release 12.3.1

  • Fix asset path (globby match) in test for Windows (5800744)
  • Update dependencies + trivial migrations (9e737c2)
  • Fix hook migrate hint (closes #536) (7b9509a)
  • No error, but warning if Git tag already exists for explicit non-increment (844ff64)
  • Allow --no-increment or increment: false (fixes #537) (7ee5c4d)
  • Fix typo in link on README (#535) (b2223f1)
  • Update readme (with create-release-it) (404c940)

Release 12.3.0

  • Update docs (d702fd1)
  • Update deprecated-obj (d967ce5)
  • Deprecate scripts config (e2831eb)
  • Add namespace-less life cycle hooks (e.g. hooks.before:init) (5ea9acc)
  • Add life cycle hooks (a7b3ccb)
  • Separate page for changelog doc section (8cdb49f)
  • Minor updates to readme (94a2429)
  • Separate pages for github, gitlab and npm doc sections (bab4b27)
  • Update animated GIF (1268f43)

Release 12.3.0-next.1

  • Update docs (2eb3213)
  • Update deprecated-obj (3d0cee4)
  • Deprecate scripts config (7421b93)
  • Add namespace-less life cycle hooks (e.g. hooks.before:init) (292fc51)

Release 12.3.0-next.0

  • Add life cycle hooks (d557cf7)
  • Add caching for shell.exec (for git fetch and changelog script) (d13b132)
  • Fix up integration tests (6aaaafd)
  • Fix Windows quoting issue in test (ab8ef83)
  • Fix link in readme (closes #530) (a7e1995)

Release 12.2.2

  • Add caching for shell.exec (for git fetch and changelog script) (2e28a14)
  • Fix up integration tests (7f82ad4)
  • Fix Windows quoting issue in test (ab8ef83)
  • Fix link in readme (closes #530) (a7e1995)
... (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

v12

  • The --follow-tags argument for git push has been moved to the default configuration. This is only a breaking
    change if git.pushArgs was not empty (it was empty by default).

v11

  • The custom conventional-changelog increment (e.g. "increment": "conventional:angular") with additional script
    configuration is replaced with a plugin. Please see
    conventional changelog how to use this plugin.
  • The pkgFiles option has been removed. If there's a need to bump other files than what npm version bumps, 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.json then
    that version is used instead. The use option has been removed. Also see
    latest version.
  • scripts.changelog has been moved to git.changelog

v10

  • Dropped support for Node v6
  • Deprecated options from v9 are removed, the dist.repo config in particular (also see
    distribution repository for alternatives).
  • Drop the --debug flag. 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.
For this (backwards compatible) change, deprecation warnings are shown, and configurations must be migrated with the
next major release (v10). See deprecated.json for the changes, mainly:

  • All "command hooks" have been moved to scripts.*, and some have been renamed.
  • All src.* options have been moved to git.* (and scripts.*).
  • The dist.repo configuration and functionality has been removed.

v8

  • Drop the --force flag. It's only use was to move a Git tag.

v7

  • No longer adds untracked files to release commit. (#230)
... (truncated)
Commits

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will 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 labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 15, 2019
@dependabot-preview
Copy link
Author

Superseded by #38.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/release-it-12.3.3 branch August 1, 2019 07:08
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants