1
1
mirror of https://github.com/primer/css.git synced 2024-11-30 19:53:11 +03:00
Commit Graph

370 Commits

Author SHA1 Message Date
Jon Rohan
18aa0c9700
Using yarn instead of npm 2021-04-11 20:39:17 -07:00
Jon Rohan
600fa4fd0b
updating the diff report to output diff 2021-04-10 09:11:02 -07:00
Jon Rohan
753a825faf
Refactor bundle-size-report script 2021-04-09 21:54:34 -07:00
Jon Rohan
07c8d5aebc
Fixing analyze-variables script 2021-04-08 19:34:17 -07:00
Jon Rohan
63764f7edd
Upgrade analyze-variables plugin 2021-04-08 10:27:54 -07:00
Jon Rohan
f003e60997
Fixing eslint config 2021-04-07 08:33:42 -07:00
Jon Rohan
e0c0332a8c
remove script 2021-04-02 11:11:43 -07:00
Jon Rohan
98641d16dc
non deploy test 2021-04-02 11:06:31 -07:00
Jon Rohan
b1931bb768
check deploy 2021-04-02 11:04:54 -07:00
Jon Rohan
3fb6d9970b
Adding list 2021-04-02 10:59:18 -07:00
Jon Rohan
cba43a0829
update script info 2021-04-02 10:46:44 -07:00
Jon Rohan
964c3c4b81
adding script 2021-04-02 10:40:40 -07:00
Jon Rohan
a4ce7a6980
Removing storybook 2021-04-01 13:50:48 -07:00
Jon Rohan
ce47dab85c
Moving stylelint plugin to script folder 2021-04-01 08:46:29 -07:00
Jon Rohan
69011c3f2d
delete test-deprecations 2021-03-31 23:11:27 -07:00
Jon Rohan
2e9f7c4ed6
create pretest script 2021-03-31 22:40:51 -07:00
Jon Rohan
fea05b9f3f
Merge branch 'main' into jest_tests 2021-03-31 15:58:14 -07:00
Jon Rohan
74a3ed1941
Delete the rest of the static folder 2021-03-31 15:39:16 -07:00
Jon Rohan
1007be5723
Removing check relative links script 2021-03-30 17:13:58 -07:00
Jon Rohan
34129eafb2
Delete generate-bundle-readmes 2021-03-29 23:00:23 -07:00
Jon Rohan
5aa2a95df2
This test was made when we moved from styleguide.github.com to primer.style 2021-03-29 23:00:16 -07:00
simurai
b8c641f7b5 Lint 2021-03-30 12:16:11 +09:00
Jon Rohan
dcfd2a6fd6
Change eslint sources 2021-03-26 17:01:41 -07:00
Jon Rohan
a83973c39a
Rename workflow and test deprecations again 2021-03-26 11:19:04 -07:00
Jon Rohan
a3c4bc263e
Merge pull request #1263 from primer/primer_script_cleanup
Cleanup unused scripts
2021-03-26 10:24:00 -07:00
Jon Rohan
860cf087f9
Remove from test docs script 2021-03-26 09:32:04 -07:00
Jon Rohan
ed246df7c2
Cleaning up unused scripts 2021-03-26 09:27:18 -07:00
simurai
c06973ea33
Merge branch 'master' into rename_master_to_main 2021-03-26 09:42:58 +09:00
Jon Rohan
87920e1adc
Removing changelog script 2021-03-25 17:18:04 -07:00
Jon Rohan
ce12bc5cd2
Merge branch 'master' into setup_changesets 2021-03-25 17:14:26 -07:00
Jon Rohan
1ab06d37ca
Put copy info back 2021-03-25 14:16:57 -07:00
Jon Rohan
1165b07ad0
Adding bundle workflow 2021-03-25 13:53:21 -07:00
Jon Rohan
365d0eb8b9
roll back these changes 2021-03-25 13:43:57 -07:00
Jon Rohan
774ab307b6
Updating lint line 2021-03-25 13:36:35 -07:00
Jon Rohan
c9debf5d62
Rename all links and references to the default git branch being master 2021-03-21 22:34:44 -07:00
Michelle Tilley
728e4805aa
Merge branch 'mkt/color-modes-whee' into mkt/color-modes-docs 2020-12-15 12:09:06 -08:00
Michelle Tilley
98268ae488
Experiments with dimmed 2020-12-14 13:54:36 -08:00
Michelle Tilley
c4a5d72b20
Re-enable variable analysis
Since we currently have a lot of old variables aliased to the new CSS
color variables, I modified the variable analysis function to skip any
variable with a computed value that is a CSS variable (i.e. matches
the regex `/^var\(--.*\)/`).
2020-10-29 11:02:16 -07:00
Michelle Tilley
8d98afd79e
Disable variable analysis during build 2020-08-10 10:39:07 -07:00
Kate Travers
58033cbde7 rm flash-banner docs (component was deprecated) 2019-12-20 10:57:49 -05:00
Shawn Allen
0cde1c4f04
Merge pull request #963 from primer/generate-changelog
Generate changelog with semantic-release
2019-11-04 16:42:53 -08:00
Shawn Allen
5d79d2dabf lint 2019-11-04 15:59:45 -08:00
Shawn Allen
47bad4ac96 fix: write marketing variable data to dist/variables.json 2019-11-04 15:55:02 -08:00
Shawn Allen
9998cbbbf0 fix up script/test-deprecations.js 2019-11-04 15:54:34 -08:00
Shawn Allen
e6c6ae10f3 write variables object to data/deprecations.json 2019-11-01 11:05:46 -07:00
Shawn Allen
b6969f7c20 improve test-deprecations output 2019-10-31 16:06:18 -07:00
Shawn Allen
ed61a3a6d5 add variable deprecation + tests 2019-10-31 15:48:30 -07:00
simurai
ef8d8459d5 Resolve "output variable analysis to meta/variables.json in dist"
Original commit: 771a9f333e (diff-9356b5fb91b656dac1f038e8d9a84ed3)

Got lost while resolving a merge commit.
2019-10-31 20:37:36 +09:00
Michelle Tilley
851a70a468 Async/awaitify script/dist.js 2019-10-31 20:21:09 +09:00
Shawn Allen
828e3dc25e get branch name from GITHUB_REF 2019-10-25 16:46:18 -07:00