Skip to content

Commit 240ab49

Browse files
committed
Remove Prettier dependency from project
Prettier has been removed from both root and package dependencies, as well as from the build command flags. The release notes have been updated to reflect the removal of both the --run-prettier flag and the Prettier dependency.
1 parent c4d787a commit 240ab49

File tree

5 files changed

+1
-37
lines changed

5 files changed

+1
-37
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ This serves two purposes:
7474
- **Breaking:** Renamed the `hyde.enable_cache_busting` configuration option to `hyde.cache_busting` in [#1980](https://github.com/hydephp/develop/pull/1980)
7575
- **Breaking:** Renamed the `hyde.navigation.subdirectories` configuration option to `hyde.navigation.subdirectory_display` in [#1818](https://github.com/hydephp/develop/pull/1818)
7676
- **Breaking:** Replaced `--run-dev` and `--run-prod` build command flags with a single `--vite` flag that uses Vite to build assets in [#2013](https://github.com/hydephp/develop/pull/2013)
77-
- **Breaking:** Removed `--run-prettier` build command flag in [#2312](https://github.com/hydephp/develop/pull/2312)
77+
- **Breaking:** Removed `--run-prettier` build command flag and Prettier dependency in [#2312](https://github.com/hydephp/develop/pull/2312)
7878
- **Breaking:** The `Author::create()` method now returns an array instead of a `PostAuthor` instance in [#1798](https://github.com/hydephp/develop/pull/1798) For more information, see below.
7979
- **Breaking:** The `Author::get()` method now returns `null` if an author is not found, rather than creating a new instance in [#1798](https://github.com/hydephp/develop/pull/1798) For more information, see below.
8080
- **Breaking:** The `hyde.authors` config setting should now be keyed by the usernames in [#1782](https://github.com/hydephp/develop/pull/1782) For more information, see below.

package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"hyde-vite-plugin": "^1.0.0-RC.5",
1313
"hydefront": "^4.0.0-RC.1",
1414
"postcss": "^8.5.6",
15-
"prettier": "3.6.2",
1615
"tailwindcss": "^4.1.13",
1716
"vite": "^7.1.7"
1817
}

packages/hyde/package-lock.json

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hyde/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"hyde-vite-plugin": "^1.0.0-RC.5",
1313
"hydefront": "^4.0.0-RC.1",
1414
"postcss": "^8.5.6",
15-
"prettier": "3.6.2",
1615
"tailwindcss": "^4.1.13",
1716
"vite": "^7.1.7"
1817
}

0 commit comments

Comments
 (0)