Gazook89
a3469a172a
Move tests to tests/components directory
2026-05-29 15:58:00 -05:00
Gazook89
fa07af2d82
Add tests for the Dropdown structure and behavior
...
Largely this is written by an LLM after I provided the targets, and I've looked through the tests themselves to confirm they are accurate. There may be improvements in how to actually *set up* the tests, though, as I am less familiar with those.
This has two test suites: the first for html structure, the second for behavior. Each of them calls another script that provides helper functions for setting things up and taking them down. This keeps the test suites themselves fairly lean.
2026-05-29 11:08:05 -05:00
Gazook89
5e122626d4
Merge branch 'master' into Better-Dropdowns
2026-05-27 22:22:34 -05:00
dependabot[bot]
cd74792402
Bump stylelint in the dev-dependencies group across 1 directory
...
Bumps the dev-dependencies group with 1 update in the / directory: [stylelint](https://github.com/stylelint/stylelint ).
Updates `stylelint` from 17.11.0 to 17.11.1
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/17.11.0...17.11.1 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-version: 17.11.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-15 10:28:19 +00:00
dependabot[bot]
fd9df5f6ae
Bump the prod-dependencies group with 2 updates
...
Bumps the prod-dependencies group with 2 updates: [@codemirror/view](https://github.com/codemirror/view ) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ).
Updates `@codemirror/view` from 6.42.1 to 6.43.0
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/view/commits )
Updates `react-router` from 7.15.0 to 7.15.1
- [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.15.1/packages/react-router )
---
updated-dependencies:
- dependency-name: "@codemirror/view"
dependency-version: 6.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: react-router
dependency-version: 7.15.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-15 03:23:59 +00:00
dependabot[bot]
118ec1bc50
Bump the dev-dependencies group across 1 directory with 3 updates
...
Bumps the dev-dependencies group with 3 updates in the / directory: [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest ), [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) and [stylelint](https://github.com/stylelint/stylelint ).
Updates `babel-jest` from 30.3.0 to 30.4.1
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/babel-jest )
Updates `jest` from 30.3.0 to 30.4.2
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest )
Updates `stylelint` from 17.10.0 to 17.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/17.10.0...17.11.0 )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-version: 30.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: jest
dependency-version: 30.4.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: stylelint
dependency-version: 17.11.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-10 16:41:15 +00:00
dependabot[bot]
10506ad521
Bump the prod-dependencies group across 1 directory with 9 updates
...
Bumps the prod-dependencies group with 9 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.29.3` | `7.29.5` |
| [@codemirror/autocomplete](https://github.com/codemirror/autocomplete ) | `6.20.1` | `6.20.2` |
| [@codemirror/view](https://github.com/codemirror/view ) | `6.41.1` | `6.42.1` |
| [express-static-gzip](https://github.com/tkoenig89/express-static-gzip ) | `3.0.0` | `3.0.1` |
| [fs-extra](https://github.com/jprichardson/node-fs-extra ) | `11.3.4` | `11.3.5` |
| [mongoose](https://github.com/Automattic/mongoose ) | `9.6.1` | `9.6.2` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react ) | `19.2.5` | `19.2.6` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom ) | `19.2.5` | `19.2.6` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) | `7.14.2` | `7.15.0` |
Updates `@babel/preset-env` from 7.29.3 to 7.29.5
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.5/packages/babel-preset-env )
Updates `@codemirror/autocomplete` from 6.20.1 to 6.20.2
- [Changelog](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/autocomplete/commits )
Updates `@codemirror/view` from 6.41.1 to 6.42.1
- [Changelog](https://github.com/codemirror/view/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codemirror/view/commits )
Updates `express-static-gzip` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/tkoenig89/express-static-gzip/releases )
- [Commits](https://github.com/tkoenig89/express-static-gzip/compare/v3.0.0...v3.0.1 )
Updates `fs-extra` from 11.3.4 to 11.3.5
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.3.4...11.3.5 )
Updates `mongoose` from 9.6.1 to 9.6.2
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/9.6.1...9.6.2 )
Updates `react` from 19.2.5 to 19.2.6
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react )
Updates `react-dom` from 19.2.5 to 19.2.6
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v19.2.6/packages/react-dom )
Updates `react-router` from 7.14.2 to 7.15.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.15.0/packages/react-router )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.29.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: "@codemirror/autocomplete"
dependency-version: 6.20.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: "@codemirror/view"
dependency-version: 6.42.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: express-static-gzip
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: fs-extra
dependency-version: 11.3.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: mongoose
dependency-version: 9.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: react
dependency-version: 19.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: react-dom
dependency-version: 19.2.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: react-router
dependency-version: 7.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-10 16:36:28 +00:00
dependabot[bot]
1f2a3b164b
Bump the prod-dependencies group across 1 directory with 3 updates
...
Bumps the prod-dependencies group with 3 updates in the / directory: [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ), [mongoose](https://github.com/Automattic/mongoose ) and [nanoid](https://github.com/ai/nanoid ).
Updates `@babel/preset-env` from 7.29.2 to 7.29.3
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.3/packages/babel-preset-env )
Updates `mongoose` from 9.5.0 to 9.6.1
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/9.5.0...9.6.1 )
Updates `nanoid` from 5.1.7 to 5.1.11
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/5.1.7...5.1.11 )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.29.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: mongoose
dependency-version: 9.6.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: nanoid
dependency-version: 5.1.11
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-04 03:27:51 +00:00
Gazook89
359d87440b
add oddbird polyfill - not quite working
...
Not quite working yet. polyfill is loaded, but positioned elements are spanning whole viewport. Parking this for now.
2026-04-24 22:06:52 -05:00
Víctor Losada Hernández
cadf9ca63b
update codemirror themes
2026-04-24 01:05:29 +02:00
Víctor Losada Hernández
f863871173
move darkvision to library, and sort themes
2026-04-22 17:05:17 +02:00
Víctor Losada Hernández
93ce778c0d
fix tests and update library
2026-04-22 01:29:37 +02:00
Víctor Losada Hernández
5c675fe04a
update themes
2026-04-22 01:09:48 +02:00
Víctor Losada Hernández
cd946bffaf
remove old cm themes library
2026-04-21 23:19:02 +02:00
Víctor Losada Hernández
21cb91e0c6
update cm theme library
2026-04-21 23:10:32 +02:00
Víctor Losada Hernández
0ed772b054
add back cm5-themes
2026-04-21 20:50:04 +02:00
Trevor Buckner
b5c60b3180
Up to v3.22.0 and changelog
2026-04-20 09:57:44 -04:00
Víctor Losada Hernández
44d2f6c548
remove unused theme
2026-04-15 10:24:08 +02:00
Víctor Losada Hernández
ca2d95ef4a
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror
2026-04-06 19:21:46 +02:00
Trevor Buckner
49edc4b6b5
Up version to 3.21.0
2026-04-04 21:22:31 -04:00
Víctor Losada Hernández
657c268a80
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror
2026-04-03 22:52:17 +02:00
dependabot[bot]
45793ecbef
Bump the prod-dependencies group across 1 directory with 4 updates
...
Bumps the prod-dependencies group with 4 updates in the / directory: [lodash](https://github.com/lodash/lodash ), [node](https://github.com/aredridel/node-bin-gen ), [react-frame-component](https://github.com/ryanseddon/react-frame-component ) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ).
Updates `lodash` from 4.17.23 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1 )
Updates `node` from 25.8.2 to 25.9.0
- [Commits](https://github.com/aredridel/node-bin-gen/commits )
Updates `react-frame-component` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/ryanseddon/react-frame-component/releases )
- [Changelog](https://github.com/ryanseddon/react-frame-component/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ryanseddon/react-frame-component/commits/v5.3.2 )
Updates `react-router` from 7.13.2 to 7.14.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.14.0/packages/react-router )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.18.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: node
dependency-version: 25.9.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: react-frame-component
dependency-version: 5.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: react-router
dependency-version: 7.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-03 03:23:20 +00:00
Víctor Losada Hernández
d234dd0e0b
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-Codemirror
2026-03-29 14:49:49 +02:00
Víctor Losada Hernández
56f12dea4a
Merge branch 'master' into dependabot/npm_and_yarn/prod-dependencies-a9d7f6db03
2026-03-27 21:46:17 +01:00
dependabot[bot]
a7a928e663
Bump the prod-dependencies group across 1 directory with 10 updates
...
Bumps the prod-dependencies group with 10 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) | `7.29.0` | `7.29.2` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) | `7.28.6` | `7.29.2` |
| [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) | `3.48.0` | `3.49.0` |
| [less](https://github.com/less/less.js ) | `4.5.1` | `4.6.4` |
| [mongoose](https://github.com/Automattic/mongoose ) | `9.2.4` | `9.3.2` |
| [nanoid](https://github.com/ai/nanoid ) | `5.1.6` | `5.1.7` |
| [node](https://github.com/aredridel/node-bin-gen ) | `25.8.0` | `25.8.1` |
| [react-frame-component](https://github.com/ryanseddon/react-frame-component ) | `5.2.7` | `5.3.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) | `7.13.1` | `7.13.2` |
| [sanitize-filename](https://github.com/parshap/node-sanitize-filename ) | `1.6.3` | `1.6.4` |
Updates `@babel/preset-env` from 7.29.0 to 7.29.2
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.2/packages/babel-preset-env )
Updates `@babel/runtime` from 7.28.6 to 7.29.2
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.29.2/packages/babel-runtime )
Updates `core-js` from 3.48.0 to 3.49.0
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.49.0/packages/core-js )
Updates `less` from 4.5.1 to 4.6.4
- [Release notes](https://github.com/less/less.js/releases )
- [Changelog](https://github.com/less/less.js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/less/less.js/commits )
Updates `mongoose` from 9.2.4 to 9.3.2
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/9.2.4...9.3.2 )
Updates `nanoid` from 5.1.6 to 5.1.7
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/5.1.6...5.1.7 )
Updates `node` from 25.8.0 to 25.8.1
- [Commits](https://github.com/aredridel/node-bin-gen/commits )
Updates `react-frame-component` from 5.2.7 to 5.3.0
- [Release notes](https://github.com/ryanseddon/react-frame-component/releases )
- [Changelog](https://github.com/ryanseddon/react-frame-component/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ryanseddon/react-frame-component/compare/v5.2.7...v5.3.0 )
Updates `react-router` from 7.13.1 to 7.13.2
- [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.13.2/packages/react-router )
Updates `sanitize-filename` from 1.6.3 to 1.6.4
- [Changelog](https://github.com/parshap/node-sanitize-filename/blob/master/Changelog.md )
- [Commits](https://github.com/parshap/node-sanitize-filename/compare/v1.6.3...v1.6.4 )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-version: 7.29.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: "@babel/runtime"
dependency-version: 7.29.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: core-js
dependency-version: 3.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: less
dependency-version: 4.6.4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: mongoose
dependency-version: 9.3.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: nanoid
dependency-version: 5.1.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: node
dependency-version: 25.8.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: react-frame-component
dependency-version: 5.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: prod-dependencies
- dependency-name: react-router
dependency-version: 7.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
- dependency-name: sanitize-filename
dependency-version: 1.6.4
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-27 03:24:14 +00:00
dependabot[bot]
9cd9c075e1
Bump the dev-dependencies group across 1 directory with 5 updates
...
Bumps the dev-dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest ) | `30.2.0` | `30.3.0` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) | `29.15.0` | `29.15.1` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest ) | `30.2.0` | `30.3.0` |
| [stylelint](https://github.com/stylelint/stylelint ) | `17.4.0` | `17.5.0` |
| [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order ) | `7.6.1` | `7.7.0` |
Updates `babel-jest` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/babel-jest )
Updates `eslint-plugin-jest` from 29.15.0 to 29.15.1
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v29.15.0...v29.15.1 )
Updates `jest` from 30.2.0 to 30.3.0
- [Release notes](https://github.com/jestjs/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jestjs/jest/commits/v30.3.0/packages/jest )
Updates `stylelint` from 17.4.0 to 17.5.0
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/17.4.0...17.5.0 )
Updates `stylelint-config-recess-order` from 7.6.1 to 7.7.0
- [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases )
- [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v7.6.1...v7.7.0 )
---
updated-dependencies:
- dependency-name: babel-jest
dependency-version: 30.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: eslint-plugin-jest
dependency-version: 29.15.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: jest
dependency-version: 30.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: stylelint
dependency-version: 17.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: stylelint-config-recess-order
dependency-version: 7.7.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-27 03:23:24 +00:00
Víctor Losada Hernández
9a74a20884
add search replace
2026-03-27 00:27:26 +01:00
Víctor Losada Hernández
d4c1eba3f3
emoji autocomplete
2026-03-26 23:44:49 +01:00
Víctor Losada Hernández
456c149f7b
themes working again
2026-03-25 17:15:23 +01:00
Víctor Losada Hernández
ec159e4f14
different editors working
2026-03-23 11:20:15 +01:00
Víctor Losada Hernández
4ee9dfa509
add basic light theme and scrollpastend
2026-03-22 00:10:09 +01:00
Víctor Losada Hernández
42e254c9c7
basic css changes
2026-03-21 22:53:38 +01:00
Víctor Losada Hernández
3785d5808f
basic editor
2026-03-21 21:49:59 +01:00
Víctor Losada Hernández
5e21418e8d
change engine checks and update stylelint to 9.7
2026-03-04 11:18:49 +01:00
Víctor Losada Hernández
b24c104a9d
update react
2026-03-03 18:36:57 +01:00
Víctor Losada Hernández
b485cd1663
update node
2026-03-03 18:31:44 +01:00
Víctor Losada Hernández
af2003bb03
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-dependencies
2026-03-03 17:52:11 +01:00
Víctor Losada Hernández
6013942919
move vite to devdependency
2026-03-03 15:20:30 +01:00
Víctor Losada Hernández
71b6a478da
last patch hopefully
2026-03-03 15:17:06 +01:00
Víctor Losada Hernández
6144186870
bring back stylelint
2026-03-03 15:08:18 +01:00
Víctor Losada Hernández
0890b6e3f9
remove npm preview
2026-03-02 00:00:45 +01:00
Víctor Losada Hernández
e877148bf9
remove old compileAssets.js
2026-02-28 23:08:21 +01:00
Víctor Losada Hernández
44576cc053
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into update-dependencies
2026-02-24 20:45:59 +01:00
Víctor Losada Hernández
a209538fc6
Merge branch 'master' of https://github.com/naturalcrit/homebrewery into vitreum-to-vite
2026-02-18 23:28:56 +01:00
Víctor Losada Hernández
7b9f7248ad
update jsdom to 28.1.0
2026-02-18 19:32:59 +01:00
Víctor Losada Hernández
747b8d0279
fix tests
2026-02-18 19:17:35 +01:00
Víctor Losada Hernández
c239aa8df6
fix tests in master
2026-02-17 19:21:17 +01:00
dependabot[bot]
d0ec9e76c1
Bump mongoose from 9.1.5 to 9.1.6 in the prod-dependencies group
...
Bumps the prod-dependencies group with 1 update: [mongoose](https://github.com/Automattic/mongoose ).
Updates `mongoose` from 9.1.5 to 9.1.6
- [Release notes](https://github.com/Automattic/mongoose/releases )
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Automattic/mongoose/compare/9.1.5...9.1.6 )
---
updated-dependencies:
- dependency-name: mongoose
dependency-version: 9.1.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: prod-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-17 01:50:00 +00:00
dependabot[bot]
c48276de71
Bump @googleapis/drive from 19.2.1 to 20.1.0
...
Bumps [@googleapis/drive](https://github.com/googleapis/google-api-nodejs-client ) from 19.2.1 to 20.1.0.
- [Release notes](https://github.com/googleapis/google-api-nodejs-client/releases )
- [Changelog](https://github.com/googleapis/google-api-nodejs-client/blob/20.1.0/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-api-nodejs-client/compare/drive-v19.2.1...20.1.0 )
---
updated-dependencies:
- dependency-name: "@googleapis/drive"
dependency-version: 20.1.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-02-04 03:24:40 +00:00
Víctor Losada Hernández
22cc8b8bbf
update less and react-frame-component
2026-02-03 23:27:14 +01:00