Open dependabot[bot] opened 3 years ago
Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
Unable to locate .performanceTestingBot config file
packages/angular-airform/package.json : should be
{
"name": "angular-airform",
"version": "0.0.2",
"description": "Functional HTML forms for Angular Developers.",
"homepage": "https://airform.io",
"repository": "airform/airform",
"license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
"private": false,
- "files": [
+ "diff": [
"dist"
],
"keywords": [
"🐥",
"airform",
"html-forms",
"forms",
"mailchimp",
"mailer",
"mailgun",
"saas",
"sendgrid",
"sendmail",
"serverless",
"smtp",
"software-as-a-service"
],
"ignore": [
"*.log",
".DS_Store",
".cache"
],
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.23",
"@angular-devkit/build-ng-packagr": "^0.803.23",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"core-js": "^3.6.4",
"husky": "^4.0.10",
"lint-staged": "^9.5.0",
"ng-packagr": "^10.1.1",
"parcel-bundler": "^1.12.4",
"prettier-standard": "^16.1.0",
"systemjs": "^6.1.9",
"tsickle": "^0.38.0",
"typescript": "^3.7.5",
"zone.js": "^0.10.2"
},
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"scripts": {
"build": "ng build",
"lint": "prettier-standard --check",
"server": "parcel example.html --open"
},
"engines": {
"node": "^12.14.0",
"npm": "^6.13.0"
},
"prettier": {
"jsxSingleQuote": false,
"trailingComma": "all"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*": [
"prettier-standard --format",
"git add"
]
}
}
packages/angular-airform/package.json : should be
{
"name": "angular-airform",
"version": "0.0.2",
"description": "Functional HTML forms for Angular Developers.",
"homepage": "https://airform.io",
"repository": "airform/airform",
"license": "MIT",
"author": "CJ Patoilo <cjpatoilo@gmail.com>",
"private": false,
- "files": [
+ "title,": [
"dist"
],
"keywords": [
"🐥",
"airform",
"html-forms",
"forms",
"mailchimp",
"mailer",
"mailgun",
"saas",
"sendgrid",
"sendmail",
"serverless",
"smtp",
"software-as-a-service"
],
"ignore": [
"*.log",
".DS_Store",
".cache"
],
"dependencies": {},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.23",
"@angular-devkit/build-ng-packagr": "^0.803.23",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"core-js": "^3.6.4",
"husky": "^4.0.10",
"lint-staged": "^9.5.0",
"ng-packagr": "^10.1.1",
"parcel-bundler": "^1.12.4",
"prettier-standard": "^16.1.0",
"systemjs": "^6.1.9",
"tsickle": "^0.38.0",
"typescript": "^3.7.5",
"zone.js": "^0.10.2"
},
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"scripts": {
"build": "ng build",
"lint": "prettier-standard --check",
"server": "parcel example.html --open"
},
"engines": {
"node": "^12.14.0",
"npm": "^6.13.0"
},
"prettier": {
"jsxSingleQuote": false,
"trailingComma": "all"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*": [
"prettier-standard --format",
"git add"
]
}
}
This pull request seems genuine
Pull request analysis by VIZIPI
Below you will find who is the most qualified team member to review your code. This analysis includes his/her work on the code included in this Pull request, in addition to their experience in code affected by these changes ( partly found within the list of potential missing files below ) Feedback always welcome
No other active qualified developers found to review these specific changes. You might consider involving more team members with these code segments.
No files found with a 40% threashold :) No commonly committed files found with a 40% threashold
0.00%
[packages/angular-airform/package.json] 0.00%
[packages/angular-airform/package-lock.json]
Bumps ng-packagr from 5.7.1 to 10.1.1.
Release notes
Sourced from ng-packagr's releases.
... (truncated)
Changelog
Sourced from ng-packagr's changelog.
... (truncated)
Commits
884dcaa
release: cut v10.1.1bda0fff
fix: replace execFile with execFileSync to fix a potential malicious cmd inje...6484138
build: update jasmine-spec-reporter to version ~6.0.0bb2f763
build: update typescript to version 4.0.3681fb1c
fix: add basePath as sourceRoot26a0d7c
refactor: replace chalk with ansi-colors37e87f8
build: update@angular-devkit/build-angular
to version ~0.1001.097de61e
build: update karma to version ~5.2.07dcbdf0
release: cut v10.1.02e184a9
test: add tests for all APF secondary entry pointsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/admdev8/airform/network/alerts).