fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml
This commit is contained in:
		
							
								
								
									
										22
									
								
								changelog.md
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								changelog.md
									
									
									
									
									
								
							| @@ -1,25 +1,9 @@ | |||||||
| # Changelog | # Changelog | ||||||
|  |  | ||||||
| ## {{nextVersion}} - {{nextVersionMessage}} | ## 1.9.101 - fix(dependencies): Updated @git.zone/tsdoc dependency version to ^1.2.2 in package.json and pnpm-lock.yaml | ||||||
|  |  | ||||||
| - Fix: General core updates | - Fix: General core updates | ||||||
|  |  | ||||||
| ## 1.9.99 | ## 1.9.100 | ||||||
|  |  | ||||||
| - Fix: General core updates | - Fix: Fix variable reassignment issue in changelog writing step | ||||||
|  |  | ||||||
| ## 1.9.98 |  | ||||||
|  |  | ||||||
| - Fix: General core updates |  | ||||||
|  |  | ||||||
| ## 1.9.97 |  | ||||||
|  |  | ||||||
| - Fix: General core updates |  | ||||||
|  |  | ||||||
| ## 1.9.96 |  | ||||||
|  |  | ||||||
| - Fix: General core updates |  | ||||||
|  |  | ||||||
| ## 1.9.95 |  | ||||||
|  |  | ||||||
| - Fix: General core updates |  | ||||||
| @@ -58,7 +58,7 @@ | |||||||
|     "@types/node": "^20.14.8" |     "@types/node": "^20.14.8" | ||||||
|   }, |   }, | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|     "@git.zone/tsdoc": "^1.1.40", |     "@git.zone/tsdoc": "^1.2.2", | ||||||
|     "@push.rocks/commitinfo": "^1.0.12", |     "@push.rocks/commitinfo": "^1.0.12", | ||||||
|     "@push.rocks/early": "^4.0.4", |     "@push.rocks/early": "^4.0.4", | ||||||
|     "@push.rocks/gulp-function": "^3.0.7", |     "@push.rocks/gulp-function": "^3.0.7", | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								pnpm-lock.yaml
									
									
									
										generated
									
									
									
								
							| @@ -9,8 +9,8 @@ importers: | |||||||
|   .: |   .: | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@git.zone/tsdoc': |       '@git.zone/tsdoc': | ||||||
|         specifier: ^1.1.40 |         specifier: ^1.2.2 | ||||||
|         version: 1.1.40 |         version: 1.2.2 | ||||||
|       '@push.rocks/commitinfo': |       '@push.rocks/commitinfo': | ||||||
|         specifier: ^1.0.12 |         specifier: ^1.0.12 | ||||||
|         version: 1.0.12 |         version: 1.0.12 | ||||||
| @@ -320,8 +320,8 @@ packages: | |||||||
|     resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==} |     resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|  |  | ||||||
|   '@git.zone/tsdoc@1.1.40': |   '@git.zone/tsdoc@1.2.2': | ||||||
|     resolution: {integrity: sha512-lYkHYGZNAPLvr5BIAZ6pHPnYNBLmic4cFdWk7KRxuK+e38JQO22TCdMeUiBOBd+iRQ9P/ZiuOPoU68aS5nJLIA==} |     resolution: {integrity: sha512-Oj1VUqMbfCpDB1UAggQd0qD9+7f7pvGKbZ6d2LNHU/lK4p7AbWg7WBu1GO6EiskV1s2SUFt9M0yAiAgpz+XeQg==} | ||||||
|     hasBin: true |     hasBin: true | ||||||
|  |  | ||||||
|   '@git.zone/tsrun@1.2.46': |   '@git.zone/tsrun@1.2.46': | ||||||
| @@ -3928,7 +3928,7 @@ snapshots: | |||||||
|     transitivePeerDependencies: |     transitivePeerDependencies: | ||||||
|       - supports-color |       - supports-color | ||||||
|  |  | ||||||
|   '@git.zone/tsdoc@1.1.40': |   '@git.zone/tsdoc@1.2.2': | ||||||
|     dependencies: |     dependencies: | ||||||
|       '@push.rocks/early': 4.0.4 |       '@push.rocks/early': 4.0.4 | ||||||
|       '@push.rocks/npmextra': 5.0.23 |       '@push.rocks/npmextra': 5.0.23 | ||||||
|   | |||||||
| @@ -3,6 +3,6 @@ | |||||||
|  */ |  */ | ||||||
| export const commitinfo = { | export const commitinfo = { | ||||||
|   name: '@git.zone/cli', |   name: '@git.zone/cli', | ||||||
|   version: '1.9.100', |   version: '1.9.101', | ||||||
|   description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' |   description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.' | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user