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/fc1613760f6670850e29a593bbb5c9669edc23bd 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/394

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.18.0 to 8.4.0. Release notes Sourced from typescript-eslint's releases. v8.4.0 8.4.0 (2024-09-02) 🚀 Features typescript-estree: make withoutProjectParserOptions generic (#9877) ❤️ Thank You Josh Goldberg ✨ You can...

dependencies
javascript

Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.1.0 to 8.4.0. Release notes Sourced from typescript-eslint's releases. v8.4.0 8.4.0 (2024-09-02) 🚀 Features typescript-estree: make withoutProjectParserOptions generic (#9877) ❤️ Thank You Josh Goldberg ✨ You can...

dependencies
javascript

Bumps [diff](https://github.com/kpdecker/jsdiff) from 5.2.0 to 6.0.0. Changelog Sourced from diff's changelog. 6.0.0 (currently in beta) This is a release containing many, many breaking changes. The objective of this release was...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 9.8.0 to 9.9.1. Release notes Sourced from eslint's releases. v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930...

dependencies
javascript

Bumps [eslint](https://github.com/eslint/eslint) from 9.9.0 to 9.9.1. Release notes Sourced from eslint's releases. v9.9.1 Bug Fixes 9bde90c fix: add logic to handle fixTypes in lintText() (#18736) (Amaresh S M) Documentation 4840930...

dependencies
javascript

Bumps @exercism/eslint-config-typescript from 0.7.1 to 0.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@exercism/eslint-config-typescript&package-manager=npm_and_yarn&previous-version=0.7.1&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
javascript

Bumps @exercism/eslint-config-typescript from 0.7.1 to 0.8.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@exercism/eslint-config-typescript&package-manager=npm_and_yarn&previous-version=0.7.1&new-version=0.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
javascript

Bumps @exercism/babel-preset-typescript from 0.5.0 to 0.6.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@exercism/babel-preset-typescript&package-manager=npm_and_yarn&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
javascript

Closely related to #741 and #759 ? I solved the [Palindrome Products](https://exercism.org/tracks/typescript/exercises/palindrome-products) in the typescript track. I encounter what I believe to be timeout on your side. All tests are...