-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix(no-ref): libraries * fix(no-ref): workflow * fix(no-ref): workflow * feat(ref: #112): bun+nodejs, lint-staged (#113) feat(ref: #112): bun+nodejs, lint-staged (#113) * fix(no-ref): pre-commit fix (remove bun lint) * fix(ref:#114): new deps * feat(ref: #118): enhancement * feat(ref: #118): update changelog * feat(ref: #118): remove comments * feat(ref: #118): add gap * feat(ref: #118): add gap * feat(ref: #132): update github actions --------- Co-authored-by: andrey.levchaev <[email protected]> Co-authored-by: Andrey <[email protected]> Co-authored-by: NepipenkoIgor <[email protected]>
- Loading branch information
1 parent
3336626
commit ec9d356
Showing
47 changed files
with
542 additions
and
27,701 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,34 @@ | ||
name: build and quality | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
pull_request: | ||
branches: | ||
- develop | ||
push: | ||
branches: | ||
- develop | ||
pull_request: | ||
branches: | ||
- develop | ||
|
||
env: | ||
snyk_token: ${{ secrets.SNYK_TOKEN }} | ||
REF: ${{ github.head_ref || github.ref_name }} | ||
|
||
jobs: | ||
quality-check: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
- name: Check quality | ||
run: | | ||
npm ci --force | ||
git submodule update --init --recursive --remote | ||
bash .github/workflows/scripts/quality.sh | ||
quality-check: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
submodules: true | ||
ref: ${{ env.REF }} | ||
- uses: oven-sh/setup-bun@v2 | ||
with: | ||
bun-version: latest | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20 | ||
- name: Check quality | ||
run: | | ||
bun i | ||
bash .github/workflows/scripts/quality.sh |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"*.{ts,js,json}": [ | ||
"eslint --report-unused-disable-directives --max-warnings 0 --fix", | ||
"prettier . --write" | ||
], | ||
"*.scss": "stylelint --fix" | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
branches: | ||
- develop | ||
- develop | ||
|
||
plugins: | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/tmp | ||
/out-tsc | ||
/bazel-out | ||
/src/styles.scss | ||
|
||
# Node | ||
/node_modules | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,57 @@ | ||
# 18.0.4(2024-10-25) | ||
|
||
### Feature | ||
|
||
- add tailwind | ||
- change interface to type, remove prefix "I" | ||
- update dependencies | ||
- add ESLint strict rules | ||
|
||
# 17.3.2(2024-03-29) | ||
|
||
### Feature | ||
|
||
- change decorators to signals | ||
- change decorators to signals | ||
|
||
<a name="17.0.0"></a> | ||
|
||
# 17.0.0(2023-11-28) | ||
|
||
### Feature | ||
|
||
- update ng 17.x | ||
- update ng 17.x | ||
|
||
<a name="17.0.0"></a> | ||
|
||
|
||
# 16.0.1(2023-10-03) | ||
|
||
### Feature | ||
|
||
- update dependencies | ||
- update dependencies | ||
|
||
# 16.0.0(2023-07-07) | ||
|
||
### Feature | ||
|
||
- update ng 16.x | ||
- update ng 16.x | ||
|
||
<a name="16.0.0"></a> | ||
|
||
# 15.0.0(2022-26-12) | ||
|
||
### Feature | ||
- update to ng15 | ||
|
||
<a name="15.0.0"></a> | ||
- update to ng15 | ||
|
||
<a name="15.0.0"></a> | ||
|
||
<a name="6.0.0"></a> | ||
# [6.0.0 base functionality] (2018-05-17) | ||
|
||
# [6.0.0 base functionality] (2018-05-17) | ||
|
||
<a name="6.1.0"></a> | ||
|
||
# [6.1.0 base functionality] (2018-05-21) | ||
|
||
<p>Custom styles(background, color, size) for image and wrapper</p> | ||
<p>Custom animations for image rotation</p> | ||
|
||
|
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
Oops, something went wrong.