generated from decentralized-identity/veramo-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump github/codeql-action from 2 to 3 (#387)
* build(deps): Bump github/codeql-action from 2 to 3 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * npm run format * lockfile * Bump uint8arrays * Update dispatch.yml * Update dispatch.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ankur Banerjee <[email protected]>
- Loading branch information
1 parent
58c7f37
commit 4188ecc
Showing
11 changed files
with
17,723 additions
and
17,378 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 |
---|---|---|
@@ -1,13 +1,22 @@ | ||
{ | ||
"aliveStatusCodes": [0, 200, 206, 429, 403, 501, 999], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "\" %}", | ||
"replacement": "" | ||
}, | ||
{ | ||
"pattern": "" %}", | ||
"replacement": "" | ||
} | ||
] | ||
"aliveStatusCodes": [0, 200, 206, 403, 501, 999], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "\" %}", | ||
"replacement": "" | ||
}, | ||
{ | ||
"pattern": "" %}", | ||
"replacement": "" | ||
} | ||
], | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^https://resolver.cheqd.net/" | ||
}, | ||
{ | ||
"pattern": "^https://twitter.com/" | ||
} | ||
], | ||
"retryOn429": true | ||
} |
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,18 @@ | ||
# Ignore folders | ||
.DS_Store | ||
.github | ||
build | ||
node_modules | ||
dist | ||
playwright | ||
playwright-report | ||
|
||
# Ignore files | ||
pnpm-lock.yaml | ||
package-lock.json | ||
yarn.lock | ||
*.md | ||
*.yaml | ||
*.yml | ||
**/tsconfig.json | ||
**/tsconfig.*.json |
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,55 +1,59 @@ | ||
{ | ||
"branches": [ | ||
"main", | ||
{ | ||
"name": "develop", | ||
"channel": "beta", | ||
"prerelease": true | ||
} | ||
], | ||
"tagFormat": "${version}", | ||
"ci": true, | ||
"preset": "conventionalcommits", | ||
"plugins": [ | ||
[ "@semantic-release/commit-analyzer", | ||
{ | ||
"releaseRules": [ | ||
{ "breaking": true, "release": "major" }, | ||
{ "type": "feat", "release": "minor" }, | ||
{ "type": "fix", "release": "patch" }, | ||
{ "type": "perf", "release": "patch" }, | ||
{ "type": "build", "release": "patch" }, | ||
{ "scope": "security", "release": "patch" }, | ||
{ "type": "chore", "release": false }, | ||
{ "type": "ci", "release": false }, | ||
{ "type": "docs", "release": false }, | ||
{ "type": "refactor", "release": false }, | ||
{ "type": "revert", "release": false }, | ||
{ "type": "style", "release": false }, | ||
{ "type": "test", "release": false }, | ||
{ "scope": "no-release", "release": false }, | ||
{ "scope": "release", "release": "patch" } | ||
], | ||
"presetConfig": true | ||
} | ||
], | ||
[ "@semantic-release/release-notes-generator", | ||
{ | ||
"presetConfig": true | ||
} | ||
], | ||
[ "@semantic-release/changelog", | ||
{ | ||
"changelogTitle": "# Changelog" | ||
} | ||
], | ||
"@semantic-release/npm", | ||
[ "@semantic-release/git", | ||
{ | ||
"assets": [ "package.json", "CHANGELOG.md" ], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
], | ||
"@semantic-release/github" | ||
] | ||
"branches": [ | ||
"main", | ||
{ | ||
"name": "develop", | ||
"channel": "beta", | ||
"prerelease": true | ||
} | ||
], | ||
"tagFormat": "${version}", | ||
"ci": true, | ||
"preset": "conventionalcommits", | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"releaseRules": [ | ||
{ "breaking": true, "release": "major" }, | ||
{ "type": "feat", "release": "minor" }, | ||
{ "type": "fix", "release": "patch" }, | ||
{ "type": "perf", "release": "patch" }, | ||
{ "type": "build", "release": "patch" }, | ||
{ "scope": "security", "release": "patch" }, | ||
{ "type": "chore", "release": false }, | ||
{ "type": "ci", "release": false }, | ||
{ "type": "docs", "release": false }, | ||
{ "type": "refactor", "release": false }, | ||
{ "type": "revert", "release": false }, | ||
{ "type": "style", "release": false }, | ||
{ "type": "test", "release": false }, | ||
{ "scope": "no-release", "release": false }, | ||
{ "scope": "release", "release": "patch" } | ||
], | ||
"presetConfig": true | ||
} | ||
], | ||
[ | ||
"@semantic-release/release-notes-generator", | ||
{ | ||
"presetConfig": true | ||
} | ||
], | ||
[ | ||
"@semantic-release/changelog", | ||
{ | ||
"changelogTitle": "# Changelog" | ||
} | ||
], | ||
"@semantic-release/npm", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": ["package.json", "CHANGELOG.md"], | ||
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" | ||
} | ||
], | ||
"@semantic-release/github" | ||
] | ||
} |
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,18 +1,18 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFolder": "./tmp", | ||
"reportTempFolder": "./tmp" | ||
}, | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"apiReport": { | ||
"enabled": true, | ||
"reportFolder": "./tmp", | ||
"reportTempFolder": "./tmp" | ||
}, | ||
|
||
"docModel": { | ||
"enabled": true, | ||
"apiJsonFilePath": "./tmp/<unscopedPackageName>.api.json" | ||
}, | ||
"docModel": { | ||
"enabled": true, | ||
"apiJsonFilePath": "./tmp/<unscopedPackageName>.api.json" | ||
}, | ||
|
||
"dtsRollup": { | ||
"enabled": false | ||
}, | ||
"mainEntryPointFilePath": "<projectFolder>/build/index.d.ts" | ||
"dtsRollup": { | ||
"enabled": false | ||
}, | ||
"mainEntryPointFilePath": "<projectFolder>/build/index.d.ts" | ||
} |
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,24 +1,19 @@ | ||
{ | ||
"moduleFileExtensions": ["ts", "tsx", "js", "jsx"], | ||
"collectCoverage": true, | ||
"collectCoverageFrom": [ | ||
"src/**/*.ts", | ||
"!**/types/**", | ||
"!**/build/**", | ||
"!**/node_modules/**" | ||
], | ||
"coverageReporters": ["text", "lcov", "json"], | ||
"coverageDirectory": "./coverage", | ||
"transform": { | ||
"\\.jsx?$": "babel-jest", | ||
"\\.tsx?$": "ts-jest" | ||
}, | ||
"testMatch": ["**/__tests__/**/*.test.*"], | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "./tsconfig.json" | ||
} | ||
}, | ||
"testEnvironment": "node", | ||
"automock": false | ||
"moduleFileExtensions": ["ts", "tsx", "js", "jsx"], | ||
"collectCoverage": true, | ||
"collectCoverageFrom": ["src/**/*.ts", "!**/types/**", "!**/build/**", "!**/node_modules/**"], | ||
"coverageReporters": ["text", "lcov", "json"], | ||
"coverageDirectory": "./coverage", | ||
"transform": { | ||
"\\.jsx?$": "babel-jest", | ||
"\\.tsx?$": "ts-jest" | ||
}, | ||
"testMatch": ["**/__tests__/**/*.test.*"], | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "./tsconfig.json" | ||
} | ||
}, | ||
"testEnvironment": "node", | ||
"automock": false | ||
} |
Oops, something went wrong.