phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

Reorganize `packages` directory. #400

Closed himerus closed 1 year ago

himerus commented 1 year ago

Description

Provides a refactor (move) of many of the packages inside the packages directory to a more friendly location.

Highlights of note

Update yarn workspaces

https://github.com/phase2/outline/blob/e6639b2855a77866a79f384438af7cc268ceff2f/package.json#L13-L19

Organize most components/packages to subdirectories

Currently outline-core and outline-templates are currently left in the root of packages. These should likely move as well now or in the future.

https://github.com/phase2/outline/tree/e6639b2855a77866a79f384438af7cc268ceff2f/packages

image

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: e5a96ed6d53a4b030af8d214692bd63f7c321ed5

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

This PR includes changesets to release 35 packages | Name | Type | | ----------------------------- | ----- | | @phase2/outline-accordion | Patch | | @phase2/outline-admin-links | Patch | | @phase2/outline-alert | Patch | | @phase2/outline-breadcrumbs | Patch | | @phase2/outline-button | Patch | | @phase2/outline-button-group | Patch | | @phase2/outline-card | Patch | | @phase2/outline-code-block | Patch | | @phase2/outline-container | Patch | | @phase2/outline-dropdown | Patch | | @phase2/outline-grid | Patch | | @phase2/outline-heading | Patch | | @phase2/outline-icon | Patch | | @phase2/outline-image | Patch | | @phase2/outline-image-slider | Patch | | @phase2/outline-include | Patch | | @phase2/outline-link | Patch | | @phase2/outline-list | Patch | | @phase2/outline-modal | Patch | | @phase2/outline-tabs | Patch | | @phase2/outline-video-vimeo | Patch | | @phase2/outline-video-youtube | Patch | | @phase2/outline-core-link | Patch | | @phase2/outline-form | Patch | | @phase2/outline-styled-text | Patch | | @phase2/outline-storybook | Patch | | @phase2/outline-style-guide | Patch | | @phase2/outline-templates | Patch | | @phase2/outline-docs | Patch | | @phase2/outline-examples | Patch | | @phase2/outline-static-assets | Patch | | @phase2/outline-cli | Patch | | @phase2/outline-config | Patch | | @phase2/outline-tokens | Patch | | @phase2/outline-core | 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

netlify[bot] commented 1 year ago

Deploy Preview for outlinejs ready!

Name Link
Latest commit e5a96ed6d53a4b030af8d214692bd63f7c321ed5
Latest deploy log https://app.netlify.com/sites/outlinejs/deploys/6480c584775b9b00082a825f
Deploy Preview https://deploy-preview-400--outlinejs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

socket-security[bot] commented 1 year ago

New and updated dependency changes detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives^1 Size Publisher
style-dictionary 🆕 3.8.0 None +3 4.51 MB dbanksdesign
oclif 🆕 3.9.0 filesystem, shell +129 102 MB salesforce-releases
tslib 🆕 2.5.3 None +0 76.1 kB typescript-bot

🚮 Removed packages: globby@10.0.2, oclif@3.2.16, tslib@2.4.0

himerus commented 1 year ago

Will be reworking this PR through a new branch/workstream.