Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Koa 5884 migrating packages #2908

Merged
merged 11 commits into from
Jul 28, 2023
Merged

Koa 5884 migrating packages #2908

merged 11 commits into from
Jul 28, 2023

Conversation

olliecurtis
Copy link
Member

@olliecurtis olliecurtis commented Jul 10, 2023

Migrating bpk-mixins and bpk-stylesheets to Backpack Web

The benefit of doing so are:

For Backpack itself

  • No need to manage version bumps between foundations and this library so keep toil down and easier to make/test change to mixins
  • Keeps consolidation together as usually @skyscanner/backpack-web and bpk-mixins, and even bpk-stylesheets exist together so benefits to consuming projects too

For consumers

  • Less dependencies to manage as all bundled into one place
  • Less duplication of versions as now all served from the central point of @skyscanner/backpack-web, instead of having to install separately and the risk of having a version defined of mixins/stylesheets whilst Backpack web had older versions defined.

Remember to include the following changes:

  • README.md (If you have created a new component)
  • Component README.md
  • Tests
  • Storybook examples created/updated
  • For breaking changes or deprecating components/properties, migration guides added to the description of the PR. If the guide has large changes, consider creating a new Markdown page inside the component's docs folder and link it here

@olliecurtis olliecurtis added the minor Non breaking change label Jul 10, 2023
@olliecurtis olliecurtis force-pushed the KOA-5884-migrating-packages branch 4 times, most recently from fb56fec to 6289fd9 Compare July 11, 2023 17:03
@@ -16,7 +16,7 @@
* limitations under the License.
*/

@import '~bpk-mixins/index.scss';
@import '../../packages/bpk-mixins/index.scss';
Copy link
Contributor

Choose a reason for hiding this comment

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

I guess all of these imports were automatically updated by the code editor? 😄

@olliecurtis olliecurtis marked this pull request as ready for review July 24, 2023 13:36
@olliecurtis olliecurtis requested a review from anambl July 24, 2023 13:36
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@Skyscanner Skyscanner deleted a comment from github-actions bot Jul 24, 2023
@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2908 to see this build running in a browser.

@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2908 to see this build running in a browser.

@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2908 to see this build running in a browser.

@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2908 to see this build running in a browser.

@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2908 to see this build running in a browser.

.gitignore Outdated
/dist-storybook
/dist-sassdoc
Copy link
Contributor

Choose a reason for hiding this comment

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

this is now added twice 😄

Copy link
Contributor

@anambl anambl left a comment

Choose a reason for hiding this comment

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

LGTM!

@github-actions
Copy link

Visit https://backpack.github.io/storybook-prs/2908 to see this build running in a browser.

@anambl anambl merged commit 7156ceb into main Jul 28, 2023
7 checks passed
@anambl anambl deleted the KOA-5884-migrating-packages branch July 28, 2023 12:17
olliecurtis added a commit that referenced this pull request Jul 31, 2023
olliecurtis added a commit that referenced this pull request Jul 31, 2023
@olliecurtis olliecurtis restored the KOA-5884-migrating-packages branch August 2, 2023 08:39
@olliecurtis olliecurtis mentioned this pull request Aug 2, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Non breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants