1019 Commits

Author SHA1 Message Date
DoGukKim
81db251cb0 feat(question): add #37814 - IsBooleanLiteral 2025-12-14 01:57:42 +00:00
Mu-Hun
00122042c4
docs(i18n): Correct Korean translation; clarify English prompt (#37666) 2025-11-27 14:41:51 +09:00
Mu-Hun
a27a7afc09
chore(meta): Update GitHub username to @mu-hun (#37665) 2025-11-27 14:41:25 +09:00
Kanon
b36c05c9cd
Merge pull request #29068 from type-challenges/dependabot/npm_and_yarn/word-wrap-1.2.4
chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
2025-09-08 21:59:28 +09:00
ysknsid25
15b9f54aaa Merge branch 'main' into dependabot/npm_and_yarn/word-wrap-1.2.4
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
2025-09-08 21:59:10 +09:00
Kanon
602bda6d25
Merge pull request #29356 from type-challenges/dependabot/npm_and_yarn/json5-1.0.2
chore(deps-dev): bump json5 from 1.0.1 to 1.0.2
2025-09-08 21:56:57 +09:00
ysknsid25
a15e769c07 Merge branch 'main' into dependabot/npm_and_yarn/json5-1.0.2
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
2025-09-08 21:56:42 +09:00
Kanon
b504acc7bb
Merge pull request #29358 from type-challenges/dependabot/npm_and_yarn/semver-5.7.2
chore(deps-dev): bump semver from 5.7.1 to 5.7.2
2025-09-08 21:51:15 +09:00
ysknsid25
d32238efb6 Merge branch 'main' into dependabot/npm_and_yarn/semver-5.7.2
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
2025-09-08 21:49:53 +09:00
Kanon
2df3c81498
Merge pull request #36633 from type-challenges/dependabot/npm_and_yarn/micromatch-4.0.8
chore(deps): bump micromatch from 4.0.4 to 4.0.8
2025-09-08 21:40:20 +09:00
Phil Goodbread
b8b8a014b1
docs: add solution link to typescriptpro.com (#37304) 2025-09-08 19:46:34 +09:00
Kanon
e267da6e5e
Merge pull request #36652 from rewrit3/main
i18n: translate to pt-br
2025-06-07 08:09:30 +09:00
rewrit3
7a864af313 i18n: translate to pt-br 2025-06-06 15:54:51 -04:00
dependabot[bot]
4a12dac1de
chore(deps): bump micromatch from 4.0.4 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.4...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-version: 4.0.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-04 06:24:36 +00:00
Noritaka Kobayashi
6b8d788ce3
refactor: use an object spread instead of Object.assign (#36622) 2025-06-04 14:23:47 +08:00
Noritaka Kobayashi
142c716d69
chore: update ansis from v3 to v4 (#36623) 2025-06-04 14:23:31 +08:00
Kanon
ff99559270
Merge pull request #35949 from codingaring/main
#03057 add-error-cases
2025-06-04 14:52:54 +09:00
Noritaka Kobayashi
64a7ac7594
refactor: remove unnecessary cast (#36620) 2025-06-02 18:31:54 +08:00
Noritaka Kobayashi
cba6405d3b
chore: fix typos (#36619) 2025-06-02 17:28:30 +08:00
Kanon
20e6abfc0c
docs: Update libraries written in README (#36606) 2025-05-31 08:53:12 +08:00
Kanon
9cf88eebf9
Merge pull request #36607 from type-challenges/dependabot/npm_and_yarn/braces-3.0.3
chore(deps): bump braces from 3.0.2 to 3.0.3
2025-05-31 09:13:28 +09:00
dependabot[bot]
421505f6d2
chore(deps): bump braces from 3.0.2 to 3.0.3
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-version: 3.0.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-31 00:08:55 +00:00
ysknsid25
8655d43586 chore: update index 2025-05-29 11:34:08 +00:00
Kanon
f9ec872bb3
Merge pull request #35992 from type-challenges/pulls/35991
#35991 - MyUppercase
2025-05-29 20:27:32 +09:00
antfu
b1baef1ccd chore: update index 2025-04-23 00:06:00 +00:00
tac-tac-go
960dcdc47f
Create README.ja.md (#36334) 2025-04-22 12:34:02 +08:00
antfu
811dbac9d1 chore: update index 2025-04-09 00:05:31 +00:00
tac-tac-go
29eb4f8296
feat: add README.ja.md for 35252 (#36008) 2025-04-08 14:43:24 +08:00
NaNix
928ed59026
add a test-case with different type in PromiseAll generic (#35909) 2025-04-08 14:42:56 +08:00
Max Chang
149e27c9e5
fix: correct tag to template-literal (#36043) 2025-04-08 14:42:41 +08:00
SunKyu Choi
479dc2ba8b
fix: Normalize JSON-related tags to JSON for consistency (#36206)
* fix: change tog json to JSON

* docs: rebuild reame script
2025-04-08 14:21:42 +08:00
NaNix
3a2648b0e6 feat(question): add #35991 - MyUppercase 2025-03-10 15:34:25 +00:00
codingaring
1ad12957a6 feat(03057-easy-push)-add-error-cases 2025-03-05 16:36:43 +09:00
webdiscus
986b79d21a
feat: replace picocolors with ansis (#35763) 2025-02-14 12:01:10 +08:00
Hiroto Watanabe
0514c21cb2
docs(README): add japanese readme of 645 and 949 (#35754)
* docs(README): add japanese readme of 645

* docs(README): add japanese readme of 949
2025-02-12 15:15:22 +08:00
antfu
e9317f6b50 chore: update index 2025-01-03 00:05:21 +00:00
Fang Lu
b40802ae0f
docs(README): add chinese readme of 18142 (#35346) 2025-01-02 13:41:56 +08:00
antfu
f11cbc4fd9 chore: update index 2024-12-25 00:05:08 +00:00
github-actions[bot]
1a931f3e62
feat(question): add #35314 - Valid Sudoku (#35315)
Co-authored-by: Apollo Wayne <2839883+Shinerising@users.noreply.github.com>
2024-12-24 16:45:33 +08:00
Kanon
e3e90f3352
case(Integers Comparator): add consider decimal (#35273)
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
2024-12-16 13:43:18 +08:00
antfu
d42307427a chore: update index 2024-12-15 00:06:12 +00:00
github-actions[bot]
bdc6826cd8
feat(question): add #34857 - Defined Partial Record (#34858)
Co-authored-by: Aleksandr Trutanov <14129937+alex-altay@users.noreply.github.com>
2024-12-14 17:43:52 +08:00
Guspan Tanadi
0d821385e3
docs(README): sudoku challenge recent links (#35264) 2024-12-12 16:23:58 +08:00
Kanon
117ba7ebb2
case(ValidDate): add consider Feb,Apr,Jun,Sep,Nov Last Date (#35263)
Signed-off-by: ysknsid25 <kengo071225@gmail.com>
2024-12-11 22:55:22 +08:00
antfu
5a9276242b chore: update index 2024-12-11 00:05:26 +00:00
github-actions[bot]
7ecb9b5114
feat(question): add #35252 - IsAlphabet (#35253)
Co-authored-by: Kanon <44870505+ysknsid25@users.noreply.github.com>
2024-12-10 20:28:51 +08:00
jiangshanmeta
086d4aafc0 chore: update index 2024-12-09 11:41:47 +00:00
github-actions[bot]
9eecb44eca
feat(question): add #35045 - Longest Common Prefix (#35046)
Co-authored-by: Tom Cleary <95324561+thomcleary@users.noreply.github.com>
2024-12-09 19:19:09 +08:00
jiangshan
b03e000ef9
chore: create default yml for Trace 2024-12-09 19:17:25 +08:00
antfu
ad4e7152a5 chore: update index 2024-12-09 00:05:51 +00:00