Commit Graph

3991 Commits

Author SHA1 Message Date
denobot
940568c62d
chore: release 2024.07.02 (#5254)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-07-02 20:43:42 +09:00
Yoshiya Hinosawa
dbe94e83d5
test(yaml): test handling of boolean values (#5251) 2024-07-02 19:49:10 +09:00
Tim Reichen
88716b8128
refactor(yaml): replace chars and comments with constants (#5250)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-02 19:47:48 +09:00
Tim Reichen
5c65c1363c
refactor(yaml): add sanitizeInput() function (#5248)
* initial commit

* Update yaml/_loader/loader.ts

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

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-02 10:43:43 +00:00
Tim Reichen
832be240ea
refactor(yaml): remove inferred Schema type (#5252)
initial commit
2024-07-02 20:40:53 +10:00
Tim Reichen
0629b7140a
refactor(yaml): add default options object (#5249)
initial commit
2024-07-02 19:53:21 +10:00
Tim Reichen
df26c6d6e3
refactor(yaml): share char constants (#5246)
* initial commit

* add copyright header

* Update loader.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* add import

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-02 09:39:29 +00:00
Tim Reichen
8420b13f00
refactor(yaml): remove DirectiveHandler type (#5247)
initial commit

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-02 09:34:48 +00:00
Yoshiya Hinosawa
41385c003b
test(yaml): check handling of binary type (#5245) 2024-07-02 18:26:23 +09:00
Asher Gomez
532ab28e3a
chore(yaml): release yaml@1.0.0-rc.1 (#5244) 2024-07-02 19:25:25 +10:00
Asher Gomez
730bc08544
refactor(yaml): minor cleanups (#5239)
* refactor(yaml): minor cleanups

* work

* tweaks

* Update yaml/_dumper/dumper.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* tweaks

* tweak

* fix

* fix

* tweak

* fix

* reverts

* tweak

* tweaks

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-07-02 16:27:49 +10:00
Asher Gomez
375e914050
refactor(expect,testing): update @std/assert imports (#5242) 2024-07-02 14:07:46 +10:00
Asher Gomez
9c9ed80a28
test(yaml): add parse() test for duplicate keys (#5240) 2024-07-02 13:58:47 +10:00
Asher Gomez
5803cc9172
BREAKING(assert): remove assert from module names (#5176)
* BREAKING(assert): remove `assert` from module names

* work

* fix

* work

* work

* tweaks

* fix
2024-07-02 13:42:40 +10:00
Yoshiya Hinosawa
76113d67fe
BREAKING(expect): remove special handling of Immutable.js objects (#5228) 2024-07-02 12:33:08 +09:00
Asher Gomez
d983137bc2
refactor(csv): minor cleanup (#5166)
* refactor(csv): minor cleanup

* x
2024-07-02 12:17:58 +09:00
Asher Gomez
cadf85c8ad
BREAKING(yaml): remove ParseOptions.legacy option (#5229)
BREAKING(yaml): remove `ParseOptions.legacy`
2024-07-02 11:57:58 +10:00
Asher Gomez
f1a71fcc19
chore(yaml): remove example folder (#5238) 2024-07-02 11:57:25 +10:00
Asher Gomez
c059a3d343
BREAKING(json): remove json from module names (#5173)
* BREAKING(json): remove `json` from module names

* revert

* fixes
2024-07-02 11:57:00 +10:00
Yoshiya Hinosawa
9e19c392da
test(yaml): add test cases of handling ? mark in YAML (#5234) 2024-07-02 10:51:53 +09:00
Yoshiya Hinosawa
a889ffeb5d
test(yaml): test !!timestamp type handling (#5237) 2024-07-02 10:48:22 +09:00
Tim Reichen
b15707dc53
refactor(yaml): simplify schema (#5236)
* initial commit

* remove default schema option

* Update yaml/stringify.ts

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>

* revert schema strings

* refactor: use `Map` for `SCHEMA_MAP`

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-02 08:42:32 +10:00
Asher Gomez
b11514e21d
refactor(expect): remove expect.addSnapshotSerializer(s) (#5231) 2024-07-02 06:09:57 +10:00
Asher Gomez
6e9c2e9aef
chore(expect): release expect@1.0.0-rc.1 (#5235) 2024-07-01 21:52:31 +10:00
Yoshiya Hinosawa
442b0180a5
test(yaml): test stringify() case when string encoded into hex sequences (#5230) 2024-07-01 19:35:59 +09:00
Yoshiya Hinosawa
d753d4ba7b
chore: release uuid@1.0.0 (#5200)
chore: release uuid@1.0.0
2024-07-01 20:04:00 +10:00
Asher Gomez
19be4f89c9
BREAKING(yaml): remove filename option from parse() and stringify() (#5223)
* BREAKING(yaml): remove `filename` option from `parse()` and `stringify()`

* update
2024-07-01 19:30:43 +10:00
Yoshiya Hinosawa
335e073f98
fix(expect): fix validation of nth param in toHaveBeenNthCalledWith matcher (#5227) 2024-07-01 18:14:19 +09:00
Yoshiya Hinosawa
9a4dffff98
test(expect): test edge cases of matchers (#5226) 2024-07-01 18:13:47 +09:00
Asher Gomez
ef71997cb4
refactor(yaml): consolidate yaml/schema/*.ts code into yaml/_schema.ts (#5225) 2024-07-01 18:13:21 +09:00
Asher Gomez
c787328c70
BREAKING(yaml): remove listener option from parse() and stringify() (#5224) 2024-07-01 18:08:42 +09:00
Yoshiya Hinosawa
90025e9db4
test(expect): add test of iterableEquality (#5222)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-01 16:06:52 +09:00
Yoshiya Hinosawa
76cf563c42
test(expect): improve expect test cases (#5221) 2024-07-01 14:25:42 +09:00
Ben Heidemann
d6c31707d8
fix(testing): throw error eagerly when insufficient permissions are granted to write to snapshot file in update mode (#5201) 2024-07-01 11:14:37 +09:00
Asher Gomez
6d58a57a01
fix(media-types): update db.ts (#5193) 2024-07-01 12:11:09 +10:00
Asher Gomez
b18d1a071b
chore(crypto): release crypto@1.0.0 (#4990) 2024-06-30 11:31:53 +00:00
Asher Gomez
7e503c8386
chore(encoding): release encoding@1.0.0 (#4991) 2024-06-30 11:23:12 +00:00
Asher Gomez
d102a10235
refactor(assert,async,bytes,cli,collections,crypto,csv,data-structures,datetime,dotenv,encoding,expect,fmt,front-matter,fs,html,http,ini,internal,io,json,jsonc,log,media-types,msgpack,net,path,semver,streams,testing,text,toml,ulid,url,uuid,webgpu,yaml): import from @std/assert (#5199)
* refactor: import from `@std/assert`

* update
2024-06-30 08:30:10 +00:00
Asher Gomez
4d602677bf
chore(media-types): release media-types@1.0.1 (#5197) 2024-06-30 18:28:50 +10:00
Asher Gomez
5f2b0f59b6
chore: allow lint:docs task to resolve root modules (#5198)
* chore: allow `lint:docs` task to resolve root modules

* fixes

* Revert "fixes"

This reverts commit b18f41c59c.
2024-06-30 18:27:29 +10:00
familyboat
4619560a61
test(archive): fix typo in tar_test.ts (#5196)
docs(archive): fix typo in `tar_test.ts`
2024-06-30 14:26:14 +10:00
Yoshiya Hinosawa
9c543c9f36
fix(yaml): fix !!pairs parsing (#5192) 2024-06-29 16:47:35 +09:00
Yoshiya Hinosawa
965833b791
refactor(yaml): remove unused func type (#5191) 2024-06-29 16:38:56 +09:00
Yoshiya Hinosawa
48bff59160
test(yaml): test anchor and alias handling of parse() (#5190) 2024-06-29 16:38:30 +09:00
Yoshiya Hinosawa
05f25df97e
refactor(yaml): remove dead code (#5189) 2024-06-29 16:37:42 +09:00
Yoshiya Hinosawa
26914ff7a8
test(yaml): add misc parse() test cases (#5188) 2024-06-28 20:46:09 +09:00
Asher Gomez
c181c86819
chore(semver): release semver@1.0.0-rc.1 (#5181) 2024-06-28 20:54:55 +10:00
Yoshiya Hinosawa
fa48bea8a7
test(yaml): add test for block scalars (#5187) 2024-06-28 19:52:05 +09:00
Asher Gomez
b83d026800
BREAKING(semver): remove SEMVER_SPEC_VERSION (#5180) 2024-06-28 20:39:21 +10:00
Yoshiya Hinosawa
2ad437d04f
BREAKING(yaml): make Schema and Type private and stop supporting user-defined schemas (#5175)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-06-28 19:28:55 +09:00