⬆️ bump yarn to 4.10.x (#5885)

* bump yarn to 4.10.3

* note

* fix flaky test
This commit is contained in:
Matt Fiddaman
2025-10-08 23:21:37 +01:00
committed by GitHub
parent 5b9bcc94f6
commit 5c23aad3c2
6 changed files with 951 additions and 951 deletions

942
.yarn/releases/yarn-4.10.3.cjs vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -6,4 +6,4 @@ enableTransparentWorkspaces: false
nodeLinker: node-modules nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-4.9.1.cjs yarnPath: .yarn/releases/yarn-4.10.3.cjs

View File

@@ -100,7 +100,7 @@
"prettier --write" "prettier --write"
] ]
}, },
"packageManager": "yarn@4.9.1", "packageManager": "yarn@4.10.3",
"browserslist": [ "browserslist": [
"electron >= 35.0", "electron >= 35.0",
"defaults" "defaults"

View File

@@ -616,7 +616,7 @@ describe('Transactions', () => {
.getByTestId('autocomplete') .getByTestId('autocomplete')
.querySelectorAll('[data-testid$="category-item"]'); .querySelectorAll('[data-testid$="category-item"]');
expect(items.length).toBe(3); expect(items.length).toBe(3);
}); }, 30000);
test('dropdown selects an item with keyboard', async () => { test('dropdown selects an item with keyboard', async () => {
const { container, getTransactions } = renderTransactions(); const { container, getTransactions } = renderTransactions();

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [matt-fidd]
---
Bump yarn to 4.10.3