From 9d91c4b4e90413708efe195b7bdbe50901c3dab5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:35:50 +0000 Subject: [PATCH] chore(deps): update dependency nvm-sh/nvm to v0.40.0 (#369) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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) | minor | `v0.39.7` -> `v0.40.0` | --- ### Release Notes
nvm-sh/nvm (nvm-sh/nvm) ### [`v0.40.0`](https://togithub.com/nvm-sh/nvm/releases/tag/v0.40.0) [Compare Source](https://togithub.com/nvm-sh/nvm/compare/v0.39.7...v0.40.0) #### New Stuff - `nvm use`/`nvm install`: add `--save` option ([#​2869](https://togithub.com/nvm-sh/nvm/issues/2869)) - Add support for `NVM_AUTH_HEADER` env var ([#​3380](https://togithub.com/nvm-sh/nvm/issues/3380)) - allow `.nvmrc` files to support comments #### Fixes - `nvm_get_default_packages`: use `awk` for more reliable file processing - Fix issue where zsh global aliases would break nvm help ([#​3394](https://togithub.com/nvm-sh/nvm/issues/3394)) - `install-latest-npm`: npm ^8.7 breaks `npm ls` with file: deps #### Refactors - `nvm_has_colors`: also check the env var #### Docs - \[readme] add OpenJS Ecosystem Sustainability Program partner ([#​2232](https://togithub.com/nvm-sh/nvm/issues/2232)) - \[readme] update CII badge URLs - \[readme] Fix uninstall instructions ([#​3286](https://togithub.com/nvm-sh/nvm/issues/3286)) - \[readme] Fix typo in WSL section of README ([#​3295](https://togithub.com/nvm-sh/nvm/issues/3295)) - \[Docs] add `nvm unload` to uninstall nvm instructions ([#​3267](https://togithub.com/nvm-sh/nvm/issues/3267)) - \[security] fix typo in threat model #### Tests - ignore travis-ci env vars; improve debug output - \[debug] adding logging to makefile - only install python 2.7 if not already installed - use a better JSON parsing implementation - ensure travis can access public repo submodules - \[actions] improve default action permissions - \[actions] update vampire/setup-wsl action - \[actions] finisher tweaks - \[actions] update action versions to use node 20 ([#​3299](https://togithub.com/nvm-sh/nvm/issues/3299)) - \[Dev Deps] update `markdown-link-check`, `semver`
--- ### 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](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/PingCAP-QE/artifacts). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- dockerfiles/cd/builders/tiflow/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/cd/builders/tiflow/Dockerfile b/dockerfiles/cd/builders/tiflow/Dockerfile index 49b680ad..337aad74 100644 --- a/dockerfiles/cd/builders/tiflow/Dockerfile +++ b/dockerfiles/cd/builders/tiflow/Dockerfile @@ -34,7 +34,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.7 +ARG NVM_VERSION=v0.40.0 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 && \