Skip to content

Commit 27d05ee

Browse files
authored
Merge branch 'main' into release/v2.3.0
2 parents ebfbd6a + 578b43a commit 27d05ee

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

.github/workflows/auto-assign-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 'Auto-assign issue'
12-
uses: pozil/auto-assign-issue@v2.0.1
12+
uses: pozil/auto-assign-issue@v2.1.2
1313
with:
1414
assignees: Falcion
1515
numOfAssignee: 1

.github/workflows/labeler-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
triage:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/labeler@v4
14+
- uses: actions/labeler@v5
1515
with:
1616
repo-token: '${{ secrets.GITHUB_TOKEN }}'

.github/workflows/skip-duplicates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
should_skip: ${{ steps.skip_check.outputs.should_skip }}
1616
steps:
1717
- id: skip_check
18-
uses: fkirc/skip-duplicate-actions@v3.4.0
18+
uses: fkirc/skip-duplicate-actions@v5.3.1
1919
with:
2020
skip_after_successful_duplicate: 'true'
2121
main_job:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2024 Falcion
3+
Copyright (c) 2023-2025 Falcion
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22

3-
> Copyright (c) 2023-2024 Falcion
3+
> Copyright (c) 2023-2025 Falcion
44
55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (thereofore called as software),

images/diagram.svg

Lines changed: 1 addition & 1 deletion
Loading

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,8 @@
166166
"fs-extra": "^11.2.0",
167167
"husky": "^9.1.7",
168168
"lint": "^1.1.2",
169-
"markdownlint-cli2": "^0.16.0",
169+
"markdownlint-cli2": "^0.17.0",
170170
"minimist": "^1.2.8",
171-
"pre-flight": "^1.1.1",
172171
"prettier": "^3.3.3",
173172
"remark": "^15.0.1",
174173
"remark-cli": "^12.0.1",
@@ -205,7 +204,7 @@
205204
"esbuild-plugin-node-externals": "^1.0.1",
206205
"esbuild-sass-plugin": "^3.3.1",
207206
"eslint": "^9.15.0",
208-
"eslint-config-prettier": "^9.1.0",
207+
"eslint-config-prettier": "^10.0.1",
209208
"eslint-plugin": "^1.0.1",
210209
"eslint-plugin-import": "^2.31.0",
211210
"eslint-plugin-jsonc": "^2.18.2",
@@ -222,9 +221,9 @@
222221
"lint-staged": "^15.2.10",
223222
"markdownlint": "^0.37.0",
224223
"markdownlint-cli": "^0.43.0",
225-
"markdownlint-cli2": "^0.15.0",
224+
"markdownlint-cli2": "^0.17.0",
226225
"minimist": "^1.2.8",
227-
"pre-flight": "^1.1.1",
226+
"pre-flight": "^2.0.0",
228227
"prettier": "^3.3.3",
229228
"remark": "^15.0.1",
230229
"remark-cli": "^12.0.1",

0 commit comments

Comments
 (0)