@vidavidorra/create-project 2.0.12 → 2.0.14

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.
@@ -1,4 +1,14 @@
1
1
  {
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>vidavidorra/.github"]
3
+ "extends": ["github>vidavidorra/.github"],
4
+ "packageRules": [
5
+ {
6
+ "description": "Update dep-dependencies used in package with fix type",
7
+ "excludePackageNames": ["sinon"],
8
+ "excludePackagePatterns": ["^@types/"],
9
+ "extends": [":semanticPrefixFix"],
10
+ "ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
11
+ "matchPackagePatterns": ["*"]
12
+ }
13
+ ]
4
14
  }
@@ -97,6 +97,7 @@ class Package extends File {
97
97
  '@vidavidorra/commitlint-config',
98
98
  'husky',
99
99
  'lint-staged',
100
+ 'prettier',
100
101
  'semantic-release',
101
102
  'xo',
102
103
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vidavidorra/create-project",
3
- "version": "2.0.12",
3
+ "version": "2.0.14",
4
4
  "private": false,
5
5
  "description": "Interactively create a GitHub project",
6
6
  "keywords": [