Skip to content
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

ci: bump nvim-neorocks/luarocks-tag-release from 1.0.2 to 4 #2527

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2023

Bumps nvim-neorocks/luarocks-tag-release from 1.0.2 to 4.0.0.

Release notes

Sourced from nvim-neorocks/luarocks-tag-release's releases.

v4.0.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[v4.0.0] - 2023-03-19

  • POTENIALLY BREAKING: Convert to composite action.
  • POTENTIALLY BREAKING: Remove redundant build_type input. Use template input for non-builtin build types instead.
  • Remove gnumake from shell wrapper (no longer needed in a composite action).

[v3.0.0] - 2023-03-08

Added

  • Add directories from Neovim's runtimepath and some common plugin directories as the default for the copy_directories input. BREAKING CHANGE: This could potentially add new directories to LuaRocks packages, if the copy_directories input is not explicity specified, and one of the new default directories exists.

Changed

  • Only add directories that exist to the rockspec's copy_directories.

[v2.3.0] - 2023-03-01

Added

  • Maintain vX and vX.X tags for the latest non-breaking releases.

Fixed

  • Only install packages locally when running as non-root. Fixes build failure in docker container.

Changed

  • Remove ShellCheck and transitive GHC dependency.

[v2.2.0] - 2023-02-24

Added

  • Added 'make' to build environment to fix the support for rockspecs of build type 'make'.

[v2.1.0] - 2023-02-17

Added

  • Optional version input to support basic git workflows (#11).

[v2.0.0] - 2023-02-10

Added

  • Optional license input.

Changed

  • BREAKING: The action will fail if no license input is set and GitHub cannot determine the license automatically.

[v1.0.2] - 2023-02-06

... (truncated)

Changelog

Sourced from nvim-neorocks/luarocks-tag-release's changelog.

[v4.0.0] - 2023-03-19

  • POTENIALLY BREAKING: Convert to composite action.
  • POTENTIALLY BREAKING: Remove redundant build_type input. Use template input for non-builtin build types instead.
  • Remove gnumake from shell wrapper (no longer needed in a composite action).

[v3.0.0] - 2023-03-08

Added

  • Add directories from Neovim's runtimepath and some common plugin directories as the default for the copy_directories input. BREAKING CHANGE: This could potentially add new directories to LuaRocks packages, if the copy_directories input is not explicity specified, and one of the new default directories exists.

Changed

  • Only add directories that exist to the rockspec's copy_directories.

[v2.3.0] - 2023-03-01

Added

  • Maintain vX and vX.X tags for the latest non-breaking releases.

Fixed

  • Only install packages locally when running as non-root. Fixes build failure in docker container.

Changed

  • Remove ShellCheck and transitive GHC dependency.

[v2.2.0] - 2023-02-24

Added

  • Added 'make' to build environment to fix the support for rockspecs of build type 'make'.

[v2.1.0] - 2023-02-17

Added

  • Optional version input to support basic git workflows (#11).

[v2.0.0] - 2023-02-10

Added

  • Optional license input.

Changed

  • BREAKING: The action will fail if no license input is set and GitHub cannot determine the license automatically.
Commits
  • 587c915 docs(readme): bump rolling release tag
  • ff40f16 docs(changelog): correct release date
  • af973b1 chore!: convert to composite action (#38)
  • 61eed1c feat!: better defaults for copy_directories + only add existing ones (#31)
  • d01919d cd: automatic release to marketplace on git tag push (#30)
  • cb0350d chore: remove shellcheck and transitive ghc dependency (#29)
  • 64c0fc9 fix: install to temp directory using --tree instead of --local (#28)
  • 84df1fe docs(changelog): prepare release
  • 4222ad3 feat: maintain mutable vX and vX.X tags (#18)
  • 27bf342 feat: install package locally
  • Additional commits viewable in compare view

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.


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)

Bumps [nvim-neorocks/luarocks-tag-release](https://github.com/nvim-neorocks/luarocks-tag-release) from 1.0.2 to 4.0.0.
- [Release notes](https://github.com/nvim-neorocks/luarocks-tag-release/releases)
- [Changelog](https://github.com/nvim-neorocks/luarocks-tag-release/blob/master/CHANGELOG.md)
- [Commits](nvim-neorocks/luarocks-tag-release@v1.0.2...v4.0.0)

---
updated-dependencies:
- dependency-name: nvim-neorocks/luarocks-tag-release
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 25, 2023
@dundargoc dundargoc requested a review from teto March 25, 2023 04:40
@teto
Copy link
Member

teto commented Mar 27, 2023

@mrcjkb is this a safe version to update to ?

@mrcjkb
Copy link
Contributor

mrcjkb commented Mar 27, 2023

@mrcjkb is this a safe version to update to ?

Yes, and the copy_directories input can be removed from the workflow file.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 29, 2023

A newer version of nvim-neorocks/luarocks-tag-release exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@dundargoc dundargoc changed the title ci: bump nvim-neorocks/luarocks-tag-release from 1.0.2 to 4.0.0 ci: bump nvim-neorocks/luarocks-tag-release from 1.0.2 to 4 Mar 29, 2023
@dundargoc dundargoc merged commit 9139e5c into master Mar 29, 2023
@dundargoc dundargoc deleted the dependabot/github_actions/nvim-neorocks/luarocks-tag-release-4.0.0 branch March 29, 2023 21:25
@dundargoc dundargoc removed the request for review from teto March 29, 2023 21:29
dundargoc added a commit that referenced this pull request Mar 29, 2023
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.

3 participants