Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump flat and release-it#410

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/npm_and_yarn/flat-and-release-it--removed

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 30, 2022
edited
Loading

Removesflat. It's no longer used after updating ancestor dependencyrelease-it. These dependencies need to be updated together.

Removesflat

Updatesrelease-it from 12.3.3 to 15.6.0

Release notes

Sourced fromrelease-it's releases.

Release 15.6.0

  • Fix specs for#966 (39a318b)
  • Move space (quickfix) (cfae247)
  • fix: use spec formdata (#958) (c21e6b6)
  • Fixnpm.isCollaborator() on npm v9 (#966) (3bd405a)
  • feat(git): added option to use --exclude option on git describe (#963) (2b484bf)

Release 15.5.1

  • Update dependencies (aa89cbd)
  • Prompt for npm OTP in --only-version (fixes#948) (ff626d1)
  • Remove unused export/function (331b0de)
  • Add knip + config (ee99f63)

Release 15.5.0

  • Update dependencies (5d035be)
  • Addnpm.versionArgs option (5efc57f)

Release 15.4.3

  • Update dependencies (67da5d9)
  • Update got to 12.5.1 (#943) (a9c8c34)

Release 15.4.2

  • Update dependencies (97095d5)
  • Defer dry run bail out in asset globbing (to include the warning in dry runs) (bf6ccc8)
  • Housekeeping for Actions (feff2eb)

Release 15.4.1

  • Handle file paths and dots in git urls (055a4ff)
  • Update dependencies (including git-url-parse) (1851650)

Release 15.4.0

  • Addnpm.name to config.context and extend context fortagName (closes#933) (627763f)

Release 15.3.0

  • Add new features to docs (e2101ed)
  • Add tests for branchName in tag name (a6f6eff)
  • Update dependencies (ae9ccb9)
  • add branchName for template (#897) (9aa9a5d)
  • add new --changelog option (#912) (5798a7a)

Release 15.2.0

  • Update dependencies (b78eb1e)
  • Add package.json to exports (acc66f7)
  • Fixes loading scoped plugins to ensure name is preserved (#926) (145fc71)
  • Add workaround for Windows by removing drive letter from git url (#924) (ce3a726)
  • Enable manual triggers and disable tag triggers in test pipeline (b830876)
  • Fix plugin links (b7cd505)

Release 15.1.4

  • Migrate to git-url-parse v12 (41aad00)

... (truncated)

Changelog

Sourced fromrelease-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

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)

  • Removedglobal property from plugins. Usethis.config[key] instead.
  • Removed deprecatednpm.access option. Set this inpackage.json instead.

v13 (2020-03-07)

  • Dropped support for Node v8
  • Dropped support for GitLab v11.6 and lower.
  • Deprecatedscripts are removed (in favor ofhooks).
  • Removed deprecated--non-interactive (-n) argument. Use--ci instead.
  • Removed old%s and[REV_RANGE] syntax in command substitutions. Use${version} and${latestTag} instead.

v12 (2019-05-03)

  • The--follow-tags argument forgit push has been moved to the default configuration. This is only a breakingchange ifgit.pushArgs was not empty (it was empty by default).

v11

  • The customconventional-changelog increment (e.g."increment": "conventional:angular") with additional scriptconfiguration is replaced with a plugin. Please seeconventional changeloghow to use this plugin.
  • ThepkgFiles option has been removed. If there's a need to bump other files than whatnpm version bumps, it shouldbe (part of) a plugin.
  • By default, the latest version was derived from the latest Git tag. From v11, if the repo has apackage.json thenthatversion is used instead. Theuse option has been removed. Also seelatest version.
  • scripts.changelog has been moved togit.changelog

v10

  • Dropped support for Node v6

... (truncated)

Commits

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 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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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

You can disable automated security fix PRs for this repo from theSecurity Alerts page.

Removes [flat](https://github.com/hughsk/flat). It's no longer used after updating ancestor dependency [release-it](https://github.com/release-it/release-it). These dependencies need to be updated together.Removes `flat`Updates `release-it` from 12.3.3 to 15.6.0- [Release notes](https://github.com/release-it/release-it/releases)- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)- [Commits](release-it/release-it@12.3.3...15.6.0)---updated-dependencies:- dependency-name: flat  dependency-type: indirect- dependency-name: release-it  dependency-type: direct:development...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelDec 30, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp