1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 15:24:46 -05:00
denoland-deno/tests/testdata/publish
Marvin Hagemeister cddefecfff
feat: infer dependencies from package.json (#22563)
<!--
Before submitting a PR, please read
https://docs.deno.com/runtime/manual/references/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->
This PR enhances the `deno publish` command to infer dependencies from
`package.json` if present.
2024-02-23 15:56:49 +01:00
..
deno_jsonc feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
has_slow_types feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
invalid_import chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
invalid_path chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
javascript_decl_file chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
javascript_missing_decl_file chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
missing_deno_json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_specifier chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
package_json feat: infer dependencies from package.json (#22563) 2024-02-23 15:56:49 +01:00
successful feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
symlink chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
unanalyzable_dynamic_import feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
workspace chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
allow_slow_types.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
deno_jsonc.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
dry_run.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
has_slow_types.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
invalid_import.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
invalid_path.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
javascript_decl_file.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
javascript_missing_decl_file.out feat(unstable/lint): no-slow-types for JSR packages (#22430) 2024-02-19 15:28:41 +00:00
missing_deno_json.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
no_token.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
node_specifier.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
package_json.out feat: infer dependencies from package.json (#22563) 2024-02-23 15:56:49 +01:00
successful.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
successful_no_check.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
symlink.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
unanalyzable_dynamic_import.out fix(publish): better no-slow-types type discovery (#22517) 2024-02-21 14:12:36 -05:00
workspace.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00
workspace_individual.out feat(publish): type check on publish (#22506) 2024-02-21 08:35:25 -05:00