Skip to content

Commit a8b5d85

Browse files
fix(deps): update dependency entities to v6 (#356)
* fix(deps): update dependency entities to v6 * Create stupid-roses-deliver.md * update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <otameshiyo23@gmail.com>
1 parent 4541d8c commit a8b5d85

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/stupid-roses-deliver.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro-eslint-parser": patch
3+
---
4+
5+
fix(deps): update dependency entities to v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@typescript-eslint/types": "^7.0.0 || ^8.0.0",
5454
"astrojs-compiler-sync": "^1.0.0",
5555
"debug": "^4.3.4",
56-
"entities": "^4.5.0",
56+
"entities": "^6.0.0",
5757
"eslint-scope": "^8.0.1",
5858
"eslint-visitor-keys": "^4.0.0",
5959
"espree": "^10.0.0",

src/astro/index.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ import type {
77
ParentNode,
88
TagLikeNode,
99
} from "@astrojs/compiler/types";
10-
import {
11-
EntityDecoder,
12-
DecodingMode,
13-
htmlDecodeTree,
14-
} from "entities/lib/decode.js";
10+
import { EntityDecoder, DecodingMode, htmlDecodeTree } from "entities/decode";
1511
import type { Context } from "../context";
1612
import { ParseError } from "../errors";
1713

0 commit comments

Comments
 (0)