Tacit is a primitive CSS framework for dummies, like myself, who don't know anything about graphic design but want their web services to look eatable. No classes, no layouts. Just design plain and simple web pages compliant with HTML5 and they will look OK.
Details are here: yegor256.github.io/tacit
Just add it to your HTML:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yegor256/[email protected]/tacit-css.min.css"/>
</head>
</html>
Or simply download tacit-css.min.css
and use together with your HTML by adding:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="tacit-css.min.css"/>
</head>
</html>
Of course, it is responsive and mobile-friendly, but you have to add this line too:
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
</html>
This blog post explains it in even more details: Tacit, a CSS Framework Without Classes.
How to contribute
Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master
branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Grunt build:
$ npm install
$ npm test
To develop it locally, open index.html
in a browser and then run:
$ npm run dev
Now you can make changes to .scss
files and refresh the page in the browser. CSS will be recompiled automatically on every change you make.
Commit messages guidelines
- Every commit/PR should preferably be linked to a Github issue. If it's not, it's recommended to create an Issue first and then commit and open a PR;
- Commit messages should follow this pattern:
#<issue-number> - short description
(optional) * bullet-points with more details if necessary
- If the pattern is not followed - commit messages should at the very least reference the
#<issue-number>
.
Browser/OS Compatibility
The following list is of tested browsers for compatibility. We don't have any guarantees of compatibility for other browsers, but as soon as possible will verify and add more to the list. Some of these browsers present minor issues that are reported in the our issues list.
Browser/OS | Version | Compatible |
---|---|---|
Chrome | >= 60 | Yes |
Firefox | >= 56 | Yes |
Safari | >= 11 | Yes |
Opera | >= 48 | Yes |
Edge | >= 14 | Yes |
Chrome (iOS) | >= 60 | Yes |
Safari (iOS) | - | Yes |
Internet Explorer | >= 11 | Yes |
Built on top of Tacit framework
Tacit's goal is to be super simple and always with the same look-and-feel. If you want something more custom, like a different theme, feel free to make it on top of Tacit. Here are some frameworks built on top of Tacit:
- kacit Kacit is the Tacit CSS classless framework but with a yellow accent and Georgia font
- Bahunya is a CSS framework with responsive typography, navbar, syntax highlighting, and much more, inspired by Tacit
Usecases of Tacit framework
- jare.io Free and instant CDN
- wring.io GitHub notification filtering hosted inbox
- wts.zold.io Web Wallets of Zold cryptocurrency
- jpeek.org Java projects code cohesion analyzer
- socatar.com Web service to use profile photos in your page
- filfreire.com @filfreire's personal blog on software testing and development
- moneeee joke app to know how much money you're making during a boring meeting
- soalition.com a social coalition management web app for online writers.
- golang.cafe Go (golang) job board with no recruiters and clear salary ranges.
- tinyfts Very small standalone full text search HTTP/SCGI server
Got questions?
If you have questions or general suggestions, don't hesitate to submit a new Github issue.
Logo
Tacit's logo was designed by Akshay Vinchurkar (@akshayvinchurkar)
Improper CSS file inclusion technique
Hi,
I just came across your project and I find it a very good idea. The only problem is that you are violating the rules of GitHub. As per the github norms, we should directly include the CSS files to our project. But many still didn't obey.
To tackle this issue, GitHub served all the CSS files directly liked with header
Content-Type: text/plain
. So many modern browsers will understand it and will assume the CSS file to be a regular text file and thus, the whole page looks like a Ugly 1980's page.So, a great person named Ryan Grove created a service called RawGit which serves all the content with proper
Content-Type
headers so that browsers behave well. And as a plus feature, the production URL in the RawGit gets routed through MaxCDN to make it blazing fast.The main objective of this issue is to make you aware that you SHOULD NOT promote people to use this type of method. Instead there are many CDN providers which offer free CDN to open source project.
Check out :
Is there support for making drop down menus? Or how do I do it?
Hello,
I love the idea of this project, just write html and it looks good. Is there a way to do drop down menus? they are a really basic UI element that I need and there are no examples I can find.
Thanks
Create a Logo for Tacit
We need a logo for Tacit, similar to other recent projects like
Cactoos - https://github.com/yegor256/cactoos/blob/master/README.md ReHTTP - https://github.com/yegor256/rehttp ThreeCopies - https://github.com/yegor256/threecopies
Mobile margin fix
This fixes mobile style main margins and adds the base
_responsive.scss
file where everything else is going to add up.A quick screenshot of the new layout:
Tacit logo missing for Android 2.3.3 default browser
How to reproduce: On Android 2.3.3 default browser, visit yegor256.github.io/tacit/
Screenshot:
EDIT: This could be a simple fix. Currently, the image being loaded is an SVG, and that browser version in particular could have an old version of Webkit that doesn't support SVG standards.
Gender Selection Issue
Change the default selection of gender to "Won't Tell". It's sexist to have "male" be the default and expected option.
Bonus feminist points if you put Female above Male as the 2nd Option. Bonus LGBTQRSTUV points if you include "Neither", "Both", and "Other" options.
TABLEs are not responsive
Try to create a table with many columns and see how it behaves when the width of the screen is small. I believe, it should convert itself to a non-TABLE mode.
Add dist/ folder with .css, .min.css and .min.css.map files to GitHub
@yegor256 can you check the rultor script modifications? This change should push the newest compiled css files in the
dist/
folder automatically to the master branch.Fixes #27
Aside
#103 @filfreire @yegor256 please, describe what other options you would like see (like borders, margins, font-size etc.) and i will add them to corresponding
.sass
files.fix(deps): update dependency npm to v9
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | npm (source) |
|
|
|
|
^6.2.0
->^9.0.0
|Release Notes
npm/cli
v9.2.0
Compare Source
Features
cf57ffa
#5888 discrete npm doctor commands (#5888) (@wraithgar)Bug Fixes
dfd5d46
#5932 ignore implicit workspaces for completion (#5932) (@wraithgar)Dependencies
2f2b146
#5936[email protected]
(#5936)372d158
#5935[email protected]
(#5935)0e6c28b
#5934[email protected]
(#5934)0a3fe00
#5933[email protected]
6b77340
[email protected]
cf0a174
[email protected]
3da9a1a
[email protected]
fee9b66
[email protected]
e940917
[email protected]
875bd56
[email protected]
280b7a4
#5927[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.3
Compare Source
Bug Fixes
ffbdea2
#5894 npm pack filename on scoped packages (#5894) (@HenryNguyen5)c26d708
#5884 validate username at get-identity (#5884) (@sosoba, @nlf)Documentation
ea948dc
#5881 update description of npm exec (#5881) (@styfle, @wraithgar)40f2c21
#5865 ci-info url (#5865) (@wraithgar)681a45b
#5875 run the comand for directory workspaces (#5875) (@1aron)681a45b
#5875 add workspace directory example (#5875) (@1aron)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.2
Compare Source
Bug Fixes
d9654cf
#5861 remove unwanted package.json entries (#5861) (@wraithgar)Dependencies
a351685
#5858 move from @npmcli/ci-detect to ci-info (#5858)@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.1
Compare Source
Documentation
1bff064
#5819 config: documentnpm config fix
(#5819) (@wraithgar)Dependencies
335c7e4
#5813[email protected]
878ddfb
@npmcli/[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.1.0
Compare Source
Features
706b3d3
#5779 set --no-audit when installing outside of a project (like --global) (@fritzy)Bug Fixes
1f5382d
#5789 don't setstdioString
for any spawn/run-script calls (@lukekarrys)8fd614a
use promiseSpawn.open instead of opener (@nlf)41843ad
use an absolute path to notepad.exe by default, correct docs (@nlf)0c5834e
#5758 use hosted-git-info to parse registry urls (#5758) (@lukekarrys)Documentation
ce6745c
#5763 fixed some typos (#5763) (@AndrewDawes)Dependencies
b89c19e
#5795[email protected]​0.6.3
6b6dfca
[email protected]
9972ed1
@npmcli/[email protected]
024e612
[email protected]
66f9bcd
[email protected]
5730d17
[email protected]
2fef570
[email protected]
abfb28b
@npmcli/[email protected]
205e2fd
[email protected]
ac25863
remove opener,@npmcli/[email protected]
,@npmcli/[email protected]
,@npmcli/[email protected]
,[email protected]
,[email protected]
@npmcli/[email protected]
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.0.1
Compare Source
Documentation
b5fadd0
#5742 Better npx link (#5742) (@mrienstra)Dependencies
de6618e
#5757@npmcli/[email protected]
(#5757)5625274
#5755[email protected]
(#5755)32bdd68
#5754[email protected]
(#5754)@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v9.0.0
Compare Source
Features
e3b004c
#5727 move cli and all workspaces out of prerelease mode (@lukekarrys)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
v8.19.3
Compare Source
Bug Fixes
26f3d0b
#5761 use hosted-git-info to parse registry urls (#5761) (@lukekarrys)Documentation
bd92aa0
#5753 name and version description change (#5753) (@dominikgorczyca)Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
v8.19.2
Compare Source
Dependencies
@npmcli/[email protected]
[email protected]
[email protected]
v8.19.1
Compare Source
Bug Fixes
d60b43f
#5438 fix: Turn off progress bar when using web based authorization (@sandeepmeduru)v8.19.0
Compare Source
Features
d94a9f5
#5347 feat: add deprecation warnings to access commands (@wraithgar)Bug Fixes
bd2ae5d
#5323 fix: linting (@wraithgar)Documentation
3569094
#5321 docs: fix link to dependency selectors page (@hghmn)414667a
#5328 docs(dependency-selectors): fix Arborist example in docs (@kyle-west)Dependencies
1286f03
#5381 deps:[email protected]
d7e9a8e
#5381 deps:[email protected]
2c4e387
#5381 deps:[email protected]
e401a81
#5381 deps:[email protected]
f4205e5
#5381 deps:[email protected]
8f7abbe
#5381 deps:[email protected]
b12ac01
#5381 deps:[email protected]
7fbf6f7
#5381 deps:[email protected]
7c7f656
#5381 deps:[email protected]
26d2e55
#5381 deps:@npmcli/[email protected]
a79ee00
#5381 deps:[email protected]
2561822
#5378 deps:@npmcli/[email protected]
8ab12dc
#5323 deps:@npmcli/[email protected]
@npmcli/[email protected]^5.6.1
[email protected]^6.0.4
[email protected]^4.0.5
[email protected]^4.0.12
[email protected]^3.0.3
[email protected]^8.0.4
[email protected]^4.0.4
libnp[email protected]^4.1.3
[email protected]^6.0.5
[email protected]^5.0.4
[email protected]^4.0.4
[email protected]^3.0.7
v8.18.0
Compare Source
v8.18.0 (2022-08-17)
Features
e6d4304
#5306 feat(arborist): add overridden getter to Node class (@nlf)d221f72
#5306 feat(arborist): add :overridden pseudo selector (@nlf)0d4ed0f
#5306 feat(query): support :overridden pseudo selector (@nlf)Bug Fixes
05d9bcf
#5306 fix(ls): display overridden nodes (@nlf)cd2b1e6
#5306 fix(explain): display override information (@nlf)e5a9162
#5297 fix: npm exec does not use script-shell option to run commands (@lux01)6eba131
#5298 fix: don't prompt onnpm exec [directory]
(@wraithgar)Documentation
bc66ffa
#5304 docs: update --no-optional to --omit=optional (@wraithgar)Dependencies
8460ccf
#5311 deps:[email protected]
41d0f51
#5310 deps:@npmcli/[email protected]
4e08d71
#5315 deps:[email protected]
46e8753
#5316 deps:[email protected]
d39b2ee
#5318 deps:[email protected]
7d564bd
#5318 deps:[email protected]
5a56686
#5318 deps:@npmcli/[email protected]
3c5a866
#5318 deps:[email protected]
07536a4
#5318 deps:@npmcli/[email protected]
8165501
#5318 deps:@npmcli/[email protected]
cbee638
#5318 deps:[email protected]
1f6daf5
#5318 deps:[email protected]
409468f
#5318 deps:[email protected]
v8.17.0
Compare Source
v8.17.0 (2022-08-10)
Features
96b6781
#5263 feat(arborist): add option to forcibly skip loading a virtual tree (@nlf)Bug Fixes
9078e27
#5263 fix(query): tell arborist to load an actual tree, not a virtual one (@nlf)c992fd6
#5273 fix: look up local command bins from local tree (@wraithgar)95ae9f2
#5253 fix: only try to run global bin if the bin name exists (@wraithgar)daaf461
#5291 fix: ignore global prefix if --prefix is used (@wraithgar)Documentation
f281ec8
#5257 docs: Fix link syntax independency-selectors.md
(@aried3r)Dependencies
741bccf
#5284 deps:@npmcli/[email protected]
7f31b85
#5284 deps:[email protected]
2569d82
#5284 deps:[email protected]
a396f8d
#5284 deps:@npmcli/[email protected]
a9b5306
#5284 deps:[email protected]
786f753
#5284 deps:[email protected]
7b702b6
#5284 deps:[email protected]
e74f99e
#5284 deps:[email protected]
9833066
#5284 deps:[email protected]
4e5dd73
#5284 deps:[email protected]
d0f5995
#5284 deps:@npmcli/[email protected]
8d870c5
#5275 deps:[email protected]
v8.16.0
Compare Source
v8.16.0 (2022-08-03)
Features
3c024ac
#5000 feat: add npm query cmd (@ruyadorno) (@wraithgar)703dbbf
#4860 feat: add --replace-registry-host=<npmjs|always|never> (@fritzy)Bug Fixes
eac1bf2
#5164 fix(ls): when filtering workspaces, make sure the edge has a to before checking if its a workspace (@nlf)47cc95d
#5227 fix(arborist): use the sourceReference root rather than the node root for overrides (@nlf)050284d
#5233 fix(arborist): pass the edge to fromPath in order to determine correct path (@nlf)d315ead
#5243 fix: gracefully exit login and publish commands on Ctrl+C (SIGINT) in the new webAuthn flow (@neeldani)ea44995
#5244 fix: properly find locally/globally/npxCache packages (@wraithgar)19f1497
#5244 fix: use binPaths (@wraithgar)3b30af2
#5244 fix: fix exec tests and clean up workspace-location-msg (@wraithgar)8233fca
#5248 fix(arborist): fix bare attribute queries (@darcyclarke)19a8346
#5250 fix: properly find and run global scoped packages (@wraithgar)Documentation
a6153cf
#5240 docs: Use the full proper name of Travis CI (@tnir)Dependencies
fd030c8
#5245 deps:[email protected]
c18dbc4
#5244 deps: add@npmcli/[email protected]
cd6bafd
#5244 deps: add[email protected]
d0be9a2
#5244 deps:@npmcli/[email protected]
d55007d
#5247 deps:@npmcli/[email protected]
c650a29
#5241 deps:@npmcli/[email protected]
4b7b48b
#5246 deps:[email protected]
v8.15.1
Compare Source
v8.15.1 (2022-07-27)
Bug Fixes
9905d0e
#5197 fix: don't fail immediately if cache dir is not accessible (@lukekarrys)0e3660e
#5206 fix(init): allow for spec on scope-only arg (@wraithgar)62b95a0
#5122 fix: allow hash character in paths (@AgainPsychoX)Documentation
f9abee7
#5205 docs: update commit-ish default branch (@dijonkitchen)77bf2e1
#5218 docs: update npm-ls.md (@MapleCCC)de40c31
#5207 docs: sync ci params with install (@wraithgar)4d1d8a9
#5221 docs: describe implicit workspace and prefix configuration (@fritzy) (@lukekarrys) (@wraithgar)Dependencies
3bbb293
#5223 deps:@npmcli/[email protected]
v8.15.0
Compare Source
v8.15.0 (2022-07-20)
Features
5ef53ee
#5160 feat: accept registry-scoped certfile and keyfile as credentials (@jenseng)c8bdb4a
#5098 feat: Support pure web authentication for commands (@jumoel) (@ljharb) (@hfaulds) (@sandeepmeduru)Bug Fixes
9c590fa
#5172 fix: disable progress bar on publish (@wraithgar)2fa3271
#5196 fix: add missing ` in adduser warning (@MylesBorins)Documentation
7efad06
#5168 docs: Update audit signatures cmd (@feelepxyz)8ab5fca
#5171 docs: correct bundledDependencies -> bundleDependencies (@nlf)Dependencies
64fe64b
#5187 deps:@npmcli/[email protected]
51b12a0
#5187 deps:[email protected]
3ae1b81
#5190 deps:[email protected]
v8.14.0
Compare Source
v8.14.0 (2022-07-13)
Features
f032e1c
#4827 feat: add npm audit signatures (@feelepxyz)e8102c1
#5076 feat: Addweb
auth type (@jumoel)e9b4214
#5094 feat(arborist): add support for dependencies script (@nlf)c6c4ba3
#5149 feat: notify on adduser of upcoming cmds, login and register (@fritzy)e58f02f
#5149 feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy)Bug Fixes
52ec5ec
#5154 fix: properly open package arg repo inside workspace (@wraithgar)Documentation
9697f16
#5118 docs: typo in npm command (@crisanmm)da5a4ba
#5079 docs: update reference to deprecated spdx package (@kachick)25b3058
#5043 docs: naming of files in example code should be consistent (@xc1427)ac56fc4
#5095 docs: documentdependencies
script (@nlf)Dependencies
cb0db7c
#5147 deps:@npmcli/[email protected]
b8c0580
#5156 deps:[email protected]
ad72611
#5156 deps:[email protected]
c94919d
#5156 deps:[email protected]
18ddc57
#5156 deps:[email protected]
a2d700b
#5156 deps:[email protected]
99dc697
#5156 deps:@npmcli/[email protected]
4a9f2dc
#5157 deps:[email protected]
45a9bde
#5158 deps:[email protected]
v8.13.2
Compare Source
v8.13.2 (2022-06-29)
Documentation
5be7d6e
#5087 docs: add foreground-scripts to run-script page (@ruyadorno)Dependencies
dd62328
#5086 deps:@npmcli/[email protected]
5546906
#5086 deps:@npmcli/[email protected]
c7d5a69
#5102 deps:@npmcli/[email protected]
7ce66b0
#5103 deps:[email protected]
v8.13.1
Compare Source
v8.13.1 (2022-06-23)
Dependencies
f59a114
#5064 deps:@npmcli/[email protected]
236b4a2
#5069 deps:[email protected]
0a6664d
#5070 deps:@npmcli/[email protected]
9f94049
#5071 deps:[email protected]
8212363
#5072 deps:[email protected]
v8.13.0
Compare Source
v8.13.0 (2022-06-22)
Features
06fd788
#4960 feat: prompt before opening web-login URL when performinglogin
/adduser
(@jumoel)Bug Fixes
e03009f
#5042 fix: Add space to SemVer log message (@dnicolson)2953983
#5035 fix(view): error on missing version (@wraithgar)Documentation
69b5a96
#5048 docs: consolidate docs and help for package spec (@wraithgar)facba42
#5030 docs: fix typo (@westy92)Dependencies
2e50cb8
#5049 deps:[email protected]
2c06cee
#5049 deps:@npmcli/[email protected]
61112f7
#5044 deps:[email protected]
01eef03
#5034 deps:[email protected]
afa10c7
#5063 deps:[email protected]
a5be4d6
#5062 deps:[email protected]
3ea332b
#5061 deps:[email protected]
14a08d6
#5060 deps:[email protected]
1ab9776
#5059 deps:@npmcli/[email protected]
v8.12.2
Compare Source
v8.12.2 (2022-06-15)
Dependencies
053dffe
#4986 deps:[email protected]
d404c8c
#4985 deps:[email protected]
v8.12.1
Compare Source
v8.12.1 (2022-06-02)
Bug Fixes
40c823c
#4982 fix: undeprecate and remove warnings for --global, -g, --local (@fritzy)v8.12.0
Compare Source
v8.12.0 (2022-06-01)
Features
aee6fc8
#4892 feat(init): reify on init new workspace (@ruyadorno)a8ae177
#4931 feat: Add--auth-type=webauthn
flag (@jumoel)Bug Fixes
646b6b5
#4963 fix(arborist): use rawSpec for bundled and shrinkwrapped deps (@nlf)fcc72dd
#4929 fix(libnpmexec): fix bug not install latest pkg (@jihunleekr)Dependencies
a6b62b2
#4949 deps:[email protected]
fb4cc24
#4969 deps:[email protected]
5b9688c
#4971 deps:[email protected]
a8bfdd8
#4972 deps:[email protected]
66981ec
#4973 deps:[email protected]
180a7e4
#4975 deps:@npmcli/[email protected]
0886f7f
#4976 deps:[email protected]
v8.11.0
Compare Source
v8.11.0 (2022-05-25)
Features
8898710
#4879 feat: deprecated set-script, birthday, --global, and --local (@fritzy)7307c8d
#4940 feat(libnpmpack): bump pacote for better workspace awareness (@nlf)Bug Fixes
400c80f
#4913 fix(ci): remove node_modules post-validation (@wraithgar)124df81
#4910 fix: clean up npm cache tests (@wraithgar)ee3308a
fix: remove dead code from get-identity (@wraithgar)357b0af
#4917 fix: pass prefix and workspaces to libnpmpack (@nlf)0f89e07
#4935 fix: add global getter to npm class (@nlf)Documentation
83ed8d0
#4922 docs: update roadmap link in readme (@OmriBarZik)ed054d4
#4933 docs: fix broken link in changelog (@yonran)Dependencies
632ce87
#4915 deps:[email protected]
7b2b77a
#4915 deps:[email protected]
f3b0a24
#4915 deps:[email protected]
0df3011
#4915 deps:[email protected]
dc38ab9
#4919 deps:[email protected]
353e2f9
#4940 deps: `[email protected] npm-packlConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
chore(deps): update dependency load-grunt-tasks to v5
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | load-grunt-tasks |
|
|
|
|
3.4.0
->5.1.0
|Release Notes
sindresorhus/load-grunt-tasks
v5.1.0
Compare Source
6234bc9
v5.0.0
Compare Source
Breaking:
a928bc7
Enhancements:
a928bc7
v4.0.0
Compare Source
v3.5.2
Compare Source
v3.5.1
Compare Source
v3.5.0
Compare Source
v3.4.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
chore(deps): update dependency grunt-sass to v3
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | grunt-sass |
|
|
|
|
^2.0.0
->^3.0.0
|Release Notes
sindresorhus/grunt-sass
v3.1.0
Compare Source
08df45d
v3.0.2
Compare Source
v3.0.1
Compare Source
v3.0.0
Compare Source
This release requires Node.js 8 or later.
You now have to choose whether you want
node-sass
ordart-sass
by installing one of them yourself and setting it in the options. See the updated docs: https://github.com/sindresorhus/grunt-sass#usageDon't forget
const sass = require('node-sass')
orconst sass = require('dart-sass')
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
fix(deps): update dependency glob to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | glob |
|
|
|
|
^7.1.3
->^8.0.0
|Release Notes
isaacs/node-glob
v8.0.3
Compare Source
v8.0.2
Compare Source
v8.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Dependency Dashboard
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
Detected dependencies
npm
chore(deps): update dependency load-grunt-tasks to v3.5.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | load-grunt-tasks |
|
|
|
|
3.4.0
->3.5.2
|Release Notes
sindresorhus/load-grunt-tasks
v3.5.2
Compare Source
v3.5.1
Compare Source
v3.5.0
Compare Source
v3.4.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.