Skip to content

Commit

Permalink
style(global): run prettier on all files
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 26, 2023
1 parent 85512bb commit 8b0b8a1
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 28 deletions.
8 changes: 4 additions & 4 deletions apps/vite-project/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

* **vite.json:** rename from app to vite ([b06a1e8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b06a1e8db426700503d0d7d68bb51ffc109e383d)) - by @waldronmatt
- **vite.json:** rename from app to vite ([b06a1e8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b06a1e8db426700503d0d7d68bb51ffc109e383d)) - by @waldronmatt

### Bug Fixes

* **package.json:** have rimraf clean tsbuildinfo to remove ts incrememntal caching ([928767b](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/928767b6a20373d71ac2b123db25385c44d535fe)) - by @waldronmatt
* **vite-project:** convert tsconfig.node to use vite-node from config lib, tsconfig cleanup ([8a5cfce](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8a5cfce989345233b3c6b267764310d24046917e)) - by @waldronmatt
- **package.json:** have rimraf clean tsbuildinfo to remove ts incrememntal caching ([928767b](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/928767b6a20373d71ac2b123db25385c44d535fe)) - by @waldronmatt
- **vite-project:** convert tsconfig.node to use vite-node from config lib, tsconfig cleanup ([8a5cfce](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8a5cfce989345233b3c6b267764310d24046917e)) - by @waldronmatt

## [1.0.3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/[email protected]@1.0.3) (2023-09-13)

Expand All @@ -22,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

* **.eslintrc.cjs:** fix eslint errors by adding a tsconfig.eslint.json that includes .eslintrc.cjs ([332c218](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/332c218e3c5fbb090b7f1870fee3da0ff1d06a86)) - by @waldronmatt
- **.eslintrc.cjs:** fix eslint errors by adding a tsconfig.eslint.json that includes .eslintrc.cjs ([332c218](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/332c218e3c5fbb090b7f1870fee3da0ff1d06a86)) - by @waldronmatt

## 1.0.1 (2023-09-12)

Expand Down
2 changes: 1 addition & 1 deletion configs/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

* **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
- **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
2 changes: 1 addition & 1 deletion configs/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

* **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
- **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
14 changes: 7 additions & 7 deletions configs/tsconfig-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Features

* **vite-node.json:** add vite tsconfig for build ([190094d](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/190094de5517f0686e49f74dbb6ceaef35c5b46d)) - by @waldronmatt
* **vite.json:** rename from app to vite ([b06a1e8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b06a1e8db426700503d0d7d68bb51ffc109e383d)) - by @waldronmatt
- **vite-node.json:** add vite tsconfig for build ([190094d](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/190094de5517f0686e49f74dbb6ceaef35c5b46d)) - by @waldronmatt
- **vite.json:** rename from app to vite ([b06a1e8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b06a1e8db426700503d0d7d68bb51ffc109e383d)) - by @waldronmatt

### Bug Fixes

* **app.json:** use esnext ([b935f23](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b935f2377d976c5d91099a4d0b5dbaee4d763cfb)) - by @waldronmatt
* **global:** add schema to tsconfigs to have vscode display tsconfig prop descriptions ([f72d469](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/f72d46929f65367e7195d39448603d25087e0439)) - by @waldronmatt
* **global:** clean up library tsconfig and build, eslint tsconfigs in packages ([1fd7f0e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/1fd7f0e79a646c29c315a8eb987504061ad789bb)) - by @waldronmatt
* **library.json:** remove composite from compilerOptions ([8b2ea52](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8b2ea52cabae4a813a04a417bd5c27bf4a63f543)) - by @waldronmatt
- **app.json:** use esnext ([b935f23](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/b935f2377d976c5d91099a4d0b5dbaee4d763cfb)) - by @waldronmatt
- **global:** add schema to tsconfigs to have vscode display tsconfig prop descriptions ([f72d469](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/f72d46929f65367e7195d39448603d25087e0439)) - by @waldronmatt
- **global:** clean up library tsconfig and build, eslint tsconfigs in packages ([1fd7f0e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/1fd7f0e79a646c29c315a8eb987504061ad789bb)) - by @waldronmatt
- **library.json:** remove composite from compilerOptions ([8b2ea52](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8b2ea52cabae4a813a04a417bd5c27bf4a63f543)) - by @waldronmatt

## 1.0.1 (2023-09-12)

### Bug Fixes

* **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
- **configs:** add license and readme to each config ([aaa20dd](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/aaa20ddce8b94a4fa68dbae2fc6cc6103efcc6dd)) - by @waldronmatt
12 changes: 6 additions & 6 deletions packages/basic-math/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

* **global:** add schema to tsconfigs to have vscode display tsconfig prop descriptions ([f72d469](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/f72d46929f65367e7195d39448603d25087e0439)) - by @waldronmatt
* **global:** clean up library tsconfig and build, eslint tsconfigs in packages ([1fd7f0e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/1fd7f0e79a646c29c315a8eb987504061ad789bb)) - by @waldronmatt
* **package.json:** add tsbuildinfo to clean cmd so that cache from incremental flag is flushed ([ca7c761](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ca7c7610484ffeed6fa243c50d91d579326d04e5)) - by @waldronmatt
* **packages:** don't auto fix eslint errors for packages, update lint cmd ([8b9c1a8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8b9c1a8a8c0389c738a34a6798e66ec775c2f38d)) - by @waldronmatt
* **tsconfig.build.json:** consolidate dts output from cli to tsconfig.build.json ([ada5f63](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ada5f639cc378ea3950a157567e22a178892e797)) - by @waldronmatt
* **tsconfig.json:** add files array to config to remove vscode warnings ([7b852c3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/7b852c3b1f719bb2538580b6c933b063f9397fcf)) - by @waldronmatt
- **global:** add schema to tsconfigs to have vscode display tsconfig prop descriptions ([f72d469](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/f72d46929f65367e7195d39448603d25087e0439)) - by @waldronmatt
- **global:** clean up library tsconfig and build, eslint tsconfigs in packages ([1fd7f0e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/1fd7f0e79a646c29c315a8eb987504061ad789bb)) - by @waldronmatt
- **package.json:** add tsbuildinfo to clean cmd so that cache from incremental flag is flushed ([ca7c761](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ca7c7610484ffeed6fa243c50d91d579326d04e5)) - by @waldronmatt
- **packages:** don't auto fix eslint errors for packages, update lint cmd ([8b9c1a8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8b9c1a8a8c0389c738a34a6798e66ec775c2f38d)) - by @waldronmatt
- **tsconfig.build.json:** consolidate dts output from cli to tsconfig.build.json ([ada5f63](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ada5f639cc378ea3950a157567e22a178892e797)) - by @waldronmatt
- **tsconfig.json:** add files array to config to remove vscode warnings ([7b852c3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/7b852c3b1f719bb2538580b6c933b063f9397fcf)) - by @waldronmatt

## [1.0.3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-09-13)

Expand Down
12 changes: 6 additions & 6 deletions packages/parity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Bug Fixes

* **global:** add schema to tsconfigs to have vscode display tsconfig prop descriptions ([f72d469](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/f72d46929f65367e7195d39448603d25087e0439)) - by @waldronmatt
* **global:** clean up library tsconfig and build, eslint tsconfigs in packages ([1fd7f0e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/1fd7f0e79a646c29c315a8eb987504061ad789bb)) - by @waldronmatt
* **package.json:** add tsbuildinfo to clean cmd so that cache from incremental flag is flushed ([ca7c761](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ca7c7610484ffeed6fa243c50d91d579326d04e5)) - by @waldronmatt
* **packages:** don't auto fix eslint errors for packages, update lint cmd ([8b9c1a8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8b9c1a8a8c0389c738a34a6798e66ec775c2f38d)) - by @waldronmatt
* **tsconfig.build.json:** consolidate dts output from cli to tsconfig.build.json ([ada5f63](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ada5f639cc378ea3950a157567e22a178892e797)) - by @waldronmatt
* **tsconfig.json:** add files array to config to remove vscode warnings ([7b852c3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/7b852c3b1f719bb2538580b6c933b063f9397fcf)) - by @waldronmatt
- **global:** add schema to tsconfigs to have vscode display tsconfig prop descriptions ([f72d469](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/f72d46929f65367e7195d39448603d25087e0439)) - by @waldronmatt
- **global:** clean up library tsconfig and build, eslint tsconfigs in packages ([1fd7f0e](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/1fd7f0e79a646c29c315a8eb987504061ad789bb)) - by @waldronmatt
- **package.json:** add tsbuildinfo to clean cmd so that cache from incremental flag is flushed ([ca7c761](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ca7c7610484ffeed6fa243c50d91d579326d04e5)) - by @waldronmatt
- **packages:** don't auto fix eslint errors for packages, update lint cmd ([8b9c1a8](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/8b9c1a8a8c0389c738a34a6798e66ec775c2f38d)) - by @waldronmatt
- **tsconfig.build.json:** consolidate dts output from cli to tsconfig.build.json ([ada5f63](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/ada5f639cc378ea3950a157567e22a178892e797)) - by @waldronmatt
- **tsconfig.json:** add files array to config to remove vscode warnings ([7b852c3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/commit/7b852c3b1f719bb2538580b6c933b063f9397fcf)) - by @waldronmatt

## [1.0.3](https://github.com/waldronmatt/pnpm-nx-lerna-lite-boilerplate/compare/@waldronmatt/[email protected]...@waldronmatt/[email protected]) (2023-09-13)

Expand Down
4 changes: 1 addition & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:base"]
}

0 comments on commit 8b0b8a1

Please sign in to comment.