Skip to content

Commit 4a69b6a

Browse files
authored
Merge branch 'develop' into dependabot/composer/sirbrillig/phpcs-variable-analysis-2.11.21
2 parents 2f05f3a + 37330bb commit 4a69b6a

File tree

4 files changed

+43
-38
lines changed

4 files changed

+43
-38
lines changed

Diff for: .github/workflows/build-test-measure.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
uses: ./.github/actions/setup-node-npm
174174

175175
- name: Setup Jest cache
176-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
176+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
177177
with:
178178
path: ~/.jest-cache
179179
key: ${{ runner.os }}-jest
@@ -221,7 +221,7 @@ jobs:
221221
uses: ./.github/actions/plugin-build
222222

223223
- name: Setup Jest cache
224-
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a #v4.1.2
224+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 #v4.2.0
225225
with:
226226
path: ~/.jest-cache
227227
key: ${{ runner.os }}-jest-e2e-${{ matrix.part }}
@@ -251,7 +251,7 @@ jobs:
251251
COMPOSE_INTERACTIVE_NO_CLI: true
252252

253253
- name: Archive debug artifacts (screenshots, HTML snapshots)
254-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
254+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b #v4.5.0
255255
if: always()
256256
with:
257257
name: e2e-failure-artifacts

Diff for: .github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
4343

4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 #v3.27.5
45+
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 #v3.28.0
4646
with:
4747
languages: javascript, python
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 #v3.27.5
50+
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 #v3.28.0

Diff for: package-lock.json

+34-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"prop-types": "15.8.1",
4343
"react": "18.3.1",
4444
"react-dom": "18.3.1",
45-
"uuid": "10.0.0"
45+
"uuid": "11.0.3"
4646
},
4747
"devDependencies": {
4848
"@babel/core": "7.26.0",
@@ -72,12 +72,12 @@
7272
"enzyme": "3.11.0",
7373
"eslint": "8.57.0",
7474
"eslint-plugin-eslint-comments": "3.2.0",
75-
"eslint-plugin-import": "2.29.1",
75+
"eslint-plugin-import": "2.31.0",
7676
"eslint-plugin-jest": "28.6.0",
7777
"eslint-plugin-jsdoc": "50.4.3",
7878
"eslint-plugin-prettier": "5.2.1",
7979
"eslint-plugin-react": "7.34.3",
80-
"eslint-plugin-react-hooks": "5.0.0",
80+
"eslint-plugin-react-hooks": "5.1.0",
8181
"grunt": "1.6.1",
8282
"grunt-contrib-clean": "2.0.1",
8383
"grunt-contrib-copy": "1.0.0",
@@ -93,7 +93,7 @@
9393
"postcss-import": "16.1.0",
9494
"postcss-nested": "7.0.2",
9595
"postcss-preset-env": "9.5.15",
96-
"prettier": "3.3.2",
96+
"prettier": "3.4.2",
9797
"puppeteer": "22.12.1",
9898
"react-test-renderer": "18.3.1",
9999
"semver": "7.6.3",

0 commit comments

Comments
 (0)