Skip to content
This repository was archived by the owner on Aug 26, 2021. It is now read-only.

Conversation

azerella
Copy link
Contributor

@azerella azerella commented Feb 21, 2019

fixes #602
fixes #603
fixes #497

Let's try out the new Yarn workspace workflow for real.

Like the notes mention here: #603

We will need to publish ( thanks to new autoprefixer details ):

- cta-link
- direction-links
- header
- main-nav
- side-nav
- skip-link
- accordion
- body

Adam A. Zerella added 2 commits February 14, 2019 17:12
* First steps with yarn workspaces

* Switched sass imports to read from src

Setup yarn workspaces

First attempt at modifying helper.js

* Removed pancake folder

* Upgraded babel and webpack

* Updated circleci image and build process

* Upgraded webpack ES6 for babel-loader

Upgraded ES6 helper babel process

* Commented out devDep checks, need to rewrite

* Added node-module caching to circleci

* Put restore_cache key in wrong order :'(

* Removed pancake root key

Gave module versions some love

Updated circleci comments

* Package formatting

* Installed mocha/chai over jest, removed jest

* Updated 50% of unit tests

* Renamed packages -> components

* Installed babel preset minify

* added preset to .babelrc

* updated README.md

* Trailing process.exit for circleci

* Updated autoprefixer tag to be inline with spec

Trialing node direct script over yarn

* Added mode flag to webpack config - creates warning in webpack 4

* Playing around with puppetter args and circle images

* Removed debug flags, trying node image

* Updated circleci image

* Helper should read from src for file check and build to lib/

* Correct webpack config to reference babel-preset-minify as a plugin not preset

* Removed all instances of babel-preset-minify

* Various tweaks based on PR review

* Added back missing spacing

* Added back es5 name convention

* Webpack formatting

* Forgot es5 name convention

* Dependency shuffling

* Added back ES6 dep comment

* Trailing why git thinks _deps is new

* Updated webpack output location

Reverted helper react.es5.js changes back

Added gitignore for react/tests/dist

Updated ES6 dependency imports to pancake root folder

* Added nuke script for pancake/

* Temporary resolved yarn workspace building by pretending animate requires sass

* Added missing sass: name false key to animate

* Reverted pretending animate hass sass

* Resolved root and core vulnerabilities

* Added missing whitespace in core

* Updated engines, removed verbose --pancake from animate

* Added back webpack ./bundle.js -> bundle.js

* Updated local install instructions for yarn and grammar

* Updated FAQ notes for yarn

* Updated auds.json from latest develop

* Upgraded circle node images to latest lts
@azerella azerella added enhancement New feature or request. architecture Issue or pull request related to architecture. labels Feb 21, 2019
@azerella azerella added this to the Sprint 124 milestone Feb 21, 2019
@azerella azerella changed the title Utilise workspaces, update packages Read from src, utilise workspaces, update packages Feb 21, 2019
Copy link
Contributor

@sukhrajghuman sukhrajghuman left a comment

Choose a reason for hiding this comment

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

just need to update the versions for the components with autoprefixer bumps

@azerella
Copy link
Contributor Author

@sukhrajghuman Packages have been updated in package.json, CHANGELOG.md and README.md - Ready for another pass

@sukhrajghuman
Copy link
Contributor

here goes 🙏

@azerella azerella merged commit 736b508 into master Feb 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
architecture Issue or pull request related to architecture. enhancement New feature or request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hoist node_modules to root folder
2 participants