Commit Graph

3456 Commits

Author SHA1 Message Date
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
cinchen
76e3ec8898
feat(expect): support expect.extend() api (#4412)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-04 20:57:08 +09:00
Asher Gomez
40833a3c8d
chore: use --trace-leaks instead of --trace-ops (#4429) 2024-03-04 18:19:52 +11:00
Asher Gomez
f9dc5644a6
fix(fs): emptyDir() test after workspace conversion (#4427) 2024-03-04 18:19:00 +11:00
Asher Gomez
800b7bb729
fix(fs): expandGlob() test after workspace conversion (#4428) 2024-03-04 18:18:37 +11:00
Asher Gomez
02213b97b0
chore(async): add missing code snippet tags (#4432) 2024-03-04 18:17:24 +11:00
Yoshiya Hinosawa
d78ce08453
chore: add --all-imports option to deps check tool (#4410) 2024-03-04 15:37:26 +09:00
Tim Reichen
2c6d068e5a
chore(semver): move comparator functions into range files (#4387)
* initial commit

* update

* update

* add tests

* fix

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-03-01 18:43:28 +12:00
Simon Holloway
e5e737ba98
fix(log): don't discard bytes >4096 in FileHandler (#4415)
* fix(log): fix error when logging >4096 bytes when using FileHandler or RotatingfileHandler

* trigger ci

* Update log/rotating_file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/rotating_file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update log/file_handler_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-03-01 17:16:52 +12:00
Yoshiya Hinosawa
cb9e70e771
0.218.2 (#4421) 2024-03-01 13:27:46 +09:00
denobot
092cd46118
0.218.0 (#4419)
Co-authored-by: dsherret <dsherret@users.noreply.github.com>
2024-02-29 18:21:26 -05:00
David Sherret
b72ec0651e
chore: latest verbatim-module-syntax fixes (#4418) 2024-02-29 18:01:26 -05:00
Yoshiya Hinosawa
45f7a6b460
chore(testing): update snapshot testing expectations (#4416) 2024-02-29 21:38:35 +09:00
Nano Miratus
514a0270dd
feat(uuid): add type predicate return type to validate (v4) (#4301) 2024-02-29 13:52:53 +09:00
Tim Reichen
12dbf07b8e
chore(semver): format test names (#4379)
* initial commit

* update

* Update format_range_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* update

* update isComparator

* Update semver/comparator_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update semver/ltr_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update semver/gtr_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update semver/max_satisfying_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update semver/min_satisfying_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* Update semver/parse_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* revert change

* revert changes

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-29 16:00:20 +12:00
lionel-rowe
0a5f52b08e
feat(assert): optional reason param for unreachable (#4404) (#4405) 2024-02-29 06:58:02 +12:00
Javier Hernández
5d15ab7596
feat(expect): add asymmetric matchers (any, anything, arrayContaining) (#4366) 2024-02-28 13:07:50 +09:00
ryota2357
1e0764dc23
fix(fs/ensure_symlink): check symlink is pointing the given target (#4371) 2024-02-28 11:50:33 +09:00
David Sherret
ef6b95f0c7
refactor: make the code work under verbatimModuleSyntax (#4406)
* Start

* Update

* Format

* Revert deno.json change

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-27 21:57:25 +00:00
Tim Reichen
2dac7a6e40
chore(json): format test names (#4397)
* initial commit

* remove brackets for classes
2024-02-28 08:18:49 +12:00
Tim Reichen
b1b048d759
chore(streams): format test names (#4378)
* initial commit

* Update buffer_test.ts

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* remove brackets for classes

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-02-28 08:12:47 +12:00
Tim Reichen
f7076beaaa
chore(log): format test names (#4394)
* initial commit

* remove brackets for classes
2024-02-28 08:06:29 +12:00
Tim Reichen
8fbd39d54d
chore(http): format test names (#4400)
* initial commit

* remove brackets for classes
2024-02-28 08:03:28 +12:00