Skip to content

chore: update dependencies and remove npm package manager requirement#5117

Merged
longlho merged 1 commit intomainfrom
10-03-chore_clean_up_package_manager
Oct 3, 2025
Merged

chore: update dependencies and remove npm package manager requirement#5117
longlho merged 1 commit intomainfrom
10-03-chore_clean_up_package_manager

Conversation

@longlho
Copy link
Member

@longlho longlho commented Oct 3, 2025

TL;DR

Update dependencies and remove unnecessary package manager specification.

What changed?

  • Updated Bazel module dependencies:
    • aspect_bazel_lib from 2.19.4 to 2.21.0
    • aspect_rules_jest from 0.23.2 to 0.23.3
    • aspect_rules_ts from 3.6.0 to 3.6.3
    • bazel_skylib from 1.7.1 to 1.8.1
  • Removed the packageManager specification from the root package.json
  • Updated @glimmer/syntax peer dependency in both cli-lib and cli packages to require only ^0.95.0 (removing support for ^0.94.9)

How to test?

  1. Run the build to ensure everything compiles correctly
  2. Run tests to verify functionality is maintained
  3. Verify that the application works with the updated dependencies

Why make this change?

This change updates dependencies to their latest versions to benefit from bug fixes and improvements. Removing the package manager specification allows for more flexibility in how the project is managed. The @glimmer/syntax peer dependency update ensures compatibility with the latest version while removing support for older versions that may have issues.

@longlho longlho changed the title chore: clean up package manager chore: update dependencies and remove npm package manager requirement Oct 3, 2025
@longlho longlho marked this pull request as ready for review October 3, 2025 15:47
Copy link
Member Author

longlho commented Oct 3, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • main - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@graphite-app
Copy link

graphite-app bot commented Oct 3, 2025

Merge activity

  • Oct 3, 3:53 PM UTC: longlho added this pull request to the Graphite merge queue.
  • Oct 3, 3:54 PM UTC: CI is running for this pull request on a draft pull request (#5118) due to your merge queue CI optimization settings.
  • Oct 3, 4:03 PM UTC: The Graphite merge queue couldn't merge this PR because it failed for an unknown reason (Unable to fast-forward merge trunk. To fix this, ensure that graphite-app is allowed to bypass required pull requests in your GitHub branch protection settings and/or rulesets.).
  • Oct 3, 4:04 PM UTC: longlho added this pull request to the Graphite merge queue.
  • Oct 3, 4:04 PM UTC: CI is running for this pull request on a draft pull request (#5119) due to your merge queue CI optimization settings.
  • Oct 3, 4:11 PM UTC: The Graphite merge queue couldn't merge this PR because it failed for an unknown reason (Unable to fast-forward merge trunk. To fix this, ensure that graphite-app is allowed to bypass required pull requests in your GitHub branch protection settings and/or rulesets.).
  • Oct 3, 4:13 PM UTC: longlho added this pull request to the Graphite merge queue.
  • Oct 3, 4:13 PM UTC: CI is running for this pull request on a draft pull request (#5120) due to your merge queue CI optimization settings.
  • Oct 3, 4:21 PM UTC: The Graphite merge queue couldn't merge this PR because it failed for an unknown reason (Unable to fast-forward merge trunk. To fix this, ensure that graphite-app is allowed to bypass required pull requests in your GitHub branch protection settings and/or rulesets.).

graphite-app bot pushed a commit that referenced this pull request Oct 3, 2025
…#5117)

### TL;DR

Update dependencies and remove unnecessary package manager specification.

### What changed?

- Updated Bazel module dependencies:
  - `aspect_bazel_lib` from 2.19.4 to 2.21.0
  - `aspect_rules_jest` from 0.23.2 to 0.23.3
  - `aspect_rules_ts` from 3.6.0 to 3.6.3
  - `bazel_skylib` from 1.7.1 to 1.8.1
- Removed the `packageManager` specification from the root `package.json`
- Updated `@glimmer/syntax` peer dependency in both `cli-lib` and `cli` packages to require only `^0.95.0` (removing support for `^0.94.9`)

### How to test?

1. Run the build to ensure everything compiles correctly
2. Run tests to verify functionality is maintained
3. Verify that the application works with the updated dependencies

### Why make this change?

This change updates dependencies to their latest versions to benefit from bug fixes and improvements. Removing the package manager specification allows for more flexibility in how the project is managed. The `@glimmer/syntax` peer dependency update ensures compatibility with the latest version while removing support for older versions that may have issues.
graphite-app bot pushed a commit that referenced this pull request Oct 3, 2025
…#5117)

### TL;DR

Update dependencies and remove unnecessary package manager specification.

### What changed?

- Updated Bazel module dependencies:
  - `aspect_bazel_lib` from 2.19.4 to 2.21.0
  - `aspect_rules_jest` from 0.23.2 to 0.23.3
  - `aspect_rules_ts` from 3.6.0 to 3.6.3
  - `bazel_skylib` from 1.7.1 to 1.8.1
- Removed the `packageManager` specification from the root `package.json`
- Updated `@glimmer/syntax` peer dependency in both `cli-lib` and `cli` packages to require only `^0.95.0` (removing support for `^0.94.9`)

### How to test?

1. Run the build to ensure everything compiles correctly
2. Run tests to verify functionality is maintained
3. Verify that the application works with the updated dependencies

### Why make this change?

This change updates dependencies to their latest versions to benefit from bug fixes and improvements. Removing the package manager specification allows for more flexibility in how the project is managed. The `@glimmer/syntax` peer dependency update ensures compatibility with the latest version while removing support for older versions that may have issues.
graphite-app bot pushed a commit that referenced this pull request Oct 3, 2025
…#5117)

### TL;DR

Update dependencies and remove unnecessary package manager specification.

### What changed?

- Updated Bazel module dependencies:
  - `aspect_bazel_lib` from 2.19.4 to 2.21.0
  - `aspect_rules_jest` from 0.23.2 to 0.23.3
  - `aspect_rules_ts` from 3.6.0 to 3.6.3
  - `bazel_skylib` from 1.7.1 to 1.8.1
- Removed the `packageManager` specification from the root `package.json`
- Updated `@glimmer/syntax` peer dependency in both `cli-lib` and `cli` packages to require only `^0.95.0` (removing support for `^0.94.9`)

### How to test?

1. Run the build to ensure everything compiles correctly
2. Run tests to verify functionality is maintained
3. Verify that the application works with the updated dependencies

### Why make this change?

This change updates dependencies to their latest versions to benefit from bug fixes and improvements. Removing the package manager specification allows for more flexibility in how the project is managed. The `@glimmer/syntax` peer dependency update ensures compatibility with the latest version while removing support for older versions that may have issues.
@longlho longlho merged commit 2409b28 into main Oct 3, 2025
2 checks passed
@longlho longlho deleted the 10-03-chore_clean_up_package_manager branch October 3, 2025 16:25
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.

1 participant