Commit Graph

272 Commits

Author SHA1 Message Date
dependabot[bot]
82ccee6390
chore: bump codecov/codecov-action from 4 to 5 (#6193)
Some checks are pending
ci / test (canary, macOS-latest) (push) Waiting to run
ci / test (canary, ubuntu-latest) (push) Waiting to run
ci / test (canary, windows-latest) (push) Waiting to run
ci / test (v1.x, macOS-latest) (push) Waiting to run
ci / test (v1.x, ubuntu-latest) (push) Waiting to run
ci / test (v1.x, windows-latest) (push) Waiting to run
ci / test (v2.x, macOS-latest) (push) Waiting to run
ci / test (v2.x, ubuntu-latest) (push) Waiting to run
ci / test (v2.x, windows-latest) (push) Waiting to run
ci / test-node (latest, ubuntu-latest) (push) Waiting to run
ci / lint (ubuntu-latest) (push) Waiting to run
ci / lint (windows-latest) (push) Waiting to run
ci / wasm (crypto/_wasm) (push) Waiting to run
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-11-19 13:56:19 +09:00
Yoshiya Hinosawa
ece0256dcf
BREAKING(archive): remove std/archive package (#6185) 2024-11-19 13:55:08 +09:00
Yoshiya Hinosawa
60b491755e
chore: check publish --dry-run after testing (#6184) 2024-11-14 14:56:24 +09:00
Yoshiya Hinosawa
31369efc59
chore: add kv to scopes of title check (#6150) 2024-10-28 20:03:21 +09:00
dependabot[bot]
d85d0d8032
chore: bump denoland/setup-deno from 1 to 2 (#6118) 2024-10-15 14:26:29 +09:00
denobot
b4e5d21762
chore: release 2024.10.10 (#6098)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-10-10 18:46:27 +09:00
Yoshiya Hinosawa
7bd32f0e61
chore: update setup-deno (#6097) 2024-10-09 18:15:41 +09:00
Asher Gomez
b324bfa160
chore: re-enable test:browser task in CI (#6070)
* chore: re-enable `test:browser` task in CI

* update workspace members

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-10-03 21:53:12 +09:00
Asher Gomez
91c108e148
chore: re-enable Codecov (#6055)
* chore: re-enable Codecov

* fix
2024-09-25 13:41:15 +09:00
Asher Gomez
93fe4a1b99
chore: remove redundant Deno future CI step (#6054) 2024-09-25 13:25:49 +09:00
Asher Gomez
5c7d0ead72
chore: run deno fmt (#6039)
* chore: run `deno fmt`

* temp fix
2024-09-24 01:08:07 +00:00
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
Asher Gomez
4e41ee1e96
chore: update graph and dependencies (#5997) 2024-09-17 14:04:45 +09:00
Yoshiya Hinosawa
75a50aecf7
chore: document unstable new feature processes (#5976)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-09-13 14:35:36 +09:00
Asher Gomez
1d22380fdf
chore: general package cleanups (#5932) 2024-09-10 23:00:37 +09:00
Yoshiya Hinosawa
4ac8373230
chore: add settings for new @std/cbor package (#5915) 2024-09-05 14:15:28 +09:00
Asher Gomez
5aa54eff2b
chore: prepare for @std/tar package (#5906) 2024-09-04 06:49:47 +00:00
Yoshiya Hinosawa
0ebec10450
chore: specify import map path in version_bump workflow (#5826) 2024-08-26 18:03:26 +09:00
denobot
2b3683b6fb
chore: release 2024.08.26 (#5824)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2024-08-26 17:33:29 +09:00
Ian Bull
d51b349381
chore: add a note about error message format exception (#5797) 2024-08-26 13:00:27 +09:00
Asher Gomez
dea7d7701a
docs(archive,assert,cache,cli,encoding,html,http,net,streams,text): remove unstable Markdown alert (#5672)
* docs(archive,cli,html,http,net,streams,text): remove unstable Markdown alert

* update

* fix

* update

* fmt

* fix
2024-08-22 02:55:17 -04:00
Ian Bull
8f3dd6ef0b
chore: update the style guide, specifically disallow periods in error messages (#5753) 2024-08-22 14:30:16 +09:00
Ian Bull
f0031966c9
chore: update the style guide, error messages may describe desired state (#5757) 2024-08-22 14:03:42 +09:00
Asher Gomez
86aeb5e17a
chore: re-enable browser compat (#5731)
* chore: re-enable browser compat

* fix
2024-08-20 13:58:45 +10:00
Ian Bull
11513e0655
refactor(io): create a style guide for error messages, align error messages to the style guide (#5671)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2024-08-20 12:27:43 +09:00
Asher Gomez
6521b76d92
chore: re-enable Deno v1 in CI (#5729) 2024-08-20 12:26:05 +09:00
Yoshiya Hinosawa
75cb7674f1
chore: avoid deno.lock incompatibility in ci (#5726) 2024-08-19 22:01:51 +09:00
Yoshiya Hinosawa
19675cd695
chore: fix formatting of markdown file (#5721) 2024-08-19 13:21:30 +09:00
Yusuke Tanaka
43f2a2dffd
chore: support expect-error directive in code snippets evaluator (#5688)
This commit adds support for `expect-error` directive in code snippets
evaluator, which allows example snippets to have ones that are expected to fail
either at compile time or runtime.
2024-08-16 02:58:01 -07:00
lionel-rowe
0c64f32cc3
feat(cache/unstable): add memoize() and LruCache (#4725)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-08-09 01:12:24 +09:00
Asher Gomez
602396adf7
chore: update graph (#5648) 2024-08-07 21:35:59 +09:00
Yoshiya Hinosawa
89c642d808
chore: add random scope in title ci check (#5629) 2024-08-05 17:36:55 +09:00
Yoshiya Hinosawa
fab93bb71d
chore: fix workspace publish workflow (#5623) 2024-08-02 20:38:18 +09:00
Yoshiya Hinosawa
b315e049b6
chore: clarify the policy about new features (#5581)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-31 12:33:03 +09:00
Asher Gomez
72e246222b
fix(http): update localhost strings in tests (#5563)
* fix(http): update localhost strings in tests

* fix
2024-07-29 13:59:32 +10:00
Yoshiya Hinosawa
3fbc223f98
chore: allow manual dispatch of workspace_publish (#5556) 2024-07-26 20:13:22 +09:00
Asher Gomez
f1ee8ac2c6
chore: document design decision to only use @std/assert within testing code (#5516) 2024-07-23 12:09:45 +09:00
Asher Gomez
00645f09bf
chore: document how to document unstable APIs (#5484) 2024-07-19 12:59:38 +09:00
Yoshiya Hinosawa
13d587f8b9
chore: allow scope/unstable notation in commit title (#5474) 2024-07-18 13:18:34 +09:00
Asher Gomez
7d169f5b4b
chore: answer versioning questions in FAQ (#5469) 2024-07-18 14:14:56 +10:00
Asher Gomez
e68eaf70eb
chore: document how to find changed API (#5435) 2024-07-16 14:12:17 +10:00
Yoshiya Hinosawa
0f4ff71948
feat(ulid): add single-export endpoints (#5426) 2024-07-12 16:48:01 +09:00
Yoshiya Hinosawa
94fff63978
chore: re-enable CI with CLI v1 (#5430) 2024-07-12 16:45:39 +09:00
Asher Gomez
ef28e1315a
chore: temporarily disable v1.x in CI (#5418)
* chore: temporarily disable v1.x in CI

* tweak

* reset CI

* reset CI

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-07-11 22:14:43 +00:00
Yoshiya Hinosawa
26d6d2b510
chore: use new format for workspaces and re-enable using Deno canary and v1.x (#5375)
* chore: use new format for workspaces

* fixes

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-11 10:24:30 +10:00
Asher Gomez
2308f8263f
chore(fmt): release fmt@1.0.0-rc.1 (#5372)
* chore(fmt): release `fmt@1.0.0-rc.1`

* update graph
2024-07-10 15:05:25 +10:00
Asher Gomez
1f26aa503b
chore: update dependency graph (#5362) 2024-07-09 16:20:18 +10:00
Yoshiya Hinosawa
10be0e3fde
chore: run test in Node.js (#5258)
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-07-04 14:36:47 +09:00
Asher Gomez
fc2975b21f
chore: temporarily disable canary (#5290)
* chore: temporarily disable canary

* fix

* fix

* more fixing

* fix

* fixing...
2024-07-04 13:47:53 +09:00
Asher Gomez
aaf09a8027
docs: cleanup README (#5174) 2024-06-27 18:55:45 +10:00