Commit Graph

268 Commits

Author SHA1 Message Date
Asher Gomez
f863a2b241
chore(fs): release fs@1.0.0-rc.1 (#5091)
* chore(fs): release `fs@1.0.0-rc.1`

* graph
2024-06-20 16:43:18 +10:00
Asher Gomez
6c598d5db5
chore: re-enable running v1.x in CI (#5080) 2024-06-19 15:56:14 +10:00
Yoshiya Hinosawa
8ec230fea3
chore: fix dependency graph (#5069) 2024-06-18 13:38:08 +09:00
Yoshiya Hinosawa
4ba4beeb8e
chore: update dependency_graph.svg (#5063) 2024-06-17 19:42:09 +09:00
Asher Gomez
cb06f797ff
refactor(io): cleanup use of @std/assert (#4979)
* refactor(io): cleanup use of `@std/assert`

* update graph

* Update io/buf_reader.ts

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-06-05 23:37:24 +00:00
Asher Gomez
9130ff65f5
refactor(streams): cleanup use of @std/assert (#4980)
* refactor(streams): cleanup use of `@std/assert`

* work

* update graph
2024-06-05 22:12:42 +00:00
Asher Gomez
e1e7c09abb
refactor(webgpu): cleanup use of @std/assert (#4978)
* refactor(webgpu): cleanup use of `@std/assert`

* update graph
2024-06-05 22:08:56 +00:00
Asher Gomez
48440b807e
refactor(text): cleanup use of @std/assert (#4977)
* refactor(text): cleanup use of `@std/assert`

* x

* x

* update graph
2024-06-05 22:02:17 +00:00
Asher Gomez
3eec370343
refactor(csv): cleanup use of @std/assert (#4976)
* refactor(csv): cleanup use of `@std/assert`

* update graph
2024-06-05 21:55:49 +00:00
Asher Gomez
2e54f46670
refactor(archive): cleanup use of @std/assert (#4975)
* refactor(archive): cleanup use of `@std/assert`

* update graph
2024-06-05 21:52:06 +00:00
Asher Gomez
0bbd47b522
refactor(http): cleanup use of @std/assert (#4974)
* refactor(http): cleanup use of `@std/assert`

* graph

* update graph
2024-06-05 21:47:07 +00:00
Asher Gomez
a7c09261e6
refactor(log): cleanup use of @std/assert (#4973)
* refactor(log): cleanup use of `@std/assert`

* update graph
2024-06-05 21:43:22 +00:00
Asher Gomez
dc2fcd882a
chore: improve circular dependencies checker (#4970)
* chore: improve circular dependencies checker

* update graph
2024-06-05 21:38:40 +00:00
Asher Gomez
d82d76abd4
refactor(jsonc): cleanup use of @std/assert (#4968)
* refactor(jsonc): cleanup use of `@std/assert`

* fix

* graph
2024-06-05 21:28:11 +00:00
Asher Gomez
dfbb3f6590
refactor(cli): cleanup use of @std/assert (#4966)
* refactor(cli): cleanup use of `@std/assert`

* update graph
2024-06-06 07:20:21 +10:00
Asher Gomez
fbfcd24f41
refactor(fs): cleanup use of @std/assert (#4948)
* refactor(fs): cleanup use of `@std/assert`

* tweaks

* update
2024-06-05 10:39:33 +09:00
Asher Gomez
da7b395d37
refactor(async): cleanup use of @std/assert (#4950)
* refactor(async): cleanup use of `@std/assert`

* graph
2024-06-05 01:13:11 +00:00
Asher Gomez
a2af1d0a21
refactor(path): cleanup join() implementations (#4946)
* refactor(path): remove dependency on `@std/assert`

* work

* work

* tweaks
2024-06-05 02:49:50 +02:00
Asher Gomez
d2a4516688
refactor(crypto): cleanup redundant assertion in timingSafeEqual() (#4907) 2024-05-30 20:16:58 +10:00
Asher Gomez
7717c29173
chore: update dependency graph (#4881) 2024-05-29 19:25:36 +10:00
Yoshiya Hinosawa
655ff10086
chore: draw only direct dependencies in dep diagram (#4870) 2024-05-29 15:21:26 +09:00
Yoshiya Hinosawa
bce7d8e38b
chore: generate dependency graph image (#4869) 2024-05-29 13:49:22 +09:00
Asher Gomez
2785a7308a
chore: suggest "Usage" as example title for documentation (#4841) 2024-05-23 10:52:09 +09:00
Luca Casonato
1a2f721d41
docs(ulid): finish documentation (#4825)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-22 15:42:59 +02:00
Asher Gomez
8fc19d95c7
chore: support no-eval code snippet directive (#4791) 2024-05-21 20:12:55 +10:00
Yoshiya Hinosawa
c816314022
chore: update .github/labeler.yml (#4786) 2024-05-21 13:13:24 +09:00
Asher Gomez
47627516f0
docs: improve documentation on how to write documentation (#4771)
* docs: improve documentation on how to write documentation

* tweak

* tweak

* fix typo

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-05-20 07:22:00 +00:00
Yoshiya Hinosawa
a724d90685
docs: document the release flow (#4754)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-17 12:31:31 +09:00
Yoshiya Hinosawa
77b24859ff
chore: update title.yml (#4736)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-05-15 15:30:26 +09:00
Asher Gomez
531ca65b0a
docs: instructions on how to add package title to title checker (#4729)
* docs: instructions on how to add package title to title checker

* fix
2024-05-15 15:17:23 +10:00
Asher Gomez
99bbda2a37
docs: "Frequently Asked Questions" page (#4722)
* docs: "Frequently Asked Questions" page

* fix

* tweak

* tweaks
2024-05-15 13:35:13 +10:00
Asher Gomez
d199bb10a1
docs: update ARCHITECTURE.md (#4721) 2024-05-14 21:02:07 +10:00
Yoshiya Hinosawa
3dccdc11e5
chore: update jsr:@deno/bump-workspaces (#4690) 2024-05-08 15:14:05 +09:00
Yoshiya Hinosawa
14f9cc6dbf
chore: fix permissions for version_bump.yml (#4688) 2024-05-07 18:38:16 +09:00
Yoshiya Hinosawa
8426f14e9d
chore: update version_bump.yml (#4687) 2024-05-07 18:23:27 +09:00
Yoshiya Hinosawa
cd4f516666
chore: update title.yml (#4684) 2024-05-07 16:14:32 +09:00
Yoshiya Hinosawa
2f593415d4
chore: remove doc test workaround (#4675) 2024-05-06 13:16:10 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
945e8f8863
chore: cleanup after removal of packages (#4648) 2024-04-27 18:58:58 +09:00
Asher Gomez
8f60a3546b
BREAKING(console): remove std/console (#4643) 2024-04-26 19:54:59 +00:00
Asher Gomez
80cff5c3e7
BREAKING(flags): remove std/flags (#4644) 2024-04-27 05:52:44 +10:00
Asher Gomez
d209aa3c22
ci: add "deprecation" PR titles to checker (#4628)
* ci: add "deprecation" PR titles to checker

* fix

* fix

* fix

* maybe fix

* maybe fix

* cleanup
2024-04-23 17:41:39 +10:00
Asher Gomez
998b14b78d
ci: validate PR titles (#4557)
* ci: validate PR titles

* tweak

* tweaks
2024-04-23 15:10:02 +10:00
Asher Gomez
e1a0275450
chore: update Codecov settings (#4623) 2024-04-22 15:50:49 +09:00
Asher Gomez
1a507a18ab
chore: use <os>-latest (#4622)
* chore: use `<os>-latest`

* fix
2024-04-22 16:44:04 +10:00
Asher Gomez
53ff1ed01e
chore: update to rust@1.77.2 (#4621)
* chore: update to `rust@1.77.2`

* tweak
2024-04-22 15:00:32 +09:00
Asher Gomez
762a7c266d
chore: reword to use "package" (#4612)
* chore: reword to use "package"

* tweak
2024-04-22 05:23:12 +00:00
Asher Gomez
f51910c507
chore: cleanup old git submodule settings (#4613)
* chore: cleanup old git submodule settings

* fix
2024-04-22 14:15:50 +09:00
Yoshiya Hinosawa
78779a9d96
test(csv): fix type error in csv/parse_test.ts (#4609) 2024-04-22 14:06:38 +09:00
Asher Gomez
3f9d4a8494
chore: simplify deprecation notice check (#4577) 2024-04-17 15:36:50 +09:00
Asher Gomez
b2edca6441
chore(CI): perform dry-run publish to be done in PRs (#4591)
* chore: use canary in publish workflow (#4590)
This allows us to catch issues with dry-run publishes before cutting a release.

* test should fail

* revert

* Update .github/workflows/workspace_publish.yml

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>

* tweak

* tweak

* Update .github/workflows/workspace_publish.yml

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-04-16 17:00:21 +10:00
Asher Gomez
2584aa7d5c
chore: use canary in publish workflow (#4590) 2024-04-15 23:42:57 +00:00
Asher Gomez
aac68299c2
chore: enable Codecov comments in PRs (#4579) 2024-04-12 16:24:40 +10:00
Asher Gomez
7396d36ce7
docs: update public symbol and module documentation style (#4570)
* deprecation(semver): deprecate `rangeMax()` and `rangeMin()` (#4561)
To accompany #4569

* Update CONTRIBUTING.md

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

* Update CONTRIBUTING.md

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

* fmt

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-04-11 21:35:52 +10:00
Asher Gomez
31c7786c52
docs: ARCHITECTURE.md (#4559)
* docs: `ARCHITECTURE.md`

* tweaks
2024-04-10 11:27:39 +10:00
Asher Gomez
60eb08b064
chore: enable simulated tests for Deno 2 (#4556)
* chore: add simulated tests for Deno 2

* tweak

* tweak
2024-04-09 07:47:50 +10:00
Asher Gomez
74fc8ff920
chore: add "Documentation" to contributing guidelines (#4543) 2024-04-03 18:17:02 +11:00
Asher Gomez
58826d04f4
chore: add "ws" to word definitions for spell-checker (#4540)
* chore: add "ws" to typos word definitions

* tweak
2024-04-02 00:54:29 +00:00
Yoshiya Hinosawa
5746475937
chore: add --allow-dirty flag to publish dry run (#4535) 2024-03-28 14:01:44 +09:00
Asher Gomez
bcfc7e003e
chore(crypto): upgrade dependencies (#4530)
* docs(fs): polish documentation (#4526)

* Try this.

* bad name

* Revert "bad name"

This reverts commit 677f1649e3.

Revert "Try this."

This reverts commit 7d0f73c1e8.

* try this

---------

Co-authored-by: David Sherret <dsherret@gmail.com>
2024-03-28 13:24:37 +11:00
Yoshiya Hinosawa
453b2f7d12
chore: drop lint in macos (#4520) 2024-03-26 11:26:49 +09:00
Asher Gomez
5061ec38f3
chore: refactor lint:mod-exports task to use std/path (#4503) 2024-03-25 15:03:01 +11:00
Asher Gomez
e99375a8e2
chore(crypto): upgrade to rust@1.76.0 and 2021 edition (#4504) 2024-03-20 03:19:01 +10:00
Asher Gomez
fec288bcbd
docs: account for classes in test guideline (#4495) 2024-03-17 08:02:05 +10:00
Asher Gomez
3684415b1c
chore(CI): use --allow-dirty for publish action (#4492) 2024-03-15 10:23:04 +09: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
Niklas
30561d8e60
chore: move typos action config (#4452) 2024-03-08 14:14:45 +09:00
Niklas
3566395ebd
chore: run on Deno v1.x (#4451) 2024-03-08 06:58:34 +11:00
Yoshiya Hinosawa
45f7a6b460
chore(testing): update snapshot testing expectations (#4416) 2024-02-29 21:38:35 +09:00
Yoshiya Hinosawa
fc86bd91fa
chore: use 'release' event for triggering jsr publish (#4370) 2024-02-22 16:11:40 +09:00
Asher Gomez
0e9f8694a2
chore(_tools): remove unneeded --unstable flag (#4360) 2024-02-21 13:51:30 +09:00
Divy Srivastava
6e2838f3a9
fix: ci workflow (#4290) 2024-02-08 20:38:27 +11:00
Divy Srivastava
60fd17304f
fix: version bump workflow (#4288) 2024-02-08 09:08:44 +00:00
Yoshiya Hinosawa
20dae6b4e0
chore: publish workspace on tag push (#4281) 2024-02-06 18:43:20 +09:00
dependabot[bot]
7bb7d8ee08
chore(deps): bump codecov/codecov-action from 3 to 4 (#4279) 2024-02-06 05:13:27 +11:00
Luca Casonato
6dad7609c3
chore: set up workspace publish from CI (#4210) 2024-01-26 16:51:24 +09:00
Asher Gomez
43e960aca1
chore(crypto): upgrade to rust@1.75.0 and wasmbuild@0.15.5 (#4193) 2024-01-15 15:04:10 +11:00
Asher Gomez
301851485f
chore: update security policy (#4115) 2024-01-05 16:57:33 +09:00
Asher Gomez
6fa107eea0
docs: add test name convention (#3959) 2023-12-14 14:39:22 +11:00
Asher Gomez
49efcbdeb6
chore(CI): re-enable Deno stable (#3954) 2023-12-14 14:27:44 +11:00
Leo Kettmeir
cd7cbb2c45
feat: new std/webgpu sub-module (#3119)
* work

* lint fix

* fmt

* tweaks

* doc

* housekeeping

* fix up, add tests

* remove web compatible

* tweaks

* fix test names

* add examples

* fix up

* remove debug

* Update webgpu/mod.ts

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

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-12 15:33:07 +11:00
Asher Gomez
2abbe54a26
chore(ci): temporarily disable Deno stable in CI (#3929) 2023-12-12 14:49:13 +11:00
scarf
cfe0acef6e
docs: remove link to github discussions (#3908) 2023-12-07 18:54:34 +11:00
dependabot[bot]
aafab81ae7
chore(deps): bump actions/labeler from 4 to 5 (#3895)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2023-12-05 17:48:47 +09:00
Asher Gomez
a8ccae3957
chore: group Dependabot PRs (#3865) 2023-11-28 14:14:29 +11:00
Asher Gomez
3d41792850
docs: add "Deprecations" section to contributing guide (#3858) 2023-11-27 19:38:07 +11:00
Asher Gomez
0643203103
chore: update Rust for std/crypto to 1.74.0 (#3832)
* chore: update Rust for `std/crypto`

* fix

* x

* update
2023-11-22 18:41:16 +11:00
Asher Gomez
57bdc79605
chore: configure dependabot for std/crypto (#3825) 2023-11-22 03:54:57 +11:00
Asher Gomez
46add76a9f
chore: cleanup after removal of std/wasi (#3808)
* chore: cleanup remaining `std/wasi` files

* fix
2023-11-16 19:44:55 +09:00
Asher Gomez
255a3765d3
feat: std/data_structures (#3734) 2023-11-15 21:17:44 +11:00
Asher Gomez
0687caed4e
BREAKING: remove deprecated std/wasi module (#3733) 2023-11-15 21:16:55 +11:00
Asher Gomez
192c8c8e8c
chore: trim CODEOWNERS (#3790)
* chore: remove CODEOWNERS

* rework
2023-11-13 16:34:14 +11:00
Asher Gomez
6585d779c2
docs: re-write contributing guide (#3748) 2023-11-11 22:11:19 +11:00
Asher Gomez
b33fb184cc
docs: add security policy (#3773) 2023-11-09 05:08:28 +11:00
Asher Gomez
fafee407d3 quieter 2023-11-02 16:50:42 +11:00
Asher Gomez
ddca274dda revert: CI changes 2023-11-02 16:50:42 +11:00
Asher Gomez
17457b45e3 tweaks 2023-11-02 16:50:42 +11:00
Asher Gomez
8ab5c4c692 chore: add ok task 2023-11-02 16:50:42 +11:00
Asher Gomez
158d4fbab9
docs: add code of conduct (#3747) 2023-10-31 17:16:47 +11:00