renovate[bot]
65b96baea8
⬆️ Upgrade glob-promise to v4.2.2 ( #178 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-20 15:24:22 +01:00
renovate[bot]
932cfe5711
⬆️ Upgrade slugify to v1.6.4 ( #179 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-20 15:22:39 +01:00
renovate[bot]
5e3122fa36
⬆️ Upgrade markdown-it to v12.3.0 ( #183 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-20 15:17:51 +01:00
Yann Bertrand
db6b0d9130
⬆️ Upgrade prettier to v2.5.1 ( #186 )
2021-12-20 15:16:35 +01:00
Yann Bertrand
70e4323ae4
⬆️ Upgrade jest to v27.4.5 ( #185 )
2021-12-20 15:10:13 +01:00
Yann Bertrand
ed0ca38273
⬆️ Upgrade yaml to v1.10.2 ( #184 )
2021-12-20 14:47:39 +01:00
renovate[bot]
fde4d8341c
⬆️ Upgrade glob-promise to v4.2.1 ( #168 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:48:40 +02:00
renovate[bot]
8a861c1590
⬆️ Upgrade jest to v27 ( #167 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:43:35 +02:00
renovate[bot]
bd7e009b53
⬆️ Upgrade glob to v7.2.0 ( #174 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:42:37 +02:00
renovate[bot]
46167d06d8
⬆️ Upgrade slugify to v1.6.1 ( #161 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:40:11 +02:00
renovate[bot]
2b3f9339f5
⬆️ Upgrade markdown-it to v12.2.0 ( #158 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:39:06 +02:00
renovate[bot]
10b1ae6cfb
⬆️ Upgrade ibiqlik/action-yamllint action to v3.1.0 ( #159 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:35:14 +02:00
renovate[bot]
fb2f66201a
⬆️ Upgrade sharp to v0.28.3 ( #166 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:33:07 +02:00
renovate[bot]
7b3fc06520
⬆️ Upgrade glob to v7.1.7 ( #162 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-19 14:32:22 +02:00
Patrice De Saint Steban
fe0d74e0ee
🌐 Fix french typos 🇫🇷 ( #160 )
2021-04-26 14:05:58 +02:00
snyk-bot
797ac73dcc
⬆️ Upgrade yaml from 1.10.0 to 1.10.2
...
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/yannbertrand/project/eff73e73-6826-4597-a8ef-92a0e5e9976a?utm_source=github&utm_medium=upgrade-pr
2021-04-10 09:06:00 +02:00
snyk-bot
8255326701
⬆️ Upgrade yaml from 1.10.0 to 1.10.2
...
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/yannbertrand/project/4aa59eb6-bc6e-4c64-adf0-edb1f8227121?utm_source=github&utm_medium=upgrade-pr
2021-04-09 23:04:25 +02:00
Yann Bertrand
8cf0ac21fb
👷 Remove Lighthouse performance audit
2021-04-09 23:03:07 +02:00
Renovate Bot
48354fe8e2
⬆️ Upgrade sharp to v0.28.1
2021-04-06 20:56:09 +02:00
snyk-bot
afc2d38224
⬆️ Upgrade yaml from 1.10.0 to 1.10.2
...
Snyk has created this PR to upgrade yaml from 1.10.0 to 1.10.2.
See this package in npm:
See this project in Snyk:
https://app.snyk.io/org/yannbertrand/project/bc5e2030-7c55-4978-8678-013fe2c1cf2c?utm_source=github&utm_medium=upgrade-pr
2021-04-06 20:56:09 +02:00
Renovate Bot
eed718e99f
⬆️ Pin slugify to 1.5.0
2021-04-06 20:54:56 +02:00
Cameron Little
32cf426956
✨ Add support for spaces (and other specials) in keys
...
Currently, page url generation (slugification) is just toLowerCase. In https://github.com/yannbertrand/macos-defaults/pull/146 I add some defaults that contain keys with spaces, which currently breaks.
This pulls in `slugify` to add support, and shell escapes keys in examples.
2021-04-06 20:53:41 +02:00
Yann Bertrand
7cb2d44377
🐛 Fix meta tags double quotes escaping
2021-04-05 20:10:03 +02:00
Cameron Little
2bc15fe0de
🩹 Improve markdown support
...
This improves markdown support within descriptions. Currently, adding multiline text blocks in the defaults.yml file breaks, because the generated head meta tags content includes that whitespace as is and breaks the generated yaml contents. Now, meta tag content is stringified
as JSON, which is yaml compliant. The final html meta tag contains the markdown as is. Also currently, markdown descriptions inserted into the
content can interact with subsequent content (if you end with a list it'll cause funky interaction with the following content). That's fixed by inserting a "break" between (done on categores and pages).
2021-04-05 20:10:03 +02:00
Cameron Little
ecb477305a
🚨 Strengthen JSON schema
2021-04-05 20:10:03 +02:00
Yann Bertrand
39cc31f013
💄 Use better template semantics and add new capabilities
...
* Document requirements in schema
* Add support for non-generated example titles
* Escape example values for use in shell
* Rename "delete current value" to "reset to default value" to better explain what it does
2021-04-04 13:19:49 +02:00
Cameron Little
4b1493d5f6
👷 Validate defaults.yml files format
...
This helps local dev, since my editor can provide autocompletions and inline help. It's also run inside a GitHub Action
2021-04-04 13:19:49 +02:00
Renovate Bot
cf4cad7ad9
⬆️ Upgrade docsify-cli to v4.4.3
2021-03-09 20:54:50 +01:00
Renovate Bot
4bdad3884e
⬆️ Upgrade docusaurus to v1.14.7
2021-03-09 20:54:27 +01:00
Renovate Bot
30956b0d63
⬆️ Upgrade glob-promise to v4.1.0
2021-03-01 19:53:36 +01:00
Renovate Bot
fd462edc64
⬆️ Upgrade sharp to v0.27.2
2021-02-23 20:57:38 +01:00
Renovate Bot
bf704ed50b
⬆️ Upgrade vuepress monorepo to v1.8.2
2021-02-22 19:07:12 +01:00
Renovate Bot
fd08447130
⬆️ Upgrade vuepress monorepo to v1.8.1
2021-02-17 22:03:38 +01:00
Renovate Bot
a1f61dcf23
⬆️ Upgrade handlebars to v4.7.7
2021-02-17 21:59:11 +01:00
Renovate Bot
c44f0746f4
⬆️ Upgrade glob-promise to v4
2021-02-17 21:58:36 +01:00
Renovate Bot
acab945404
⬆️ Upgrade delay to v5
2021-02-01 22:09:22 +01:00
Renovate Bot
3d323b219c
⬆️ Upgrade vuepress monorepo to v1.8.0
2021-01-30 09:34:47 +01:00
Renovate Bot
a9a986dd30
⬆️ Upgrade sharp to v0.27.1
2021-01-30 09:34:00 +01:00
Renovate Bot
79e8b76d1e
⬆️ Upgrade delay to v4.4.1
2021-01-30 09:33:15 +01:00
Yann Bertrand
77af55b995
🐛 Allow base64 images
2021-01-01 13:38:16 +01:00
Yann Bertrand
feb031775e
🔥 Remove medium zoom plugin
2021-01-01 13:38:16 +01:00
Valentin Perignon
13c9d2de80
✨ Add textedit RichText command ( #120 )
2021-01-01 13:38:06 +01:00
Renovate Bot
62f1f52c00
⬆️ Upgrade sharp to v0.27.0
2020-12-22 18:17:52 +01:00
Renovate Bot
52dbb5e378
⬆️ Upgrade markdown-it to v12.0.4
2020-12-21 14:52:52 +01:00
Renovate Bot
409116ace7
⬆️ Upgrade actions/setup-node action to v2
2020-12-17 11:38:31 +01:00
Yann Bertrand
8735fb132d
➖ Remove unneeded dependencies
2020-12-12 13:46:25 +01:00
Renovate Bot
ac4c1475d4
⬆️ Upgrade commander to v6
2020-12-12 13:44:12 +01:00
renovate[bot]
d71ba953a1
⬆️ Upgrade chalk to v4 ( #115 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-12 13:42:15 +01:00
Yann Bertrand
a21b772948
⬆️ Run yarn upgrade
2020-12-12 11:18:49 +01:00
Yann Bertrand
ebb6b53dc4
⬆️ Run yarn upgrade on production
2020-12-12 11:13:43 +01:00