node-lit (3.3.3-3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 3.3.3-4 > 3.3.3-3
- Git: https://salsa.debian.org/homeassistant-team/js/node-lit.git
-
- Branch: main
- Path: debian/changelog
- Repo size: 1253376
- Browser: https://salsa.debian.org/homeassistant-team/js/node-lit
- Last scan: 2026-09-05 02:53:01+00
- Error: https://salsa.debian.org/api/v4/projects/homeassistant-team%2Fjs%2Fnode-lit API request failed: 401 Unauthorized at /srv/qa.debian.org/data/vcswatch/vcswatch line 410.
- Next scan: 2026-09-11 02:31:00+00
- Debian changelog in Git:
node-lit (3.3.3-4) unstable; urgency=medium
* Fix FTBFS/empty production build with TypeScript >= 6.0 (Closes
autopkgtest regression). tsc now makes target=es5 a hard error
(TS5107) in the polyfill-support builds, so tsc --build failed and
the subsequent rollup -c was skipped, shipping packages without
their production bundles (lit/index.js, lit-element/index.js). Add
ts6-ignore-es5-deprecation.patch setting ignoreDeprecations: 6.0 on
the four polyfill-support tsconfigs.
* debian/rules: make the core-package build loop fail on error instead
of masking a mid-loop tsc/rollup failure.
-- Juan Manuel Méndez Rey <juan.mendezr@proton.me> Sun, 30 Aug 2026 15:12:08 +0200
- This branch is 2 commits ahead of tag debian/3.3.3-3
- Git log:
commit 9b218e993acd1bae3c2a8c7bea9b3b745e1de9a6
Merge: 688de1d bb64b15
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sun Aug 30 15:18:40 2026 +0200
Merge branch 'fix-ts6-es5-build' into 'main'
Fix FTBFS/empty production build with TypeScript >= 6.0 (target=es5 TS5107) (3.3.3-4)
See merge request homeassistant-team/js/node-lit!5
commit bb64b15899b5a96c8d85ca87fb609296c6f4659d
Author: Juan Manuel Méndez Rey <juan.mendezr@proton.me>
Date: Sun Aug 30 15:12:08 2026 +0200
Fix FTBFS with TypeScript >= 6.0 (target=es5 TS5107); harden build loop (3.3.3-4)