Enoch Riese
7ff2bded15
use node conditional exports instead of reconfiguring exports for different use cases
2023-07-27 18:52:58 -06:00
joostdecock
3f77777c4b
breaking: FreeSewing now uses NodeJS 18 lts/hydrogen
...
FreeSewing now uses NodeJS 18 -- specifically lts/hydrogen -- for its
development.
There is no specific reason to run 18, things will still work in 16
(lts/gallium) but Vercel who hosts/builds our sites will be dropping
support for Node 16 in about 6 months, so since we're gearing up for
a new major release (v3) this is the best time for us to also move
to Node 18.
2023-07-21 18:35:19 +02:00
github-actions
32844c6568
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/unist-util-remove-4.0.0 changes in config/dependencies.yaml
2023-07-10 04:47:49 +00:00
dependabot[bot]
bbd5024383
Bump unist-util-remove from 3.1.1 to 4.0.0
...
Bumps [unist-util-remove](https://github.com/syntax-tree/unist-util-remove ) from 3.1.1 to 4.0.0.
- [Release notes](https://github.com/syntax-tree/unist-util-remove/releases )
- [Commits](https://github.com/syntax-tree/unist-util-remove/compare/3.1.1...4.0.0 )
---
updated-dependencies:
- dependency-name: unist-util-remove
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-07-10 04:45:17 +00:00
joostdecock
8be9f395e8
fix(sanity): Add missing dependency
2023-06-16 18:39:38 +02:00
joostdecock
ddcec30292
chore(rehype-highlight-lines): Code QA fixes
2023-05-19 10:39:21 +02:00
Enoch Riese
837b86368d
🔖 v3.0.0-alpha.10
2023-05-08 01:34:29 -05:00
Joost De Cock
b5e72442f2
release: v3.0.0-alpha.9
2023-04-19 19:49:36 +02:00
github-actions
a62138e1b6
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/typescript-5.0.4 changes in config/dependencies.yaml
2023-04-10 05:03:59 +00:00
github-actions
b50a38a3d6
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/autoprefixer-10.4.14 changes in config/dependencies.yaml
2023-03-23 05:22:48 +00:00
Joost De Cock
0b84449aa0
release: 3.0.0-alpha.8
2023-03-16 20:36:45 +01:00
Joost De Cock
d9fd752ec1
release: 3.0.0-alpha.7
2023-03-16 20:17:41 +01:00
Joost De Cock
5369894265
Merge pull request #3507 from freesewing/dependabot/npm_and_yarn/unist-util-remove-3.1.1
...
chore(deps): bump unist-util-remove from 3.1.0 to 3.1.1
2023-03-04 15:46:56 +01:00
github-actions
2e22fdb894
[dependabot skip] chore(deps): bumped dependabot/npm_and_yarn/resvg/resvg-js-2.4.1 changes in config/dependencies.yaml
2023-02-20 05:19:12 +00:00
dependabot[bot]
457b6f6721
chore(deps): bump unist-util-remove from 3.1.0 to 3.1.1
...
Bumps [unist-util-remove](https://github.com/syntax-tree/unist-util-remove ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/syntax-tree/unist-util-remove/releases )
- [Commits](https://github.com/syntax-tree/unist-util-remove/compare/3.1.0...3.1.1 )
---
updated-dependencies:
- dependency-name: unist-util-remove
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-05 00:53:24 +00:00
joostdecock
7f74f45c45
Chore: Update version number
2023-01-09 20:46:04 +01:00
joostdecock
287a19240f
release: v3.0.0-aphpa.3
2022-12-30 18:16:40 +01:00
Joost De Cock
38f8bb2549
chore: Dependency updates
2022-12-23 15:25:39 +01:00
Joost De Cock
692ef11227
chore: updated contributors
2022-12-12 19:21:33 +01:00
Enoch Riese
477a4d93f5
everything passes lint
2022-12-03 11:25:02 -06:00
Enoch Riese
7fa5c16e4f
final cleanup
2022-11-16 15:19:59 -06:00
joostdecock
a500bbddb1
chore: Contributor update
2022-11-12 09:20:18 +01:00
Joost De Cock
c959858e6c
fix: Issue with build templates
2022-10-15 14:33:54 +02:00
Joost De Cock
6dadf62370
fix: Don't build rehype-highlight-lines
2022-10-15 14:33:39 +02:00
Joost De Cock
2b69d879dd
fix(rehype-highlight-lines): Don't assume a node exists
2022-10-12 21:53:45 +02:00
Joost De Cock
1fae0bc3d8
feat(rehype-highlight-lines): Themeing and overflow fix
2022-10-12 18:34:34 +02:00
Joost De Cock
aac5156c9d
fix(rehype-highlight-lines): Add code linebreak
2022-10-12 18:09:22 +02:00
Joost De Cock
230dc17a45
fix(rehype-highlight-lines): Handle whitespace issues
2022-10-12 18:00:58 +02:00
Joost De Cock
9641978270
feat(rehype-highlight-lines): Support highlighting in params block
2022-10-11 15:07:31 +02:00
Joost De Cock
b29fc57717
chore(rehype-highlight-lines): Keep package private (for now)
2022-10-11 01:41:14 +02:00
Joost De Cock
348e0896a3
feat(rehype-highlight-lines): Added new rehype plugin
2022-10-11 01:35:26 +02:00