Releases: open-pioneer/trails-build-tools
Releases · open-pioneer/trails-build-tools
@open-pioneer/build-support@2.0.0
@open-pioneer/build-package@2.0.0
@open-pioneer/build-package-cli@2.0.0
@open-pioneer/build-common@2.0.0
@open-pioneer/vite-plugin-pioneer@1.1.2
Patch Changes
- de95243: Fix infinite recursion when packages depend on each other (dependency cycle).
@open-pioneer/vite-plugin-pioneer@1.1.1
Patch Changes
- 7d90953: Only consider devDependencies for local (in-source) packages.
@open-pioneer/vite-plugin-pioneer@1.1.0
Minor Changes
- e05d707: Include devDependencies in dependency analysis. Dev dependencies will now have their services, properties, etc. automatically linked into the application.
Patch Changes
-
99354bf: Improve error message when two versions of the same pioneer package are encountered.
Only a single version per pioneer package per app is supported: all packages must share the same version and location on disk.The vite overlay in the browser now shows a comprehensible error message such as this:
[plugin:pioneer:codegen] Encountered the package '@open-pioneer/runtime' at two different locations. Pioneer packages cannot be used more than once in the same application. All packages must use a common version of '@open-pioneer/runtime'. 1. @open-pioneer/runtime@1.0.0 at $HOME/projects/pioneer/starter/node_modules/.pnpm/@open-pioneer+runtime@1.0.0_@formatjs+intl@2.9.0_@open-pioneer+chakra-integration@1.0.0_@open_4cza3noe47gq2v2rsqn2cypo4q/node_modules/@open-pioneer/runtime 2. @open-pioneer/runtime@0.1.5 at $HOME/projects/pioneer/starter/node_modules/.pnpm/@open-pioneer+runtime@0.1.5_@formatjs+intl@2.9.0_@open-pioneer+chakra-integration@0.1.4_@open_m544g2vyxvedm3ipuqpqhltgfy/node_modules/@open-pioneer/runtime
-
146743d: Bump dependencies
-
Updated dependencies [3a0fb62]
-
Updated dependencies [146743d]
- @open-pioneer/build-common@1.0.2
@open-pioneer/tag-current-versions@1.0.1
Patch Changes
- 146743d: Bump dependencies
@open-pioneer/build-package@1.0.4
Patch Changes
- c62a32b: Restore compatibility with older sass versions
@open-pioneer/build-package@1.0.3
Patch Changes
- adcd8b9: Don't use deprecated default export of sass package