summaryrefslogtreecommitdiff
path: root/tests/specs
AgeCommit message (Expand)Author
2024-10-18fix(info): resolve workspace member mappings (#26350)Marvin Hagemeister
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-17fix(install): don't attempt to cache specifiers that point to directories (#2...Nathan Whitaker
2024-10-16fix(add): exact version should not have range `^` specifier (#26302)Marvin Hagemeister
2024-10-16fix(cli): consolidate pkg parser for install & remove (#26298)Satya Rohith
2024-10-15fix: improve suggestions and hints when using CommonJS modules (#26287)Bartek Iwańczuk
2024-10-15fix: add hint for missing `document` global in terminal error (#26218)Bartek Iwańczuk
2024-10-15fix(add): create deno.json when running `deno add jsr:<pkg>` (#26275)Nathan Whitaker
2024-10-15fix: do not panic running remote cjs module (#26259)David Sherret
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-10-14fix(console/ext/repl): support using parseFloat() (#25900)Mohammad Sulaiman
2024-10-14fix(install): support installing npm package with alias (#26246)David Sherret
2024-10-14feat(cli): improve deno info output for npm packages (#25906)Luca Casonato
2024-10-12feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...Nathan Whitaker
2024-10-10fix(install): duplicate dependencies in `package.json` (#26128)Marvin Hagemeister
2024-10-10fix(unstable/worker): ensure import permissions are passed (#26101)David Sherret
2024-10-04tests: enable package_json_node_modules_none (#25825)Satya Rohith
2024-10-04fix(install): surface package.json dependency errors (#26023)David Sherret
2024-10-04Revert "feat: warn when using --allow-run with no allow list" (#26021)David Sherret
2024-10-03tests: enable specs::run::package_json::invalid_value (#25826)Satya Rohith
2024-10-02fix(install): store tags associated with package in node_modules dir (#26000)Nathan Whitaker
2024-10-02fix(install): compare versions directly to decide whether to create a child n...Nathan Whitaker
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-10-02chore: deprecate check itests (#25963)Mohammad Sulaiman
2024-10-02chore: remove unnecessary envs in spec tests (#25982)David Sherret
2024-10-01feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)Nayeem Rahman
2024-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-09-30fix(info): error instead of panic for npm specifiers when using byonm (#25947)David Sherret
2024-09-30fix: precompile preserve SVG camelCase attributes (#25945)Marvin Hagemeister
2024-09-27fix(flags): --allow-all should conflict with lower permissions (#25909)David Sherret
2024-09-27fix(lint): correctly handle old jsx in linter (#25902)Luca Casonato
2024-09-26refactor(fmt): rewrite HTML syntax error handling (#25892)Bartek Iwańczuk
2024-09-26fix(info): move "version" field to top of json output (#25890)David Sherret
2024-09-26feat(install): warn repeatedly about not-run lifecycle scripts on explicit in...Nathan Whitaker
2024-09-26fix(installl): make bin entries executable even if not put in `node_modules/....Nathan Whitaker
2024-09-26fix(doc): surface graph errors as warnings (#25888)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-25chore: deprecate npm itests (#25804)Mohammad Sulaiman
2024-09-25fix(check): properly surface dependency errors in types file of js file (#25860)David Sherret
2024-09-25fix(add/install): default to "latest" tag for npm packages in `deno add npm:p...Nathan Whitaker
2024-09-25feat(fmt): better error on malfored HTML files (#25853)Bartek Iwańczuk
2024-09-24fix(check): ignore noImplicitOverrides in remote modules (#25854)David Sherret
2024-09-24fix(cli): Warn on not-run lifecycle scripts with global cache (#25786)Nathan Whitaker
2024-09-24fix(fmt): --check was broken for CSS, YAML and HTML (#25848)Bartek Iwańczuk
2024-09-24fix: Update deno_npm to fix `deno install` with crossws (#25837)Nathan Whitaker
2024-09-24refactor: reenable more tests after DENO_FUTURE migration (#25752)Bartek Iwańczuk
2024-09-23feat(fmt): support vto and njk extensions (#25831)Óscar Otero
2024-09-23feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)Bartek Iwańczuk
2024-09-23tests: update specs::cache::package_json (#25827)Satya Rohith
2024-09-23tests: enable auto_discovered tests of run/no_deno_json (#25821)Satya Rohith