1 file changed
+1
-1
lines changed- .github/workflows/ecosystem_compat_test.yml+79
- cli/args/flags.rs+87
- cli/factory.rs+6-5
- cli/main.rs+3
- cli/schemas/config-file.v1.json+24-4
- cli/tools/pm/audit.rs+648
- cli/tools/pm/mod.rs+2
- cli/tsc/99_main_compiler.js+3
- cli/tsc/go.rs+32-1
- cli/tsc/go/setup.rs+11-4
- cli/tsc/go/tsgo_version.rs+7-7
- ext/node/ops/inspector.rs+5-5
- ext/node/polyfills/inspector.js+38-2
- ext/node/polyfills/net.ts+3
- libs/config/deno_json/mod.rs+74-3
- libs/config/workspace/mod.rs+48-27
- libs/resolver/deno_json.rs+9
- libs/resolver/factory.rs+12-13
- libs/typescript_go_client/src/types.rs+1
- tests/integration/lsp_tests.rs+33
- tests/registry/npm/@denotest/using-vuln/1.0.0/index.js+5
- tests/registry/npm/@denotest/using-vuln/1.0.0/package.json+8
- tests/registry/npm/@denotest/with-vuln1/1.0.0/index.js+3
- tests/registry/npm/@denotest/with-vuln1/1.0.0/package.json+5
- tests/registry/npm/@denotest/with-vuln1/1.1.0/index.js+3
- tests/registry/npm/@denotest/with-vuln1/1.1.0/package.json+5
- tests/registry/npm/@denotest/with-vuln2/1.5.0/index.js+3
- tests/registry/npm/@denotest/with-vuln2/1.5.0/package.json+5
- tests/registry/npm/@denotest/with-vuln2/2.0.0/index.js+3
- tests/registry/npm/@denotest/with-vuln2/2.0.0/package.json+5
- tests/specs/audit/deno_json_and_package_json/__test__.jsonc+14
- tests/specs/audit/deno_json_and_package_json/audit.out+20
- tests/specs/audit/deno_json_and_package_json/deno.json+5
- tests/specs/audit/deno_json_and_package_json/install.out+21
- tests/specs/audit/deno_json_and_package_json/package.json+5
- tests/specs/audit/deno_json_only/__test__.jsonc+14
- tests/specs/audit/deno_json_only/audit.out+20
- tests/specs/audit/deno_json_only/deno.json+6
- tests/specs/audit/deno_json_only/install.out+8
- tests/specs/audit/ignore_registry_errors/__test__.jsonc+16
- tests/specs/audit/ignore_registry_errors/audit.out+1
- tests/specs/audit/ignore_registry_errors/deno.json+6
- tests/specs/audit/ignore_registry_errors/install.out+8
- tests/specs/audit/no_vulns/__test__.jsonc+13
- tests/specs/audit/no_vulns/audit.out+1
- tests/specs/audit/no_vulns/install.out+12
- tests/specs/audit/no_vulns/package.json+5
- tests/specs/audit/package_json_only/__test__.jsonc+14
- tests/specs/audit/package_json_only/audit.out+20
- tests/specs/audit/package_json_only/install.out+21
- tests/specs/audit/package_json_only/package.json+6
- tests/specs/audit/quiet_flag/__test__.jsonc+14
- tests/specs/audit/quiet_flag/audit.out+20
- tests/specs/audit/quiet_flag/install.out+21
- tests/specs/audit/quiet_flag/package.json+6
- tests/specs/check/bytes_and_text_imports/__test__.jsonc+3-8
- tests/specs/check/isolated_declarations/__test__.jsonc+13
- tests/specs/check/isolated_declarations/check.out+12
- tests/specs/check/isolated_declarations/deno.json+5
- tests/specs/check/isolated_declarations/main.ts+5
- tests/specs/check/isolated_declarations/run.out+1
- tests/specs/install/minimum_dependency_age_exclude_jsr/__test__.jsonc+7
- tests/specs/install/minimum_dependency_age_exclude_jsr/deno.json+8
- tests/specs/install/minimum_dependency_age_exclude_jsr/install.out+17
- tests/specs/install/minimum_dependency_age_exclude_jsr/package.json
- tests/specs/install/minimum_dependency_age_exclude_npm/__test__.jsonc+7
- tests/specs/install/minimum_dependency_age_exclude_npm/deno.json+8
- tests/specs/install/minimum_dependency_age_exclude_npm/install.out+17
- tests/specs/install/minimum_dependency_age_exclude_npm/package.json
- tests/unit_node/inspector_test.ts+75-1
- tests/util/server/src/servers/npm_registry.rs+139
- tools/ecosystem_compat_slack.ts+209
- tools/ecosystem_compat_tests.ts+98
0 commit comments