0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 18:48:39 +00:00
Commit Graph

9204 Commits

Author SHA1 Message Date
Víctor Losada Hernández 0c5266429d make shortcut editor tab dependent 2026-04-04 18:52:55 +02:00
Víctor Losada Hernández db2b45a095 finally? 2026-04-03 23:12:22 +02:00
Víctor Losada Hernández a0e496bf1c fix snippetbar just in case 2026-04-03 23:09:51 +02:00
Víctor Losada Hernández 07a21247e6 this should do it 2026-04-03 23:04:31 +02:00
Víctor Losada Hernández 4c444346d7 correct default 2026-04-03 22:57:06 +02:00
Víctor Losada Hernández 55946c93e3 lock sync 2026-04-03 22:54:54 +02: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
Víctor Losada Hernández 726d9abec2 use default as default 2026-04-03 22:51:03 +02:00
Víctor Losada Hernández 1f8944ee88 Merge pull request #4711 from naturalcrit/dependabot/npm_and_yarn/prod-dependencies-a9e1deba84
Bump the prod-dependencies group across 1 directory with 4 updates
2026-04-03 11:57:09 +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 47b8ba9bfa Merge pull request #4707 from dbolack-ab/fixJournalFontPath
Correct the path to Nodesto
2026-04-02 17:28:46 +02:00
David Bolack c92c85749e Correct the path to Nodesto 2026-03-31 12:05:42 -05: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 4aa9408358 proper highlights for weird def lists 2026-03-29 01:59:21 +01:00
Víctor Losada Hernández d2ca8473f3 small changes 2026-03-29 01:53:34 +01:00
Víctor Losada Hernández b53abb5f9f change highlight when changing tabs 2026-03-29 01:46:51 +01:00
Víctor Losada Hernández fb42675574 fold all and unfold all restored 2026-03-29 01:36:37 +01:00
Víctor Losada Hernández 1d02fb9565 simplify page count 2026-03-29 01:12:21 +01:00
Víctor Losada Hernández 2af063ac88 add dropcursor extension 2026-03-29 01:03:18 +01:00
Víctor Losada Hernández 8442fdfe0a make sure selection is visible 2026-03-29 01:02:34 +01:00
Víctor Losada Hernández 239029e196 autto close tags 2026-03-29 00:59:31 +01:00
Víctor Losada Hernández 0fcf6dfe89 revert tab function to live behavior 2026-03-29 00:49:08 +01:00
Víctor Losada Hernández eb99af2735 tab size changed to 2 2026-03-29 00:33:07 +01:00
Víctor Losada Hernández 8b347bafbc lint 2026-03-29 00:21:30 +01:00
Víctor Losada Hernández 83406479a7 fix historysize to be more stable 2026-03-29 00:20:35 +01:00
Víctor Losada Hernández 9d2ff401fd add some comments 2026-03-29 00:20:15 +01:00
Víctor Losada Hernández 2dda9c9804 remove cm themes build system 2026-03-28 20:09:45 +01:00
Víctor Losada Hernández 610cabfdfa Merge pull request #4698 from naturalcrit/dependabot/npm_and_yarn/path-to-regexp-8.4.0
Bump path-to-regexp from 8.3.0 to 8.4.0
2026-03-28 19:56:57 +01:00
dependabot[bot] f47fe4a0e9 Bump path-to-regexp from 8.3.0 to 8.4.0
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v8.3.0...v8.4.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-version: 8.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 17:26:20 +00:00
Víctor Losada Hernández ed10017db2 Merge pull request #4697 from naturalcrit/dependabot/npm_and_yarn/brace-expansion-1.1.13
Bump brace-expansion from 1.1.12 to 1.1.13
2026-03-27 22:37:23 +01:00
Víctor Losada Hernández 4225950928 Merge branch 'master' into dependabot/npm_and_yarn/brace-expansion-1.1.13 2026-03-27 22:30:37 +01:00
Víctor Losada Hernández 78116d3f44 Merge pull request #4688 from naturalcrit/dependabot/npm_and_yarn/flatted-3.4.2
Bump flatted from 3.3.4 to 3.4.2
2026-03-27 22:30:13 +01:00
dependabot[bot] 7f36f4bb67 Bump brace-expansion from 1.1.12 to 1.1.13
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.12 to 1.1.13.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 21:26:59 +00:00
dependabot[bot] c3bde29434 Bump flatted from 3.3.4 to 3.4.2
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.4 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.4...v3.4.2)

---
updated-dependencies:
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 21:26:58 +00:00
Víctor Losada Hernández 883f372638 Merge pull request #4686 from naturalcrit/dependabot/npm_and_yarn/undici-7.24.4
Bump undici from 7.22.0 to 7.24.4
2026-03-27 22:25:38 +01:00
dependabot[bot] e2fd9dad0b Bump undici from 7.22.0 to 7.24.4
Bumps [undici](https://github.com/nodejs/undici) from 7.22.0 to 7.24.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.22.0...v7.24.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 7.24.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 21:14:46 +00:00
Víctor Losada Hernández e304872e1c Merge pull request #4696 from naturalcrit/dependabot/npm_and_yarn/picomatch-2.3.2
Bump picomatch from 2.3.1 to 2.3.2
2026-03-27 22:13:31 +01:00
Víctor Losada Hernández 58b21c21d6 Merge branch 'master' into dependabot/npm_and_yarn/picomatch-2.3.2 2026-03-27 21:50:53 +01:00
Víctor Losada Hernández f27b639d01 Merge pull request #4692 from naturalcrit/dependabot/npm_and_yarn/prod-dependencies-a9d7f6db03
Bump the prod-dependencies group across 1 directory with 10 updates
2026-03-27 21:50:07 +01:00
dependabot[bot] a06c9568aa Bump picomatch from 2.3.1 to 2.3.2
Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-27 20:47:09 +00: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
Víctor Losada Hernández 9afcc470ef Merge pull request #4693 from naturalcrit/dependabot/npm_and_yarn/dev-dependencies-903f408a14
Bump the dev-dependencies group across 1 directory with 5 updates
2026-03-27 21:45:54 +01:00
Víctor Losada Hernández 82aa5b76ea erase reference to old file 2026-03-27 20:00:01 +01:00
Víctor Losada Hernández 94080ba952 file org update 2026-03-27 19:53:49 +01:00
Víctor Losada Hernández 1f2a329553 darkbrewery 2026-03-27 19:49:00 +01:00
Víctor Losada Hernández 4bce4a9489 simplify fold export & restore legacy higlights 2026-03-27 19:11:52 +01:00
Víctor Losada Hernández 4da270616d multiple cursors 2026-03-27 18:50:46 +01:00
Víctor Losada Hernández 7abea94196 proper use of tab 2026-03-27 16:26:41 +01:00
Víctor Losada Hernández c996bee932 fix snippet editor height 2026-03-27 16:16:46 +01:00
Víctor Losada Hernández 901f84bf34 that should do it 2026-03-27 16:14:14 +01:00