Commit Graph

30 Commits

Author SHA1 Message Date
Asher Gomez
58dbbd6bd2
chore: enable no-console lint rule (#5975) 2024-09-13 15:43:13 +10:00
Yoshiya Hinosawa
77996a9eb1
chore: update check_deprecation.ts (#4657) 2024-04-30 08:37:05 +09:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
ac5723de73
chore: JSDoc checker (#4618)
* chore: JSDoc checker

* work

* fix
2024-04-22 07:07:34 +00:00
Asher Gomez
3f9d4a8494
chore: simplify deprecation notice check (#4577) 2024-04-17 15:36:50 +09:00
Asher Gomez
fe9b2958fe
deprecation(permissions): update removal time for std/permissions (#4575) 2024-04-17 15:23:56 +09:00
Asher Gomez
7630dd5418
deprecation(console): copy std/console APIs into std/cli and deprecate std/console (#4547)
deprecation(console): merge `std/console` into `std/cli`
2024-04-08 14:32:55 +10:00
Jeremy Banks
260292cf2e
fix(_tools): update check_deprecation path exclusion to recognize Windows directory separators (#4519)
fix(_tools): update check_deprecation path exclusion to recognize Windows directory separators
2024-03-26 12:31:22 +11:00
Asher Gomez
b9f3a74c8b
BREAKING(semver): remove eq(), gt(), gte(), lt(), lte() and neq() (#4294) 2024-02-09 23:26:42 +00:00
Asher Gomez
7e9ee318c2
chore: ignore /docs folder (#4112) 2024-01-05 18:55:55 +11:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Asher Gomez
2148aad410
chore: centralise dev dependencies in deno.json (#3821) 2023-11-20 11:03:51 +11:00
Lino Le Van
6db939b8cf
chore: update tool imports (#3794) 2023-11-13 08:05:09 +11:00
Yoshiya Hinosawa
62315dc475
chore(_tools): fix type errors in _tools (#3635) 2023-09-13 22:11:01 +09:00
Yoshiya Hinosawa
aea85151e8
BREAKING(semver): rewrite semver (#3385)
See
- https://github.com/denoland/deno_std/pull/3169
- https://github.com/denoland/deno_std/pull/3385

---------

Co-authored-by: justinmchase <justin.m.chase@gmail.com>
Co-authored-by: Jesse Jackson <jsejcksn@users.noreply.github.com>
Co-authored-by: Max Duval <hi@mxdvl.com>
Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Tim Reichen <timreichen@users.noreply.github.com>
2023-06-12 12:47:03 +09:00
Asher Gomez
d02b577c69
BREAKING(encoding/varint): remove deprecated APIs (#3282) 2023-04-03 12:45:37 +09:00
Martin Braun
a31339e18e
feat(fs): undo deprecation of exists and add permission and type check to it (#2785) 2023-03-30 14:57:40 +09:00
ayame113
90bcfa422c
chore: update deprecation checker (#3280) 2023-03-25 15:56:53 +09:00
Ryan Dahl
1f96d9fd32
Remove std/node, it was merged into Deno itself (#3206)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-02-22 10:28:55 -05:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Asher Gomez
c633b37401
chore(_tools): upgrade deno_doc to 0.48.0 for deprecation check (#2866)
chore: upgrade deno_doc to 0.48.0
2022-11-09 16:14:56 -05:00
Tim Reichen
0ca0641842
chore(semver): rename inc and diff (#2826) 2022-11-07 12:09:54 -05:00
Asher Gomez
1859a59268
refactor(crypto): move crypto/_wasm_crypto/ to crypto/_wasm/ (#2845) 2022-11-07 15:53:46 +09:00
Asher Gomez
5c8bd0b6f6
refactor(encoding): move varint/_wasm_varint/ to varint/_wasm/ (#2844) 2022-11-07 15:10:38 +09:00
Asher Gomez
f3aca16f92
refactor(_tools): use fs/walk in deprecations check (#2837) 2022-11-07 14:19:18 +09:00
Asher Gomez
84af9ffe55
refactor: cleanup check licence headers tool (#2830) 2022-11-05 19:03:44 +09:00
Asher Gomez
c1ec22566d
chore: correct ignored files for checks, linting and formatting (#2789)
chore: correct ignored files for checks, etc.
2022-10-18 10:35:39 -04:00
Asher Gomez
3d2dc6d913
chore: upgrade to deno_graph@0.34.0 for circular dependency check (#2724) 2022-09-30 14:38:12 +09:00
Tim Reichen
2e5afa21ae
chore(tools/check_deprecation): use deno_doc for jsdoc parsing (#2661) 2022-09-16 11:34:50 +09:00
Tim Reichen
2f7713a164
chore(tools): add deprecation check (#2613) 2022-09-15 16:06:04 +09:00