Skip to content

Conversation

yamadapc
Copy link
Contributor

@yamadapc yamadapc commented Jun 4, 2025

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Created using spr 1.3.7-beta.1
@yamadapc yamadapc requested a review from a team as a code owner June 4, 2025 05:54
Copy link

changeset-bot bot commented Jun 4, 2025

🦋 Changeset detected

Latest commit: 166edfa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 99 packages
Name Type
@atlaspack/rust Patch
@atlaspack/bundler-experimental Patch
@atlaspack/bundler-default Patch
@atlaspack/cache Patch
@atlaspack/core Patch
@atlaspack/fs Patch
@atlaspack/logger Patch
@atlaspack/utils Patch
@atlaspack/optimizer-image Patch
@atlaspack/packager-js Patch
@atlaspack/transformer-html Patch
@atlaspack/transformer-js Patch
@atlaspack/transformer-postcss Patch
@atlaspack/transformer-svg Patch
@atlaspack/node-resolver-core Patch
@atlaspack/config-default Patch
@atlaspack/config-repl Patch
@atlaspack/test-utils Patch
@atlaspack/query Patch
@atlaspack/cli Patch
@atlaspack/register Patch
@atlaspack/bundle-stats Patch
@atlaspack/reporter-bundle-stats Patch
@atlaspack/package-manager Patch
@atlaspack/link Patch
@atlaspack/workers Patch
@atlaspack/watcher-watchman-js Patch
@atlaspack/optimizer-blob-url Patch
@atlaspack/optimizer-css Patch
@atlaspack/optimizer-data-url Patch
@atlaspack/optimizer-svgo Patch
@atlaspack/optimizer-swc Patch
@atlaspack/optimizer-terser Patch
@atlaspack/packager-css Patch
@atlaspack/packager-html Patch
@atlaspack/packager-raw-url Patch
@atlaspack/packager-svg Patch
@atlaspack/packager-webextension Patch
@atlaspack/packager-xml Patch
@atlaspack/reporter-build-metrics Patch
@atlaspack/reporter-bundle-analyzer Patch
@atlaspack/reporter-cli Patch
@atlaspack/reporter-dev-server-sw Patch
@atlaspack/reporter-dev-server Patch
@atlaspack/reporter-json Patch
@atlaspack/reporter-lsp Patch
@atlaspack/reporter-sourcemap-visualiser Patch
@atlaspack/reporter-tracer Patch
@atlaspack/resolver-glob Patch
@atlaspack/runtime-browser-hmr Patch
@atlaspack/runtime-js Patch
@atlaspack/runtime-react-refresh Patch
@atlaspack/runtime-service-worker Patch
@atlaspack/runtime-webextension Patch
@atlaspack/transformer-babel Patch
@atlaspack/transformer-css Patch
@atlaspack/transformer-image Patch
@atlaspack/transformer-posthtml Patch
@atlaspack/transformer-react-refresh-wrap Patch
@atlaspack/transformer-typescript-types Patch
@atlaspack/transformer-webextension Patch
@atlaspack/transformer-webmanifest Patch
@atlaspack/validator-eslint Patch
@atlaspack/validator-typescript Patch
@atlaspack/resolver-default Patch
@atlaspack/config-webextension Patch
@atlaspack/types Patch
@atlaspack/plugin Patch
@atlaspack/optimizer-inline-requires Patch
@atlaspack/transformer-jsonld Patch
@atlaspack/bundler-library Patch
@atlaspack/compressor-brotli Patch
@atlaspack/compressor-gzip Patch
@atlaspack/compressor-raw Patch
@atlaspack/namer-default Patch
@atlaspack/optimizer-cssnano Patch
@atlaspack/optimizer-htmlnano Patch
@atlaspack/packager-raw Patch
@atlaspack/packager-ts Patch
@atlaspack/packager-wasm Patch
@atlaspack/reporter-bundle-buddy Patch
@atlaspack/reporter-conditional-manifest Patch
@atlaspack/resolver-repl-runtimes Patch
@atlaspack/transformer-glsl Patch
@atlaspack/transformer-graphql Patch
@atlaspack/transformer-inline-string Patch
@atlaspack/transformer-inline Patch
@atlaspack/transformer-json Patch
@atlaspack/transformer-less Patch
@atlaspack/transformer-mdx Patch
@atlaspack/transformer-pug Patch
@atlaspack/transformer-raw Patch
@atlaspack/transformer-sass Patch
@atlaspack/transformer-svg-react Patch
@atlaspack/transformer-toml Patch
@atlaspack/transformer-typescript-tsc Patch
@atlaspack/transformer-worklet Patch
@atlaspack/transformer-xml Patch
@atlaspack/transformer-yaml Patch

Not sure what this means? Click here to learn what changesets are.

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

Created using spr 1.3.7-beta.1
yamadapc added 2 commits June 4, 2025 16:35
Created using spr 1.3.7-beta.1

[skip ci]
Created using spr 1.3.7-beta.1
@yamadapc yamadapc changed the base branch from main to spr/yamadapc/main.upgrade-git2-to-0202 June 4, 2025 06:35
yamadapc added 4 commits June 4, 2025 16:38
Created using spr 1.3.7-beta.1

[skip ci]
Created using spr 1.3.7-beta.1
Created using spr 1.3.7-beta.1
Created using spr 1.3.7-beta.1
@yamadapc yamadapc changed the title Upgrade git2 to 0.20.2 Remove libgit dependency Jun 4, 2025
@yamadapc
Copy link
Contributor Author

yamadapc commented Jun 4, 2025

I've changed this to remove libgit instead of upgrade it since we need to use the CLI anyway for most tasks.

yamadapc added 2 commits June 4, 2025 18:47
Created using spr 1.3.7-beta.1
Created using spr 1.3.7-beta.1
@yamadapc yamadapc changed the base branch from spr/yamadapc/main.upgrade-git2-to-0202 to main June 4, 2025 11:50
@yamadapc yamadapc merged commit 29c2f10 into main Jun 4, 2025
16 checks passed
@yamadapc yamadapc deleted the spr/yamadapc/upgrade-git2-to-0202 branch June 4, 2025 11:50
@atlaspack-ci atlaspack-ci bot mentioned this pull request Jun 4, 2025
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 5, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
alshdavid added a commit that referenced this pull request Jun 20, 2025
Remove libgit dependency

Uses git CLI instead of libgit since we can't use it fully due to sparse
checkouts.

Test Plan: yarn test:integration

Reviewers:
marcins, JakeLane, pancaspe87, csowden-atlassian, alshdavid, mattcompiles

Reviewed By:
alshdavid, pancaspe87, mattcompiles, csowden-atlassian, marcins, JakeLane

Pull Request: #589

Fix: Running benchmarks from temp directory (#590)
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.

7 participants