File tree Expand file tree Collapse file tree 4 files changed +118
-121
lines changed
Expand file tree Collapse file tree 4 files changed +118
-121
lines changed Original file line number Diff line number Diff line change 2525 "check-dependencies" : " manypkg check"
2626 },
2727 "devDependencies" : {
28- "@eslint/css" : " ^0.14.1 " ,
28+ "@eslint/css" : " ^1.0.0 " ,
2929 "@eslint/js" : " ^9.39.3" ,
3030 "@manypkg/cli" : " ^0.25.1" ,
31- "@typescript-eslint/parser" : " ^8.56 .1" ,
31+ "@typescript-eslint/parser" : " ^8.57 .1" ,
3232 "alex" : " ^11.0.1" ,
3333 "case-police" : " ^2.2.0" ,
3434 "eslint" : " ^9.39.3" ,
3737 "eslint-plugin-case-police" : " 2.2.0" ,
3838 "eslint-plugin-mdx" : " ^3.7.0" ,
3939 "eslint-plugin-prettier" : " ^5.5.5" ,
40- "eslint-plugin-yml" : " ^3.2 .1" ,
40+ "eslint-plugin-yml" : " ^3.3 .1" ,
4141 "globals" : " ^17.4.0" ,
4242 "husky" : " ^9.1.7" ,
4343 "prettier" : " ^3.8.1" ,
4444 "pretty-quick" : " ^4.2.2" ,
4545 "typescript" : " ^5.9.3" ,
46- "typescript-eslint" : " ^8.56 .1"
46+ "typescript-eslint" : " ^8.57 .1"
4747 },
4848 "packageManager" : " yarn@4.13.0" ,
4949 "resolutions" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function codeblockLanguageAsTitleRemarkPlugin() {
1111 return async ( root : Root ) => {
1212 const { visit} = await import ( 'unist-util-visit' ) ;
1313 visit ( root , 'code' , node => {
14- if ( node . lang ) {
14+ if ( node . lang && ! [ 'shell' , 'bash' ] . includes ( node . lang ) ) {
1515 if ( node . meta ) {
1616 if ( node . meta . includes ( 'title=' ) ) {
1717 return ;
Original file line number Diff line number Diff line change 6868 "glob" : " ^13.0.6" ,
6969 "prettier" : " ^3.8.1" ,
7070 "remark-cli" : " ^12.0.1" ,
71- "sass" : " 1.97.3 " ,
71+ "sass" : " 1.98.0 " ,
7272 "typescript" : " ^5.9.3"
7373 }
7474}
You can’t perform that action at this time.
0 commit comments