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

10 refactor launchts #20

Merged
merged 60 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
482e8b1
refactor: remove unused file
gafreax Oct 27, 2024
2014c20
fix: add type to function
gafreax Oct 27, 2024
eaaf0e9
refactor: move file for testing purpose
gafreax Oct 27, 2024
b0a60d5
chore: add lib
gafreax Oct 27, 2024
32d80a2
chore: add complex css
gafreax Oct 27, 2024
0dc5ceb
refactor: lint
gafreax Oct 27, 2024
9980f68
feat: clean and add writo to file functionality
gafreax Oct 27, 2024
56d1ce3
test: improve
gafreax Oct 27, 2024
3e965ed
feat: optional file output
gafreax Oct 27, 2024
0f72db5
refactor: improve description
gafreax Oct 27, 2024
2b63363
refactor: remove unused file
gafreax Oct 27, 2024
42c3754
fix: add type to function
gafreax Oct 27, 2024
1001812
refactor: move file for testing purpose
gafreax Oct 27, 2024
620886e
chore: add lib
gafreax Oct 27, 2024
0725f8e
chore: add complex css
gafreax Oct 27, 2024
29aea94
refactor: lint
gafreax Oct 27, 2024
334ba25
feat: clean and add writo to file functionality
gafreax Oct 27, 2024
8f41d7b
test: improve
gafreax Oct 27, 2024
5592755
feat: optional file output
gafreax Oct 27, 2024
24c2585
refactor: improve description
gafreax Oct 27, 2024
c3fea8a
Merge branch '10-refactor-launchts' of github.com:gafreax/cssparse in…
gafreax Oct 27, 2024
d3b3b11
fix: remove typo
gafreax Oct 27, 2024
1cb2656
fix: add token to try fixing permission issues on workflow
gafreax Oct 27, 2024
4d56c2e
fix: remove token that do not resolve issue, explit branch
gafreax Oct 27, 2024
c69e314
fix: add verbose options to commit
gafreax Oct 27, 2024
0107108
refactor remove unused lib
gafreax Nov 2, 2024
fe3673a
refactor: renaming
gafreax Nov 2, 2024
1ae0bb2
chore: spearete fix and lint only script
gafreax Nov 2, 2024
5ea8584
chore: set node 20.x as default, not specific one
gafreax Nov 2, 2024
58b4087
Revert "chore: set node 20.x as default, not specific one"
gafreax Nov 2, 2024
4e1c005
chore: set node 20.x as default, not specific one
gafreax Nov 2, 2024
ae5aa14
refactor: clean code
gafreax Nov 9, 2024
bafb911
Review CI workflow
danielebarbaro Oct 27, 2024
704daed
fix: import mediaquery types
gafreax Nov 9, 2024
9dacef6
feat: add automated version upgrade on PR
gafreax Oct 26, 2024
9026dff
refaactor: restore old version bump script
gafreax Nov 9, 2024
4b4310a
chore: update lib
gafreax Nov 9, 2024
295c9dd
fix:test
gafreax Nov 9, 2024
159aa46
fix: import
gafreax Nov 9, 2024
e5b8fcc
doc: update readme
gafreax Nov 9, 2024
eb06b04
chore: merge
gafreax Nov 9, 2024
7f04a76
editor config
danielebarbaro Oct 27, 2024
552edf3
test: improve
gafreax Oct 27, 2024
bd1f576
chore: add lib
gafreax Oct 27, 2024
823f5dc
feat: clean and add writo to file functionality
gafreax Oct 27, 2024
c473e75
chore: merge:
gafreax Nov 9, 2024
f27da57
Revert "chore: set node 20.x as default, not specific one"
gafreax Nov 2, 2024
19396c6
refactor: clean code
gafreax Nov 9, 2024
867d02a
chore: merge
gafreax Nov 9, 2024
0d743ce
fix:test
gafreax Nov 9, 2024
0a4ca2d
refactor: moved
gafreax Nov 9, 2024
5a086e6
fix: jest config
gafreax Nov 9, 2024
945abe0
refactor: better import
gafreax Nov 9, 2024
693ed06
test: update test
gafreax Nov 9, 2024
f16d38b
Merge branch 'main' into 10-refactor-launchts
gafreax Nov 9, 2024
85302bd
chore: restore workflow
gafreax Nov 9, 2024
a7aa0d7
fix: workflow
gafreax Nov 9, 2024
35ac85a
fix: workflow
gafreax Nov 10, 2024
1e6c3ab
chore: restore bump-version
gafreax Nov 10, 2024
8b05cac
fix: workflow
gafreax Nov 10, 2024
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
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request_target:
branches:
- main
-
push:
branches:
- github-actions
Expand Down Expand Up @@ -32,7 +31,9 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
gafreax marked this conversation as resolved.
Show resolved Hide resolved
commit_message: "📦 Bump a new version"
commit_options: '--verebose'
gafreax marked this conversation as resolved.
Show resolved Hide resolved
file_pattern: "package.json package-lock.json"
tagging_message: "${{ env.version }}"
push_options: '--tags'
19 changes: 18 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
"clean": "rimraf dist/",
"type-check": "tsc --noEmit",
"launch": "ts-node src/launch.ts",
"lint": "ts-standard --fix src/**/*.ts",
"prebuild": "npm run clean && npm run type-check",
"start": "ts-node src/launch.ts",
"lint": "ts-standard --fix",
gafreax marked this conversation as resolved.
Show resolved Hide resolved
"prebuild": "rimraf dist/ && ts-standard --fix src/**/*.ts",
"prepare": "npm run build",
"test": "jest"
},
Expand All @@ -32,6 +30,7 @@
]
},
"dependencies": {
"clean-css": "^5.3.3"
"clean-css": "^5.3.3",
"commander": "^12.1.0"
}
}
Loading
Loading