1
1
mirror of https://github.com/primer/css.git synced 2024-12-21 05:01:45 +03:00
Commit Graph

1240 Commits

Author SHA1 Message Date
Shawn Allen
1b757daaf3 fix typo 2017-07-13 13:52:10 -07:00
Shawn Allen
cb3c339785 add back --no-git to skip resetting 2017-07-13 13:51:42 -07:00
Shawn Allen
e34dd9dc5c replace install step w/lerna bootstrap 2017-07-13 13:51:28 -07:00
Shawn Allen
5c2fb08472 send PR commit status w/canary version 2017-07-13 13:36:17 -07:00
Shawn Allen
780dd32e7f add commit-status dev dependency 2017-07-13 13:35:44 -07:00
Shawn Allen
e440eaaecc Merge remote-tracking branch 'origin/dev' into shawnbot/stylelint-fixes 2017-07-13 13:08:25 -07:00
Shawn Allen
328a0a4ad3 Merge pull request #246 from primer/after_success
Trigger canary release on successful PR build
2017-07-13 13:07:34 -07:00
Shawn Allen
0ce097eaaf nix npm whoami call 2017-07-13 12:21:02 -07:00
Shawn Allen
a9559e89d0 run stuff again 2017-07-12 16:21:30 -07:00
Shawn Allen
ae023e039a try npm config set 2017-07-12 16:11:48 -07:00
Shawn Allen
7659b63262 confirm travis auth 2017-07-12 16:03:37 -07:00
Shawn Allen
871d806ad6 disable primer/selector-no-utility 2017-07-12 15:42:05 -07:00
Shawn Allen
b57d5297a1 echo the rc and release commands, just to be safe 2017-07-12 15:23:07 -07:00
Shawn Allen
d7ddfef3dc reorder lerna publish args 2017-07-12 15:20:48 -07:00
Shawn Allen
9991349f9a add caveat in compare-published 2017-07-12 15:04:38 -07:00
Shawn Allen
c1ad97221f tidy up compare-published script 2017-07-12 14:36:49 -07:00
Shawn Allen
53ec49609b add compare-published script 2017-07-12 14:33:30 -07:00
Shawn Allen
92656aa4ec add a comment to explain why we're passing args 2017-07-12 13:43:31 -07:00
Shawn Allen
d96aa3bdb8 set --npm-tag=canary for release-canary script 2017-07-12 13:43:09 -07:00
Shawn Allen
8e3e3aa493 add "lint" npm script to all SCSS modules 2017-07-12 11:33:05 -07:00
Shawn Allen
1e72429c6a disable primer/selector-no-utility 2017-07-12 11:25:26 -07:00
Shawn Allen
62e2476f48 selector-no-type => selector-max-type 2017-07-12 11:09:15 -07:00
Shawn Allen
1823e4c681 replace selector-no w/selector-max rules 2017-07-12 10:50:39 -07:00
Shawn Allen
7bf694a90b use rule-empty-line-before 2017-07-12 10:49:27 -07:00
Shawn Allen
0152e20e0a remove media-feature-no-missing-punctuation 2017-07-12 10:48:01 -07:00
Shawn Allen
1cdaf4300f stylelint-no-unsupported-browser-features plugin
This adds stylelint-no-unsupported-browser-features as an npm
dependency, updates the config accordingly, and moves the browser list
out of that rule's config to package.json, where other tools that use
browserslist can find it.
2017-07-12 10:45:47 -07:00
Jon Rohan
93c68286b7 We don't need to test against primer-utilities 2017-07-12 09:18:29 -07:00
Jon Rohan
bb02a56ad8 no errored 2017-07-12 09:16:09 -07:00
Jon Rohan
90bdb876a0 Merge branch 'master' into stylelint-update
Conflicts:
	package.json
	tests/index.js
2017-07-12 09:13:10 -07:00
Jon Rohan
3995a16159 Writing a test for deprecated config 2017-07-12 09:07:37 -07:00
Diana Mounter
a769b5c7e1 Merge pull request #11 from primer/greenkeeper-eslint-plugin-github-0.8.0
Update eslint-plugin-github to version 0.8.0 🚀
2017-07-12 11:54:14 -04:00
Diana Mounter
b998b8c677 Merge branch 'master' into greenkeeper-eslint-plugin-github-0.8.0 2017-07-12 11:49:07 -04:00
Diana Mounter
d5e8628506 bump patch 2017-07-12 11:48:26 -04:00
Diana Mounter
55b243f9c3 Merge pull request #13 from nguyenmanh1507/replace-deprecated-rules
replace declaration-block-properties-order rules (deprecated) by stylelint-order plugin
2017-07-12 11:28:08 -04:00
Jon Rohan
45dcc8cd3b Merged 2017-07-12 08:19:25 -07:00
Diana Mounter
ca5b3b21a1 Merge pull request #13 from primer/utils_4
Update primer utilities dependency
2017-07-12 11:18:19 -04:00
broccolini
9796fc243a bump version 2017-07-12 11:15:33 -04:00
Jon Rohan
f669ca6dc4 Updating stylelint to the latest version 2017-07-12 08:05:51 -07:00
broccolini
bbb3db41eb correct url for utilities package 2017-07-12 10:43:56 -04:00
broccolini
f9b06b67d9 improve wording on readme 2017-07-12 10:39:55 -04:00
broccolini
1429ea4f0d bump primer-utilities to latest 2017-07-12 10:23:40 -04:00
Shawn Allen
9cce630a77 use NPM_API_KEY instead of NPM_TOKEN 2017-07-11 13:23:48 -07:00
Shawn Allen
0d3f6b7458 rename ci_args to args 2017-07-11 13:09:43 -07:00
Shawn Allen
f40a30c032 get ci_args from argv[1:] 2017-07-11 13:09:27 -07:00
Shawn Allen
c3abddce04 call script/cibuild with --yes 2017-07-11 13:08:48 -07:00
Shawn Allen
e99ae79a67 authenticate npm w/NPM_TOKEN env 2017-07-11 13:08:08 -07:00
Shawn Allen
293d832cc6 Merge pull request #240 from primer/shawnbot/sass-verbiage
Update Sass include path verbiage
2017-07-11 11:02:27 -07:00
Shawn Allen
20641a2886 Merge branch 'master' into shawnbot/sass-verbiage 2017-07-11 10:57:57 -07:00
Shawn Allen
0a07d2f4dc upgrade to lerna@2.0.0 2017-07-10 15:50:58 -07:00
Shawn Allen
e18e8f7ccf remove --skip-git lerna arg 2017-07-10 15:50:46 -07:00