@toptal/davinci-ci 1.14.4-alpha-feature-comm-620-graphql-codegen.31 → 1.14.4-alpha-feature-comm-620-graphql-codegen.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.14.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1154](https://github.com/toptal/davinci/pull/1154) [`c53d9c5a`](https://github.com/toptal/davinci/commit/c53d9c5ab51cc14b5ede709c87856912e65b6990) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)! - Increase PR name regex to 5 characters
8
+
9
+ * [#1149](https://github.com/toptal/davinci/pull/1149) [`57e74bc4`](https://github.com/toptal/davinci/commit/57e74bc42723cdd8ad05c5cbe5e89df6e0673453) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump danger from 10.7.1 to 10.9.0
10
+
3
11
  ## 1.14.3
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "1.14.4-alpha-feature-comm-620-graphql-codegen.31+772235c2",
3
+ "version": "1.14.4-alpha-feature-comm-620-graphql-codegen.35+6a5ae6bf",
4
4
  "description": "Continuos integrations tools for frontend projects",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,9 +32,9 @@
32
32
  "dependencies": {
33
33
  "@commitlint/cli": "^12.1.4",
34
34
  "@commitlint/config-conventional": "^16.0.0",
35
- "@toptal/davinci-cli-shared": "1.5.1-alpha-feature-comm-620-graphql-codegen.83+772235c2",
35
+ "@toptal/davinci-cli-shared": "1.5.1-alpha-feature-comm-620-graphql-codegen.87+6a5ae6bf",
36
36
  "danger": "^10.9.0",
37
37
  "markdown-table": "^2.0.0"
38
38
  },
39
- "gitHead": "772235c2a3e93c6d06cd233dc7c77a532831c83e"
39
+ "gitHead": "6a5ae6bf6d03c85803bd8892e2ee922df3f4f337"
40
40
  }
@@ -1,5 +1,5 @@
1
1
  const WHITELISTED_USERS = ['dependabot-preview[bot]', 'dependabot[bot]', 'toptal-devbot']
2
- const VALID_PR_CODE_REGEX = /\[[A-Z]{1,4}-.*]\s/
2
+ const VALID_PR_CODE_REGEX = /\[[A-Z]{1,5}-.*]\s/
3
3
  // Valid commit titles:
4
4
  // "Regular commit message"
5
5
  // "Commit with sentence. But does not end with a full-stop"