Update licenses#2404
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates dependency and automation tooling versions across the monorepo, plus minor TypeScript cleanup to satisfy linting/unused-symbol rules.
Changes:
- Bump GitHub Actions used in CI/release/review workflows (checkout/setup-node/Claude action) and tweak
npm ciflags for CI installs. - Update
package-lock.jsonwith newer transitive dependency versions. - Remove unused imports/variables and apply consistent formatting in a few TS modules and tests.
Blocking
None.
Non-blocking
None.
Merge recommendation
Ready to merge (assuming CI is green, given the breadth of dependency lockfile changes).
Reviewed changes
Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tools/scripts/utils/files.ts | Formatting/typing cleanup; removes unused fs imports. |
| packages/server/shared/src/lib/package-manager.ts | Removes unused imports to satisfy lint/TS checks. |
| packages/openops/test/openops-tables/rows.test.ts | Removes unused test constant. |
| packages/openops/src/lib/openops-tables/rows.ts | Fixes unused destructured variable from semaphore acquire. |
| packages/blocks/text-helper/src/lib/actions/replace.ts | Removes unused Validators import. |
| packages/blocks/text-helper/src/lib/actions/find.ts | Removes unused Validators import. |
| packages/blocks/microsoft-teams/src/lib/common/team-id.ts | Removes unused Microsoft Graph types from imports. |
| packages/blocks/jira-cloud/src/lib/actions/create-issue.ts | Removes unused isEmpty import from validator. |
| packages/blocks/aws/test/cli/aws-cli.test.ts | Removes unused import in test. |
| package-lock.json | Dependency updates (lockfile-only changes). |
| .github/workflows/release.yml | Updates actions/checkout patch version. |
| .github/workflows/pr-reviewer.yml | Updates actions/checkout and pins newer Claude action SHA. |
| .github/workflows/ci.yml | Updates checkout/setup-node actions and adjusts npm ci flags. |
| .github/workflows/chromatic.yml | Updates checkout/setup-node actions and aligns npm ci flags. |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.