|
59 | 59 | "tag": "next", |
60 | 60 | "access": "public" |
61 | 61 | }, |
62 | | - "release": { |
63 | | - "branch": "release", |
64 | | - "plugins": [ |
65 | | - [ |
66 | | - "@semantic-release/release-notes-generator", |
67 | | - { |
68 | | - "parserOpts": { |
69 | | - "noteKeywords": [ |
70 | | - "BREAKING CHANGE", |
71 | | - "BREAKING CHANGES", |
72 | | - "BREAKING" |
73 | | - ] |
74 | | - }, |
75 | | - "writerOpts": { |
76 | | - "commitsSort": [ |
77 | | - "subject", |
78 | | - "scope" |
79 | | - ] |
80 | | - } |
81 | | - } |
82 | | - ], |
83 | | - "@semantic-release/git" |
84 | | - ], |
85 | | - "verifyConditions": [ |
86 | | - "condition-circle", |
87 | | - "@semantic-release/changelog", |
88 | | - "@semantic-release/npm", |
89 | | - "@semantic-release/git", |
90 | | - "@semantic-release/github" |
91 | | - ], |
92 | | - "prepare": [ |
93 | | - { |
94 | | - "path": "@semantic-release/changelog", |
95 | | - "changelogFile": "CHANGELOG.md" |
96 | | - }, |
97 | | - { |
98 | | - "path": "@semantic-release/git", |
99 | | - "message": "📚 Add ${nextRelease.version} release notes [skip ci]" |
100 | | - } |
101 | | - ], |
102 | | - "publish": [ |
103 | | - { |
104 | | - "path": "@semantic-release/npm", |
105 | | - "npmPublish": true |
106 | | - }, |
107 | | - { |
108 | | - "path": "@semantic-release/github", |
109 | | - "assets": [ |
110 | | - "CHANGELOG.md" |
111 | | - ], |
112 | | - "npmPublish": false |
113 | | - } |
114 | | - ] |
115 | | - }, |
116 | 62 | "engines": { |
117 | 63 | "node": ">= 8.0.0", |
118 | 64 | "npm": ">= 5.0.0", |
|
122 | 68 | "@angular-eslint/eslint-plugin": "0.0.1-alpha.27", |
123 | 69 | "@angular-eslint/eslint-plugin-template": "0.0.1-alpha.27", |
124 | 70 | "@angular-eslint/template-parser": "0.0.1-alpha.27", |
125 | | - "@typescript-eslint/eslint-plugin": "2.25.0", |
126 | | - "@typescript-eslint/parser": "2.25.0" |
| 71 | + "@typescript-eslint/eslint-plugin": "2.27.0", |
| 72 | + "@typescript-eslint/parser": "2.27.0" |
127 | 73 | }, |
128 | 74 | "peerDependencies": { |
129 | 75 | "@angular/compiler": ">=9.1.0", |
|
132 | 78 | "typescript": "3.8.3" |
133 | 79 | }, |
134 | 80 | "devDependencies": { |
135 | | - "@semantic-release/changelog": "3.0.4", |
136 | | - "@semantic-release/git": "7.0.16", |
137 | | - "@semantic-release/github": "5.4.3", |
138 | | - "@semantic-release/npm": "5.1.15", |
139 | | - "@semantic-release/release-notes-generator": "7.3.0", |
| 81 | + "@semantic-release/changelog": "5.0.1", |
| 82 | + "@semantic-release/git": "9.0.0", |
| 83 | + "@semantic-release/github": "7.0.5", |
| 84 | + "@semantic-release/npm": "7.0.5", |
| 85 | + "@semantic-release/release-notes-generator": "9.0.1", |
140 | 86 | "condition-circle": "2.0.2", |
141 | 87 | "cz-customizable": "6.2.0", |
142 | 88 | "doctoc": "1.4.0", |
143 | 89 | "eslint": "6.8.0", |
144 | | - "husky": "4.2.4", |
145 | | - "lint-staged": "10.0.9", |
146 | | - "semantic-release": "15.13.14", |
| 90 | + "husky": "4.2.5", |
| 91 | + "lint-staged": "10.1.3", |
| 92 | + "semantic-release": "17.0.4", |
147 | 93 | "typescript": "3.8.3", |
148 | 94 | "validate-commit-msg": "2.14.0" |
149 | 95 | } |
|
0 commit comments