Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #1936

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 13, 2024

🤖 New release

  • farmfe_compiler: 0.0.12 -> 0.0.13 (✓ API compatible changes)
  • farmfe_core: 0.7.0 -> 0.8.0 (⚠️ API breaking changes)
  • farmfe_plugin_bundle: 0.0.6 -> 0.0.7 (✓ API compatible changes)
  • farmfe_plugin_html: 0.0.12 -> 0.0.13 (✓ API compatible changes)
  • farmfe_plugin_lazy_compilation: 0.0.12 -> 0.0.13 (✓ API compatible changes)
  • farmfe_plugin_runtime: 0.0.12 -> 0.0.13 (✓ API compatible changes)
  • farmfe_plugin_script: 0.0.11 -> 0.0.12 (✓ API compatible changes)
  • farmfe_plugin_tree_shake: 0.0.11 -> 0.0.12 (⚠️ API breaking changes)
  • create_farm_node: 0.1.3 -> 0.1.4
  • farmfe_bench: 0.0.2 -> 0.0.3
  • farmfe_testing_helpers: 0.0.14 -> 0.0.15
  • farmfe_toolkit: 0.0.14 -> 0.0.15
  • farmfe_toolkit_plugin_types: 0.0.21 -> 0.0.22
  • farmfe_plugin_css: 0.0.14 -> 0.0.15
  • farmfe_plugin_define: 0.0.12 -> 0.0.13
  • farmfe_plugin_json: 0.0.12 -> 0.0.13
  • farmfe_plugin_minify: 0.0.12 -> 0.0.13
  • farmfe_plugin_partial_bundling: 0.0.12 -> 0.0.13
  • farmfe_plugin_polyfill: 0.0.12 -> 0.0.13
  • farmfe_plugin_progress: 0.0.12 -> 0.0.13
  • farmfe_plugin_resolve: 0.0.12 -> 0.0.13
  • farmfe_swc_transformer_import_glob: 0.0.12 -> 0.0.13
  • farmfe_plugin_static_assets: 0.0.12 -> 0.0.13

⚠️ farmfe_core breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ScriptConfig.import_not_used_as_values in /tmp/.tmpFemqIo/farm/crates/core/src/config/script.rs:74

⚠️ farmfe_plugin_tree_shake breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field StatementGraphEdge.used_import_all_fields in /tmp/.tmpFemqIo/farm/crates/plugin_tree_shake/src/statement_graph.rs:309
Changelog

farmfe_compiler

0.0.13 - 2024-11-26

Added

  • support tree shake import namespace (#1942)

Fixed

  • bundle export cjs entry file (#1964)
  • external alias #1957 (#1959)
  • bundle global variable preserve (#1940)

farmfe_core

0.8.0 - 2024-11-26

Fixed

  • freebsd build & cargo publish (#1938)
  • (runtime) async cache (#1902)

farmfe_plugin_bundle

0.0.7 - 2024-11-26

Fixed

  • bundle export cjs entry file (#1964)
  • bundle global variable preserve (#1940)

farmfe_plugin_html

0.0.13 - 2024-11-26

Fixed

farmfe_plugin_lazy_compilation

0.0.13 - 2024-11-26

Fixed

  • (runtime) async cache (#1902)

farmfe_plugin_runtime

0.0.13 - 2024-11-26

Fixed

farmfe_plugin_script

0.0.12 - 2024-11-26

Fixed

  • (runtime) async cache (#1902)

farmfe_plugin_tree_shake

0.0.12 - 2024-11-26

Added

  • support tree shake import namespace (#1942)

Fixed

create_farm_node

0.0.15

Patch Changes

  • d5e2b12: Add arch support for freebsd-x64

farmfe_bench

0.0.3 - 2024-11-26

Other

  • updated the following local packages: farmfe_compiler, farmfe_core

farmfe_testing_helpers

0.0.15 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_toolkit

0.0.15 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_toolkit_plugin_types

0.0.22 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_css

0.0.15 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_define

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_json

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_minify

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_partial_bundling

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_polyfill

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_progress

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_resolve

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_swc_transformer_import_glob

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core

farmfe_plugin_static_assets

0.0.13 - 2024-11-26

Other

  • updated the following local packages: farmfe_core


This PR was generated with release-plz.

Copy link

changeset-bot bot commented Nov 13, 2024

⚠️ No Changeset found

Latest commit: b512537

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot force-pushed the release-plz-2024-11-13T11-12-34Z branch 9 times, most recently from ff209fb to bfe92f4 Compare November 19, 2024 16:03
@github-actions github-actions bot force-pushed the release-plz-2024-11-13T11-12-34Z branch 9 times, most recently from 44d2e0b to b1f59bf Compare November 25, 2024 11:56
@github-actions github-actions bot force-pushed the release-plz-2024-11-13T11-12-34Z branch from b1f59bf to b512537 Compare November 26, 2024 02:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants