@storm-software/prettier 0.45.9 → 0.45.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierignore +1 -0
- package/CHANGELOG.md +18 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/.prettierignore
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Prettier
|
|
4
4
|
|
|
5
|
+
## [0.45.11](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.45.11) (2025-04-28)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate pnpm-lock.yaml file
|
|
10
|
+
([5f9f4b14c](https://github.com/storm-software/storm-ops/commit/5f9f4b14c))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([70315e770](https://github.com/storm-software/storm-ops/commit/70315e770))
|
|
13
|
+
|
|
14
|
+
## [0.45.10](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.45.10) (2025-04-28)
|
|
15
|
+
|
|
16
|
+
### Miscellaneous
|
|
17
|
+
|
|
18
|
+
- **monorepo:** Resolve linting issues with typegen files
|
|
19
|
+
([a24afc3e1](https://github.com/storm-software/storm-ops/commit/a24afc3e1))
|
|
20
|
+
- **monorepo:** Update dependency versions in packages
|
|
21
|
+
([f1f72dd67](https://github.com/storm-software/storm-ops/commit/f1f72dd67))
|
|
22
|
+
|
|
5
23
|
## [0.45.8](https://github.com/storm-software/storm-ops/releases/tag/prettier%400.45.8) (2025-04-25)
|
|
6
24
|
|
|
7
25
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/prettier",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.11",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "⚡ A package containing the base Prettier configuration used by Storm Software across many projects.",
|
|
6
6
|
"repository": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"prettier-plugin-jsdoc": "^1.3.2",
|
|
65
|
-
"prettier-plugin-organize-imports": "^4.
|
|
65
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
66
66
|
"prettier-plugin-pkg": "^0.18.1",
|
|
67
67
|
"prettier-plugin-sh": "^0.15.0",
|
|
68
68
|
"prettier-plugin-toml": "^2.0.4"
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"prettier": "^3.5.1",
|
|
73
73
|
"prettier-plugin-astro": "^0.14.1",
|
|
74
74
|
"prettier-plugin-prisma": "^5.0.0",
|
|
75
|
-
"prettier-plugin-solidity": "^1.3
|
|
76
|
-
"prettier-plugin-tailwindcss": "^0.6.
|
|
75
|
+
"prettier-plugin-solidity": "^1.4.3",
|
|
76
|
+
"prettier-plugin-tailwindcss": "^0.6.11"
|
|
77
77
|
},
|
|
78
78
|
"publishConfig": { "access": "public" }
|
|
79
79
|
}
|