typescript icon indicating copy to clipboard operation
typescript copied to clipboard

Exercism exercises in TypeScript.

Results 129 typescript issues
Sort by recently updated
recently updated
newest added

β„Ή More info: https://github.com/exercism/org-wide-files/commit/0328994b105cecbf8d5bcab2a7fc5b9791685f87 πŸ‘ Tracking issue: https://github.com/exercism/org-wide-files/issues/384

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. Release notes Sourced from actions/setup-node's releases. v4.0.3 What's Changed Bug fixes: Fix macos latest check failures by @​HarithaVattikuti in actions/setup-node#1041 Documentation changes: Documentation update...

dependencies
github_actions

Bumps [eslint](https://github.com/eslint/eslint) from 9.2.0 to 9.5.0. Release notes Sourced from eslint's releases. v9.5.0 Features b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) Bug Fixes...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 9.2.0 to 9.6.0. Release notes Sourced from eslint's releases. v9.6.0 Features e2b16e2 feat: Implement feature flags (#18516) (Nicholas C. Zakas) 8824aa1 feat: add ecmaVersion: 2025, parsing duplicate...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.3.2. Release notes Sourced from prettier's releases. 3.3.2 πŸ”— Changelog 3.3.1 πŸ”— Changelog 3.3.0 diff πŸ”— Release note Changelog Sourced from prettier's changelog. 3.3.2 diff...

dependencies
javascript

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.3.2. Release notes Sourced from prettier's releases. 3.3.2 πŸ”— Changelog 3.3.1 πŸ”— Changelog 3.3.0 diff πŸ”— Release note 3.2.5 πŸ”— Changelog 3.2.4 Fix .eslintrc.json format...

dependencies
javascript

Fixes the usability issue for users of the online editor reported in [this forum post](https://forum.exercism.org/t/please-give-useful-test-feedback/11415) for D&D Character.

I added and deleted generic type parameters from the list-ops exercise tests. I did this because I was having problems compiling the code and I also noticed that several generic...