This repository was archived by the owner on Aug 26, 2021. It is now read-only.
Commit 1001a0d
Adam Zerella
[ARCH] 01 - Sass lib -> src & Yarn workspaces (#603)
* 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 lts1 parent 6305ea2 commit 1001a0d
File tree
540 files changed
+19095
-218756
lines changed- .circleci
- .templates/new-module
- src/sass
- tests
- react
- site
- components
- accordion
- src
- js
- sass
- tests
- jquery
- react
- dist
- site
- animate
- src/js
- tests
- jquery
- site
- body
- src/sass
- tests
- site
- breadcrumbs
- src
- js
- sass
- tests
- react
- site
- buttons
- src
- js
- sass
- tests
- react
- dist
- site
- callout
- src
- js
- sass
- tests
- react
- dist
- site
- control-input
- src
- js
- sass
- tests
- react
- dist
- site
- core
- src/sass
- tests
- site
- cta-link
- src
- js
- sass
- tests
- react
- dist
- site
- direction-links
- src
- js
- sass
- tests
- react
- dist
- site
- grid-12
- src/sass
- tests
- site
- header
- src
- js
- sass
- tests
- react
- dist
- site
- headings
- src
- js
- sass
- tests
- react
- dist
- site
- keyword-list
- src
- js
- sass
- tests
- react
- dist
- site
- link-list
- src
- js
- sass
- tests
- react
- dist
- site
- page-alerts
- src
- js
- sass
- tests
- react
- dist
- site
- progress-indicator
- src
- js
- sass
- tests
- react
- dist
- site
- responsive-media
- src/sass
- tests
- site
- select
- src
- js
- sass
- tests
- react
- dist
- site
- skip-link
- src
- js
- sass
- tests
- react
- dist
- site
- tags
- src
- js
- sass
- tests
- react
- dist
- site
- text-inputs
- src
- js
- sass
- tests
- react
- dist
- site
- packages
- accordion
- src/sass
- tests/react
- animate
- tests/unit
- body
- src/sass
- breadcrumbs
- src/sass
- tests/react
- buttons
- src/sass
- tests/react
- callout
- src/sass
- tests/react
- control-input
- src/sass
- tests/react
- core
- src/sass
- cta-link
- src/sass
- tests/react
- direction-links
- src/sass
- tests/react
- grid-12
- src/sass
- header
- src/sass
- tests/react
- headings
- src/sass
- tests
- react
- site
- keyword-list
- src/sass
- tests
- react
- site
- link-list
- src/sass
- tests/react
- page-alerts
- src/sass
- tests/react
- progress-indicator
- src/sass
- tests/react
- responsive-media
- src/sass
- select
- src/sass
- tests/react
- skip-link
- src/sass
- tests/react
- tags
- src/sass
- tests/react
- text-inputs
- src/sass
- tests/react
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
540 files changed
+19095
-218756
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | | - | |
7 | | - | |
| 4 | + | |
8 | 5 | | |
9 | 6 | | |
10 | | - | |
| 7 | + | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
82 | 80 | | |
83 | 81 | | |
84 | | - | |
| 82 | + | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | 88 | | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
12 | 21 | | |
13 | 22 | | |
14 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
0 commit comments