summaryrefslogtreecommitdiff
path: root/Cargo.lock
AgeCommit message (Expand)Author
2023-03-10fix(prompt): better output with control chars (#18108)Bartek Iwańczuk
2023-03-09chore: bump rusty_v8 to 0.64.0 (#18096)Divy Srivastava
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-03-08chore: update tempfile dependency (#18077)Bartek Iwańczuk
2023-03-08deps: bump once_cell to ^1.17.1 (#18075)Miroslav Bajtoš
2023-03-08fix: attempt to only allow one deno process to update the node_modules folder...David Sherret
2023-03-07refactor: Add "deno_fs" extension crate (#18040)Bartek Iwańczuk
2023-03-06perf(ext/node): improve createHash performance (#18033)Divy Srivastava
2023-03-05refactor(runtime): factor out deno_io extension crate (#18001)Bartek Iwańczuk
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-03-02chore(cli): update deno_lint to 0.41.0 (#17997)Yusuke Tanaka
2023-02-28chore(test): remove TestCommandOutput macros (#17975)David Sherret
2023-02-27deps: bump `regexp` to `^1.7.0` (#17966)Dominic DiGiacomo
2023-02-26fix(cli,ext/web): Upgrading uuid from =1.1.2 to 1.3.0 (#17963)sean watters
2023-02-24chore: forward v1.31.1 release commit to main (#17939)denobot
2023-02-25fix: regression remapping remote specifier to local file (#17935)David Sherret
2023-02-24fix: remote modules should be allowed to import data urls (#17920)David Sherret
2023-02-241.31.0 (#17906)denobot
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-22fix(lint): revert no-deprecated-api for Deno.run (#17880)David Sherret
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-20refactor: use ops for idna & punycode (#17817)Leo Kettmeir
2023-02-20perf: use ops for node:crypto ciphers (#17819)Divy Srivastava
2023-02-17refactor: add `NpmPackageId` back from deno_graph as `NpmPackageNodeId` (#17804)David Sherret
2023-02-17chore: upgrade tokio to 1.25.0 (#17590)Bartek Iwańczuk
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-15refactor: make resolver required (#17783)David Sherret
2023-02-15fix(ext/ffi): improve error messages in FFI module (#17786)Matt Mastracci
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk
2023-02-10chore: upgrade rusty_v8 to 0.63.0 (#17705)Bartek Iwańczuk
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-08refactor: internal runtime code TS support (#17672)Leo Kettmeir
2023-02-07chore: upgrade rusty_v8 to 0.62.2 (#17604)Bartek Iwańczuk
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-01-30chore: update webgpu (#17534)Leo Kettmeir
2023-01-28fix(fmt): semiColons: false - handle prop with following generator and do whi...David Sherret
2023-01-261.30.0 (#17532)denobot
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-25Revert "chore: upgrade rusty_v8 to 0.62.0 (#17200)" (#17523)Bartek Iwańczuk
2023-01-25chore: upgrade rusty_v8 to 0.62.0 (#17200)Bartek Iwańczuk
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
2023-01-23refactor: Move lockfile to a separate crate (#17503)Bartek Iwańczuk
2023-01-19chore: upgrade tokio to 1.24.2 (#17467)Jun Jiang
2023-01-18chore(ext/crypto): Update rsa to 0.7.0 (#16327)Kyle Willmon
2023-01-18chore: upgrade base64-simd to 0.8.0 (#17463)Nugine
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-15chore(ext/webidl): Add dictionary converter microbenchmark (#17435)Divy Srivastava