Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v3.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 1, 2021
2 parents 8d5bcc0 + c78eb83 commit d98d062
Show file tree
Hide file tree
Showing 12 changed files with 515 additions and 617 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## TSProjectGenerator [Unreleased]

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.9...dev)
[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.10...dev)

## TSProjectGenerator v3.0.10
### Updated
- All dependencies
- The `.eslintrc.js`-file creation to strip the unwanted `ignorePatterns`-setting
- Broken `@manuth/extended-yo-generator`-dependency

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.9...v3.0.10)

## TSProjectGenerator v3.0.9
### Added
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.9",
"version": "3.0.10",
"packages": [
"./packages/*"
],
Expand Down
210 changes: 127 additions & 83 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@types/gulp-rename": "^2.0.1",
"@types/merge-stream": "^1.1.2",
"@types/minimist": "^1.2.2",
"@types/node": "^16.7.8",
"@types/node": "^16.7.10",
"@types/npm-which": "^3.0.1",
"@types/through2": "^2.0.36",
"@types/vinyl": "^2.0.5",
Expand Down
293 changes: 118 additions & 175 deletions packages/generator-my-ts-project/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/generator-my-ts-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manuth/generator-my-ts-project",
"version": "3.0.9",
"version": "3.0.10",
"description": "Generates TypeScript-Projects with custom additions",
"author": "Manuel Thalmann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -42,8 +42,8 @@
"patchTypeScript": "ts-patch install && ts-patch --persist"
},
"dependencies": {
"@manuth/extended-yo-generator": "^11.0.4",
"@manuth/generator-ts-project": "^3.0.9",
"@manuth/extended-yo-generator": "^11.0.5",
"@manuth/generator-ts-project": "^3.0.10",
"@manuth/package-json-editor": "2.2.3",
"comment-json": "^4.1.1",
"detect-newline": "^3.1.0",
Expand All @@ -53,13 +53,13 @@
},
"devDependencies": {
"@manuth/eslint-plugin-typescript": "^3.2.5",
"@manuth/extended-yo-generator-test": "^11.0.4",
"@manuth/generator-ts-project-test": "^3.0.9",
"@manuth/extended-yo-generator-test": "^11.0.5",
"@manuth/generator-ts-project-test": "^3.0.10",
"@manuth/temp-files": "^2.0.7",
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^9.0.12",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.8",
"@types/node": "^16.7.10",
"@types/ts-nameof": "^4.2.1",
"@types/yaml": "^1.9.7",
"concurrently": "^6.2.1",
Expand Down
Loading

0 comments on commit d98d062

Please sign in to comment.