-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: refactor project architecture #30
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- https://editorconfig.org Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- https://cspell.org Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- https://vitest.dev Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- https://github.com/unjs/unbuild Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- https://yarnpkg.com/cli/version Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
- https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
02742bd
to
b1aadef
Compare
flexdevelopment
approved these changes
Aug 3, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 👍🏾
3 tasks
unicornware
added a commit
that referenced
this pull request
Aug 3, 2022
* chore(yarn): bump yarn from 3.2.1 to 4.0.0-rc.14 Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: migrate dependencies and scripts Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: switch back to prettier Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: update eslint config Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: add editorconfig - https://editorconfig.org Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: add cspell config - https://cspell.org Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: update esm setup Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(tests): use vitest - https://vitest.dev Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(github): update git ignore Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore: update lint-staged config Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * style(types): use `export type { * as default }` syntax Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(github): add git attributes Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(github): update commit scopes Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * ci(workflows): update @dependabot config Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * ci(workflows): update dependencies and settings Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(vscode): update workspace settings Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * docs: update contributing guide Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * docs: install from git Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * build: only distribute dist folder + add `.cts` and `.mts` outputs - https://github.com/unjs/unbuild Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(yarn): add `yarn version` settings - https://yarnpkg.com/cli/version Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(release): add local workflow Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(release): update changelog settings - https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc> * chore(github): fix pr naming link in pr template Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
3 tasks
This pull request has been automatically locked since there has not been any recent |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
scope:cjs
commonjs
scope:esm
es modules
type:chore
housekeeping / changes that don't impact external users
type:refactor
code improvements
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
📦 Build
.d.cts
and.d.mts
dist
andsrc
folders (droppedcjs
,esm
, andtypes
directories)unbuild
🏡 Housekeeping
prettier
CHANGELOG
settingsvitest
as test runner3.2.1
to4.0.0-rc.14
📝 Documentation
🤖 Continuous Integration
continuous-deployment
workflowTests
yarn test:cov
yarn build
ℹ Building @flex-development/tutils 22:03:36 ✔ Build succeeded for @flex-development/tutils 22:03:41 dist (chunks: 168 files) 22:03:41 dist (chunks: 168 files) 22:03:41 dist (chunks: 168 files) 22:03:41
yarn pack -o %s-%v.tgz
Additional context
Linked issues
N/A
Submission checklist