Skip to content

Commit be3a2ac

Browse files
authored
Merge pull request #2157 from Giskard-AI/chore/batch-upgrade-2025-04
chore(deps): batch upgrade 2025-04
2 parents c13fbce + 6004d03 commit be3a2ac

File tree

4 files changed

+27
-26
lines changed

4 files changed

+27
-26
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Check if organization member
1616
id: is_organization_member
17-
uses: JamesSingleton/is-organization-member@1.0.1
17+
uses: JamesSingleton/is-organization-member@1.1.0
1818
with:
1919
organization: Giskard-AI
2020
username: ${{ github.actor }}

.github/workflows/lock-deps.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Check if organization member
2929
id: is_organization_member
30-
uses: JamesSingleton/is-organization-member@1.0.1
30+
uses: JamesSingleton/is-organization-member@1.1.0
3131
with:
3232
organization: Giskard-AI
3333
username: ${{ github.actor }}
@@ -62,12 +62,12 @@ jobs:
6262
run: rm -rf pdm.lock && pdm lock -G :all
6363

6464
- name: Configure git
65-
run: |
65+
run: |
6666
git config --global user.name 'BotLocker'
6767
git config --global user.email '[email protected]'
6868
6969
- name: Adding file
70-
run: |
70+
run: |
7171
git add pdm.lock
7272
git commit -m "Regenerating pdm.lock" --allow-empty
7373
@@ -81,4 +81,3 @@ jobs:
8181
- name: Push to target branch
8282
run: |
8383
git push origin ${{ steps.extract_branch.outputs.branch }}
84-

package-lock.json

Lines changed: 20 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"devDependencies": {
77
"@babel/core": "^7.26.9",
88
"@babel/preset-env": "^7.26.9",
9-
"autoprefixer": "^10.4.19",
9+
"autoprefixer": "^10.4.21",
1010
"cssnano": "^7.0.6",
1111
"gulp": "^5.0.0",
1212
"gulp-babel": "^8.0.0",
@@ -15,10 +15,10 @@
1515
"gulp-postcss": "^10.0.0",
1616
"postcss": "^8.5.3",
1717
"postcss-import": "^16.1.0",
18-
"tailwindcss": "^4.0.9",
18+
"tailwindcss": "^4.1.0",
1919
"uglify": "^0.1.5"
2020
},
2121
"dependencies": {
22-
"alpinejs": "^3.14.8"
22+
"alpinejs": "^3.14.9"
2323
}
2424
}

0 commit comments

Comments
 (0)