You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/10/31 04:09:49 UTC

(kyuubi) branch master updated: [KYUUBI #5569] Fix pnpm-lock file version

This is an automated email from the ASF dual-hosted git repository.

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 543bdd3ea [KYUUBI #5569] Fix pnpm-lock file version
543bdd3ea is described below

commit 543bdd3eaf99f80d3601adf6117424e9543c71d5
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Tue Oct 31 12:09:39 2023 +0800

    [KYUUBI #5569] Fix pnpm-lock file version
    
    ### _Why are the changes needed?_
    
    After performing binary distribution artifacts packaging during 1.8.0-rc0
    
    ```patch
    diff --git a/kyuubi-server/web-ui/pnpm-lock.yaml b/kyuubi-server/web-ui/pnpm-lock.yaml
    index 83754291b..f25c02de7 100644
    --- a/kyuubi-server/web-ui/pnpm-lock.yaml
    +++ b/kyuubi-server/web-ui/pnpm-lock.yaml
     -1,4 +1,4
    -lockfileVersion: '6.0'
    +lockfileVersion: '6.1'
    
     settings:
       autoInstallPeers: true
    ```
    
    The inconsistency may be caused by different version install in the local environment and defined in `pom.xml`, I'm not sure if there is a version management system for pnpm
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [x] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request
    
    ### _Was this patch authored or co-authored using generative AI tooling?_
    
    No
    
    Closes #5569 from pan3793/pnpm-lock.
    
    Closes #5569
    
    8a09870fd [Cheng Pan] Fix pnpm-lock file version
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 kyuubi-server/web-ui/pnpm-lock.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kyuubi-server/web-ui/pnpm-lock.yaml b/kyuubi-server/web-ui/pnpm-lock.yaml
index a83d162ab..632c1a179 100644
--- a/kyuubi-server/web-ui/pnpm-lock.yaml
+++ b/kyuubi-server/web-ui/pnpm-lock.yaml
@@ -1,4 +1,4 @@
-lockfileVersion: '6.0'
+lockfileVersion: '6.1'
 
 dependencies:
   '@element-plus/icons-vue':