Skip to content

Commit

Permalink
Merge branch 'main' into phone-free
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea authored Sep 11, 2023
2 parents ccf6bc9 + 5b61bee commit 3d7289a
Show file tree
Hide file tree
Showing 26 changed files with 180 additions and 174 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ module.exports = {
'@taiga-ui/experience/no-typeof': 'off',
'@typescript-eslint/naming-convention': 'off', // TODO
'@typescript-eslint/consistent-type-assertions': 'off',
'perfectionist/sort-interfaces': 'off',
'perfectionist/sort-enums': 'off',
'perfectionist/sort-object-types': 'off',
'perfectionist/sort-map-elements': 'off',
'no-irregular-whitespace': 'off',
'max-statements': 'off',
'no-restricted-syntax': 'off', // TODO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
- uses: taiga-family/ci/actions/[email protected].2
if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true'
with:
token1: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2

- name: Auto assign
if: env.IS_OWNER_MODE == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
if: github.event_name == 'pull_request'
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
4 changes: 2 additions & 2 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
- uses: taiga-family/ci/actions/[email protected].2
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].2
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Build packages
run: npx nx run-many --target build --all --exclude=demo
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Build demo application for Github Pages
run: npx nx build-gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Run release
id: run-release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Build demo
run: npx nx build-gh-pages
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 10

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Mark demo-app directory for persist in cache
uses: actions/cache@v3
Expand All @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Download demo build from cache
uses: actions/cache@v3
Expand All @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Download demo build from cache
uses: actions/cache@v3
Expand All @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Download demo build from cache
uses: actions/cache@v3
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Typecheck
run: npm run typecheck
Expand All @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Run cspell
run: npm run cspell -- --no-progress
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup global variables
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- uses: actions/checkout@v4
if: env.SUPPORT_AUTO_PUSH == 'true'
Expand All @@ -38,21 +38,21 @@ jobs:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Run prettier
run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }}

- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup global variables
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- uses: actions/checkout@v4
if: env.SUPPORT_AUTO_PUSH == 'true'
Expand All @@ -61,21 +61,21 @@ jobs:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Run stylelint
run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}

- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup global variables
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- uses: actions/checkout@v4
if: env.SUPPORT_AUTO_PUSH == 'true'
Expand All @@ -84,14 +84,14 @@ jobs:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Run eslint
run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }}

- name: Apply changes after linting
if: env.SUPPORT_AUTO_PUSH == 'true'
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

concurrency:
group: lint-${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Build publishable libraries
run: npx nx run-many --target build --all --exclude=demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/[email protected].0
uses: taiga-family/ci/actions/[email protected].2

- name: Run tests
run: npx nx run-many --target test --all --coverage
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.5.1](https://github.com/taiga-family/maskito/compare/v1.5.0...v1.5.1) (2023-09-08)

### Bug Fixes

- **vue:** `elementPredicate` should accept `MaskitoElementPredicateAsync` type
([#487](https://github.com/taiga-family/maskito/issues/487))
([fe7e9dc](https://github.com/taiga-family/maskito/commit/fe7e9dcb468bf3ab30978c947d8fa21cc0e51a75))

## [1.5.0](https://github.com/taiga-family/maskito/compare/v1.4.0...v1.5.0) (2023-09-04)

### Features
Expand Down
Loading

0 comments on commit 3d7289a

Please sign in to comment.