Matt Fiddaman
|
5179ac7c2d
|
⬆️ mid month dependency bump (#7013)
* baseline-browser-mapping (^2.9.14 → ^2.9.19)
* minimatch (^10.1.1 → ^10.1.2)
* lage (^2.14.15 → ^2.14.17)
* react-aria-components (^1.14.0 → ^1.15.1)
* @storybook/addon-a11y (^10.2.0 → ^10.2.7)
* p-limit (^7.2.0 → ^7.3.0)
* better-sqlite3 (^12.5.0 → ^12.6.2)
* vitest (^4.0.16 → ^4.0.18)
* @storybook/addon-docs (^10.2.0 → ^10.2.7)
* @storybook/react-vite (^10.2.0 → ^10.2.7)
* eslint-plugin-storybook (^10.2.0 → ^10.2.7)
* storybook (^10.2.0 → ^10.2.7)
* @codemirror/state (^6.5.3 → ^6.5.4)
* @swc/core (^1.15.8 → ^1.15.11)
* @tanstack/react-query (^5.90.19 → ^5.90.20)
* @vitejs/plugin-basic-ssl (^2.1.3 → ^2.1.4)
* @vitejs/plugin-react (^5.1.2 → ^5.1.3)
* i18next (^25.7.4 → ^25.8.4)
* react-aria (^3.45.0 → ^3.46.0)
* react-hotkeys-hook (^5.2.1 → ^5.2.4)
* react-i18next (^16.5.1 → ^16.5.4)
* sass (^1.97.2 → ^1.97.3)
* @easyops-cn/docusaurus-search-local (^0.52.2 → ^0.52.3)
* react (^19.2.3 → ^19.2.4)
* react-dom (^19.2.3 → ^19.2.4)
* component lib peer deps
* eslint-vitest-rule-tester (^3.0.1 → ^3.1.0)
* lru-cache (^11.2.4 → ^11.2.5)
* ua-parser-js (^2.0.7 → ^2.0.9)
* cors (^2.8.5 → ^2.8.6)
* @babel/core (^7.28.5 → ^7.29.0)
* @types/node (^22.19.3 → ^22.19.10)
* react (mixed → 19.2.4)
* @testing-library/react (16.3.0 → 16.3.2)
* react-router (7.12.0 → 7.13.0)
* vite-plugin-node-polyfills (^0.24.0 → ^0.25.0)
* pluggy-sdk (^0.79.0 → ^0.83.0)
* note
|
2026-02-18 22:09:28 +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 |
|
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 |
|
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
|
dab3ffc762
|
Moved docs into packages/docs directory
|
2025-11-07 18:17:14 +00:00 |
|