What changed in cosmiconfig-typescript-loader from 5 to 6

4 releases numbered after 5.1.0 up to and including 6.3.0, stable releases only. 5.1.0 and 6.3.0 are the newest stable releases of 5 and 6 we track; this page follows them as new ones ship.

11 changes across 4 releases

Added 1

6.0.0

  • TypeScriptLoaderSync is available as a synchronous loader alternative
Changed 4

6.3.0

  • Update dependencies to resolve security advisories

6.2.0

  • Update all non-major dependencies

6.0.0

  • TypeScriptLoader is now asynchronous
  • Upgrade to Jiti 2
Fixed 1

6.0.0

  • Improve typings
Removed 1

6.0.0

  • Drop support for Node 16
Deprecated 1

6.0.0

  • TypeScriptLoaderSync is deprecated as Jiti has deprecated their synchronous import API
Security 3

6.3.0

  • Pin all dependencies
  • Use trusted NPM OIDC for releases
  • Remove any manually generated tokens

One release in the range carries no categorized changes yet: 6.1.0. Their original notes, where the vendor published any, are below.

Original release notes, newest first

The list above is our reading of these notes; the originals from cosmiconfig-typescript-loader are here, one fold per release.

6.3.0Release 6.3.0
   ⚙️ Maintenance Release
  • deps: Update dependencies to resolve security advisories
  • security: Pin all dependencies
  • security: Use trusted NPM OIDC for releases
  • security: Remove any manually generated tokens

View originalPermalink

6.2.0Release 6.2.0
   ⚙️ Maintenance Release
  • cicd: Run CICD for Node 24
  • deps: Update all non-major depencies
  • repo: Add FUNDING.yaml
    View changes on GitHub

View originalPermalink

6.1.0Release 6.1.0
  • chore(deps): update all non-major dependencies #156
  • chore(deps): update node.js to v22 #153
  • chore(deps): update codecov/codecov-action action to v5 #157
  • build(deps): bump cross-spawn from 7.0.3 to 7.0.5 #155
  • build(deps): bump @eslint/plugin-kit from 0.2.1 to 0.2.3 #154
  • chore: update lint finding 0de32d9
  • chore(deps): update dependency node to v22 3e5f863

View originalPermalink

6.0.0Release 6.0.0

Breaking changes

  • TypeScriptLoader is now asynchronous
    • A synchronous loader can still be accessed by importing TypeScriptLoaderSync
      • TypeScriptLoaderSync is deprecated, as Jiti has deprecated their synchronous import API.
  • Drop support for Node 16

Misc changes

  • chore(deps): lock file maintenance #151
  • chore(deps): update all non-major dependencies #150
  • Upgrade to Jiti 2 #149
  • chore(deps): update dependency eslint to v9 #134
  • Migrate to pnpm and asdf-vm #148
  • cicd: Use pnpm and asdf-vm 22fc584
  • fix: missed npx commands, moved to pnpm exec 0056629
  • chore(deps): update remaining eslint packages e56943e
  • feat!: Upgrade to Jiti 2 f5ee080
  • chore(deps): update dependency @typescript-eslint/eslint-plugin to v8 deb156d
  • test: imrpove smoke tests ae87dd3
  • test: improve tests 364312b
  • chore: resolve lint issues 8a6d72a
  • fix: improve typings 6f9fb98
  • cicd: use frozen lockfile 304e26e
  • fix: codecov reporting 95a3e23
  • chore: remove reaching into jiti for types 1547200
  • cicd: fix coverage command usage 3757a12
  • chore!: drop support for Node 16 35cd021

View originalPermalink