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

Fix pnpm-lock file version #5569

Closed
wants to merge 1 commit into from
Closed

Conversation

pan3793
Copy link
Member

@pan3793 pan3793 commented Oct 30, 2023

Why are the changes needed?

After performing binary distribution artifacts packaging during 1.8.0-rc0

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

  • Add screenshots for manual tests if appropriate

  • Run test locally before make a pull request

Was this patch authored or co-authored using generative AI tooling?

No

@pan3793 pan3793 self-assigned this Oct 30, 2023
@pan3793 pan3793 added this to the v1.8.0 milestone Oct 30, 2023
@pan3793 pan3793 closed this in 543bdd3 Oct 31, 2023
pan3793 added a commit that referenced this pull request Oct 31, 2023
### _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

8a09870 [Cheng Pan] Fix pnpm-lock file version

Authored-by: Cheng Pan <chengpan@apache.org>
Signed-off-by: Cheng Pan <chengpan@apache.org>
(cherry picked from commit 543bdd3)
Signed-off-by: Cheng Pan <chengpan@apache.org>
@pan3793
Copy link
Member Author

pan3793 commented Oct 31, 2023

Merged to master/1.8

@pan3793 pan3793 deleted the pnpm-lock branch October 31, 2023 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants