Skip to content

v12.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 10:13
· 101 commits to main since this release

12.0.0 (2025-01-22)

⚠ BREAKING CHANGES

  • update to VSCode 1.96

Bugfixes

  • adapt patch to new VSCode file format (834bc6a)
  • also fix release workflow (e44147b)
  • completely rework build process (0bff8d9)
  • demo: enable install-links to fix local dependency issues (bc21b7c)
  • fix build of rollup plugins (9b4b750)
  • fix xterm being imported from main (a400c24)
  • install missing dependencies (219677d)
  • make build deterministic (941683d)
  • remove yarn usage (58311e2)
  • stop removing IIFEs (2bc93d6)
  • transform all VSCode const enum to regular enum (6af2398)
  • typo (1ae34cd)
  • update release process to handle peerDependencies (9fb1e8d)

Refactor

  • demo: run local dependency update script (dfde372)
  • enable verbatimModuleSyntax (e36b105)
  • eslint autofix (3a6ff68)
  • regenerate package-lock (31f222c)
  • remove hack, simplify code (c0cdf72)
  • replace ts-node by tsx (fee240e)
  • simplify type reference (2243c10)
  • update all dependencies (06d678a)
  • update eslint and use recommended config (48c8934)
  • update node and npm (6e1994e)

Documentation

  • add missing details in doc (60b3457)

Libraries

  • demo: update demo local dependencies (bee38ba)
  • update semantic release librairies (807a99e)
  • update to VSCode 1.96 (841c0fc)