Skip to content

Commit 260ccd7

Browse files
refactor: migrate names-generator (#1285)
* refactor: migrate names-generator * Update src/types/global.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/index.ts * fix: failing builds after merge * chore: update biome version to 2.3.13 and adjust name validation regex for ASCII characters --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9db40a5 commit 260ccd7

File tree

9 files changed

+775
-369
lines changed

9 files changed

+775
-369
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.12/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package-lock.json

Lines changed: 37 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"format": "biome format --write"
2525
},
2626
"devDependencies": {
27-
"@biomejs/biome": "2.3.12",
27+
"@biomejs/biome": "2.3.13",
2828
"@playwright/test": "^1.57.0",
2929
"@types/d3": "^7.4.3",
3030
"@types/delaunator": "^5.0.3",

0 commit comments

Comments
 (0)