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 cc89e54bb [KYUUBI #4947] Bump pnpm version in maven's frontend plugin
to 8.6.1 for lockfileVersion 6.1
cc89e54bb is described below
commit cc89e54bbf8cdf5507259a53a6442a1999c4910a
Author: liangbowen <[email protected]>
AuthorDate: Sun Jun 11 17:09:12 2023 +0800
[KYUUBI #4947] Bump pnpm version in maven's frontend plugin to 8.6.1 for
lockfileVersion 6.1
### _Why are the changes needed?_
- The current lockfileVersion of the `pnpm` lock file has been bumped from
6.0 to 6.1 in #4931 (passed CI as it uses latest 8.x pnpm), which is
incompatible with the currently `pnpm` version 8.4.1 in maven's frontend plugin
8.4.1
- Bump pnpm version to solve the conflicts
### _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](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
locally before make a pull request
Closes #4947 from bowenliang123/pnpm-8.6.1.
Closes #4947
074dcca1f [liangbowen] Bump pnpm version to 8.6.1 for lockfileVersion 6.0
Authored-by: liangbowen <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e27e70d68..56ef77d42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
<!-- webui -->
<webui.skip>true</webui.skip>
<node.version>v18.16.0</node.version>
- <pnpm.version>v8.4.0</pnpm.version>
+ <pnpm.version>v8.6.1</pnpm.version>
<!-- apply to kyuubi-hive-jdbc/kyuubi-hive-beeline module -->
<hive.client.jline.version>2.12</hive.client.jline.version>