Skip to content

Commit 7321277

Browse files
Update all non-major dependencies (matrix-org#10524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b586bfe commit 7321277

File tree

5 files changed

+119
-114
lines changed

5 files changed

+119
-114
lines changed

.github/workflows/cypress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- id: prdetails
4141
if: github.event.workflow_run.event == 'pull_request' || github.event.workflow_run.event == 'merge_group'
42-
uses: matrix-org/pr-details-action@v1.2
42+
uses: matrix-org/pr-details-action@v1.3
4343
with:
4444
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
4545
branch: ${{ github.event.workflow_run.head_branch }}
@@ -125,7 +125,7 @@ jobs:
125125
path: webapp
126126

127127
- name: Run Cypress tests
128-
uses: cypress-io/github-action@v5.5.0
128+
uses: cypress-io/github-action@v5.6.1
129129
with:
130130
# The built-in Electron runner seems to grind to a halt trying
131131
# to run the tests, so use chrome.

.github/workflows/netlify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
Exercise caution. Use test accounts.
2626
2727
- id: prdetails
28-
uses: matrix-org/pr-details-action@v1.2
28+
uses: matrix-org/pr-details-action@v1.3
2929
with:
3030
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
3131
branch: ${{ github.event.workflow_run.head_branch }}

.github/workflows/static_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Detecting files changed
7171
id: files
72-
uses: futuratrepadeira/changed-files@96d5fd702a6479d573287ef07381ad59acc390ed # v4.0.0
72+
uses: futuratrepadeira/changed-files@0239328a3a6268aad16af7c3e4efc78e32d6c0f0 # v4.0.1
7373
with:
7474
repo-token: ${{ secrets.GITHUB_TOKEN }}
7575
pattern: '^.*\.tsx?$'

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"emojibase-regex": "6.0.1",
8080
"escape-html": "^1.0.3",
8181
"file-saver": "^2.0.5",
82-
"filesize": "10.0.6",
82+
"filesize": "10.0.7",
8383
"focus-visible": "^5.2.0",
8484
"gfm.css": "^1.1.2",
8585
"glob-to-regexp": "^0.4.1",
@@ -103,7 +103,7 @@
103103
"pako": "^2.0.3",
104104
"parse5": "^6.0.1",
105105
"png-chunks-extract": "^1.0.0",
106-
"posthog-js": "1.51.2",
106+
"posthog-js": "1.51.5",
107107
"qrcode": "1.5.1",
108108
"re-resizable": "^6.9.0",
109109
"react": "17.0.2",
@@ -183,7 +183,7 @@
183183
"cypress-axe": "^1.0.0",
184184
"cypress-multi-reporters": "^1.6.1",
185185
"cypress-real-events": "^1.7.1",
186-
"eslint": "8.36.0",
186+
"eslint": "8.37.0",
187187
"eslint-config-google": "^0.14.0",
188188
"eslint-config-prettier": "^8.5.0",
189189
"eslint-plugin-deprecate": "^0.7.0",
@@ -206,7 +206,7 @@
206206
"mocha-junit-reporter": "^2.2.0",
207207
"node-fetch": "2",
208208
"postcss-scss": "^4.0.4",
209-
"prettier": "2.8.4",
209+
"prettier": "2.8.7",
210210
"raw-loader": "^4.0.2",
211211
"rimraf": "^4.0.0",
212212
"stylelint": "^15.0.0",

0 commit comments

Comments
 (0)