Michael Clark
f71249f510
🎨 Storybook docs ( #6770 )
...
* start to a storybook
* release notes
* commit the release notes
* add test:web back
* adding some scripts to the main package for storybook
* styled it up a bit
* remove unneeded icon
* lint
* remove needless comment
* moving clarifying comment
* fast failing
* feedback
* removing unneeded config
2026-01-28 18:38:02 +00:00
dependabot[bot]
c4514b1fe6
Bump lodash from 4.17.21 to 4.17.23 ( #6749 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-22 12:19:01 +00:00
Matiss Janis Aboltins
176336e7f3
Upgrade oxfmt/oxlint and migrate import sorting to oxfmt ( #6719 )
...
* Upgrade oxfmt/oxlint and migrate import sorting to oxfmt
Upgrade oxfmt from 0.22.0 to 0.26.0 and oxlint from 1.38.0 to 1.41.0.
Move import sorting configuration from oxlint (perfectionist/sort-imports)
to oxfmt's new experimentalSortImports feature, which provides native
import sorting support in the formatter.
* Add release notes for maintenance updates including oxlint and oxfmt upgrades
2026-01-19 21:46:24 +00:00
Matt Fiddaman
de0f4e9440
⬆️ upgrade react deps ( #6717 )
...
* react & react-dom
* react-virtualized-auto-sizer v2
* react-grid-layout v2
* note
* Update table.tsx
Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com >
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #6717
---------
Co-authored-by: Joel Jeremy Marquez <joeljeremy.marquez@gmail.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-19 18:53:15 +00:00
Matt Fiddaman
4c2d3e6998
⬆️ bump Electron versions ( #6703 )
...
* bump electron
* note
2026-01-19 11:19:47 +00:00
Julian Dominguez-Schatz
7443886856
Run yarn dedupe on the repository ( #6694 )
...
* Run yarn dedupe
* Add release notes
2026-01-18 16:42:07 +00:00
dependabot[bot]
5860b95c9c
[WIP] chore(deps): bump undici from 7.16.0 to 7.18.2 ( #6658 )
...
* chore(deps): bump undici from 7.16.0 to 7.18.2
Bumps [undici](https://github.com/nodejs/undici ) from 7.16.0 to 7.18.2.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v7.16.0...v7.18.2 )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 7.18.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add release notes for PR #6658
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-14 21:53:46 +00:00
Matt Fiddaman
4b1f127910
update baseline-browser-mapping ( #6647 )
...
* update baseline-browser-mapping
* note
2026-01-14 20:40:56 +00:00
Stephen Brown II
f5377ac7b7
chore: migrate from inter-ui to @fontsource-variable/inter ( #6436 )
...
* Update inter-ui to latest npm package: ^4.1.1
* chore: migrate from inter-ui to @fontsource-variable/inter
- Replace inter-ui v3.19.3 with @fontsource-variable/inter v5.2.8
- Import variable font CSS directly via @import statements
- Update font-family declarations to use 'Inter Variable' to match Fontsource naming
- Simplifies path resolution and removes custom SCSS overrides
* Add release notes
* Enable Inter font features
Add ss04 to styles.tnum
Remove font feature settings and always apply in tnum style
Always enable alternate digits (ss01) and slashed zero (zero) font features
instead of making them user-configurable preferences.
* Add font feature settings to mobile financial amounts
Apply styles.tnum to mobile components displaying financial amounts
to enable OpenType features (tnum, ss01, ss04) for proper number styling:
- TransactionListItem: transaction amounts and running balance
- BudgetTable: header totals, ToBudget, and Saved amounts
- ExpenseGroupListItem: expense group totals
- BudgetCell, SpentCell, BalanceCell: category amounts
- IncomeGroup: income group amounts
- SchedulesListItem: schedule amounts
This ensures consistent digit rendering with serifs on "1" and open
digit forms across all mobile transaction, budget, and schedule views.
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #6436
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #6436
* revert VRT changes
* remove lint line
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #6436
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #6436
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2026-01-14 20:36:43 +00:00
Matt Fiddaman
826ad86ada
⬆️ 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>
2026-01-14 20:17:55 +00:00
dependabot[bot]
d41af58daf
chore(deps-dev): bump react-router from 7.9.6 to 7.12.0 in /packages/desktop-client ( #6608 )
...
* chore(deps-dev): bump react-router in /packages/desktop-client
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) from 7.9.6 to 7.12.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.12.0
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Add release notes for PR #6608
* fix release notes
Updated authors field to remove bot notation.
* yarn lock
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Clark <5285928+MikesGlitch@users.noreply.github.com >
2026-01-10 09:50:36 +00:00
Matiss Janis Aboltins
9e7a4cde36
Remove ESLint and complete migration to oxlint ( #6584 )
...
* Remove ESLint and migrate fully to oxlint
* Add release notes for PR #6584
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-06 23:19:03 +00:00
Matiss Janis Aboltins
bf505c2bd5
Upgrade oxlint and oxfmt dependencies ( #6560 )
...
* Update oxlint and oxfmt versions, add suppressions for warnings
* Add release notes for PR #6560
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-05 22:59:08 +00:00
Matiss Janis Aboltins
c2c57e6618
lint: clean up unnecessary config and disables ( #6465 )
...
* lint: clean up unnecessary config and disables
* fix: update package import path in browser preload script
2025-12-22 18:30:53 +00:00
Matiss Janis Aboltins
1fe1bad2f8
lint: move actual eslint rules to oxlint and some eslint ( #6462 )
...
* lint: move actual eslint rules to oxlint and some eslint
* Update ESLint configuration to remove test file patterns from linting
* Add review status configuration to .coderabbit.yaml
* Remove oxlint plugin from ESLint configuration and package dependencies
2025-12-20 23:00:35 +00:00
Matiss Janis Aboltins
b092681468
Update linting configuration ( #6451 )
2025-12-19 22:11:25 +00:00
Matiss Janis Aboltins
05735eb55d
Lint: simplify ESLint config and add oxlint configuration ( #6443 )
...
* Simplify ESLint config and add oxlint configuration
- Switch from typescript-eslint recommended to base config
- Remove redundant TypeScript-specific rules that are handled by base config
- Add oxlint configuration with appropriate rules
- Simplify globals configuration using globals package
- Add coverage directory to ESLint ignores
- Clean up various TypeScript rule configurations
* Add release notes for PR #6443
* [autofix.ci] apply automated fixes
* Refactor release note generator and update CLI argument parsing
- Adjusted the release note generator to fix string formatting.
- Refactored CLI argument parsing in migrate/cli.ts to use parseSync for improved clarity and consistency.
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-12-18 23:53:46 +00:00
Matiss Janis Aboltins
3b41455ae3
refactor: replace eslint-plugin-import with eslint-plugin-perfectionist for import sorting ( #6428 )
2025-12-16 21:25:20 +00:00
Matiss Janis Aboltins
094da46fb0
lint: move some more rules to oxlint/oxfmt and upgrade linter versions ( #6398 )
2025-12-13 22:41:21 +00:00
Matiss Janis Aboltins
32bc254040
Lint: port react and import rules from eslint to oxc ( #6312 )
...
* Enforce JSX file extensions for React components
- Update eslint config to enforce .jsx/.tsx extensions for files containing JSX
- Convert docs package JS files to JSX where they contain React code
- Fix unstable nested components in CrossoverGraph and NetWorthGraph
- Update oxlint configuration
- Update e2e fixtures
* Fix: Rename react-hooks/exhaustive-deps to react/exhaustive-deps
Co-authored-by: matiss <matiss@mja.lv >
* Enhance ESLint configuration and update import rules
* Refactor ESLint configuration to enhance import order rules and add eslint-plugin-import
* Fix ESLint directive comments in API files to use correct syntax
* Fix
* Fix ESLint directive comments and update import/extensions rule in configuration
* Refactor ESLint configuration to enforce JSX extension rules and improve code clarity
* Update ESLint configuration: disable 'import/no-unresolved' rule and remove obsolete .oxlintrc.json file
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com >
2025-12-12 22:40:38 +00:00
dependabot[bot]
809ab503d7
Bump mdast-util-to-hast from 13.2.0 to 13.2.1 ( #6281 )
...
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast ) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases )
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1 )
---
updated-dependencies:
- dependency-name: mdast-util-to-hast
dependency-version: 13.2.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 21:27:23 +00:00
dependabot[bot]
961c6e6d3a
Bump express from 5.1.0 to 5.2.0 ( #6280 )
...
* Bump express from 5.1.0 to 5.2.0
Bumps [express](https://github.com/expressjs/express ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.0 )
---
updated-dependencies:
- dependency-name: express
dependency-version: 5.2.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* 5.2.1
* note
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-12-04 21:22:18 +00:00
dependabot[bot]
fda87c5ea2
Bump jws from 4.0.0 to 4.0.1 ( #6295 )
...
* Bump jws from 4.0.0 to 4.0.1
Bumps [jws](https://github.com/brianloveswords/node-jws ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/brianloveswords/node-jws/releases )
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md )
- [Commits](https://github.com/brianloveswords/node-jws/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: jws
dependency-version: 4.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Release notes
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
2025-12-04 20:33:38 +00:00
Matiss Janis Aboltins
879fd1b054
chore: replace Prettier with oxfmt and add oxlint ( #6259 )
...
* chore: replace Prettier with oxfmt and add oxlint
- Replace Prettier with oxfmt (Prettier-compatible formatter from OXC project)
- Add oxlint for fast linting alongside ESLint
- Add eslint-plugin-oxlint to disable ESLint rules covered by oxlint
- Update lint scripts to run oxfmt, oxlint, then eslint
- Update lint-staged configuration for pre-commit hooks
- Create .oxfmtrc.json and .oxlintrc.json configuration files
- Remove .prettierrc.json and .prettierignore
- Reformat codebase with oxfmt
* chore: update dependencies in yarn.lock
* chore: update oxlint configuration to disable additional rules
* chore: update oxfmt and oxlint configurations, enhance test readability
2025-12-04 19:55:10 +00:00
dependabot[bot]
33610fee78
Bump node-forge from 1.3.1 to 1.3.2 ( #6260 )
...
* Bump node-forge from 1.3.1 to 1.3.2
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-version: 1.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* note
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-11-27 09:44:18 +00:00
dependabot[bot]
c48a201378
Bump js-yaml from 3.14.1 to 3.14.2 ( #6174 )
2025-11-17 20:42:40 +00:00
Matt Fiddaman
1ce2280a49
⬆️ mid month dependency bump ( #6159 )
...
* bump various dependencies
* note
* fix types
* [autofix.ci] apply automated fixes
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #6159
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-11-16 17:04:34 +00:00
Matt Fiddaman
0e8aa7ddc4
initial cleanup post docs merge ( #6095 )
2025-11-10 11:38:48 +00:00
Matt Fiddaman
aa9cea78e2
integrate docs into workspace
2025-11-07 18:20:11 +00:00
Matt Fiddaman
f8b793069d
⬆️ vitest v4 ( #6060 )
...
* vitest 4
* config changes
* remove unused v8 coverage dependency
* note
2025-11-05 23:55:47 +00:00
Matt Fiddaman
80aee4ee71
⬆️ bump dependencies before 25.11 ( #5983 )
...
* bump dependencies
* note
* recharts differences
2025-10-22 17:28:11 +01:00
dependabot[bot]
ab4aa21343
Bump vite from 7.1.9 to 7.1.11 ( #5982 )
...
* Bump vite from 7.1.9 to 7.1.11
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.9 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* note
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-10-22 14:23:36 +01:00
lelemm
002f74a8fa
✨ Feature: Formula card and Formula for rules ( #5939 )
...
* Formula card and Formula rules
* [autofix.ci] apply automated fixes
* File move fix
* [autofix.ci] apply automated fixes
* Update packages/desktop-client/src/components/formula/codeMirror-excelLanguage.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* code rabbit wrong commit suggestion fix
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-21 21:57:56 -03:00
dependabot[bot]
1737674b9e
Bump vite from 7.1.9 to 7.1.11 ( #5972 )
2025-10-21 17:24:56 +01:00
Matiss Janis Aboltins
57d01467ca
Refactor test execution to use lage task runner ( #5964 )
2025-10-21 08:58:26 +02:00
Joel Jeremy Marquez
8019d9f61b
Update react compiler to v1 ( #5971 )
...
* Update react compiler
* Update VRT screenshots
Auto-generated by VRT workflow
PR: #5971
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-10-20 16:14:30 -07:00
Matt Fiddaman
155558ee62
drop support for node 20 ( #5937 )
...
* node 24
* node types
* dockerfiles
* readme
* note
2025-10-18 23:58:27 +01:00
Matt Fiddaman
5a1ceed7d9
⬆️ bump electron ( #5936 )
...
* electron 38.3.0
* electron/notarize 3.1.0
* note
2025-10-16 16:22:48 +01:00
Matt Fiddaman
6147495003
⬆️ upgrade recharts to v3 ( #5903 )
2025-10-10 19:58:59 +01:00
Michael Clark
5b9bcc94f6
⬆️ Upgrade electron-builder ( #5857 )
...
* upgrade electron-builder
* no postinstall when yarn immutable
* downgrade to last version without the bug
* fix issue with wrappy
* release notes
* regen yarn lock
* react-sprint
* hmm
* update yarn manually...
* fixing spring?
* lock
* finally
* conflict
* put package back
2025-10-08 22:20:29 +01:00
Matt Fiddaman
87d54251cd
⬆️ bump loot-core dependencies ( #5888 )
...
* csv-stringify 6.6.0
* lru-cache 11.2.2
* ua-parser-js 2.0.5
* @reduxjs/toolkit 2.9.0
* jest-diff 30.2.0
* csv-parse 6.1.0
* yargs 18.0.0
* slash 5.1.0
* drop memfs
* peggy 5.0.6
* fast-check 4.3.0
* fake-indexeddb 6.2.2
* note
2025-10-08 21:16:34 +01:00
Matt Fiddaman
2e439aacba
⬆️ bump various dependencies ( #5886 )
...
* bump various dependencies
* note
* update playwright images
* globals 16.4.0
* react-router 7.9.4
2025-10-08 21:01:27 +01:00
Matt Fiddaman
52aeec2d59
♻️ bump react dependencies ( #5865 )
2025-10-07 17:50:41 +01:00
lelemm
b034d5039f
Frontend plugins Support [2/10]: Plugin service worker ( #5784 )
...
* Plugin service worker
2025-10-07 12:14:32 -03:00
Matt Fiddaman
3b0db2bed7
♻️ bump various build dependencies ( #5864 )
...
* vite 7.1.9
* typescript 5.9.3
* @types/node 22.18.8
* linting
* emscripten types
* note
2025-10-06 17:32:42 +01:00
Matt Fiddaman
499f24f7fd
♻️ bump non-react deps in desktop-client ( #5858 )
...
* patch/minor deps
* @vitejs/plugin-basic-ssl 2.1.0
* remove chokidar
* cross-env 10.1.0
* downshift 9.0.10
* remove focus-visible
* jsdom 27.0.0
* rollup-plugin-visualizer 6.0.4
* note
2025-10-06 16:28:04 +01:00
dependabot[bot]
d4ad31fb0c
Bump tar-fs from 2.1.3 to 2.1.4 ( #5796 )
...
Bumps [tar-fs](https://github.com/mafintosh/tar-fs ) from 2.1.3 to 2.1.4.
- [Commits](https://github.com/mafintosh/tar-fs/compare/v2.1.3...v2.1.4 )
---
updated-dependencies:
- dependency-name: tar-fs
dependency-version: 2.1.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv >
Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk >
2025-10-05 14:51:07 +01:00
Matt Fiddaman
05355788e4
♻️ bump sync-server dependencies ( #5819 )
...
* uuid 11.1.0 -> 13.0.0
* better-sqlite3 12.2.0 -> 12.4.1
* debug 4.4.1 -> 4.4.3
* express-rate-limit 8.0.1 -> 8.1.0
* pluggy-sdk 0.74.0 -> 0.77.0
* babel/core 7.28.0 -> 7.28.4
* note
2025-10-05 14:36:57 +01:00
Matt Fiddaman
71f849d1e1
♻️ bump eslint-plugin-actual dependencies ( #5818 )
...
* eslint 9.27.0 -> 9.36.0
* eslint-plugin-eslint-plugin 6.4.0 -> 7.0.0
* eslint-vitest-rule-tester 2.2.0 -> 2.2.2
* note
* misc eslint deps
2025-10-05 14:22:42 +01:00
lelemm
81160256bc
Frontend plugins Support [1/10]: CORS proxy ( #5780 )
...
* Frontend plugins Support [1/10]: Cors proxy
* Add release notes for PR #5780
* changed code as CodeQL suggested
* CodeQL improvement for ip validation to bypass dns changes
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* Code Rabbit suggestion
* Update packages/sync-server/src/app-cors-proxy.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* Added env var for cors proxy
* multiple changes
* missed updating yarn.lock
* making code rabbit happy
* Tests
* linter
* Code Rabbit changes
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* [autofix.ci] apply automated fixes
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-24 08:13:24 -03:00