-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* npm: bump @microsoft/api-documenter from 7.8.17 to 7.8.19 Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.8.17 to 7.8.19. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.8.17...@microsoft/api-documenter_v7.8.19) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump eslint-plugin-react from 7.20.0 to 7.20.1 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.0 to 7.20.1. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.20.0...v7.20.1) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @typescript-eslint/eslint-plugin from 3.4.0 to 3.5.0 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v3.5.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump eslint-plugin-jest from 23.17.1 to 23.18.0 Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 23.17.1 to 23.18.0. - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md) - [Commits](jest-community/eslint-plugin-jest@v23.17.1...v23.18.0) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump @microsoft/api-documenter from 7.8.19 to 7.8.21 Bumps [@microsoft/api-documenter](https://github.com/microsoft/rushstack) from 7.8.19 to 7.8.21. - [Release notes](https://github.com/microsoft/rushstack/releases) - [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-documenter_v7.8.19...@microsoft/api-documenter_v7.8.21) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump eslint-plugin-react from 7.20.1 to 7.20.3 Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.20.1 to 7.20.3. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](jsx-eslint/eslint-plugin-react@v7.20.1...v7.20.3) Signed-off-by: dependabot[bot] <[email protected]> * npm: bump eslint-plugin-react-hooks from 4.0.4 to 4.0.5 Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot[bot] <[email protected]> * chore(dependecies): update dev dependencies * chore(dependencies): update dev dependencies * chore(dependencies): update dependencies * chore(dev dependencies): ⬆️ updates dependencies * ci(dev dependencies): 🐛 runs ci on node 12, 16 and 17 * ci: 🐛 adds codacy config * ci: 🐛 fixes executable bit on hooks * chore: 🔖 bumps version * docs(docs): ⬆️ bumps version * ci(workflows): 👷 refactors GitHub workflows * revert: ♻️ reverts auto fix * ci(workflows): 👷 test previous node versions * ci(workflows): 🐛 removes node 15.x * ci(workflows): 🐛 removes node 10.x * fix: 🐛 fixes json with comments issue * refactor(dependencies): ⬆️ removes node 10 support * fix(script): 🐛 fixes copy and paste issue * chore(release): 🔖 0.0.9 release * ci(workflows): 👷 adds node 13 and 14 to ci workflow Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
dfd38e9
commit 1dcd56c
Showing
35 changed files
with
427 additions
and
213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
engines: | ||
duplication: | ||
exclude_paths: | ||
- config/engines.yml | ||
metric: | ||
exclude_paths: | ||
- config/engines.yml | ||
remark-int: | ||
exclude_paths: | ||
- config/engines.yml | ||
coverage: | ||
exclude_paths: | ||
- config/engines.yml | ||
exclude_paths: | ||
- '.circleci/**' | ||
- '.github/**' | ||
- '.vscode/**' | ||
- 'src/index.ts' | ||
- 'src/fixtures/**' | ||
- 'src/*.spec.*' | ||
- '**.json' | ||
- '**.yml' | ||
- '**.md' |
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ README.md | |
SECURITY.md | ||
CHANGELOG.md | ||
LICENSE | ||
commitlint.config.js |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: "CodeQL" | ||
on: | ||
push: | ||
branches: [ main, development, feature/* ] | ||
pull_request: | ||
branches: [ main, development, feature/* ] | ||
schedule: | ||
- cron: '43 7 * * 0' | ||
jobs: | ||
analyze: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
actions: read | ||
contents: read | ||
security-events: write | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
language: [ 'javascript' ] | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: recursive | ||
- uses: actions/setup-node@v2 | ||
with: | ||
node-version: 16.x | ||
- name: Echo Node.js version | ||
run: node --version | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v1 | ||
with: | ||
languages: ${{ matrix.language }} | ||
- name: Autobuild | ||
uses: github/codeql-action/autobuild@v1 | ||
- name: Perform CodeQL Analysis | ||
uses: github/codeql-action/analyze@v1 |
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 |
---|---|---|
|
@@ -7,6 +7,10 @@ on: | |
|
||
env: | ||
CI: true | ||
GITHUB_BRANCH: ${{ github.ref }} | ||
GITHUB_HEAD_REF: ${{ github.head_ref }} | ||
GITHUB_BASE_REF: ${{ github.base_ref }} | ||
GITHUB_COMMIT: ${{ github.sha }} | ||
|
||
jobs: | ||
build: | ||
|
@@ -15,12 +19,12 @@ jobs: | |
strategy: | ||
matrix: | ||
os: [ubuntu-latest, macos-latest, windows-latest] | ||
node-version: [10.x, 12.x, 13.x, 14.x] | ||
node-version: [12.x, 13.x, 14.x, 16.x, 17.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }} | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: nodejs project information | ||
|
@@ -29,9 +33,35 @@ jobs: | |
- name: npm install | ||
run: | | ||
npm install | ||
- name: npm test | ||
run: | | ||
npm test | ||
- name: npm run build | ||
run: | | ||
npm run build | ||
- name: code coverage | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14.x' | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
uses: coverallsapp/github-action@master | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
path-to-lcov: ./test/coverage/lcov.info | ||
- name: publish code coverage to code climate | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} | ||
with: | ||
coverageCommand: npm test | ||
coverageLocations: | | ||
./test/coverage/lcov.info:lcov | ||
- name: run codacy-coverage-reporter | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
uses: codacy/codacy-coverage-reporter-action@master | ||
with: | ||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} | ||
coverage-reports: ./test/coverage/lcov.info | ||
- name: Publish Unit Test Results | ||
uses: EnricoMi/publish-unit-test-result-action/composite@v1 | ||
with: | ||
check_name: Unit Test Results node${{ matrix.node-version }}-${{ matrix.os }} | ||
files: test/junit.xml |
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 |
---|---|---|
|
@@ -7,20 +7,24 @@ on: | |
|
||
env: | ||
CI: true | ||
GITHUB_BRANCH: ${{ github.ref }} | ||
GITHUB_HEAD_REF: ${{ github.head_ref }} | ||
GITHUB_BASE_REF: ${{ github.base_ref }} | ||
GITHUB_COMMIT: ${{ github.sha }} | ||
|
||
jobs: | ||
build: | ||
runs-on: ${{ matrix.os }} | ||
|
||
strategy: | ||
matrix: | ||
os: [ubuntu-latest] | ||
node-version: [14.x] | ||
os: [ubuntu-latest, macos-latest, windows-latest] | ||
node-version: [12.x, 16.x, 17.x] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }} | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v2 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: nodejs project information | ||
|
@@ -29,9 +33,35 @@ jobs: | |
- name: npm install | ||
run: | | ||
npm install | ||
- name: npm test | ||
run: | | ||
npm test | ||
- name: npm run build | ||
run: | | ||
npm run build | ||
- name: code coverage | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '14.x' | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
uses: coverallsapp/github-action@master | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
path-to-lcov: ./test/coverage/lcov.info | ||
- name: publish code coverage to code climate | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
uses: paambaati/[email protected] | ||
env: | ||
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} | ||
with: | ||
coverageCommand: npm test | ||
coverageLocations: | | ||
./test/coverage/lcov.info:lcov | ||
- name: run codacy-coverage-reporter | ||
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' | ||
uses: codacy/codacy-coverage-reporter-action@master | ||
with: | ||
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} | ||
coverage-reports: ./test/coverage/lcov.info | ||
- name: Publish Unit Test Results | ||
uses: EnricoMi/publish-unit-test-result-action/composite@v1 | ||
with: | ||
check_name: Unit Test Results node${{ matrix.node-version }}-${{ matrix.os }} | ||
files: test/junit.xml |
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.