symfony-config-builder
symfony-config-builder copied to clipboard
Bump highlight.js and svelte-highlight
Bumps highlight.js to 11.7.0 and updates ancestor dependency svelte-highlight. These dependencies need to be updated together.
Updates highlight.js from 9.17.1 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 svelte-highlight from 0.7.1 to 7.2.1
Release notes
Sourced from svelte-highlight's releases.
v7.2.1
Fixes
- line numbers should not be covered by a solid fill, custom line background color (efd675051a2195b7d3095dc8ecfa09e8c9cb13de, #271)
- line numbers column should not be covered by code if scrollable (efd675051a2195b7d3095dc8ecfa09e8c9cb13de, #271)
v7.2.0
Features
- support highlighted lines in
LineNumbersthrough thehighlightedLinesprop (48c580da, #266)v7.1.2
Fixes
- correctly set top/bottom padding in
LineNumbersifcodeis updated (5da30c8, #260)v7.1.1
Features
v7.0.1
Fixes
- reset
tablestyles inLineNumbers(a477780, #254)v7.0.0
Breaking Changes
- rename langtag style props (4b84dac, #253)
--hljs-background->--langtag-background--hljs-foreground->--langtag-color--hljs-radius->--langtag-border-radius- mark
code,languageas required props (86acf4c, #218)Features
- include inferred
languageinon:highlightevent detail inHighlightAuto(2c82ca3, #252)- add
LineNumberscomponent to support rendering line numbers (82f9366, #248)- upgrade
highlight.jsto version 11.7.0 (d463d9b, #245)Fixes
- use
HTMLAttributesfromsvelte/elementsto correctly type$$restProps(076b2b4)v6.2.1
Fixes
- generate types for
svelte-highlight/languages/*,svelte-highlight/styles/*(5ea7dbd, #231)
... (truncated)
Changelog
Sourced from svelte-highlight's changelog.
7.2.1 - 2023-04-01
Fixes
- line numbers should not be covered by a solid fill, custom line background color
- line numbers column should not be covered by code if scrollable
7.2.0 - 2023-02-14
Features
- support highlighted lines in
LineNumbersthrough thehighlightedLinesprop7.1.2 - 2023-01-01
Fixes
- correctly set top/bottom padding in
LineNumbersifcodeis updated7.1.1 - 2022-12-31
Fixes
- republish package
7.1.0 - 2022-12-31
Features
- add
startingLineNumberprop toLineNumbers7.0.1 - 2022-12-30
Fixes
- reset
tablestyles inLineNumbers7.0.0 - 2022-12-30
Breaking Changes
- rename langtag style props
--hljs-background->--langtag-background--hljs-foreground->--langtag-color--hljs-radius->--langtag-border-radius- mark
code,languageas required propsFeatures
- include inferred
languageinon:highlightevent detail inHighlightAuto
... (truncated)
Commits
757c142v7.2.1efd6750fix(line-numbers): fixes to line numbers column (#271)99db121chore(examples): bump deps85ee3d6chore(deps-dev): bump deps41c9832v7.2.048c580dfeat(line-numbers): support highlighted lines (#266)370e087chore(deps-dev): bump deps09fe072chore(deps-dev): bump depsf34e3e8chore(deps-dev): bump depsd01d245chore(deps-dev): bump deps- 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) You can disable automated security fix PRs for this repo from the Security Alerts page.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| symfony-config-builder | ❌ Failed (Inspect) | May 8, 2023 2:55am |