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

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


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

commit 4a525848c0fe2d3d460482c845bf242e1bc10045
Author: Cheng Pan <[email protected]>
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 <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
    (cherry picked from commit 543bdd3eaf99f80d3601adf6117424e9543c71d5)
    Signed-off-by: Cheng Pan <[email protected]>
---
 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 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

Reply via email to