-
-
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 <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
- https://editorconfig.org Signed-off-by: Lexus Drumgold <[email protected]>
- https://cspell.org Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
- https://vitest.dev Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
unicornware
added
type:chore
housekeeping / changes that don't impact external users
scope:cjs
commonjs
type:refactor
code improvements
scope:esm
es modules
labels
Aug 3, 2022
- https://github.com/unjs/unbuild Signed-off-by: Lexus Drumgold <[email protected]>
- https://yarnpkg.com/cli/version Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
Signed-off-by: Lexus Drumgold <[email protected]>
unicornware
force-pushed
the
feat/refactor-project-architecture
branch
from
August 3, 2022 01:28
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 <[email protected]> * chore: migrate dependencies and scripts Signed-off-by: Lexus Drumgold <[email protected]> * chore: switch back to prettier Signed-off-by: Lexus Drumgold <[email protected]> * chore: update eslint config Signed-off-by: Lexus Drumgold <[email protected]> * chore: add editorconfig - https://editorconfig.org Signed-off-by: Lexus Drumgold <[email protected]> * chore: add cspell config - https://cspell.org Signed-off-by: Lexus Drumgold <[email protected]> * chore: update esm setup Signed-off-by: Lexus Drumgold <[email protected]> * chore(tests): use vitest - https://vitest.dev Signed-off-by: Lexus Drumgold <[email protected]> * chore(github): update git ignore Signed-off-by: Lexus Drumgold <[email protected]> * chore: update lint-staged config Signed-off-by: Lexus Drumgold <[email protected]> * style(types): use `export type { * as default }` syntax Signed-off-by: Lexus Drumgold <[email protected]> * chore(github): add git attributes Signed-off-by: Lexus Drumgold <[email protected]> * chore(github): update commit scopes Signed-off-by: Lexus Drumgold <[email protected]> * ci(workflows): update @dependabot config Signed-off-by: Lexus Drumgold <[email protected]> * ci(workflows): update dependencies and settings Signed-off-by: Lexus Drumgold <[email protected]> * chore(vscode): update workspace settings Signed-off-by: Lexus Drumgold <[email protected]> * docs: update contributing guide Signed-off-by: Lexus Drumgold <[email protected]> * docs: install from git Signed-off-by: Lexus Drumgold <[email protected]> * build: only distribute dist folder + add `.cts` and `.mts` outputs - https://github.com/unjs/unbuild Signed-off-by: Lexus Drumgold <[email protected]> * chore(yarn): add `yarn version` settings - https://yarnpkg.com/cli/version Signed-off-by: Lexus Drumgold <[email protected]> * chore(release): add local workflow Signed-off-by: Lexus Drumgold <[email protected]> * chore(release): update changelog settings - https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli Signed-off-by: Lexus Drumgold <[email protected]> * chore(github): fix pr naming link in pr template Signed-off-by: Lexus Drumgold <[email protected]>
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