Skip to content

Conversation

@DerekRoberts
Copy link
Member

@DerekRoberts DerekRoberts commented Dec 19, 2025

Description

Please provide a summary of the change and the issue fixed. Please include relevant context. List dependency changes.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Documentation update

How Has This Been Tested?

  • New unit tests
  • New integrated tests
  • New component tests
  • New end-to-end tests
  • New user flow tests
  • No new tests are required
  • Manual tests (description below)
  • Updated existing tests

Checklist

  • I have read the CONTRIBUTING doc
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have already been accepted and merged

Further comments


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR temporarily updates the GitHub Actions workflow to test an upcoming version of the bcgov/action-test-and-analyse action by switching from a pinned commit SHA to a branch reference.

  • Replaces pinned commit SHA (c20d16c26d9b7e6e486f01702880053ed4ebdc91) with branch reference (copilot/prune-deps-and-exports)
  • Updates both backend and frontend test jobs to use the test branch

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- Add rimraf to devDependencies (used in scripts)
- Remove unused @faker-js/faker, @tanstack/react-router-devtools, history
- Create knip.config.ts to handle auto-generated files and Vite aliases
- Format SCSS file
- Add knip to frontend devDependencies (required by knip.config.ts)
- Add knip to backend devDependencies (required by knip.config.ts)
- Fixes runtime errors when knip config files import from 'knip' package
@DerekRoberts DerekRoberts changed the title chore(ci): test upcoming tester action chore(ci): bump tester action Dec 19, 2025
- Update knip from ^6.0.0 to ^5.0.0 in both frontend and backend
- Fixes npm ci error: No matching version found for knip@^6.0.0
- knip remains in devDependencies only (not installed in production builds)
- Remove knip from frontend and backend devDependencies
- Remove type imports from knip.config.ts files
- Config files work as plain objects without requiring knip package
- External action (bcgov/action-test-and-analyse) installs knip itself
- Remove @testing-library/user-event (exported but never used)
- Add rimraf to devDependencies (used in scripts)
- Remove unused userEvent export from test-utils.tsx
@DerekRoberts DerekRoberts moved this from New to Active in DevOps (NR) Dec 19, 2025
@DerekRoberts DerekRoberts self-assigned this Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Active

Development

Successfully merging this pull request may close these issues.

2 participants