mirror of
https://github.com/jeanp413/open-remote-ssh.git
synced 2026-07-16 19:17:11 +02:00
build: update artifacts
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
$schema: https://raw.githubusercontent.com/zokugun/artifact/v0.12.0/schemas/v4/install.json
|
||||
artifacts:
|
||||
"@daiyam/artifact-lang-js":
|
||||
version: 0.14.3
|
||||
version: 0.14.7
|
||||
requires:
|
||||
- "20"
|
||||
"@daiyam/artifact-lang-ts":
|
||||
version: 0.10.5
|
||||
version: 0.10.6
|
||||
update:
|
||||
.xo-config.json:
|
||||
if_missing: skip
|
||||
@@ -14,7 +14,7 @@ artifacts:
|
||||
tsconfig.json:
|
||||
if_exists: skip
|
||||
"@daiyam/artifact-vsx-ts":
|
||||
version: 0.11.13
|
||||
version: 0.11.17
|
||||
update:
|
||||
.vscodeignore:
|
||||
if_exists: skip
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
pipx install zizmor
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
package-manager-cache: false
|
||||
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
pipx install zizmor
|
||||
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
package-manager-cache: false
|
||||
|
||||
@@ -11,10 +11,10 @@ jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
|
||||
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
|
||||
with:
|
||||
days-before-stale: 180
|
||||
days-before-close: 60
|
||||
days-before-stale: 90
|
||||
days-before-close: 30
|
||||
operations-per-run: 1024
|
||||
stale-issue-message: This issue has been automatically marked as stale. **If this issue is still affecting you, please leave any comment**, and we'll keep it open. If you have any new additional information, please include it with your comment!
|
||||
close-issue-message: This issue has been closed due to inactivity, and will not be monitored. If this is a bug and you can reproduce this issue, please open a new issue.
|
||||
|
||||
+2
-7
@@ -67,11 +67,11 @@
|
||||
"fixpack": "4.0.0",
|
||||
"husky": "9.1.7",
|
||||
"lint-staged": "16.4.0",
|
||||
"release-it": "20.2.0",
|
||||
"release-it": "20.2.1",
|
||||
"rimraf": "6.1.3",
|
||||
"taze": "19.14.1",
|
||||
"ts-loader": "9.6.0",
|
||||
"tsc-watch": "7.2.0",
|
||||
"tsc-watch": "7.2.1",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.61.0",
|
||||
"webpack": "5.107.2",
|
||||
@@ -423,11 +423,6 @@
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"overrides": {
|
||||
"release-it": {
|
||||
"undici": "7.28.0"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"remote",
|
||||
"remote development",
|
||||
|
||||
Reference in New Issue
Block a user