mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
⬆️ mid month dependency bump (#6656)
* @types/node (^22.19.1 → ^22.19.3) * oxlint (^1.37.0 → ^1.38.0) * better-sqlite3 (^12.4.1 → ^12.5.0) * vitest (^4.0.9 → ^4.0.16) * react-aria-components (^1.13.0 → ^1.14.0) * @codemirror/autocomplete (^6.19.1 → ^6.20.0) * @codemirror/language (^6.11.3 → ^6.12.1) * @codemirror/state (^6.5.2 → ^6.5.3) * @swc/core (^1.15.2 → ^1.15.8) * @uiw/react-codemirror (^4.25.3 → ^4.25.4) * @vitejs/plugin-basic-ssl (^2.1.0 → ^2.1.3) * @vitejs/plugin-react (^5.1.1 → ^5.1.2) * hyperformula (^3.1.0 → ^3.1.1) * i18next (^25.6.2 → ^25.7.4) * jsdom (^27.2.0 → ^27.4.0) * react-aria (^3.44.0 → ^3.45.0) * @swc/helpers (^0.5.17 → ^0.5.18) * react-error-boundary (^6.0.0 → ^6.0.3) * react-grid-layout (^1.5.2 → ^1.5.3) * react-i18next (^16.3.3 → ^16.5.1) * react-simple-pull-to-refresh (^1.3.3 → ^1.3.4) * sass (^1.94.0 → ^1.97.2) * vite (^7.2.2 → ^7.3.1) * vite-plugin-pwa (^1.1.0 → ^1.2.0) * fs-extra (^11.3.2 → ^11.3.3) * @easyops-cn/docusaurus-search-local (^0.52.1 → ^0.52.2) * react (^19.2.0 → ^19.2.3) * react-dom (^19.2.0 → ^19.2.3) * @reduxjs/toolkit (^2.10.1 → ^2.11.2) * lru-cache (^11.2.2 → ^11.2.4) * ua-parser-js (^2.0.6 → ^2.0.7) * workbox-precaching (^7.3.0 → ^7.4.0) * winston (^3.18.3 → ^3.19.0) * supertest (^7.1.4 → ^7.2.2) * playwright (^1.56.0 → ^1.57.0) * stragglers * note * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/e2e-test.yml
vendored
8
.github/workflows/e2e-test.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
matrix:
|
||||
shard: [1, 2, 3, 4, 5]
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.57.0-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Set up environment
|
||||
@@ -53,7 +53,7 @@ jobs:
|
||||
name: Functional Desktop App
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.57.0-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Set up environment
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
matrix:
|
||||
shard: [1, 2, 3, 4, 5]
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.57.0-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Set up environment
|
||||
@@ -104,7 +104,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ !cancelled() }}
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.57.0-jammy
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
- name: Set up environment
|
||||
|
||||
2
.github/workflows/vrt-update-generate.yml
vendored
2
.github/workflows/vrt-update-generate.yml
vendored
@@ -44,7 +44,7 @@ jobs:
|
||||
github.event.issue.pull_request &&
|
||||
startsWith(github.event.comment.body, '/update-vrt')
|
||||
container:
|
||||
image: mcr.microsoft.com/playwright:v1.56.0-jammy
|
||||
image: mcr.microsoft.com/playwright:v1.57.0-jammy
|
||||
steps:
|
||||
- name: Get PR details
|
||||
id: pr
|
||||
|
||||
Reference in New Issue
Block a user