denobot
2e24199e4a
0.220.1 ( #4493 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-03-15 11:25:28 +09:00
Asher Gomez
3684415b1c
chore(CI): use --allow-dirty
for publish action ( #4492 )
2024-03-15 10:23:04 +09:00
Gabriele Belluardo
9d5011ed3d
fix(tar): leak in Tar() checks directory entry type
test ( #4490 )
2024-03-15 05:35:15 +11:00
denobot
cd79b9a94f
0.220.0 ( #4491 )
...
Co-authored-by: nathanwhit <nathanwhit@users.noreply.github.com>
2024-03-14 10:25:25 -07:00
Gabriele Belluardo
2990aa6de5
chore: enable single-var-declarator
lint rule ( #4488 )
2024-03-14 22:18:00 +11:00
Yoshiya Hinosawa
469c3c605d
Revert "refactor(cli): cleanup parse_args.ts
( #4189 )" ( #4485 )
...
This reverts commit 8c022c4f64
.
2024-03-14 15:35:46 +09:00
Javier Hernández
980764ac41
refactor(io): format test names ( #4413 )
...
* refactor(io): format test names
ref #3754
* Update io/buffer_test.ts
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-14 17:26:48 +11:00
Asher Gomez
6c88cdba7a
chore: enable noUncheckedIndexedAccess
( #4484 )
2024-03-14 15:20:24 +11:00
Gabriele Belluardo
a49f560dda
refactor(path): prepare for noUncheckedIndexedAccess
( #4483 )
2024-03-14 14:42:03 +11:00
Gabriele Belluardo
1040fb4d50
refactor(log): prepare for noUncheckedIndexedAccess
( #4482 )
2024-03-14 14:40:50 +11:00
Asher Gomez
1dc1ae5ab5
refactor(http): use cert
and key
for Deno.listenTls()
( #4479 )
...
* refactor(http): use `cert` and `key` for `Deno.listenTls()`
* fix
2024-03-13 13:12:46 +11:00
Asher Gomez
9871f24014
docs(data_structures): add module example ( #4477 )
2024-03-12 16:57:03 +11:00
Asher Gomez
504bb0b1ce
docs(crypto): add module example ( #4476 )
...
docs(crypto): add module docs
2024-03-12 16:56:28 +11:00
Asher Gomez
48d7fd5b01
docs(collections): add module example ( #4475 )
...
docs(collections): add module docs
2024-03-12 16:56:07 +11:00
Gabriele Belluardo
57605ecc0e
refactor(io): prepare for noUncheckedIndexedAccess
( #4470 )
...
* refactor(io): prepare for `noUncheckedIndexedAccess`
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-12 15:33:32 +11:00
Gabriele Belluardo
4da7440c62
chore: enable no-sync-fn-in-async-fn
lint rule ( #4471 )
...
* chore: enable `no-sync-fn-in-async-fn` lint rule
* revert for serveTls test
2024-03-12 11:36:10 +11:00
Asher Gomez
d63e97c735
docs(archive): further documentation ( #4462 )
...
docs(archive): complete documentation
2024-03-11 20:52:36 +11:00
Asher Gomez
d7cfbcb466
chore: run deno task test
after workspace conversion ( #4430 )
2024-03-11 20:32:24 +11:00
Asher Gomez
58c53e55e9
chore: fix "Wasm" casing ( #4461 )
2024-03-11 20:32:05 +11:00
Asher Gomez
540a9675b6
refactor(expect): prepare for noUncheckedIndexedAccess
( #4464 )
2024-03-11 20:31:38 +11:00
Asher Gomez
bdada09466
refactor(archive): various cleanups ( #4463 )
2024-03-11 20:31:25 +11:00
Asher Gomez
09a04d8056
docs(async): add module example ( #4465 )
2024-03-11 20:31:11 +11:00
Asher Gomez
e7cf89d55d
docs(bytes): module docs ( #4466 )
2024-03-11 20:30:58 +11:00
Asher Gomez
b3d12393fe
docs(cli): add missing documentation ( #4467 )
2024-03-11 20:30:39 +11:00
Gabriele Belluardo
de23a761cd
refactor(yaml): prepare for noUncheckedIndexedAccess
( #4457 )
...
* refactor(yaml): prepare for `noUncheckedIndexedAccess`
* fix: requested changes
* Update yaml/_dumper/dumper.ts
* Revert "Update yaml/_dumper/dumper.ts"
This reverts commit ec9bd21e10
.
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-11 17:09:26 +11:00
Simon Holloway
5c23dcbe86
refactor(uuid): prepare for noUncheckedIndexedAccess
( #4445 )
...
* refactor(uuid): prepare for `noUncheckedIndexedAccess`
* added a test and updated the error message
* changed to !== 6 and added another test
* update error message to be clearer
2024-03-11 08:59:30 +11:00
Bruno Heridet
623d7d0bf1
docs(path): add examples for posix basename, dirname and extname ( #4458 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-10 21:40:17 +09:00
Kevin Whinnery
2de81577d8
add JSR link ( #4456 )
2024-03-08 09:24:01 -06:00
denobot
8ea9670015
0.219.1 ( #4455 )
...
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-03-08 18:35:50 +09:00
Yoshiya Hinosawa
56e30548ca
chore: remove "exclude" list from jsr config ( #4449 )
2024-03-08 18:26:04 +09:00
denobot
0f3522f9b6
0.219.0 ( #4454 )
...
Co-authored-by: littledivy <littledivy@users.noreply.github.com>
2024-03-08 12:36:14 +05:30
Asher Gomez
9743031bf0
docs(http): prepare for noUncheckedIndexedAccess
( #4453 )
2024-03-08 16:15:56 +11:00
Niklas
30561d8e60
chore: move typos action config ( #4452 )
2024-03-08 14:14:45 +09:00
Yoshiya Hinosawa
824625830f
[unstable] BREAKING(semver): remove gtr()
and ltr()
( #4450 )
2024-03-08 14:14:25 +09:00
Niklas
3566395ebd
chore: run on Deno v1.x ( #4451 )
2024-03-08 06:58:34 +11:00
Asher Gomez
7d718a1552
[unstable] BREAKING(semver): remove deprecated operators ( #4423 )
...
* BREAKING(semver): remove deprecated operators
* fix
2024-03-07 13:15:39 +11:00
Asher Gomez
e78961b52c
[unstable] BREAKING(semver): remove reverseSort()
( #4422 )
...
BREAKING(semver): remove `rsort()`
2024-03-07 13:15:20 +11:00
Zhao
5fa58a7bd5
refactor(expect): use ===
instead of ==
( #4446 )
2024-03-07 07:45:29 +09:00
Asher Gomez
32e4b4334c
chore(_tools): prepare for noUncheckedIndexedAccess
( #4442 )
2024-03-06 16:09:13 +11:00
Asher Gomez
4f8d963cbc
chore: add RUST_BACKTRACE=1
to test
task ( #4444 )
2024-03-06 15:21:41 +11:00
Gabriele Belluardo
6c7b13d5ca
chore(cli): prepare for noUncheckedIndexedAccess
( #4443 )
...
* chore(cli): prepare for `noUncheckedIndexedAccess`
* Update cli/parse_args.ts
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-06 09:41:28 +11:00
cinchen
e1561a9520
refactor(fmt): prepare for noUncheckedIndexedAccess
( #4276 )
...
* refactor: fmt-noUncheckedIndexedAccess
* fix: cr
2024-03-06 06:15:47 +11:00
Joachim Viide
0c6f5e8531
fix(path): fix common() results that depend on the order and/or number of input paths ( #4414 )
2024-03-05 18:39:39 +09:00
cinchen
cec0c680a5
fix(expect): fix equality of iterables ( #4286 )
...
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-05 18:26:12 +09:00
Asher Gomez
660e78ef51
chore: ignore more test files from being published ( #4441 )
2024-03-05 19:08:15 +11:00
Asher Gomez
021323eba6
docs(assert): add module example ( #4439 )
2024-03-05 14:57:27 +11:00
Asher Gomez
ef0d782254
chore: enable camelcase
lint rule ( #4440 )
2024-03-05 14:57:14 +11:00
dependabot[bot]
97a4d3112c
chore(deps): bump the dependencies in /crypto/_wasm (js-sys, wasm-bindgen, wasmbuild) ( #4438 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-05 12:52:11 +09:00
Asher Gomez
8aac2e31f5
chore: exclude test files from being published to JSR ( #4433 )
...
* chore: exclude test files from being published to JSR
* tweak
* fix
2024-03-05 12:45:06 +11:00
Tim Reichen
4f6709ea57
refactor(semver): improve parseRange()
logic ( #4375 )
...
* initial commit
* update
* fmt
* update
* Update parse_range.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* Update parse_range.ts
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
* tweak
---------
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-05 11:00:55 +11:00