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

⬆️ Update dependency @go-task/cli to v3.27.1 #230

Merged
merged 4 commits into from
Jul 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@go-task/cli (source) 3.23.0 -> 3.27.1 age adoption passing confidence

Release Notes

go-task/task (@​go-task/cli)

v3.27.1

Compare Source

v3.27.0

Compare Source

v3.26.0

Compare Source

v3.25.0

Compare Source

v3.24.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/go-task-cli-3.x branch from 4d9113b to 8ddb77f Compare May 23, 2023 05:10
@renovate renovate bot changed the title ⬆️ Update dependency @go-task/cli to v3.24.0 ⬆️ Update dependency @go-task/cli to v3.25.0 May 23, 2023
@renovate renovate bot force-pushed the renovate/go-task-cli-3.x branch from 8ddb77f to e3b0502 Compare June 11, 2023 03:47
@renovate renovate bot changed the title ⬆️ Update dependency @go-task/cli to v3.25.0 ⬆️ Update dependency @go-task/cli to v3.26.0 Jun 11, 2023
@renovate renovate bot force-pushed the renovate/go-task-cli-3.x branch from e3b0502 to 2cb0e56 Compare June 30, 2023 04:48
@renovate renovate bot changed the title ⬆️ Update dependency @go-task/cli to v3.26.0 ⬆️ Update dependency @go-task/cli to v3.27.0 Jun 30, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 30, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
[22:29:35.218] INFO (10): Installing tool node v18.16.1...
[22:29:35.221] INFO (10): Preparing legacy tool node ...
installing v2 tool node v18.16.1
linking tool node v18.16.1
node: v18.16.1 /usr/local/bin/node
npm: 9.5.1  /usr/local/bin/npm
Installed v2 //usr/local/containerbase/tools/v2/node.sh in 2 seconds
[22:29:37.757] INFO (10): Installed tool node in 2539ms.
[22:29:37.869] INFO (142): Installing tool pnpm v7.30.5...
[22:29:37.872] INFO (142): Preparing legacy tool pnpm ...
installing v2 tool pnpm v7.30.5
linking tool pnpm v7.30.5
7.30.5
Installed v2 //usr/local/containerbase/tools/v2/pnpm.sh in 1 seconds
[22:29:38.918] INFO (142): Installed tool pnpm in 1049ms.

   ╭─────────────────────────────────────────────────────────────────╮
   │                                                                 │
   │                Update available! 7.30.5 → 8.6.5.                │
   │   Changelog: https://github.com/pnpm/pnpm/releases/tag/v8.6.5   │
   │                Run "pnpm add -g pnpm" to update.                │
   │                                                                 │
   │     Follow @pnpmjs for updates: https://twitter.com/pnpmjs      │
   │                                                                 │
   ╰─────────────────────────────────────────────────────────────────╯

Progress: resolved 1, reused 0, downloaded 0, added 0
Progress: resolved 38, reused 0, downloaded 37, added 0
Packages are hard linked from the content-addressable store to the virtual store.
  Content-addressable store is at: /tmp/worker/6cdd61/9fa268/repos/github/sounisi5011/package-version-git-tag/.pnpm-store/v3
  Virtual store is at:             node_modules/.pnpm
Progress: resolved 52, reused 0, downloaded 44, added 0
Progress: resolved 169, reused 0, downloaded 149, added 0
Progress: resolved 337, reused 0, downloaded 293, added 0
Progress: resolved 528, reused 0, downloaded 494, added 0
undefined
 ERR_PNPM_PATCH_NOT_APPLIED  The following patches were not applied: @go-task/go-npm@0.1.17

Either remove them from "patchedDependencies" or update them to match packages in your dependencies.

@renovate renovate bot force-pushed the renovate/go-task-cli-3.x branch from 2cb0e56 to 77618ab Compare June 30, 2023 22:29
@renovate renovate bot changed the title ⬆️ Update dependency @go-task/cli to v3.27.0 ⬆️ Update dependency @go-task/cli to v3.27.1 Jun 30, 2023
The `@go-task/go-npm` included in `@go-task/cli` now installs the `task` command in the correct location on Windows!
see go-task/go-npm#5, go-task/go-npm#8, and go-task/go-npm#9

This reverts commit abb45e1
@codeclimate
Copy link

codeclimate bot commented Jul 2, 2023

Code Climate has analyzed commit 766d804 and detected 0 issues on this pull request.

View more on Code Climate.

@renovate
Copy link
Contributor Author

renovate bot commented Jul 2, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sounisi5011
Copy link
Owner

For unknown reasons, unit tests fail. However, without merging this pull request, we cannot test the new pull request for fixing the existing unit test. Since the task command can be executed successfully on Windows, I have determined that this pull request is complete.

@sounisi5011 sounisi5011 merged commit 8dbca9f into master Jul 2, 2023
7 of 20 checks passed
@sounisi5011 sounisi5011 deleted the renovate/go-task-cli-3.x branch July 2, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant