Skip to content

Commit

Permalink
chore(deps): update dependency nvm-sh/nvm to v0.39.7 (#245)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [nvm-sh/nvm](https://togithub.com/nvm-sh/nvm) | patch | `v0.39.5` ->
`v0.39.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>nvm-sh/nvm (nvm-sh/nvm)</summary>

### [`v0.39.7`](https://togithub.com/nvm-sh/nvm/releases/tag/v0.39.7)

[Compare
Source](https://togithub.com/nvm-sh/nvm/compare/v0.39.6...v0.39.7)

#### Fixes

- use `\hash` instead of `command hash` for `zsh`
([#&#8203;3239](https://togithub.com/nvm-sh/nvm/issues/3239),
[#&#8203;3247](https://togithub.com/nvm-sh/nvm/issues/3247),
[#&#8203;3246](https://togithub.com/nvm-sh/nvm/issues/3246))

### [`v0.39.6`](https://togithub.com/nvm-sh/nvm/releases/tag/v0.39.6)

[Compare
Source](https://togithub.com/nvm-sh/nvm/compare/v0.39.5...v0.39.6)

#### New Stuff

-   `nvm_resolve_alias`: only resolve one line of a multiline alias file
-   aliases: skip leading blank lines in alias file

#### Fixes

-   `nvm_get_mirror`: ensure only a valid URL is allowed
-   avoid overridden `hash`
- `install.sh`: when `NVM_INSTALL_GITHUB_REPO` is set, issue a warning
([#&#8203;2868](https://togithub.com/nvm-sh/nvm/issues/2868))
-   `nvm_get_mirror`: disallow some non-URL characters
- `nvm_get_arch`: proper value for alpine linux
([#&#8203;3212](https://togithub.com/nvm-sh/nvm/issues/3212))
-   `nvm_normalize_lts`: switch from expr to case

#### Robustness

-   `nvm_list_aliases`: avoid overwritten sort

#### Performance

-   `nvm_check_file_permissions`: do not traverse into symlinks

#### Dockerfile

- Remove apt src disabling, no longer needed
([#&#8203;3199](https://togithub.com/nvm-sh/nvm/issues/3199))
- \[Fix] add missing leading slash in path
([#&#8203;3195](https://togithub.com/nvm-sh/nvm/issues/3195))

#### Documentation

- \[readme] fix level of headings
([#&#8203;3230](https://togithub.com/nvm-sh/nvm/issues/3230))
- \[readme] add section on bare `nvm install`
([#&#8203;3221](https://togithub.com/nvm-sh/nvm/issues/3221))
- \[readme] missing parenthesis
([#&#8203;3215](https://togithub.com/nvm-sh/nvm/issues/3215))
- \[readme] update M1 to “Apple Silicon” because of M2 and M3; fix typos
([#&#8203;3242](https://togithub.com/nvm-sh/nvm/issues/3242))
- \[readme] rearrange install args
([#&#8203;3222](https://togithub.com/nvm-sh/nvm/issues/3222))
- \[readme] reorganize “deeper shell integration” instructions
([#&#8203;1569](https://togithub.com/nvm-sh/nvm/issues/1569))
- \[security] add prose explaining OpenSSF CII Best Practices badge
results
-   \[security] add threat model

#### Tests

-   temporarily allow  cygwin tests to fail
-   temporarily allow WSL tests to fail
-   ensure windows tests install a node that actually works
-   update test mocks (new LTS, iron)
-   switch cygwin mirror
- fix filename typo
([#&#8203;3217](https://togithub.com/nvm-sh/nvm/issues/3217))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/PingCAP-QE/artifacts).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2024
1 parent 6c61dfd commit 3745799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/cd/builders/tiflow/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM builder-cdc as builder-dm
# renovate: datasource=docker depName=node
ARG NODE_VERSION=16.20.2
# renovate: datasource=github-releases depName=nvm-sh/nvm
ARG NVM_VERSION=v0.39.5
ARG NVM_VERSION=v0.39.7
ARG NVM_DIR=/usr/local/nvm
RUN mkdir -p $NVM_DIR && \
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/${NVM_VERSION}/install.sh | bash && \
Expand Down

0 comments on commit 3745799

Please sign in to comment.