Skip to content

Commit dcfcdcf

Browse files
herodotus-ecosystemgitee-org
authored andcommitted
!218 v3.4.0.1
Merge pull request !218 from 码匠君/develop
2 parents b269679 + db57f21 commit dcfcdcf

File tree

13 files changed

+516
-470
lines changed

13 files changed

+516
-470
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<a href="https://nacos.io/zh-cn/index.html" target="_blank"><img src="https://img.shields.io/badge/Nacos-2.4.3-brightgreen.svg?logo=alibabadotcom" alt="Nacos 2.4.3"></a>
1414
</p>
1515
<p align="center">
16-
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.4.0.0-red.svg?logo=spring" alt="Version 3.4.0.0"></a>
17-
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.4.0.0-red.svg?logo=spring" alt="Dante Engine 3.4.0.0"></a>
18-
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.4.0.0-red.svg?logo=spring" alt="Dante OSS 3.4.0.0"></a>
16+
<a href="#" target="_blank"><img src="https://img.shields.io/badge/Version-3.4.0.1-red.svg?logo=spring" alt="Version 3.4.0.1"></a>
17+
<a href="https://www.herodotus.cn" target="_blank"><img src="https://img.shields.io/badge/Dante%20Engine-3.4.0.1-red.svg?logo=spring" alt="Dante Engine 3.4.0.1"></a>
18+
<a href="https://gitee.com/herodotus/dante-oss" target="_blank"><img src="https://img.shields.io/badge/Dante%20OSS-3.4.0.1-red.svg?logo=spring" alt="Dante OSS 3.4.0.1"></a>
1919
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
2020
<a href="./LICENSE"><img src="https://img.shields.io/badge/License-AGPL--3.0-blue.svg?logo=apache" alt="License AGPL 3.0"></a>
2121
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
@@ -217,14 +217,14 @@
217217

218218
### 二、分支说明
219219

220-
| 分支名称 | 对应 Spring 生态版本 | 对应 JDK 版本 | 用途 | 现状 |
221-
|:----------------------:|-----------------------------------------|-----------|----------------|-------------------------------------------------------------|
222-
| master | Spring Boot 3.4 和 Spring Cloud 2024.0.0 | JDK 17 | 主要发布分支 | 推荐使用代码分支 |
223-
| develop | Spring Boot 3.4 和 Spring Cloud 2024.0.0 | JDK 17 | Development 分支 | 新功能、ISSUE 均以此分支作为开发,发布后会 PR 至 master 分支 |
224-
| 3.2.X-3.3.X | Spring Boot 3.3 和 Spring Cloud 2023.0.X | JDK 17 | 稳定版本分支 | 稳定版本分支 |
225-
| 3.1.X | Spring Boot 3.1 和 Spring Cloud 2022.0.X | JDK 17 | 历史版本,停止维护 | 基于 Spring Boot 3.1 时代开发的代码分支,稳定可用,不再维护 |
226-
| 2.7.X | Spring Boot 2.7 和 Spring Cloud 2021.0.X | JDK 8 | 历史版本,停止维护 | 基于 Spring Boot 2.7 时代开发的代码分支,稳定可用,不再维护 |
227-
| spring-security-oauth2 | Spring Boot 2.6 和 Spring Cloud 2021.0.X | JDK 8 | 历史代码,不再维护 | 基于原 Spring Security OAuth2 实现的微服务,稳定可用,因相关组件均不在维护,所以该版本不再维护 |
220+
| 分支名称 | 对应 Spring 生态版本 | 对应 JDK 版本 | 用途 | 现状 |
221+
| :--------------------: | ---------------------------------------- | ------------- | ------------------ | ---------------------------------------------------------------------------------------------- |
222+
| master | Spring Boot 3.4 和 Spring Cloud 2024.0.0 | JDK 17 | 主要发布分支 | 推荐使用代码分支 |
223+
| develop | Spring Boot 3.4 和 Spring Cloud 2024.0.0 | JDK 17 | Development 分支 | 新功能、ISSUE 均以此分支作为开发,发布后会 PR 至 master 分支 |
224+
| 3.2.X-3.3.X | Spring Boot 3.3 和 Spring Cloud 2023.0.X | JDK 17 | 稳定版本分支 | 稳定版本分支 |
225+
| 3.1.X | Spring Boot 3.1 和 Spring Cloud 2022.0.X | JDK 17 | 历史版本,停止维护 | 基于 Spring Boot 3.1 时代开发的代码分支,稳定可用,不再维护 |
226+
| 2.7.X | Spring Boot 2.7 和 Spring Cloud 2021.0.X | JDK 8 | 历史版本,停止维护 | 基于 Spring Boot 2.7 时代开发的代码分支,稳定可用,不再维护 |
227+
| spring-security-oauth2 | Spring Boot 2.6 和 Spring Cloud 2021.0.X | JDK 8 | 历史代码,不再维护 | 基于原 Spring Security OAuth2 实现的微服务,稳定可用,因相关组件均不在维护,所以该版本不再维护 |
228228

229229
## [6]、工程结构
230230

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dante-cloud-ui",
33
"private": true,
4-
"version": "3.4.0.0",
4+
"version": "3.4.0.1",
55
"type": "module",
66
"scripts": {
77
"preinstall": "npx only-allow pnpm",
@@ -32,44 +32,44 @@
3232
"pinia": "^2.3.0",
3333
"pinia-plugin-persistedstate": "^4.1.3",
3434
"qs": "^6.13.1",
35-
"quasar": "^2.17.4",
35+
"quasar": "^2.17.5",
3636
"vue": "^3.5.13",
3737
"vue-i18n": "^10.0.5"
3838
},
3939
"devDependencies": {
4040
"@changesets/cli": "^2.27.10",
4141
"@quasar/vite-plugin": "^1.8.1",
4242
"@types/lodash-es": "^4.17.12",
43-
"@types/node": "^22.10.1",
43+
"@types/node": "^22.10.2",
4444
"@types/qs": "^6.9.17",
45-
"@typescript-eslint/eslint-plugin": "^8.17.0",
46-
"@typescript-eslint/parser": "^8.17.0",
45+
"@typescript-eslint/eslint-plugin": "^8.18.0",
46+
"@typescript-eslint/parser": "^8.18.0",
4747
"@vitejs/plugin-vue": "^5.2.1",
4848
"commitizen": "^4.3.1",
4949
"cross-env": "^7.0.3",
5050
"cz-conventional-changelog": "^3.3.0",
5151
"dotenv": "^16.4.7",
52-
"eslint": "^9.16.0",
52+
"eslint": "^9.17.0",
5353
"eslint-config-prettier": "^9.1.0",
5454
"eslint-define-config": "^2.1.0",
5555
"eslint-plugin-prettier": "^5.2.1",
5656
"eslint-plugin-quasar": "^1.1.0",
5757
"eslint-plugin-vue": "^9.32.0",
5858
"husky": "^9.1.7",
59-
"lint-staged": "^15.2.10",
59+
"lint-staged": "^15.2.11",
6060
"postcss": "^8.4.49",
6161
"postcss-html": "^1.7.0",
6262
"prettier": "^3.4.2",
6363
"rollup": "4.28.1",
6464
"rollup-plugin-visualizer": "^5.12.0",
65-
"sass": "^1.82.0",
65+
"sass": "^1.83.0",
6666
"stylelint": "^16.11.0",
6767
"stylelint-config-recess-order": "^5.1.1",
6868
"stylelint-config-recommended-vue": "^1.5.0",
6969
"stylelint-config-standard-scss": "^14.0.0",
7070
"terser": "^5.37.0",
7171
"typescript": "^5.6.3",
72-
"unplugin-auto-import": "^0.18.6",
72+
"unplugin-auto-import": "^0.19.0",
7373
"unplugin-icons": "^0.21.0",
7474
"unplugin-vue-components": "^0.27.5",
7575
"vite": "^5.4.11",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dante/ui",
3-
"version": "3.4.0.0",
3+
"version": "3.4.0.1",
44
"description": "",
55
"keywords": [],
66
"author": "",
@@ -41,7 +41,7 @@
4141
"xlsx": "^0.18.5"
4242
},
4343
"devDependencies": {
44-
"@types/node": "22.10.1",
44+
"@types/node": "22.10.2",
4545
"@types/vkbeautify": "^0.99.4"
4646
}
4747
}

0 commit comments

Comments
 (0)