Skip to content

Commit 37645f0

Browse files
chore(deps): bump the non-breaking-changes group with 4 updates (vbenjs#4451)
* chore(deps): bump the non-breaking-changes group with 4 updates Bumps the non-breaking-changes group with 4 updates: [vue](https://github.com/vuejs/core), [rollup](https://github.com/rollup/rollup), [eslint](https://github.com/eslint/eslint) and [@vue/shared](https://github.com/vuejs/core/tree/HEAD/packages/shared). Updates `vue` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](vuejs/core@v3.5.6...v3.5.7) Updates `rollup` from 4.22.0 to 4.22.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.22.0...v4.22.2) Updates `eslint` from 9.10.0 to 9.11.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.10.0...v9.11.0) Updates `@vue/shared` from 3.5.6 to 3.5.7 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.7/packages/shared) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-patch dependency-group: non-breaking-changes - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking-changes - dependency-name: "@vue/shared" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking-changes ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update deps --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: vben <[email protected]>
1 parent ace942e commit 37645f0

21 files changed

+925
-623
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🐞 Bug Report
22
description: Report an issue with Vben Admin to help us make it better.
3-
title: "Bug: "
4-
labels: ["bug: pending triage"]
3+
title: 'Bug: '
4+
labels: ['bug: pending triage']
55

66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 📚 Documentation
22
description: Report an issue with Vben Admin Website to help us make it better.
3-
title: "Docs: "
3+
title: 'Docs: '
44
labels: [documentation]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/feature-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ✨ New Feature Proposal
22
description: Propose a new feature to be added to Vben Admin
3-
title: "FEATURE: "
4-
labels: ["enhancement: pending triage"]
3+
title: 'FEATURE: '
4+
labels: ['enhancement: pending triage']
55
body:
66
- type: markdown
77
attributes:

.github/actions/setup-node/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: "Setup Node"
1+
name: 'Setup Node'
22

3-
description: "Setup node and pnpm"
3+
description: 'Setup node and pnpm'
44

55
runs:
6-
using: "composite"
6+
using: 'composite'
77
steps:
88
- name: Install pnpm
99
uses: pnpm/action-setup@v4
@@ -12,7 +12,7 @@ runs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version-file: .node-version
15-
cache: "pnpm"
15+
cache: 'pnpm'
1616

1717
- name: Get pnpm store directory
1818
shell: bash

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: "/"
4+
directory: '/'
55
schedule:
66
interval: daily
77
groups:
88
non-breaking-changes:
99
update-types: [minor, patch]
1010

1111
- package-ecosystem: github-actions
12-
directory: "/"
12+
directory: '/'
1313
schedule:
1414
interval: weekly
1515
groups:

.github/release-drafter.yml

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name-template: "v$RESOLVED_VERSION"
2-
tag-template: "v$RESOLVED_VERSION"
1+
name-template: 'v$RESOLVED_VERSION'
2+
tag-template: 'v$RESOLVED_VERSION'
33
version-template: $MAJOR.$MINOR.$PATCH
4-
change-template: "* $TITLE (#$NUMBER) @$AUTHOR"
4+
change-template: '* $TITLE (#$NUMBER) @$AUTHOR'
55
template: |
66
# What's Changed
77
@@ -10,52 +10,52 @@ template: |
1010
**Full Changelog**: https://github.com/$OWNER/$REPOSITORY/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION
1111
1212
categories:
13-
- title: "🚀 Features"
13+
- title: '🚀 Features'
1414
labels:
15-
- "feature"
16-
- title: "🐞 Bug Fixes"
15+
- 'feature'
16+
- title: '🐞 Bug Fixes'
1717
labels:
18-
- "bug"
19-
- title: "📈 Performance"
18+
- 'bug'
19+
- title: '📈 Performance'
2020
labels:
21-
- "perf"
22-
- "enhancement"
21+
- 'perf'
22+
- 'enhancement'
2323
- title: 📝 Documentation
2424
labels:
25-
- "documentation"
25+
- 'documentation'
2626
- title: 👻 Maintenance
2727
labels:
28-
- "chore"
29-
- "dependencies"
28+
- 'chore'
29+
- 'dependencies'
3030
# collapse-after: 12
3131
- title: 🚦 Tests
3232
labels:
33-
- "tests"
34-
- title: "Breaking"
35-
label: "breaking"
33+
- 'tests'
34+
- title: 'Breaking'
35+
label: 'breaking'
3636

3737
version-resolver:
3838
major:
3939
labels:
40-
- "major"
41-
- "breaking"
40+
- 'major'
41+
- 'breaking'
4242
minor:
4343
labels:
44-
- "minor"
44+
- 'minor'
4545
patch:
4646
labels:
47-
- "feature"
48-
- "patch"
49-
- "bug"
50-
- "maintenance"
51-
- "docs"
52-
- "dependencies"
53-
- "security"
47+
- 'feature'
48+
- 'patch'
49+
- 'bug'
50+
- 'maintenance'
51+
- 'docs'
52+
- 'dependencies'
53+
- 'security'
5454

5555
exclude-labels:
56-
- "skip-changelog"
57-
- "no-changelog"
58-
- "changelog"
59-
- "bump versions"
60-
- "reverted"
61-
- "invalid"
56+
- 'skip-changelog'
57+
- 'no-changelog'
58+
- 'changelog'
59+
- 'bump versions'
60+
- 'reverted'
61+
- 'invalid'

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
env:
10-
HUSKY: "0"
10+
HUSKY: '0'
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}

.github/workflows/changeset-version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: changesets/action@v1
3737
with:
3838
version: pnpm run version
39-
commit: "chore: bump versions"
40-
title: "chore: bump versions"
39+
commit: 'chore: bump versions'
40+
title: 'chore: bump versions'
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- main
8-
- "releases/*"
8+
- 'releases/*'
99

1010
permissions:
1111
contents: read

.github/workflows/codeql.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: "CodeQL"
12+
name: 'CodeQL'
1313

1414
on:
1515
push:
16-
branches: ["main"]
16+
branches: ['main']
1717
pull_request:
18-
branches: ["main"]
18+
branches: ['main']
1919
schedule:
20-
- cron: "35 0 * * 0"
20+
- cron: '35 0 * * 0'
2121

2222
jobs:
2323
analyze:
@@ -90,4 +90,4 @@ jobs:
9090
- name: Perform CodeQL Analysis
9191
uses: github/codeql-action/analyze@v3
9292
with:
93-
category: "/language:${{matrix.language}}"
93+
category: '/language:${{matrix.language}}'

.github/workflows/issue-close-require.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Issue Close Require
44
# 触发条件:每天零点
55
on:
66
schedule:
7-
- cron: "0 0 * * *"
7+
- cron: '0 0 * * *'
88

99
permissions:
1010
pull-requests: write
@@ -19,7 +19,7 @@ jobs:
1919
- name: Close Inactive Issues
2020
uses: actions-cool/issues-helper@v3
2121
with:
22-
actions: "close-issues" # 执行动作:关闭 Issues
22+
actions: 'close-issues' # 执行动作:关闭 Issues
2323
token: ${{ secrets.GITHUB_TOKEN }} # GitHub Token,用于认证
24-
labels: "needs reproduction" # 目标标签
24+
labels: 'needs reproduction' # 目标标签
2525
inactive-day: 3 # 未活动天数阈值

.github/workflows/issue-labeled.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ jobs:
1919
if: github.event.label.name == 'enhancement'
2020
uses: actions-cool/issues-helper@v3
2121
with:
22-
actions: "remove-labels"
22+
actions: 'remove-labels'
2323
token: ${{ secrets.GITHUB_TOKEN }}
2424
issue-number: ${{ github.event.issue.number }}
25-
labels: "enhancement: pending triage"
25+
labels: 'enhancement: pending triage'
2626

2727
- name: remove bug pending
2828
if: github.event.label.name == 'bug'
2929
uses: actions-cool/issues-helper@v3
3030
with:
31-
actions: "remove-labels"
31+
actions: 'remove-labels'
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
issue-number: ${{ github.event.issue.number }}
34-
labels: "bug: pending triage"
34+
labels: 'bug: pending triage'
3535

3636
- name: needs reproduction
3737
if: github.event.label.name == 'needs reproduction'
3838
uses: actions-cool/issues-helper@v3
3939
with:
40-
actions: "create-comment, remove-labels"
40+
actions: 'create-comment, remove-labels'
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242
issue-number: ${{ github.event.issue.number }}
4343
body: |
4444
Hello @${{ github.event.issue.user.login }}. Please provide the complete reproduction steps and code. Issues labeled by `needs reproduction` will be closed if no activities in 3 days.
45-
labels: "bug: pending triage"
45+
labels: 'bug: pending triage'

.github/workflows/lock.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lock Threads
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: '0 0 * * *'
66
workflow_dispatch:
77

88
permissions:
@@ -16,8 +16,8 @@ jobs:
1616
- uses: dessant/lock-threads@v5
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
19-
issue-inactive-days: "30"
20-
issue-lock-reason: ""
21-
pr-inactive-days: "30"
22-
pr-lock-reason: ""
23-
process-only: "issues, prs"
19+
issue-inactive-days: '30'
20+
issue-lock-reason: ''
21+
pr-inactive-days: '30'
22+
pr-lock-reason: ''
23+
process-only: 'issues, prs'

.github/workflows/release-tag.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Create Release Tag
33
on:
44
push:
55
tags:
6-
- "v*.*.*" # Push events to matching v*, i.e. v1.0, v20.15.10
6+
- 'v*.*.*' # Push events to matching v*, i.e. v1.0, v20.15.10
77

88
env:
9-
HUSKY: "0"
9+
HUSKY: '0'
1010

1111
permissions:
1212
pull-requests: write

.github/workflows/stale.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "Close stale issues"
1+
name: 'Close stale issues'
22

33
on:
44
schedule:
5-
- cron: "0 1 * * *"
5+
- cron: '0 1 * * *'
66

77
jobs:
88
stale:
@@ -11,8 +11,8 @@ jobs:
1111
- uses: actions/stale@v9
1212
with:
1313
repo-token: ${{ secrets.GITHUB_TOKEN }}
14-
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days"
15-
stale-pr-message: "This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days"
16-
exempt-issue-labels: "bug,enhancement"
14+
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
15+
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
16+
exempt-issue-labels: 'bug,enhancement'
1717
days-before-stale: 60
1818
days-before-close: 7

docs/src/commercial/community.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010

1111
免费QQ群人数上限200,将会不定期清理。推荐加入QQ频道进行交流
1212

13+
:::
14+
1315
## 微信群
1416

17+
作者主要通过微信群提供帮助,如果你有问题,可以通过以下方式加入微信群。
18+
19+
通过微信联系作者,注明加群来意:
20+
1521
::: tip
1622

1723
因为微信群人数有限制,加微信群前,你可以通过[赞助](../sponsor/personal.md)任意金额,主动发送截图给作者,备注`加入微信群`即可。
1824

1925
:::
2026

21-
作者主要通过微信群提供帮助,如果你有问题,可以通过以下方式加入微信群。
22-
23-
通过微信联系作者,注明加群来意:
24-
2527
<img src="https://unpkg.com/@vbenjs/[email protected]/source/wechat.jpg" style="width: 300px;"/>

internal/lint-configs/prettier-config/index.mjs

-6
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ export default {
88
singleQuote: false,
99
},
1010
},
11-
{
12-
files: ['*.yaml', '*.yml'],
13-
options: {
14-
singleQuote: false,
15-
},
16-
},
1711
],
1812
plugins: ['prettier-plugin-tailwindcss'],
1913
printWidth: 80,

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@
9595
"vue-tsc": "catalog:"
9696
},
9797
"engines": {
98-
"node": ">=20",
98+
"node": ">=20.10.0",
9999
"pnpm": ">=9.5.0"
100100
},
101-
"packageManager": "pnpm@9.10.0",
101+
"packageManager": "pnpm@9.11.0",
102102
"pnpm": {
103103
"peerDependencyRules": {
104104
"allowedVersions": {
@@ -109,7 +109,7 @@
109109
"@ctrl/tinycolor": "4.1.0",
110110
"clsx": "2.1.1",
111111
"pinia": "2.2.2",
112-
"vue": "3.5.6"
112+
"vue": "3.5.7"
113113
},
114114
"neverBuiltDependencies": [
115115
"canvas",

0 commit comments

Comments
 (0)