Skip to content

Releases: open-pioneer/trails-build-tools

@open-pioneer/build-support@2.0.0

01 Dec 12:34
4c1a121
Compare
Choose a tag to compare

Major Changes

  • 5601a5e: Breaking Change: Require Node >= 18

Patch Changes

@open-pioneer/build-package@2.0.0

01 Dec 12:34
4c1a121
Compare
Choose a tag to compare

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

01 Dec 12:34
4c1a121
Compare
Choose a tag to compare

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-common@2.0.0

01 Dec 12:34
4c1a121
Compare
Choose a tag to compare

Major Changes

  • 5601a5e: Breaking Change: Require Node >= 18

Patch Changes

@open-pioneer/vite-plugin-pioneer@1.1.2

12 Sep 14:58
Compare
Choose a tag to compare

Patch Changes

  • de95243: Fix infinite recursion when packages depend on each other (dependency cycle).

@open-pioneer/vite-plugin-pioneer@1.1.1

04 Aug 10:50
Compare
Choose a tag to compare

Patch Changes

  • 7d90953: Only consider devDependencies for local (in-source) packages.

@open-pioneer/vite-plugin-pioneer@1.1.0

04 Aug 09:14
Compare
Choose a tag to compare

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

04 Aug 09:14
Compare
Choose a tag to compare

Patch Changes

@open-pioneer/build-package@1.0.4

04 Aug 11:12
Compare
Choose a tag to compare

Patch Changes

  • c62a32b: Restore compatibility with older sass versions

@open-pioneer/build-package@1.0.3

04 Aug 10:50
Compare
Choose a tag to compare

Patch Changes

  • adcd8b9: Don't use deprecated default export of sass package