@visulima/fmt 1.1.10 → 1.1.12
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/CHANGELOG.md +23 -0
- package/LICENSE.md +2 -2
- package/README.md +3 -3
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
## @visulima/fmt [1.1.12](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.11...@visulima/fmt@1.1.12) (2024-12-12)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* allow node v23 ([8ca929a](https://github.com/visulima/visulima/commit/8ca929af311ce8036cbbfde68b6db05381b860a5))
|
|
6
|
+
* allowed node 23, updated dev dependencies ([f99d34e](https://github.com/visulima/visulima/commit/f99d34e01f6b13be8586a1b5d37dc8b8df0a5817))
|
|
7
|
+
* updated packem to v1.8.2 ([23f869b](https://github.com/visulima/visulima/commit/23f869b4120856cc97e2bffa6d508e2ae30420ea))
|
|
8
|
+
* updated packem to v1.9.2 ([47bdc2d](https://github.com/visulima/visulima/commit/47bdc2dfaeca4e7014dbe7772eae2fdf8c8b35bb))
|
|
9
|
+
|
|
10
|
+
### Styles
|
|
11
|
+
|
|
12
|
+
* cs fixes ([46d31e0](https://github.com/visulima/visulima/commit/46d31e082e1865262bf380859c14fabd28ff456d))
|
|
13
|
+
|
|
14
|
+
### Miscellaneous Chores
|
|
15
|
+
|
|
16
|
+
* updated dev dependencies ([a916944](https://github.com/visulima/visulima/commit/a916944b888bb34c34b0c54328b38d29e4399857))
|
|
17
|
+
|
|
18
|
+
## @visulima/fmt [1.1.11](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.10...@visulima/fmt@1.1.11) (2024-10-05)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
|
|
23
|
+
|
|
1
24
|
## @visulima/fmt [1.1.10](https://github.com/visulima/visulima/compare/@visulima/fmt@1.1.9...@visulima/fmt@1.1.10) (2024-09-24)
|
|
2
25
|
|
|
3
26
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
21
21
|
SOFTWARE.
|
|
22
22
|
|
|
23
23
|
<!-- DEPENDENCIES -->
|
|
24
|
-
<!-- DEPENDENCIES -->
|
|
24
|
+
<!-- /DEPENDENCIES -->
|
|
25
25
|
|
|
26
26
|
<!-- TYPE_DEPENDENCIES -->
|
|
27
|
-
<!-- TYPE_DEPENDENCIES -->
|
|
27
|
+
<!-- /TYPE_DEPENDENCIES -->
|
package/README.md
CHANGED
|
@@ -123,9 +123,9 @@ If you would like to help take a look at the [list of issues](https://github.com
|
|
|
123
123
|
|
|
124
124
|
## Credits
|
|
125
125
|
|
|
126
|
-
-
|
|
127
|
-
-
|
|
128
|
-
-
|
|
126
|
+
- [quick-format-unescaped](https://github.com/pinojs/quick-format-unescaped)
|
|
127
|
+
- [Daniel Bannert](https://github.com/prisis)
|
|
128
|
+
- [All Contributors](https://github.com/visulima/visulima/graphs/contributors)
|
|
129
129
|
|
|
130
130
|
## License
|
|
131
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/fmt",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.12",
|
|
4
4
|
"description": "Util.format-like string formatting utility.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -73,15 +73,15 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@anolilab/eslint-config": "^15.0.3",
|
|
75
75
|
"@anolilab/prettier-config": "^5.0.14",
|
|
76
|
-
"@anolilab/semantic-release-pnpm": "^1.1.
|
|
77
|
-
"@anolilab/semantic-release-preset": "^9.0.
|
|
78
|
-
"@arethetypeswrong/cli": "^0.
|
|
79
|
-
"@babel/core": "^7.
|
|
76
|
+
"@anolilab/semantic-release-pnpm": "^1.1.5",
|
|
77
|
+
"@anolilab/semantic-release-preset": "^9.0.2",
|
|
78
|
+
"@arethetypeswrong/cli": "^0.17.1",
|
|
79
|
+
"@babel/core": "^7.26.0",
|
|
80
80
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
81
81
|
"@types/node": "18.19.15",
|
|
82
|
-
"@visulima/packem": "1.
|
|
83
|
-
"@vitest/coverage-v8": "^2.1.
|
|
84
|
-
"@vitest/ui": "^2.1.
|
|
82
|
+
"@visulima/packem": "1.9.2",
|
|
83
|
+
"@vitest/coverage-v8": "^2.1.8",
|
|
84
|
+
"@vitest/ui": "^2.1.8",
|
|
85
85
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
86
86
|
"cross-env": "^7.0.3",
|
|
87
87
|
"esbuild": "0.24.0",
|
|
@@ -92,15 +92,15 @@
|
|
|
92
92
|
"eslint-plugin-mdx": "^3.1.5",
|
|
93
93
|
"eslint-plugin-vitest": "^0.4.1",
|
|
94
94
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
95
|
-
"prettier": "^3.
|
|
95
|
+
"prettier": "^3.4.2",
|
|
96
96
|
"quick-format-unescaped": "^4.0.4",
|
|
97
97
|
"rimraf": "5.0.9",
|
|
98
98
|
"semantic-release": "24.0.0",
|
|
99
99
|
"typescript": "5.4.5",
|
|
100
|
-
"vitest": "^2.1.
|
|
100
|
+
"vitest": "^2.1.8"
|
|
101
101
|
},
|
|
102
102
|
"engines": {
|
|
103
|
-
"node": ">=18.* <=
|
|
103
|
+
"node": ">=18.* <=23.*"
|
|
104
104
|
},
|
|
105
105
|
"os": [
|
|
106
106
|
"darwin",
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
"clean": "rimraf node_modules dist .eslintcache",
|
|
130
130
|
"dev": "pnpm run build --watch",
|
|
131
131
|
"lint:attw": "attw --pack",
|
|
132
|
-
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.
|
|
133
|
-
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.
|
|
132
|
+
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
|
|
133
|
+
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
|
|
134
134
|
"lint:package-json": "publint --strict",
|
|
135
|
-
"lint:prettier": "prettier --config=.prettierrc.
|
|
136
|
-
"lint:prettier:fix": "prettier --config=.prettierrc.
|
|
135
|
+
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
|
|
136
|
+
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
|
|
137
137
|
"lint:types": "tsc --noEmit",
|
|
138
138
|
"test": "vitest run",
|
|
139
139
|
"test:bench": "vitest bench",
|