1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/tests/specs/publish
Bartek Iwańczuk b1c6142f74
BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213)
This commit effectively turns Deno into Deno 2.0.

This is done by forcing `DENO_FUTURE=1` env var, that was available in
the past few months to try Deno 2 changes.

This commit contains several breaking changes scheduled for Deno 2:
- all deprecated JavaScript APIs are not available any more, mostly
`Deno.*` APIs
- `window` global is removed
- FFI, WebGPU and FS APIs are now stable and don't require
`--unstable-*` flags
- import assertions are no longer supported
- "bring your own node modules" is enabled by default

This is the first commit in a series that are scheduled before the Deno
2 release.

Follow up work is tracked in
https://github.com/denoland/deno/issues/25241.

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Nayeem Rahman <nayeemrmn99@gmail.com>
Co-authored-by: Nathan Whitaker <nathan@deno.com>
2024-08-30 13:58:58 -04:00
..
allow_slow_types fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
banned_triple_slash_directives fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
bare_node_builtins fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
byonm_dep fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
byonm_with_package_json fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
config_file_jsonc fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
config_flag fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
dry_run fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
dry_run_gitignored fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
excluded_deno_jsonc fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
has_slow_types fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
invalid_import fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
invalid_import_esm_sh_suggestion fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
invalid_path fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
javascript_decl_file feat(config/jsr): add license field (#25056) 2024-08-16 13:12:52 +00:00
javascript_missing_decl_file fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
jsr_jsonc fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
missing_constraint fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
missing_constraint_jsx_import_source fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
missing_deno_json chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
missing_license feat(config/jsr): add license field (#25056) 2024-08-16 13:12:52 +00:00
no_check fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
no_check_surfaces_syntax_error fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
no_token fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
node_specifier fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
npm_workspace fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
npm_workspace_jsr_pkg_with_npm_dep BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
package_json BREAKING: DENO_FUTURE=1 by default, or welcome to Deno 2.0 (#25213) 2024-08-30 13:58:58 -04:00
prefer_fast_check_graph feat(publish): suggest importing jsr:@std/ for deno.land/std urls (#25046) 2024-08-16 10:42:11 -04:00
sloppy_imports fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
successful fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
symlink fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00
unanalyzable_dynamic_import fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
unsupported_jsx_tsx fix(publish): warn about missing license file (#24677) 2024-07-22 15:46:37 -04:00
workspace fix: update dry run success message (#24885) 2024-08-06 08:14:06 +00:00