Skip to content

Commit 398c170

Browse files
authored
Merge branch 'KelvinTegelaar:main' into main
2 parents b4dd60f + 3ccac64 commit 398c170

121 files changed

Lines changed: 75597 additions & 44095 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
2-
name: "Assign Issue to Volunteer"
3-
on: [issue_comment] # yamllint disable-line rule:truthy
2+
name: "Issue volunteer assignment"
3+
on:
4+
issue_comment:
5+
types: [created]
46
jobs:
5-
build:
7+
volunteer:
68
runs-on: ubuntu-slim
79
steps:
8-
- uses: bhermann/issue-volunteer@v0.1.20
10+
- uses: kris6673/issue-volunteer@v0.2.0
911
with:
1012
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/Node_Project_Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v6.2.0
23+
uses: actions/setup-node@v6.3.0
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Install and Build Test

.github/workflows/cipp_dev_build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "node_version=$node_sanitized_version" >> $GITHUB_OUTPUT
2727
2828
- name: Set up Node.js
29-
uses: actions/setup-node@v6.2.0
29+
uses: actions/setup-node@v6.3.0
3030
with:
3131
node-version: ${{ steps.get_node_version.outputs.node_version }}
3232

@@ -38,6 +38,13 @@ jobs:
3838
- name: Build Project
3939
run: npm run build
4040

41+
# Update version.json with commit hash
42+
- name: Update version.json
43+
run: |
44+
VERSION=$(jq -r '.version' public/version.json)
45+
SHORT_SHA="${GITHUB_SHA::7}"
46+
echo "{\"version\": \"${VERSION}\", \"commit\": \"${SHORT_SHA}\"}" > out/version.json
47+
4148
# Create ZIP File in a New Source Directory
4249
- name: Prepare and Zip Build Files
4350
run: |
@@ -47,7 +54,7 @@ jobs:
4754
4855
# Upload to Azure Blob Storage
4956
- name: Azure Blob Upload
50-
uses: LanceMcCarthy/Action-AzureBlobUpload@v3.7.0
57+
uses: LanceMcCarthy/Action-AzureBlobUpload@v3.9.0
5158
with:
5259
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
5360
container_name: cipp

.github/workflows/cipp_frontend_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "node_version=$node_sanitized_version" >> $GITHUB_OUTPUT
2727
2828
- name: Set up Node.js
29-
uses: actions/setup-node@v6.2.0
29+
uses: actions/setup-node@v6.3.0
3030
with:
3131
node-version: ${{ steps.get_node_version.outputs.node_version }}
3232

@@ -47,7 +47,7 @@ jobs:
4747
4848
# Upload to Azure Blob Storage
4949
- name: Azure Blob Upload
50-
uses: LanceMcCarthy/Action-AzureBlobUpload@v3.7.0
50+
uses: LanceMcCarthy/Action-AzureBlobUpload@v3.9.0
5151
with:
5252
connection_string: ${{ secrets.AZURE_CONNECTION_STRING }}
5353
container_name: cipp

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cipp",
3-
"version": "10.1.2",
3+
"version": "10.2.6",
44
"author": "CIPP Contributors",
55
"homepage": "https://cipp.app/",
66
"bugs": {
@@ -40,7 +40,7 @@
4040
"@nivo/sankey": "^0.99.0",
4141
"@react-pdf/renderer": "^4.3.2",
4242
"@reduxjs/toolkit": "^2.11.2",
43-
"@tanstack/query-sync-storage-persister": "^5.76.0",
43+
"@tanstack/query-sync-storage-persister": "^5.90.25",
4444
"@tanstack/react-query": "^5.51.11",
4545
"@tanstack/react-query-devtools": "^5.51.11",
4646
"@tanstack/react-query-persist-client": "^5.76.0",
@@ -49,19 +49,19 @@
4949
"@tiptap/extension-heading": "^3.4.1",
5050
"@tiptap/extension-image": "^3.4.1",
5151
"@tiptap/extension-table": "^3.19.0",
52-
"@tiptap/pm": "^3.4.1",
52+
"@tiptap/pm": "^3.20.4",
5353
"@tiptap/react": "^3.4.1",
54-
"@tiptap/starter-kit": "^3.20.0",
54+
"@tiptap/starter-kit": "^3.20.1",
5555
"@uiw/react-json-view": "^2.0.0-alpha.41",
5656
"@vvo/tzdb": "^6.198.0",
57-
"apexcharts": "5.3.5",
57+
"apexcharts": "5.10.4",
5858
"axios": "^1.7.2",
5959
"date-fns": "4.1.0",
6060
"eml-parse-js": "^1.2.0-beta.0",
6161
"export-to-csv": "^1.3.0",
6262
"formik": "2.4.9",
6363
"gray-matter": "4.0.3",
64-
"i18next": "25.8.13",
64+
"i18next": "25.8.18",
6565
"javascript-time-ago": "^2.6.2",
6666
"jspdf": "^4.2.0",
6767
"jspdf-autotable": "^5.0.7",
@@ -77,15 +77,15 @@
7777
"numeral": "2.0.6",
7878
"prop-types": "15.8.1",
7979
"punycode": "^2.3.1",
80-
"react": "19.2.3",
81-
"react-apexcharts": "1.7.0",
80+
"react": "19.2.4",
81+
"react-apexcharts": "1.9.0",
8282
"react-beautiful-dnd": "13.1.1",
8383
"react-copy-to-clipboard": "^5.1.0",
84-
"react-dom": "19.2.3",
84+
"react-dom": "19.2.4",
8585
"react-dropzone": "14.3.8",
86-
"react-error-boundary": "^6.1.0",
87-
"react-grid-layout": "^1.5.0",
88-
"react-hook-form": "^7.71.1",
86+
"react-error-boundary": "^6.1.1",
87+
"react-grid-layout": "^2.2.2",
88+
"react-hook-form": "^7.71.2",
8989
"react-hot-toast": "2.6.0",
9090
"react-html-parser": "^2.0.2",
9191
"react-i18next": "16.2.4",
@@ -98,8 +98,8 @@
9898
"react-redux": "9.2.0",
9999
"react-syntax-highlighter": "^16.1.0",
100100
"react-time-ago": "^7.3.3",
101-
"react-virtuoso": "^4.18.1",
102-
"react-window": "^2.2.5",
101+
"react-virtuoso": "^4.18.3",
102+
"react-window": "^2.2.7",
103103
"recharts": "^3.7.0",
104104
"redux": "5.0.1",
105105
"redux-devtools-extension": "2.13.9",
@@ -110,7 +110,7 @@
110110
"simplebar": "6.3.3",
111111
"simplebar-react": "3.3.2",
112112
"stylis-plugin-rtl": "2.1.1",
113-
"typescript": "5.9.2",
113+
"typescript": "5.9.3",
114114
"yup": "1.7.1"
115115
},
116116
"devDependencies": {

public/version.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "10.1.2"
3-
}
2+
"version": "10.2.6"
3+
}

0 commit comments

Comments
 (0)