From b6e0646174af356b1a850afd01db0e22921a8cc8 Mon Sep 17 00:00:00 2001 From: Not Committed Yet Date: Thu, 16 May 2024 20:00:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20update=20stuff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- .github/workflows/release.yml | 2 +- deno.json | 4 ++-- deno.lock | 15 +++++++++------ dprint.json | 8 ++++---- package.json | 2 +- pnpm-lock.yaml | 4 +--- scripts/core-js-builder.ts | 6 +++--- scripts/core-js-compat.ts | 4 ++-- scripts/deno/core-js-builder.ts | 2 +- 10 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 10f01cde8..472033bd0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -372,7 +372,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libdevmapper-dev libgpgme-dev - git clone -b v1.15.0 --depth=1 https://github.com/containers/skopeo.git ~/go/src/github.com/containers/skopeo + git clone -b v1.15.1 --depth=1 https://github.com/containers/skopeo.git ~/go/src/github.com/containers/skopeo pushd ~/go/src/github.com/containers/skopeo make bin/skopeo sudo make install DISABLE_DOCS=1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6edb23a52..5c2b16c62 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -455,7 +455,7 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libdevmapper-dev libgpgme-dev - git clone -b v1.15.0 --depth=1 https://github.com/containers/skopeo.git ~/go/src/github.com/containers/skopeo + git clone -b v1.15.1 --depth=1 https://github.com/containers/skopeo.git ~/go/src/github.com/containers/skopeo pushd ~/go/src/github.com/containers/skopeo make bin/skopeo sudo make install DISABLE_DOCS=1 diff --git a/deno.json b/deno.json index 885ef9152..02b4f8f9c 100644 --- a/deno.json +++ b/deno.json @@ -25,8 +25,8 @@ }, "imports": { "dax": "https://jsr.io/@david/dax/0.40.1/mod.ts", - "esbuild/": "https://deno.land/x/esbuild@v0.20.2/", - "std/": "https://deno.land/std@0.216.0/" + "esbuild": "https://deno.land/x/esbuild@v0.20.2/wasm.js", + "std/": "https://deno.land/std@0.224.0/" }, "nodeModulesDir": false, "lint": { diff --git a/deno.lock b/deno.lock index a5631920e..164b95281 100644 --- a/deno.lock +++ b/deno.lock @@ -2144,12 +2144,15 @@ } }, "remote": { - "https://deno.land/std@0.216.0/assert/assert.ts": "bec068b2fccdd434c138a555b19a2c2393b71dfaada02b7d568a01541e67cdc5", - "https://deno.land/std@0.216.0/assert/assertion_error.ts": "9f689a101ee586c4ce92f52fa7ddd362e86434ffdf1f848e45987dc7689976b8", - "https://deno.land/std@0.216.0/cli/mod.ts": "58f75df8ce43fb8266bdd26ec4465f73176b910316d72eb8e090b6a0549391da", - "https://deno.land/std@0.216.0/cli/parse_args.ts": "df284f03f8ef4c581c17ca12db41cc17bcf0fa2ab6a8e09dbb72fa05916d4427", - "https://deno.land/std@0.216.0/cli/prompt_secret.ts": "831cfb4efa83bfaf9bfd320ddbfd619e03cd87e81260909f93ca199ebe214ec2", - "https://deno.land/std@0.216.0/cli/spinner.ts": "005395c4e00b1086bfa2ae44e8c9413c1231c4741a08a55aa0d3c9ea267cecb5", + "https://deno.land/std@0.224.0/assert/assert.ts": "09d30564c09de846855b7b071e62b5974b001bb72a4b797958fe0660e7849834", + "https://deno.land/std@0.224.0/assert/assertion_error.ts": "ba8752bd27ebc51f723702fac2f54d3e94447598f54264a6653d6413738a8917", + "https://deno.land/std@0.224.0/cli/_data.json": "cf2cc9d039a192b3adbfe64627167c7e6212704c888c25c769fc8f1709e1e1b8", + "https://deno.land/std@0.224.0/cli/_run_length.ts": "7da8642a0f4f41ac27c0adb1364e18886be856c1d08c5cce6c6b5c00543c8722", + "https://deno.land/std@0.224.0/cli/mod.ts": "9548eaf4fefac2ab9b02e0f8e4de8a08cac5d24b721a6019452efec172b59de3", + "https://deno.land/std@0.224.0/cli/parse_args.ts": "5250832fb7c544d9111e8a41ad272c016f5a53f975ef84d5a9fe5fcb70566ece", + "https://deno.land/std@0.224.0/cli/prompt_secret.ts": "3b2f95214422226482fba4a00cb25441475b6f97069a6f70f442c1c9a16c744c", + "https://deno.land/std@0.224.0/cli/spinner.ts": "cf873605771270b4324cc063b5031ab250d8efee8799e45e1a3bfdd333ff721d", + "https://deno.land/std@0.224.0/cli/unicode_width.ts": "656dd4271ecc90684b6bf23a5fb8c1cf833da625ef2906b61273ad617038072f", "https://deno.land/x/esbuild@v0.20.2/wasm.js": "5a887c1e38ad1056af11c58d45b6084d33bd33a62afa480d805801739370eed0" } } diff --git a/dprint.json b/dprint.json index 62cea55db..578d6705e 100644 --- a/dprint.json +++ b/dprint.json @@ -28,10 +28,10 @@ "venv" ], "plugins": [ - "https://plugins.dprint.dev/typescript-0.88.7.wasm", - "https://plugins.dprint.dev/json-0.19.1.wasm", - "https://plugins.dprint.dev/markdown-0.16.3.wasm", - "https://plugins.dprint.dev/toml-0.5.4.wasm", + "https://plugins.dprint.dev/typescript-0.90.5.wasm", + "https://plugins.dprint.dev/json-0.19.2.wasm", + "https://plugins.dprint.dev/markdown-0.17.0.wasm", + "https://plugins.dprint.dev/toml-0.6.1.wasm", "https://plugins.dprint.dev/dockerfile-0.3.0.wasm" // "https://plugins.dprint.dev/disrupted/css-0.2.2.wasm" (currently broken) ] diff --git a/package.json b/package.json index db7b23aa4..26a922d99 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "devDependencies": { - "@std/cli": "npm:@jsr/std__cli@^0.224.0", + "@std/cli": "npm:@jsr/std__cli@0.224.0", "@tsconfig/node18": "^18.2.4", "@tsconfig/strictest": "^2.0.5", "@types/node": "^18.19.33", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3e36bc6db..5b2233019 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ patchedDependencies: devDependencies: '@std/cli': - specifier: npm:@jsr/std__cli@^0.224.0 + specifier: npm:@jsr/std__cli@0.224.0 version: /@jsr/std__cli@0.224.0 '@tsconfig/node18': specifier: ^18.2.4 @@ -767,8 +767,6 @@ packages: eslint: ^8.56.0 dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 7.9.0 '@typescript-eslint/types': 7.9.0 '@typescript-eslint/typescript-estree': 7.9.0(typescript@5.5.0-beta) diff --git a/scripts/core-js-builder.ts b/scripts/core-js-builder.ts index 26e931a61..5a2ceaa97 100755 --- a/scripts/core-js-builder.ts +++ b/scripts/core-js-builder.ts @@ -1,10 +1,10 @@ #!/usr/bin/env -S pnpm ts-node -T import builder from "core-js-builder"; -import { transform } from "esbuild"; import { gzipSize } from "gzip-size"; -import { parse } from "./vendored/flags.ts"; +import { transform } from "esbuild"; +import { parseArgs } from "@std/cli/parse-args"; -const args = parse(process.argv.slice(2), { +const args = parseArgs(process.argv.slice(2), { string: ["targets", "format"], default: { targets: diff --git a/scripts/core-js-compat.ts b/scripts/core-js-compat.ts index ad2e41f6f..6a475dcb0 100755 --- a/scripts/core-js-compat.ts +++ b/scripts/core-js-compat.ts @@ -1,8 +1,8 @@ #!/usr/bin/env -S pnpm ts-node -T import compat from "core-js-compat"; -import { parse } from "./vendored/flags.ts"; +import { parseArgs } from "@std/cli/parse-args"; -const args = parse(process.argv.slice(2), { +const args = parseArgs(process.argv.slice(2), { boolean: "inverse", string: ["targets", "version"], default: { diff --git a/scripts/deno/core-js-builder.ts b/scripts/deno/core-js-builder.ts index 1a21e50a3..7ae0dad16 100755 --- a/scripts/deno/core-js-builder.ts +++ b/scripts/deno/core-js-builder.ts @@ -1,8 +1,8 @@ #!/usr/bin/env -S DENO_NO_PACKAGE_JSON=1 deno run --no-prompt --allow-net=deno.land --allow-env=TMPDIR,TMP,TEMP --allow-read --allow-write=.,/tmp import builder from "npm:core-js-builder@3"; -import * as esbuild from "esbuild/wasm.js"; import { parseArgs } from "std/cli/mod.ts"; import { gzipSize } from "npm:gzip-size"; +import * as esbuild from "esbuild"; const args = parseArgs(Deno.args, { string: ["targets", "format"],