Releases: open-pioneer/trails-build-tools
Releases · open-pioneer/trails-build-tools
@open-pioneer/build-package-cli@2.0.2
@open-pioneer/build-common@2.0.2
@open-pioneer/vite-plugin-pioneer@2.0.1
@open-pioneer/tag-current-versions@2.0.1
Patch Changes
- 715b45e: Update package.json metadata
@open-pioneer/build-support@2.0.1
Patch Changes
- 715b45e: Update package.json metadata
@open-pioneer/build-package@2.0.1
@open-pioneer/build-package-cli@2.0.1
@open-pioneer/build-common@2.0.1
Patch Changes
- 715b45e: Update package.json metadata
@open-pioneer/vite-plugin-pioneer@2.0.0
Major Changes
-
5601a5e: Breaking Change: Require Node >= 18
-
c15512c: Breaking Change: A trails package's
devDependencies
are no longer included in the build (fixes #43).
For normal dependencies, service classes are automatically picked up and compiled into the application.This behavior is surprising for
devDependencies
: license scanners and cve scanner sometimes choose to exclude
devDependencies
; which would have been invalid prior to this change (as the code was compiled in anyway).If your package depends on another trails package at runtime, configure an entry in
peerDependencies
instead.