Skip to content

Commit

Permalink
Remove @microsoft/fast-foundation and @microsoft/fast-web-utilities (#…
Browse files Browse the repository at this point in the history
…6996)

# Pull Request

## 📖 Description

This change removes:
- `@microsoft/fast-foundation` - the most recent version can be found on branch `archives/fast-foundation-3`
- `@microsoft/fast-web-utilities`

### 🎫 Issues

Closes #6951 and closes #6954

## ✅ Checklist

### General

<!--- Review the list and put an x in the boxes that apply. -->

- [ ] I have included a change request file using `$ yarn change`
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://github.com/microsoft/fast/blob/master/CODE_OF_CONDUCT.md#our-standards) for this project.

## ⏭ Next Steps

- File an issue to remove dependency on `@microsoft/fast-foundation` in `@microsoft/fast-ssr` for testing.
  • Loading branch information
janechu authored Jun 26, 2024
1 parent 79a5c0e commit 32446b8
Show file tree
Hide file tree
Showing 580 changed files with 115 additions and 78,894 deletions.
4 changes: 0 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ build/ @janechu @nicholasrice @chrisdholt @awentzel

# Package specific owners

# Utilities
/packages/utilities/fast-web-utilities/ @janechu @chrisdholt @nicholasrice

# Web components
/packages/web-components/fast-element/ @chrisdholt @janechu @nicholasrice
/packages/web-components/fast-foundation/ @chrisdholt @bheston @scomea @radium-v @kingoftac

# the change directory has no owners
/change/
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ When working across feature branches, you'll need to target the branch using the
```json
{
"type": "minor",
"comment": "add fancy new feature for foundation",
"packageName": "@microsoft/fast-foundation",
"comment": "add fancy new feature to FASTElement",
"packageName": "@microsoft/fast-element",
"email": "name@example.com",
"dependentChangeType": "minor",
"date": "2021-03-01T19:10:06.323Z"
Expand All @@ -122,7 +122,7 @@ If you are merging a pull request, be sure to use the pull request title as the

### Documenting breaking changes

Make sure to document the migration strategy in a `MIGRATION.md` file in the package(s) that has breaking changes, eg. `packages/web-components/fast-foundation/MIGRATION.md`.
Make sure to document the migration strategy in a `MIGRATION.md` file in the package(s) that has breaking changes, eg. `packages/web-components/fast-element/MIGRATION.md`.

Example of how to format `MIGRATION.md`:

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"private": true,
"workspaces": {
"packages": [
"packages/utilities/*",
"packages/web-components/*",
"sites/*",
"examples/todo-app",
Expand Down
11 changes: 0 additions & 11 deletions packages/utilities/fast-web-utilities/.eslintignore

This file was deleted.

9 changes: 0 additions & 9 deletions packages/utilities/fast-web-utilities/.eslintrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions packages/utilities/fast-web-utilities/.mocharc.json

This file was deleted.

12 changes: 0 additions & 12 deletions packages/utilities/fast-web-utilities/.npmignore

This file was deleted.

1 change: 0 additions & 1 deletion packages/utilities/fast-web-utilities/.npmrc

This file was deleted.

3 changes: 0 additions & 3 deletions packages/utilities/fast-web-utilities/.prettierignore

This file was deleted.

Loading

0 comments on commit 32446b8

Please sign in to comment.