Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @jakubmazanec/carson, @jakubmazanec/carson-templates and @jakubmazanec/eslint-config #133

Merged
merged 7 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .carson/workspace.snapshot
Binary file not shown.
5 changes: 5 additions & 0 deletions .changeset/afraid-cars-know.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/carson-templates": patch
---

Removes invalid options from Carson template configs, which were not used for anything.
5 changes: 5 additions & 0 deletions .changeset/big-ravens-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/eslint-config": minor
---

Adds support for Storybook, so its stories and config files are linted correctly.
5 changes: 5 additions & 0 deletions .changeset/chatty-fans-drive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/carson-templates": patch
---

Fixes missing warning notices in some generated files.
5 changes: 5 additions & 0 deletions .changeset/eleven-knives-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@jakubmazanec/carson-templates': minor
---

Adds a new template `projects/react-library`, with integrated React and Storybook support.
5 changes: 5 additions & 0 deletions .changeset/eleven-meals-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/carson-templates": patch
---

Fixes Turborepo caching settings in the `workspace` template.
5 changes: 5 additions & 0 deletions .changeset/fresh-rocks-bake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/carson-templates": patch
---

Fixes hard-coded package names in the `workspace` template.
14 changes: 14 additions & 0 deletions .changeset/perfect-radios-suffer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@jakubmazanec/carson-templates": patch
"@jakubmazanec/zod-utils": patch
"@jakubmazanec/fs-utils": patch
"@jakubmazanec/template": patch
"@jakubmazanec/ts-utils": patch
"@jakubmazanec/carson": patch
"@jakubmazanec/error": patch
"@jakubmazanec/args": patch
"@jakubmazanec/cli": patch
"@jakubmazanec/changesets-changelog": patch
---

Fixes test coverage settings.
5 changes: 5 additions & 0 deletions .changeset/small-beans-hunt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/carson-templates": patch
---

Fixes test coverage settings in `projects/carson-templates`, `projects/changesets-changelog`, `projects/library` and `projects/remix-app`.
5 changes: 5 additions & 0 deletions .changeset/tough-carrots-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@jakubmazanec/carson": minor
---

Adds new Carson template config option `autoEject`. If set to `true`, Carson automatically ejects after using this template.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#
# DO NOT EDIT!
# This file was autogenerated by Carson.
# Changes may cause incorrect behavior and will be lost when the file is regenerated.
#
# Run `npx carson update workspace` to regenerate.
#

root = true

[*]
Expand Down
Loading
Loading