Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hypermodeinc/renovate-config"]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hypermodeinc/renovate-config"]
}
12 changes: 6 additions & 6 deletions .trunk/configs/.markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"line-length": { "line_length": 150, "tables": false },
"no-inline-html": false,
"no-bare-urls": false,
"no-space-in-emphasis": false,
"no-emphasis-as-heading": false,
"first-line-heading": false
"line-length": { "line_length": 150, "tables": false },
"no-inline-html": false,
"no-bare-urls": false,
"no-space-in-emphasis": false,
"no-emphasis-as-heading": false,
"first-line-heading": false
}
32 changes: 16 additions & 16 deletions .trunk/configs/cspell.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"version": "0.2",
"language": "en",
"words": [
"acifani",
"commandsstop",
"Hypermode",
"hypermodeinc",
"oclif",
"pjson",
"postpack",
"sindresorhus",
"tinygo",
"tocstop",
"tseslint",
"usagestop"
]
"version": "0.2",
"language": "en",
"words": [
"acifani",
"commandsstop",
"Hypermode",
"hypermodeinc",
"oclif",
"pjson",
"postpack",
"sindresorhus",
"tinygo",
"tocstop",
"tseslint",
"usagestop"
]
}
22 changes: 16 additions & 6 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.22.11
version: 1.22.12
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
plugins:
sources:
Expand All @@ -17,19 +17,29 @@ runtimes:
- python@3.10.8
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
lint:
ignore:
- linters: [prettier]
paths:
- "**/*.ts"
- "**/*.tsx"
- "**/*.js"
- "**/*.jsx"
- "**/*.css"
- "**/*.html"
- "**/*.json"
enabled:
- trivy@0.61.0
- actionlint@1.7.7
- checkov@3.2.394
- eslint@9.23.0
- checkov@3.2.396
- git-diff-check
- markdownlint@0.44.0
- osv-scanner@2.0.0
- osv-scanner@2.0.1
- prettier@3.5.3
- renovate@39.219.3
- biome@1.9.4
- renovate@39.233.2
- shellcheck@0.10.0
- shfmt@3.6.0
- trufflehog@3.88.20
- trufflehog@3.88.22
- yamllint@1.37.0
actions:
enabled:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["trunk.io"]
"recommendations": ["trunk.io"]
}
44 changes: 24 additions & 20 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229,
"skipFiles": ["<node_internals>/**"]
},
{
"type": "node",
"request": "launch",
"name": "Execute Command",
"skipFiles": ["<node_internals>/**"],
"runtimeExecutable": "node",
"runtimeArgs": ["--loader", "ts-node/esm", "--no-warnings=ExperimentalWarning"],
"program": "${workspaceFolder}/bin/dev.js",
"args": ["hello", "world"]
}
]
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229,
"skipFiles": ["<node_internals>/**"]
},
{
"type": "node",
"request": "launch",
"name": "Execute Command",
"skipFiles": ["<node_internals>/**"],
"runtimeExecutable": "node",
"runtimeArgs": [
"--loader",
"ts-node/esm",
"--no-warnings=ExperimentalWarning"
],
"program": "${workspaceFolder}/bin/dev.js",
"args": ["hello", "world"]
}
]
}
14 changes: 7 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"editor.trimAutoWhitespace": true,
"trunk.autoInit": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io",
"editor.trimAutoWhitespace": true,
"trunk.autoInit": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ hyp link

## License

Hyp CLI is © Hypermode Inc., and licensed under the terms of the Apache License,
Version 2.0. See the [LICENSE](./LICENSE) file for a complete copy of the license.
Hyp CLI is © Hypermode Inc., and licensed under the terms of the Apache License, Version 2.0. See
the [LICENSE](./LICENSE) file for a complete copy of the license.
4 changes: 2 additions & 2 deletions bin/dev.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env -S node --loader ts-node/esm --no-warnings --disable-warning=ExperimentalWarning

import { execute } from "@oclif/core"
import { execute } from "@oclif/core";

await execute({ development: true, dir: import.meta.url })
await execute({ development: true, dir: import.meta.url });
4 changes: 2 additions & 2 deletions bin/run.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node

import { execute } from "@oclif/core"
import { execute } from "@oclif/core";

await execute({ dir: import.meta.url })
await execute({ dir: import.meta.url });
14 changes: 0 additions & 14 deletions eslint.config.js

This file was deleted.

Loading