farm-fe / farm

Extremely fast Vite-compatible web build tool written in Rust
https://farmfe.org
MIT License
5.02k stars 166 forks source link

chore: release #1936

Open github-actions[bot] opened 1 week ago

github-actions[bot] commented 1 week ago

🤖 New release

⚠️ 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/.tmpSSXNig/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/.tmpSSXNig/farm/crates/plugin_tree_shake/src/statement_graph.rs:309
Changelog

## `farmfe_compiler`

## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_compiler-v0.0.12...farmfe_compiler-v0.0.13) - 2024-11-21 ### Added - support tree shake import namespace ([#1942](https://github.com/farm-fe/farm/pull/1942)) ### Fixed - bundle global variable preserve ([#1940](https://github.com/farm-fe/farm/pull/1940))
## `farmfe_core`
## [0.8.0](https://github.com/farm-fe/farm/compare/farmfe_core-v0.7.0...farmfe_core-v0.8.0) - 2024-11-21 ### Fixed - freebsd build & cargo publish ([#1938](https://github.com/farm-fe/farm/pull/1938)) - *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902))
## `farmfe_plugin_bundle`
## [0.0.7](https://github.com/farm-fe/farm/compare/farmfe_plugin_bundle-v0.0.6...farmfe_plugin_bundle-v0.0.7) - 2024-11-21 ### Fixed - bundle global variable preserve ([#1940](https://github.com/farm-fe/farm/pull/1940))
## `farmfe_plugin_lazy_compilation`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_lazy_compilation-v0.0.12...farmfe_plugin_lazy_compilation-v0.0.13) - 2024-11-21 ### Fixed - *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902))
## `farmfe_plugin_runtime`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_runtime-v0.0.12...farmfe_plugin_runtime-v0.0.13) - 2024-11-21 ### Fixed - *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902))
## `farmfe_plugin_script`
## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_script-v0.0.11...farmfe_plugin_script-v0.0.12) - 2024-11-21 ### Fixed - *(runtime)* async cache ([#1902](https://github.com/farm-fe/farm/pull/1902))
## `farmfe_plugin_tree_shake`
## [0.0.12](https://github.com/farm-fe/farm/compare/farmfe_plugin_tree_shake-v0.0.11...farmfe_plugin_tree_shake-v0.0.12) - 2024-11-21 ### Added - support tree shake import namespace ([#1942](https://github.com/farm-fe/farm/pull/1942))
## `create_farm_node`
## 0.0.15 ### Patch Changes - d5e2b12e: Add arch support for `freebsd-x64`
## `farmfe_bench`
## [0.0.3](https://github.com/farm-fe/farm/compare/farmfe_bench-v0.0.2...farmfe_bench-v0.0.3) - 2024-11-21 ### Other - updated the following local packages: farmfe_compiler, farmfe_core
## `farmfe_testing_helpers`
## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_testing_helpers-v0.0.14...farmfe_testing_helpers-v0.0.15) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_toolkit`
## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_toolkit-v0.0.14...farmfe_toolkit-v0.0.15) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_toolkit_plugin_types`
## [0.0.22](https://github.com/farm-fe/farm/compare/farmfe_toolkit_plugin_types-v0.0.21...farmfe_toolkit_plugin_types-v0.0.22) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_css`
## [0.0.15](https://github.com/farm-fe/farm/compare/farmfe_plugin_css-v0.0.14...farmfe_plugin_css-v0.0.15) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_define`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_define-v0.0.12...farmfe_plugin_define-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_html`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_html-v0.0.12...farmfe_plugin_html-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_json`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_json-v0.0.12...farmfe_plugin_json-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_minify`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_minify-v0.0.12...farmfe_plugin_minify-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_partial_bundling`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_partial_bundling-v0.0.12...farmfe_plugin_partial_bundling-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_polyfill`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_polyfill-v0.0.12...farmfe_plugin_polyfill-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_progress`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_progress-v0.0.12...farmfe_plugin_progress-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_resolve`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_resolve-v0.0.12...farmfe_plugin_resolve-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_swc_transformer_import_glob`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_swc_transformer_import_glob-v0.0.12...farmfe_swc_transformer_import_glob-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core
## `farmfe_plugin_static_assets`
## [0.0.13](https://github.com/farm-fe/farm/compare/farmfe_plugin_static_assets-v0.0.12...farmfe_plugin_static_assets-v0.0.13) - 2024-11-21 ### Other - updated the following local packages: farmfe_core


This PR was generated with release-plz.

changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: 1dbb868ae9e7590157118f4ca7734d5a322d1e48

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