-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(modules): Fix window not defined
- Loading branch information
Showing
16 changed files
with
56 additions
and
83 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
import config from "@syfxlin/eslint-config"; | ||
|
||
export default config({ | ||
jsx: true, | ||
react: true, | ||
typescript: true, | ||
formatters: true, | ||
}); | ||
export default config(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
export default { | ||
plugins: [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
[ | ||
"semantic-release-replace-plugin", | ||
{ | ||
replacements: [ | ||
{ | ||
files: ["src/depker.ts"], | ||
from: `this.version = ".*"`, | ||
to: `this.version = "\${nextRelease.version}"`, | ||
}, | ||
], | ||
}, | ||
], | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
assets: ["src/depker.ts"], | ||
}, | ||
], | ||
[ | ||
"@semantic-release/github", | ||
{ | ||
assets: [ | ||
{ label: "depker.win.amd64.exe", path: "bin/depker.win.amd64.exe" }, | ||
{ label: "depker.win.arm64.exe", path: "bin/depker.win.arm64.exe" }, | ||
{ label: "depker.linux.amd64", path: "bin/depker.linux.amd64" }, | ||
{ label: "depker.linux.arm64", path: "bin/depker.linux.arm64" }, | ||
{ label: "depker.mac.amd64", path: "bin/depker.mac.amd64" }, | ||
{ label: "depker.mac.arm64", path: "bin/depker.mac.arm64" }, | ||
], | ||
}, | ||
], | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "https://jsr.io/@cliffy/ansi/1.0.0-rc.5/ansi.ts"; | ||
export * from "https://jsr.io/@cliffy/ansi/1.0.0-rc.7/ansi.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "https://jsr.io/@cliffy/ansi/1.0.0-rc.5/colors.ts"; | ||
export * from "https://jsr.io/@cliffy/ansi/1.0.0-rc.7/colors.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "https://jsr.io/@cliffy/command/1.0.0-rc.5/mod.ts"; | ||
export * from "https://jsr.io/@cliffy/command/1.0.0-rc.7/mod.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import generator from "https://jsr.io/@rabbit-company/password-generator/2.1.0/src/password-generator.ts"; | ||
import generator from "https://jsr.io/@rabbit-company/password-generator/2.2.0/src/password-generator.ts"; | ||
|
||
export default generator; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "https://jsr.io/@cliffy/prompt/1.0.0-rc.5/mod.ts"; | ||
export * from "https://jsr.io/@cliffy/prompt/1.0.0-rc.7/mod.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "https://jsr.io/@cliffy/table/1.0.0-rc.5/mod.ts"; | ||
export * from "https://jsr.io/@cliffy/table/1.0.0-rc.7/mod.ts"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import ignore from "https://esm.sh/ignore@5.3.2"; | ||
import ignore from "https://esm.sh/ignore@6.0.2"; | ||
|
||
export default ignore; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import * as collections from "https://jsr.io/@std/collections/1.0.5/mod.ts"; | ||
import * as collections from "https://jsr.io/@std/collections/1.0.9/mod.ts"; | ||
|
||
export default collections; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import * as dotenv from "https://jsr.io/@std/dotenv/0.225.0/mod.ts"; | ||
import * as dotenv from "https://jsr.io/@std/dotenv/0.225.2/mod.ts"; | ||
|
||
export default dotenv; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import * as fs from "https://jsr.io/@std/fs/1.0.1/mod.ts"; | ||
import * as fs from "https://jsr.io/@std/fs/1.0.5/mod.ts"; | ||
|
||
export { isSubdir } from "https://jsr.io/@std/fs/1.0.1/_is_subdir.ts"; | ||
export { toPathString } from "https://jsr.io/@std/fs/1.0.1/_to_path_string.ts"; | ||
export { getFileInfoType } from "https://jsr.io/@std/fs/1.0.1/_get_file_info_type.ts"; | ||
export { isSubdir } from "https://jsr.io/@std/fs/1.0.5/_is_subdir.ts"; | ||
export { toPathString } from "https://jsr.io/@std/fs/1.0.5/_to_path_string.ts"; | ||
export { getFileInfoType } from "https://jsr.io/@std/fs/1.0.5/_get_file_info_type.ts"; | ||
|
||
export default fs; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import * as path from "https://jsr.io/@std/path/1.0.2/mod.ts"; | ||
import * as path from "https://jsr.io/@std/path/1.0.7/mod.ts"; | ||
|
||
export default path; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import * as yaml from "https://jsr.io/@std/yaml/1.0.2/mod.ts"; | ||
import * as yaml from "https://jsr.io/@std/yaml/1.0.5/mod.ts"; | ||
|
||
export default yaml; |