This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@open-pioneer/build-common@2.0.0
Major Changes
5601a5e: Breaking Change: Require Node >= 18
Patch Changes
5601a5e: Bump dependencies
@open-pioneer/build-package@2.0.0
Major Changes
5601a5e: Breaking Change: Require Node >= 18
Patch Changes
5601a5e: Bump dependencies
Updated dependencies [5601a5e]
Updated dependencies [5601a5e]
@open-pioneer/build-common@2.0.0
@open-pioneer/build-support@2.0.0
@open-pioneer/build-package-cli@2.0.0
Major Changes
5601a5e: Breaking Change: Require Node >= 18
Patch Changes
5601a5e: Bump dependencies
Updated dependencies [5601a5e]
Updated dependencies [5601a5e]
@open-pioneer/build-package@2.0.0
@open-pioneer/build-support@2.0.0
Major Changes
5601a5e: Breaking Change: Require Node >= 18
Patch Changes
5601a5e: Bump dependencies
@open-pioneer/tag-current-versions@2.0.0
Major Changes
5601a5e: Breaking Change: Require Node >= 18
Patch Changes
5601a5e: Bump dependencies
@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 chose 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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@open-pioneer/build-common@2.0.0
Major Changes
Patch Changes
@open-pioneer/build-package@2.0.0
Major Changes
Patch Changes
@open-pioneer/build-package-cli@2.0.0
Major Changes
Patch Changes
@open-pioneer/build-support@2.0.0
Major Changes
Patch Changes
@open-pioneer/tag-current-versions@2.0.0
Major Changes
Patch Changes
@open-pioneer/vite-plugin-pioneer@2.0.0
Major Changes
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 chose to excludedevDependencies
; 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.Patch Changes