grain-lang.org
grain-lang.org copied to clipboard
chore(deps): bump highlight.js and hexo
Bumps highlight.js to 11.7.0 and updates ancestor dependency hexo. These dependencies need to be updated together.
Updates highlight.js from 10.4.0 to 11.7.0
Release notes
Sourced from highlight.js's releases.
11.7.0 - "Gobble Gobble" Thanksgiving Edition
Version 11.7.0
New Grammars:
- added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
- added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive
Grammars:
- enh(scheme) add
scmalias for Scheme matyklug18- fix(typescript) patterns like
<T =are not JSX Josh Goebel- fix(bash) recognize the
((keyword Nick Chambers- enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
- fix(js) do not flag
import()as a function, rather a keyword nathnolt- fix(bash) recognize the
((keyword Nick Chambers- fix(nix) support escaped dollar signs in strings h7x4
- enh(cmake) support bracket comments Hirse
- enh(java) add yield keyword to java MBoegers
- enh(java) add permits keyword to java MBoegers
- fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood
Improvements:
- Documentation typo fix by Eddymens
11.6.0 - "Pink Lemonade on a hot day" Edition
Version 11.6.0
Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
Default build changes:
... (truncated)
Changelog
Sourced from highlight.js's changelog.
Version 11.7.0
New Grammars:
- added 3rd party LookML grammar to SUPPORTED_LANGUAGES Josh Temple
- added 3rd party FunC grammar to SUPPORTED_LANGUAGES [Nikita Sobolev][]
- Added 3rd party Flix grammar to SUPPORTED_LANGUAGES The Flix Organisation
- Added 3rd party RVT grammar to SUPPORTED_LANGUAGES Sopitive
Grammars:
- enh(scheme) add
scmalias for Scheme matyklug18- fix(typescript) patterns like
<T =are not JSX Josh Goebel- fix(bash) recognize the
((keyword Nick Chambers- enh(Ruby) misc improvements (kws, class names, etc) Josh Goebel
- fix(js) do not flag
import()as a function, rather a keyword nathnolt- fix(bash) recognize the
((keyword Nick Chambers- fix(nix) support escaped dollar signs in strings h7x4
- enh(cmake) support bracket comments Hirse
- enh(java) add yield keyword to java MBoegers
- enh(java) add permits keyword to java MBoegers
- fix(javascript/typescript) correct identifier matching when using numbers Lachlan Heywood
Improvements:
- Documentation typo fix by Eddymens
Version 11.6.0
Supported Node.js versions:
- (chore) Drops support for Node 12.x, which is no longer supported by Node.js.
Default build changes:
... (truncated)
Commits
82688fa(release) bump 11.7.0e57bf13(docs) add RVT Script to SUPPORTED_LANGUAGES (#3666)526d339(docs) fixed typo (#3660)3997c9b(end) Addedscmalias to scheme (#3654)4f5b769fix(js/ts) prevent$[number]variables as false positives as numeric (#3648)e0f7577Add Flix to SUPPORTED_LANGUAGES.md (#3637)14b550d(docs) Add tsx alias (#3651)bc88ed5(java) add Java 14 switch expression keywordyield(#3650)f035aab(java) addpermitskeyword (#3649)abcb53denh(cmake) support bracket comments (#3644)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by highlightjs_bot, a new releaser for highlight.js since your current version.
Updates hexo from 4.2.1 to 6.3.0
Release notes
Sourced from hexo's releases.
6.3.0
New Features
- feat(tag/post_link): throw on post_link error by
@xbc5in hexojs/hexo#4938- feat(tag/include_code): robust for url compuation of
view rawby@stevenjoezhangin hexojs/hexo#4996- feat(paginator): allow custom class name by
@renbaoshuoin hexojs/hexo#5001- feat(helper/toc): more flexible class name by
@renbaoshuoin hexojs/hexo#5010- feat(helper/tagcloud): show_count option (#5047) by
@renbaoshuoin hexojs/hexo#5048- feat(tag/code): add
language_attrhexojs/hexo-util#278@renbaoshuoin hexojs/hexo#5017- feat(helper/is): add
is_home_first_page()helper by@renbaoshuoin hexojs/hexo#5006Improvements
- let post_link use original post title as title attribute by
@ppwwyyxxin hexojs/hexo#4973Fixes
- fix(hexo/index):
db.jsonfile path in debug logging on Windows by@stevenjoezhangin hexojs/hexo#4994- fix(tag): show source file in unformatted error message by
@curbenghin hexojs/hexo#5031- Don't use data-uri for og:image by
@KentarouTakedain hexojs/hexo#5053Refactors
- refactor(helper/open_graph): use whatwg url api by
@renbaoshuoin hexojs/hexo#5007- chore(mail_to): use native URLSearchParams by
@renbaoshuoin hexojs/hexo#5002Test
- test: replace nyc with c8 by
@stevenjoezhangin hexojs/hexo#5040- chore(test/extend/tag): async function (#3328) by
@renbaoshuoin hexojs/hexo#5003CI/CD
- chore: Set permissions for GitHub actions by
@neilnaveenin hexojs/hexo#4947- chore: delete
release-drafterby@yoshinorinin hexojs/hexo#5044- chore: improved benchmark result in github actions by
@renbaoshuoin hexojs/hexo#5013Dependencies
- chore(deps): bump hexo-util and warehouse by
@yoshinorinin hexojs/hexo#5028- chore(deps): bump hexo-log from 3.0.0 to 3.2.0 by
@yoshinorinin hexojs/hexo#5054Misc
- Update license year by
@renbaoshuoin hexojs/hexo#5041- chore: update issue template by
@yoshinorinin hexojs/hexo#5030- chore: update .gitignore by
@yoshinorinin hexojs/hexo#4967New Contributors
... (truncated)
Commits
4d42d9drelease: 6.3.0 (#5043)16e189fchore(deps): bump hexo-log from 3.0.0 to 3.2.0 (#5054)06a8ebbfix(#5053): exclude data-uri image for og:image (#5053)6deeb8dfeat(tag/code): addlanguage_attrhexojs/hexo-util#278#5017)d9e5f2efeat(helper/tagcloud): show_count option (#5047) (#5048)d95d297chore: deleterelease-drafter(#5044)354f1f1Update license year (#5041)e44b48cfeat(tag/post_link): use original post title as title attribute (#4973)a2fc8c0test: replace nyc with c8 (#5040)b48f095fix(tag): show source file in unformatted error message (#5031)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Deploy preview ready! 🌾
| Name | Link |
|---|---|
| Latest commit | 5d2acdeaa1e33363b63505cbbf44af174bfb5bd6 |
| Latest deploy log | https://app.netlify.com/sites/grain-lang/deploys/63bcb8453303910008ed0b9f |
| Deploy Preview | https://deploy-preview-337--grain-lang.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.