Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
4464229
Delete provision/make/git.mk
luismayta Aug 15, 2021
ba655df
Delete .github/semantic.yml
luismayta Aug 15, 2021
f95357d
Delete .github/renovate.json
luismayta Aug 15, 2021
920864a
Delete .github/ISSUE_TEMPLATE/general_issue.md
luismayta Aug 15, 2021
5184312
Delete provision/make/python.mk
luismayta Aug 15, 2021
97f7f5d
Delete provision/git/hooks/prepare-commit-msg
luismayta Aug 15, 2021
9d21c6b
Delete .github/ISSUE_TEMPLATE/bug_report.md
luismayta Aug 15, 2021
40ad0de
Delete .github/stale.yml
luismayta Aug 15, 2021
33fa6a5
Delete .github/workflows/lint.yml
luismayta Aug 15, 2021
2604123
Delete .github/PULL_REQUEST_TEMPLATE.md
luismayta Aug 15, 2021
ca7b30e
Delete .github/ISSUE_TEMPLATE/feature_request.md
luismayta Aug 15, 2021
11df62a
Delete provision/make/yarn.mk
luismayta Aug 15, 2021
8e59987
Delete .github/linters/.eslintrc.js
luismayta Aug 15, 2021
d09e80e
Delete .github/linters/.commitlintrc.json
luismayta Aug 15, 2021
080259c
Delete .github/linters/prettier.config.js
luismayta Aug 15, 2021
e26615a
ci: implement pull request template
luismayta Aug 16, 2021
73d9630
ci: upgrade mailmap github
luismayta Aug 16, 2021
d1dc259
build: refactor prettier config
luismayta Aug 16, 2021
c1e4e7b
ci: implement action make yarn
luismayta Aug 16, 2021
74bffd0
ci: implement renovate configuration
luismayta Aug 16, 2021
d58bd14
ci: implement issue template feature request
luismayta Aug 16, 2021
51ddd71
ci: implement issue template bug report
luismayta Aug 16, 2021
90a9368
ci: implement lint code github actions
luismayta Aug 16, 2021
4e64df3
ci: implement action make python
luismayta Aug 16, 2021
e6b41ad
ci: implement stale configuration for github
luismayta Aug 16, 2021
9abe59d
ci: implement template semantic github
luismayta Aug 16, 2021
3d65a0d
build: refactor lint code with eslint
luismayta Aug 16, 2021
11d03ec
ci: implement action make git
luismayta Aug 16, 2021
c8d21f5
ci: implement issue template general
luismayta Aug 16, 2021
4575aa6
ci: implement hooks prepare commit msg
luismayta Aug 16, 2021
dc1b08e
build: refactor lint commmits
luismayta Aug 16, 2021
dac66ff
ci(deps): Update dependency typescript to ^4.3.5
renovate-bot Aug 16, 2021
641c554
ci(deps): Update Node.js to v14.17.5
renovate-bot Aug 16, 2021
f5492da
ci(deps): Update linters
renovate-bot Aug 16, 2021
88bd986
ci(deps): Update dependency @types/handlebars-helpers to ^0.5.3
renovate-bot Aug 16, 2021
50fc6d4
ci(deps): Update dependency @types/rimraf to ^3.0.1
renovate-bot Aug 16, 2021
5beae69
ci(deps): Update dependency ts-node to ^10.2.0
renovate-bot Aug 16, 2021
6d2e0f0
ci(deps): Update linters to ^4.29.2
renovate-bot Aug 16, 2021
5c99ecc
ci(deps): Update dependency @commitlint/cli to v13
renovate-bot Aug 16, 2021
f7c1e82
ci(deps): Update dependency lint-staged to v11
renovate-bot Aug 16, 2021
ac30937
ci(deps): Update dependency prettier-eslint to v13
renovate-bot Aug 16, 2021
6c1d01a
ci(deps): Update dependency ts-node to ^10.2.1
renovate-bot Aug 18, 2021
04242a6
ci(deps): Update dependency @types/rimraf to ^3.0.2
renovate-bot Aug 18, 2021
c995345
ci(deps): Lock file maintenance
renovate-bot Aug 19, 2021
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
1 change: 1 addition & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ types:
- chore
- revert
- release
- hotfix
15 changes: 12 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ on:
schedule:
- cron: '0 0 * * *' # every day at midnight

push:
pull_request:
branches:
- develop
- main

pull_request:
push:
branches:
- develop
- main

tags:
- '[0-9]+.[0-9]+.[0-9]+'
# https://semver.org/ proper release tags, more or less
- 'v[0-9]+.[0-9]+.[0-9]+'
# prerelease tags, more or less
- 'v[0-9]+.[0-9]+.[0-9]+-*'

jobs:
pre-commit:
Expand All @@ -19,6 +28,6 @@ jobs:
- name: Checkout
if: ${{ !env.ACT }}
uses: actions/checkout@v2
- uses: hadenlabs/action-pre-commit@0.1.2
- uses: hadenlabs/action-pre-commit@0.1.8
with:
args: run --all-files
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
@slovacus <slovacus@gmail.com> @slovacus slovacus@gmail.com Luis Alberto Mayta <tezuka@Osiris.local>
@slovacus <slovacus@gmail.com> luis Alberto Mayta Mamani <slovacus@gmail.com>
@slovacus <slovacus@gmail.com> luis Alberto Mayta slovacus@gmail.com
@luismayta <luis@hadenlabs.com> luis Alberto Mayta slovacus@gmail.com
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.16.1
14.17.5
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Luis Mayta <slovacus@gmail.com>",
"license": "LGPL-3.0",
"engines": {
"node": ">=14"
"node": ">=v14.17.5"
},
"scripts": {
"build": "tsc -p ./",
Expand Down Expand Up @@ -53,25 +53,25 @@
"homepage": "https://github.com/luismayta/emacs.d#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/cli": "^13.1.0",
"@hadenlabs/commitlint-config": "^0.1.0",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@types/handlebars-helpers": "^0.5.2",
"@types/rimraf": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@types/handlebars-helpers": "^0.5.3",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"typescript": "^4.3.2"
"ts-node": "^10.2.1",
"typescript": "^4.3.5"
},
"prettier": "./.github/linters/prettier.config.js"
}
4 changes: 1 addition & 3 deletions provision/make/git.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@ git:
git.setup:
@echo "==> setup git..."
make git.ignore
make git.hooks
make git.reviews

## Setup git hooks files.
.PHONY: git.hooks
git.hooks:
@echo "==> git setup hooks..."
@rsync -avhP provision/git/hooks/ .git/hooks/
@chmod +x .git/hooks/*
@rsync -vhP provision/git/hooks/ .git/hooks/
@echo ${MESSAGE_HAPPY}

## Generate git ignore of files.
Expand Down
Loading