Skip to content

Comments

Version Packages#1038

Open
atlaspack-ci[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages#1038
atlaspack-ci[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@atlaspack-ci
Copy link
Contributor

@atlaspack-ci atlaspack-ci bot commented Feb 19, 2026

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

@atlaspack/rust@3.24.0

Minor Changes

Patch Changes

  • #1039 06bb8c1 Thanks @benjervis! - Fix duplicate * symbols being added to CJS assets during transformation.

  • #1041 a2d8e7a Thanks @benjervis! - Add support for namespace re-exports (export * as ns from './dep') in the Rust symbol tracker.

    This enables proper symbol propagation through barrel files that use namespace re-exports,
    allowing tree-shaking to work correctly for these patterns. Includes support for:

    • Basic namespace re-exports
    • Namespace re-exports alongside named exports
    • Namespace re-exports alongside star re-exports
    • Multiple namespace re-exports from the same barrel
    • Chained namespace re-exports (multiple levels deep)
  • #1040 f9aec27 Thanks @benjervis! - Add support for star re-exports (export * from './dep') in the Rust symbol tracker.

    This enables proper symbol propagation through barrel files that use star re-exports,
    allowing tree-shaking to work correctly for these patterns. Includes support for:

    • Chained star re-exports (multiple levels of export *)
    • Diamond patterns (multiple paths to the same symbol through different star re-exports)
    • Speculative requirement cleanup (efficient tracking and removal of unsatisfied paths)

    Note: This does not yet handle the ambiguous re-export case where multiple star re-exports
    provide the same symbol name. That case currently requires runtime namespace fallback and
    will be addressed in a future update.

  • #1034 93ec107 Thanks @vykimnguyen! - adding incremental bundle graph update for packaging

  • #1043 a2c5747 Thanks @marcins! - Implement additional metrics in native packager preludes

  • #1036 e88b258 Thanks @benjervis! - Fix Rust symbol tracker to correctly handle renamed exports during symbol propagation through barrel files.

@atlaspack/bundler-default@3.4.27

Patch Changes

@atlaspack/bundler-library@2.12.57

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/compressor-brotli@2.13.57

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/compressor-gzip@2.13.57

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/compressor-raw@2.13.57

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/config-default@15.0.1

Patch Changes

  • Updated dependencies [06bb8c1, f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/transformer-js@15.0.1
    • @atlaspack/core@2.34.1
    • @atlaspack/bundler-default@3.4.27
    • @atlaspack/optimizer-image@15.0.1
    • @atlaspack/packager-js@2.25.1
    • @atlaspack/transformer-html@2.15.32
    • @atlaspack/transformer-postcss@2.14.55
    • @atlaspack/transformer-svg@2.14.55
    • @atlaspack/transformer-image@15.0.1
    • @atlaspack/packager-html@2.15.37
    • @atlaspack/runtime-js@2.20.12
    • @atlaspack/runtime-react-refresh@2.16.12
    • @atlaspack/transformer-css@2.15.16
    • @atlaspack/transformer-react-refresh-wrap@2.15.31
    • @atlaspack/optimizer-css@2.15.16
    • @atlaspack/optimizer-swc@2.16.1
    • @atlaspack/packager-css@2.15.16
    • @atlaspack/optimizer-svgo@2.14.55
    • @atlaspack/packager-svg@2.14.55
    • @atlaspack/reporter-dev-server@2.14.55
    • @atlaspack/runtime-browser-hmr@2.15.12
    • @atlaspack/runtime-service-worker@2.15.12
    • @atlaspack/transformer-posthtml@2.14.55
    • @atlaspack/resolver-default@2.14.55
    • @atlaspack/compressor-raw@2.13.57
    • @atlaspack/namer-default@2.14.55
    • @atlaspack/optimizer-htmlnano@2.14.55
    • @atlaspack/packager-raw@2.14.55
    • @atlaspack/packager-wasm@2.14.55
    • @atlaspack/transformer-json@2.14.55
    • @atlaspack/transformer-raw@2.14.55

@atlaspack/config-webextension@15.0.1

Patch Changes

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/core@2.34.1
    • @atlaspack/config-default@15.0.1
    • @atlaspack/packager-webextension@2.14.55
    • @atlaspack/runtime-webextension@2.15.12
    • @atlaspack/transformer-webextension@2.14.55
    • @atlaspack/types@2.15.45
    • @atlaspack/transformer-raw@2.14.55

atlaspack@2.0.39

Patch Changes

  • Updated dependencies [06bb8c1, a2d8e7a, f9aec27, 93ec107, a2c5747, f216e22, e88b258, 936209f]:
    • @atlaspack/transformer-js@15.0.1
    • @atlaspack/rust@3.24.0
    • @atlaspack/core@2.34.1
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/cache@3.2.50
    • @atlaspack/config-default@15.0.1
    • @atlaspack/bundler-default@3.4.27
    • @atlaspack/fs@2.15.50
    • @atlaspack/logger@2.14.47
    • @atlaspack/utils@3.3.7
    • @atlaspack/optimizer-image@15.0.1
    • @atlaspack/optimizer-inline-requires@2.16.1
    • @atlaspack/packager-js@2.25.1
    • @atlaspack/transformer-html@2.15.32
    • @atlaspack/transformer-postcss@2.14.55
    • @atlaspack/transformer-svg@2.14.55
    • @atlaspack/node-resolver-core@3.7.26
    • @atlaspack/config-webextension@15.0.1
    • @atlaspack/cli@2.15.16
    • @atlaspack/reporter-bundle-stats@2.14.56
    • @atlaspack/transformer-image@15.0.1
    • @atlaspack/build-cache@2.13.13
    • @atlaspack/graph@3.6.17
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/packager-html@2.15.37
    • @atlaspack/reporter-cli@2.17.37
    • @atlaspack/reporter-conditional-manifest@2.15.37
    • @atlaspack/runtime-js@2.20.12
    • @atlaspack/runtime-react-refresh@2.16.12
    • @atlaspack/transformer-css@2.15.16
    • @atlaspack/transformer-react-refresh-wrap@2.15.31
    • @atlaspack/package-manager@2.14.55
    • @atlaspack/profiler@2.15.16
    • @atlaspack/workers@2.14.55
    • @atlaspack/watcher-watchman-js@2.14.55
    • @atlaspack/optimizer-css@2.15.16
    • @atlaspack/optimizer-cssnano@2.15.16
    • @atlaspack/optimizer-swc@2.16.1
    • @atlaspack/optimizer-terser@2.15.16
    • @atlaspack/packager-css@2.15.16
    • @atlaspack/transformer-babel@2.15.16
    • @atlaspack/transformer-less@2.15.16
    • @atlaspack/transformer-sass@2.15.16
    • @atlaspack/transformer-typescript-tsc@2.15.16
    • @atlaspack/transformer-typescript-types@2.15.16
    • @atlaspack/optimizer-blob-url@2.14.55
    • @atlaspack/optimizer-data-url@2.14.55
    • @atlaspack/optimizer-svgo@2.14.55
    • @atlaspack/packager-raw-url@2.14.55
    • @atlaspack/packager-svg@2.14.55
    • @atlaspack/packager-webextension@2.14.55
    • @atlaspack/packager-xml@2.14.55
    • @atlaspack/reporter-build-metrics@2.14.55
    • @atlaspack/reporter-bundle-analyzer@2.14.55
    • @atlaspack/reporter-dev-server@2.14.55
    • @atlaspack/reporter-json@2.14.55
    • @atlaspack/reporter-lsp@2.14.55
    • @atlaspack/reporter-sourcemap-visualiser@2.14.55
    • @atlaspack/reporter-tracer@2.14.55
    • @atlaspack/resolver-glob@2.14.55
    • @atlaspack/runtime-browser-hmr@2.15.12
    • @atlaspack/runtime-service-worker@2.15.12
    • @atlaspack/runtime-webextension@2.15.12
    • @atlaspack/transformer-posthtml@2.14.55
    • @atlaspack/transformer-webextension@2.14.55
    • @atlaspack/transformer-webmanifest@2.14.55
    • @atlaspack/validator-eslint@2.14.55
    • @atlaspack/validator-typescript@2.14.55
    • @atlaspack/resolver-default@2.14.55
    • @atlaspack/codeframe@2.13.37
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45
    • @atlaspack/reporter-bundle-buddy@2.14.55
    • @atlaspack/transformer-xml@2.14.55
    • @atlaspack/bundler-library@2.12.57
    • @atlaspack/compressor-brotli@2.13.57
    • @atlaspack/compressor-gzip@2.13.57
    • @atlaspack/compressor-raw@2.13.57
    • @atlaspack/namer-default@2.14.55
    • @atlaspack/optimizer-htmlnano@2.14.55
    • @atlaspack/packager-raw@2.14.55
    • @atlaspack/packager-ts@2.14.55
    • @atlaspack/packager-wasm@2.14.55
    • @atlaspack/transformer-glsl@2.14.55
    • @atlaspack/transformer-graphql@2.14.55
    • @atlaspack/transformer-inline@2.14.55
    • @atlaspack/transformer-inline-string@2.14.55
    • @atlaspack/transformer-json@2.14.55
    • @atlaspack/transformer-jsonld@2.14.55
    • @atlaspack/transformer-mdx@2.14.55
    • @atlaspack/transformer-pug@2.14.55
    • @atlaspack/transformer-raw@2.14.55
    • @atlaspack/transformer-svg-react@2.14.55
    • @atlaspack/transformer-toml@2.14.55
    • @atlaspack/transformer-worklet@2.14.55
    • @atlaspack/transformer-yaml@2.14.55

@atlaspack/build-cache@2.13.13

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1

@atlaspack/cache@3.2.50

Patch Changes

@atlaspack/cli@2.15.16

Patch Changes

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/core@2.34.1
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/config-default@15.0.1
    • @atlaspack/fs@2.15.50
    • @atlaspack/logger@2.14.47
    • @atlaspack/utils@3.3.7
    • @atlaspack/reporter-cli@2.17.37
    • @atlaspack/package-manager@2.14.55
    • @atlaspack/reporter-dev-server@2.14.55
    • @atlaspack/reporter-tracer@2.14.55

@atlaspack/codeframe@2.13.37

Patch Changes

  • Updated dependencies []:
    • @atlaspack/types-internal@2.23.3

@atlaspack/core@2.34.1

Patch Changes

  • #1040 f9aec27 Thanks @benjervis! - Add support for star re-exports (export * from './dep') in the Rust symbol tracker.

    This enables proper symbol propagation through barrel files that use star re-exports,
    allowing tree-shaking to work correctly for these patterns. Includes support for:

    • Chained star re-exports (multiple levels of export *)
    • Diamond patterns (multiple paths to the same symbol through different star re-exports)
    • Speculative requirement cleanup (efficient tracking and removal of unsatisfied paths)

    Note: This does not yet handle the ambiguous re-export case where multiple star re-exports
    provide the same symbol name. That case currently requires runtime namespace fallback and
    will be addressed in a future update.

  • #1034 93ec107 Thanks @vykimnguyen! - adding incremental bundle graph update for packaging

  • #1036 e88b258 Thanks @benjervis! - Fix Rust symbol tracker to correctly handle renamed exports during symbol propagation through barrel files.

  • #1035 936209f Thanks @marcins! - Remove cachePerformanceImprovements feature flag

  • Updated dependencies [06bb8c1, a2d8e7a, f9aec27, 93ec107, a2c5747, f216e22, e88b258, 936209f]:

    • @atlaspack/rust@3.24.0
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/cache@3.2.50
    • @atlaspack/fs@2.15.50
    • @atlaspack/logger@2.14.47
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/build-cache@2.13.13
    • @atlaspack/graph@3.6.17
    • @atlaspack/package-manager@2.14.55
    • @atlaspack/profiler@2.15.16
    • @atlaspack/workers@2.14.55
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/feature-flags@2.30.1

Patch Changes

@atlaspack/fs@2.15.50

Patch Changes

  • Updated dependencies [06bb8c1, a2d8e7a, f9aec27, 93ec107, a2c5747, f216e22, e88b258, 936209f]:
    • @atlaspack/rust@3.24.0
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/logger@2.14.47
    • @atlaspack/build-cache@2.13.13
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/workers@2.14.55
    • @atlaspack/watcher-watchman-js@2.14.55

@atlaspack/graph@3.6.17

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/types-internal@2.23.3

@atlaspack/logger@2.14.47

Patch Changes

@atlaspack/package-manager@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/fs@2.15.50
    • @atlaspack/logger@2.14.47
    • @atlaspack/utils@3.3.7
    • @atlaspack/node-resolver-core@3.7.26
    • @atlaspack/build-cache@2.13.13
    • @atlaspack/workers@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/plugin@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/types-internal@2.23.3

@atlaspack/profiler@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/logger@2.14.47
    • @atlaspack/utils@3.3.7
    • @atlaspack/types-internal@2.23.3

@atlaspack/source-map@3.2.10

Patch Changes

@atlaspack/types@2.15.45

Patch Changes

  • Updated dependencies []:
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/workers@2.14.55

@atlaspack/types-internal@2.23.3

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/source-map@3.2.10

@atlaspack/utils@3.3.7

Patch Changes

@atlaspack/workers@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/logger@2.14.47
    • @atlaspack/utils@3.3.7
    • @atlaspack/build-cache@2.13.13
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/profiler@2.15.16

@atlaspack/inspector@0.0.40

Patch Changes

  • #1035 936209f Thanks @marcins! - Remove cachePerformanceImprovements feature flag

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:

    • @atlaspack/core@2.34.1
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/cache@3.2.50
    • @atlaspack/cli@2.15.16
    • @atlaspack/build-cache@2.13.13

@atlaspack/inspector-frontend@0.1.22

Patch Changes

@atlaspack/bundle-stats@2.14.56

Patch Changes

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/core@2.34.1
    • @atlaspack/query@2.14.56
    • @atlaspack/utils@3.3.7
    • @atlaspack/reporter-bundle-stats@2.14.56

@atlaspack/query@2.14.56

Patch Changes

@atlaspack/namer-default@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-blob-url@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-css@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-cssnano@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-data-url@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-htmlnano@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-image@15.0.1

Patch Changes

@atlaspack/optimizer-inline-requires@2.16.1

Patch Changes

@atlaspack/optimizer-svgo@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-swc@2.16.1

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/optimizer-terser@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/packager-css@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/plugin@2.14.55

@atlaspack/packager-html@2.15.37

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/packager-js@2.25.1

Patch Changes

  • Updated dependencies [06bb8c1, a2d8e7a, f9aec27, 93ec107, a2c5747, f216e22, e88b258, 936209f]:
    • @atlaspack/rust@3.24.0
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/logger@2.14.47
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/packager-raw@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/packager-raw-url@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/packager-svg@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/packager-ts@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/packager-wasm@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/packager-webextension@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/packager-xml@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/reporter-build-metrics@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-bundle-analyzer@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-bundle-buddy@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-bundle-stats@2.14.56

Patch Changes

@atlaspack/reporter-cli@2.17.37

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/reporter-compiled-css-in-js-migration-map@0.0.17

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-conditional-manifest@2.15.37

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-dev-server@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/reporter-json@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/reporter-lsp@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-sourcemap-visualiser@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/reporter-tracer@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/resolver-default@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/node-resolver-core@3.7.26
    • @atlaspack/plugin@2.14.55

@atlaspack/resolver-glob@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/node-resolver-core@3.7.26
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/resolver-tesseract@2.15.28

Patch Changes

  • Updated dependencies []:
    • @atlaspack/node-resolver-core@3.7.26
    • @atlaspack/plugin@2.14.55

@atlaspack/runtime-browser-hmr@2.15.12

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/runtime-js@2.20.12

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/utils@3.3.7
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/plugin@2.14.55

@atlaspack/runtime-react-refresh@2.16.12

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/runtime-service-worker@2.15.12

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/runtime-webextension@2.15.12

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/transformer-babel@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-compiled@0.4.1

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-compiled-css-in-js@0.2.4

Patch Changes

@atlaspack/transformer-compiled-external@0.2.9

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-css@2.15.16

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/transformer-glsl@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-graphql@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-html@2.15.32

Patch Changes

@atlaspack/transformer-image@15.0.1

Patch Changes

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/core@2.34.1
    • @atlaspack/utils@3.3.7
    • @atlaspack/workers@2.14.55
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-inline@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-inline-string@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-js@15.0.1

Patch Changes

  • #1039 06bb8c1 Thanks @benjervis! - Fix duplicate * symbols being added to CJS assets during transformation.

  • Updated dependencies [06bb8c1, a2d8e7a, f9aec27, 93ec107, a2c5747, f216e22, e88b258, 936209f]:

    • @atlaspack/rust@3.24.0
    • @atlaspack/core@2.34.1
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/build-cache@2.13.13
    • @atlaspack/workers@2.14.55
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-json@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-jsonld@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45

@atlaspack/transformer-less@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-mdx@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-postcss@2.14.55

Patch Changes

@atlaspack/transformer-posthtml@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-pug@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-raw@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-react-refresh-wrap@2.15.31

Patch Changes

  • Updated dependencies [936209f]:
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-sass@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-svg@2.14.55

Patch Changes

@atlaspack/transformer-svg-react@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-tokens@1.1.8

Patch Changes

  • Updated dependencies [06bb8c1, a2d8e7a, f9aec27, 93ec107, a2c5747, f216e22, e88b258, 936209f]:
    • @atlaspack/transformer-js@15.0.1
    • @atlaspack/rust@3.24.0
    • @atlaspack/feature-flags@2.30.1
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-toml@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-typescript-tsc@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/plugin@2.14.55
    • @atlaspack/ts-utils@2.14.34

@atlaspack/transformer-typescript-types@2.15.16

Patch Changes

  • Updated dependencies []:
    • @atlaspack/source-map@3.2.10
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/ts-utils@2.14.34

@atlaspack/transformer-webextension@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-webmanifest@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-worklet@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-xml@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/types-internal@2.23.3
    • @atlaspack/plugin@2.14.55

@atlaspack/transformer-yaml@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/plugin@2.14.55

@atlaspack/watcher-watchman-js@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/logger@2.14.47
    • @atlaspack/utils@3.3.7

@atlaspack/node-resolver-core@3.7.26

Patch Changes

@atlaspack/ts-utils@2.14.34

Patch Changes

  • Updated dependencies []:
    • @atlaspack/types-internal@2.23.3

@atlaspack/validator-eslint@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55

@atlaspack/validator-typescript@2.14.55

Patch Changes

  • Updated dependencies []:
    • @atlaspack/utils@3.3.7
    • @atlaspack/plugin@2.14.55
    • @atlaspack/types@2.15.45
    • @atlaspack/ts-utils@2.14.34

@atlaspack/e2e-tests@2.14.10

Patch Changes

  • Updated dependencies []:
    • @atlaspack/transformer-compiled-external@0.2.9

@atlaspack/integration-tests@2.20.5

Patch Changes

@atlaspack/register@2.14.58

Patch Changes

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/core@2.34.1
    • @atlaspack/config-default@15.0.1
    • @atlaspack/fs@2.15.50
    • @atlaspack/package-manager@2.14.55

@atlaspack/test-utils@2.14.58

Patch Changes

  • Updated dependencies [f9aec27, 93ec107, e88b258, 936209f]:
    • @atlaspack/core@2.34.1
    • @atlaspack/cache@3.2.50
    • @atlaspack/config-default@15.0.1
    • @atlaspack/fs@2.15.50
    • @atlaspack/utils@3.3.7
    • @atlaspack/package-manager@2.14.55

@atlaspack/link@2.14.55

Patch Changes

@atlaspack/packaging-test-harness@0.0.6

Patch Changes

@atlaspack/ssr-app-example@2.12.1

Patch Changes

@atlaspack-ci atlaspack-ci bot requested a review from a team as a code owner February 19, 2026 22:37
@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

📊 Type Coverage Report

Coverage Comparison

Metric Baseline Current Change
Coverage Percentage 92.22% 92.22% ➡️ 0.00%
Correctly Typed 220,222 220,222 +0
Total Expressions 238,788 238,788 +0
Untyped Expressions 18,566 18,566 +0

Files with Most Type Issues (Top 15)

File Issues Affected Lines
packages/core/integration-tests/test/javascript.ts 1152 745
packages/core/integration-tests/test/cache.ts 884 625
packages/core/integration-tests/test/scope-hoisting.ts 622 489
packages/utils/node-resolver-core/test/resolver.ts 476 177
packages/core/integration-tests/test/html.ts 468 294
packages/core/integration-tests/test/sourcemaps.ts 364 182
packages/core/test-utils/src/utils.ts 330 205
packages/core/integration-tests/test/incremental-bundling.ts 298 206
packages/core/core/src/dumpGraphToGraphViz.ts 251 108
packages/core/integration-tests/test/transpilation.ts 230 139
packages/core/integration-tests/test/output-formats.ts 227 161
packages/transformers/webextension/src/WebExtensionTransformer.ts 210 80
packages/core/core/src/requests/BundleGraphRequestRust.ts 194 67
packages/core/integration-tests/test/css-modules.ts 191 107
packages/core/core/src/requests/TargetRequest.ts 190 133

This report was generated by the Type Coverage GitHub Action

@github-actions
Copy link
Contributor

github-actions bot commented Feb 19, 2026

📊 Benchmark Results

⚠️ Performance regressions detected!

📊 Benchmark Results

Overall Performance

Test Duration JS Memory Peak Native Memory Peak vs Baseline Status
Three.js Real Repository (JS) 16.24s 2.00GB 2.16GB +4.34% duration, +3.96% JS memory 🟡 Neutral
Three.js Real Repository (V3) 24.50s 3.37GB 3.72GB +16.02% duration, +5.77% JS memory 🔴 Regression

🔍 Detailed Phase Analysis

Three.js Real Repository (JS)

Phase Duration (avg) Duration (p95) Memory Peak (avg) Memory Peak (p95)
resolving 7.65s 8.33s 1.44GB 1.65GB
transforming 7.63s 8.33s 1.44GB 1.65GB
bundling 7.44s 8.14s 1.44GB 1.66GB
bundled 7.06s 7.81s 1.53GB 1.76GB
packaging 4.82s 5.48s 1.63GB 1.86GB
optimizing 4.67s 5.33s 2.00GB 2.15GB

Three.js Real Repository (V3)

Phase Duration (avg) Duration (p95) Memory Peak (avg) Memory Peak (p95)
bundling 15.32s 20.54s 2.64GB 3.01GB
bundled 14.89s 19.97s 2.81GB 3.18GB
packaging 6.34s 6.67s 2.98GB 3.34GB
optimizing 6.21s 6.42s 3.37GB 3.72GB

💾 Unified Memory Analysis

Three.js Real Repository (JS) Memory Statistics

Memory Type Metric Min Mean Median P95 P99 Max Std Dev
JavaScript RSS 1.31GB 1.83GB 1.84GB 2.15GB 2.15GB 2.15GB 241.88MB
Heap Used 80.30MB 87.84MB 83.40MB 102.45MB 102.45MB 102.45MB 7.25MB
Heap Total 95.60MB 131.54MB 128.14MB 177.36MB 177.36MB 177.36MB 23.03MB
External 38.88MB 105.96MB 173.02MB 173.02MB 173.02MB 173.02MB 67.06MB
Native (Rust) Physical Memory 1.60GB 1.77GB 1.78GB 1.99GB 2.09GB 2.16GB 140.13MB
Virtual Memory 29.85GB 30.48GB 30.51GB 30.77GB 30.87GB 30.94GB 201.10MB

Sample Counts: JS: 14, Native: 268

Three.js Real Repository (V3) Memory Statistics

Memory Type Metric Min Mean Median P95 P99 Max Std Dev
JavaScript RSS 2.48GB 3.11GB 3.10GB 3.72GB 3.72GB 3.72GB 373.12MB
Heap Used 77.57MB 77.98MB 77.95MB 78.84MB 78.84MB 78.84MB 0.33MB
Heap Total 84.45MB 89.18MB 87.20MB 95.95MB 95.95MB 95.95MB 3.76MB
External 179.70MB 182.60MB 185.49MB 185.49MB 185.49MB 185.49MB 2.89MB
Native (Rust) Physical Memory 2.93GB 3.23GB 3.25GB 3.52GB 3.72GB 3.72GB 188.59MB
Virtual Memory 30.95GB 33.50GB 33.79GB 34.04GB 34.27GB 34.27GB 823.92MB

Sample Counts: JS: 14, Native: 433

🖥️ Environment

  • Node.js: v22.17.0
  • Platform: linux (x64)
  • CPU: AMD EPYC 7763 64-Core Processor
  • Total Memory: 15.62GB
  • Git SHA: 4e6008b
  • Branch: changeset-release/main
  • Timestamp: 2026-02-24T05:23:41.229Z

@atlaspack-ci atlaspack-ci bot force-pushed the changeset-release/main branch 4 times, most recently from ad95b47 to 8e39543 Compare February 24, 2026 03:46
@atlaspack-ci atlaspack-ci bot force-pushed the changeset-release/main branch from 8e39543 to 4e6008b Compare February 24, 2026 04:56
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