@standard-config/prettier 1.9.0 → 1.9.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -8,7 +8,7 @@ TypeScript-first Prettier config with carefully considered details.
8
8
 
9
9
  - Uses the [`oxc` parser](https://oxc.rs/docs/guide/usage/parser.html) for lightning-fast TypeScript and JavaScript formatting.
10
10
  - Formats shell scripts out of the box, including `git` hook files.
11
- - Formats raw HTML fragments in `README.md` and other Markdown documents.
11
+ - Formats HTML fragments in `README.md` and any other GitHub-Flavored Markdown document.
12
12
  - Sorts all JSON files, with curated order patterns for common configs like `package.json`, `tsconfig.json`, `.oxlintrc.json`, and more.
13
13
 
14
14
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@standard-config/prettier",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "TypeScript-first Prettier config",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -35,7 +35,7 @@
35
35
  "@prettier/plugin-oxc": "^0.1.3",
36
36
  "@prettier/plugin-xml": "^3.4.2",
37
37
  "prettier-plugin-expand-json": "^1.0.4",
38
- "prettier-plugin-markdown-html": "^1.1.0",
38
+ "prettier-plugin-markdown-html": "^1.2.0",
39
39
  "prettier-plugin-packagejson": "^3.0.0",
40
40
  "prettier-plugin-sh": "^0.18.0",
41
41
  "prettier-plugin-sort-json": "^4.2.0",
@@ -46,16 +46,16 @@
46
46
  "prettier": ">=3.7"
47
47
  },
48
48
  "devDependencies": {
49
- "@standard-config/eslint": "1.3.0",
50
- "@standard-config/oxlint": "1.0.1",
49
+ "@standard-config/eslint": "1.3.2",
50
+ "@standard-config/oxlint": "1.0.3",
51
51
  "@standard-config/tsconfig": "2.0.2",
52
- "@types/node": "22.19.9",
52
+ "@types/node": "22.19.10",
53
53
  "@vitest/coverage-v8": "4.0.18",
54
54
  "eslint": "9.39.2",
55
55
  "husky": "9.1.7",
56
56
  "jiti": "2.6.1",
57
57
  "oxlint": "1.43.0",
58
- "oxlint-tsgolint": "0.11.4",
58
+ "oxlint-tsgolint": "0.11.5",
59
59
  "prettier": "3.8.1",
60
60
  "publint": "0.3.17",
61
61
  "tsdown": "0.20.3",