Skip to content

Commit

Permalink
Update ts-api-utils to v1.4.2 (#16888)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker authored Nov 26, 2024
1 parent f6fccad commit 1fb6297
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,15 +299,6 @@ const pluginFiles = [
"* as ",
);

// Remove bundled `semver`
text = text
.replaceAll(
/\n\/\/ node_modules\/\.pnpm\/semver@.*?\nvar .*? = __commonJS\(\{\n.*\n\}\);\n/gsu,
"",
)
.replace(/var import_semver = .*?;/u, "")
.replace(/if \(import_semver.*?\) \{/u, "if (false) {");

return text;
},
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8544,11 +8544,11 @@ __metadata:
linkType: hard

"ts-api-utils@npm:^1.3.0":
version: 1.4.1
resolution: "ts-api-utils@npm:1.4.1"
version: 1.4.2
resolution: "ts-api-utils@npm:1.4.2"
peerDependencies:
typescript: ">=4.2.0"
checksum: 10/2f32698ed1c06e57d934704ff2579a905895441ef0a29f732242d3d3f651abd5d09610f702c656e85b73457582a1ded43adeef82e9f6d665ae0fb66497cf39f6
checksum: 10/9c92217d4eb9ee656f19181c412d01e7b4370faa21de1d5cc0edf972d416eeabf4422343b40c574462a27329afa8dcf9795223b253a6abc8695a079700893b64
languageName: node
linkType: hard

Expand Down

0 comments on commit 1fb6297

Please sign in to comment.