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 which to v4 - autoclosed #409

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
which ^2.0.2 -> ^4.0.0 age adoption passing confidence

Release Notes

npm/node-which (which)

v4.0.0

Compare Source

⚠️ BREAKING CHANGES
  • support for node 14 has been removed
Bug Fixes
Dependencies

v3.0.1

Compare Source

Bug Fixes
Documentation

v3.0.0

Compare Source

⚠️ BREAKING CHANGES
  • refactored with the following breaking changes
    • callback has been removed from the async interface, it is now
      Promise only
    • which is now compatible with the following semver range for node:
      `^14.17.0 || ^16.13.0 || >=18.0.0
    • cli now ignores any arguments after --
Features

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 was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Aug 23, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ DOCKERFILE hadolint 1 0 0.08s
✅ GROOVY npm-groovy-lint 10 2 0 20.44s
✅ JAVASCRIPT prettier 98 98 0 3.7s
✅ JSON jsonlint 8 0 0.2s
✅ JSON npm-package-json-lint yes no 0.47s
✅ JSON prettier 8 3 0 0.76s
✅ JSON v8r 8 0 17.49s
✅ MARKDOWN markdownlint 7 2 0 3.5s
✅ MARKDOWN markdown-table-formatter 7 5 0 0.57s
✅ REPOSITORY checkov yes no 16.34s
✅ REPOSITORY gitleaks yes no 4.98s
✅ REPOSITORY git_diff yes no 0.21s
✅ REPOSITORY grype yes no 15.73s
✅ REPOSITORY secretlint yes no 1.51s
✅ REPOSITORY trivy yes no 9.27s
✅ REPOSITORY trivy-sbom yes no 1.11s
✅ REPOSITORY trufflehog yes no 7.34s
✅ SPELL cspell 129 0 5.71s
❌ SPELL lychee 18 1 2.12s
✅ XML xmllint 1 0 0 0.11s
✅ YAML prettier 3 0 0 0.65s
✅ YAML v8r 3 0 8.47s
✅ YAML yamllint 3 0 0.49s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@renovate renovate bot force-pushed the renovate/which-4.x branch 2 times, most recently from 84ab153 to f1a2281 Compare August 23, 2024 21:56
@nvuillam
Copy link
Owner

@stevenh I'm kind of lost here :(

When i run npm run dev:pre-commit or even when I download the artifact from failing update job, it always fail...

Do you have a clue about how to solve it ?

Many thanks :)

Note: I merged other PRs that had all test job in success except Ùpdate check`, but I did not release a new version, not even a beta :)

@stevenh
Copy link
Collaborator

stevenh commented Aug 24, 2024

I will hopefully have a look some time this weekend.

@stevenh
Copy link
Collaborator

stevenh commented Aug 24, 2024

Looks like the latest version of node has a different version zip, so you need to make sure your local version of node is the same as its using in CI, specifically v18.20.4.

Steps to fix, depending upon your environment should be:

nvm install lts/hydrogen
npm ci
npm link
npm run dev:pre-commit

If you then run a git diff, you should see that lib/java/CodeNarcServer.jar has changed:

git diff
diff --git a/lib/java/CodeNarcServer.jar b/lib/java/CodeNarcServer.jar
index cc0d44a..661864a 100644
Binary files a/lib/java/CodeNarcServer.jar and b/lib/java/CodeNarcServer.jar differ

Just commit the change and you should be good.

@renovate renovate bot changed the title Update dependency which to v4 Update dependency which to v4 - autoclosed Aug 25, 2024
@renovate renovate bot closed this Aug 25, 2024
@renovate renovate bot deleted the renovate/which-4.x branch August 25, 2024 21:13
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.

2 participants