File tree 3 files changed +745
-589
lines changed
javascripts/discourse/initializers
3 files changed +745
-589
lines changed Original file line number Diff line number Diff line change 1
1
import { dasherize } from " @ember/string" ;
2
2
import concatClass from " discourse/helpers/concat-class" ;
3
+ import icon from " discourse/helpers/d-icon" ;
3
4
import { withPluginApi } from " discourse/lib/plugin-api" ;
4
5
import { escapeExpression } from " discourse/lib/utilities" ;
5
- import icon from " discourse-common/helpers/d-icon" ;
6
6
import isValidUrl from " ../lib/isValidUrl" ;
7
7
8
8
function buildIcon (iconNameOrImageUrl , title ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"devDependencies" : {
4
- "@discourse/lint-configs" : " 2.2.2 " ,
5
- "ember-template-lint" : " 6.0 .0" ,
6
- "eslint" : " 9.15 .0" ,
4
+ "@discourse/lint-configs" : " 2.4.0 " ,
5
+ "ember-template-lint" : " 6.1 .0" ,
6
+ "eslint" : " 9.19 .0" ,
7
7
"prettier" : " 2.8.8"
8
8
},
9
9
"engines" : {
10
- "node" : " >= 18 " ,
10
+ "node" : " >= 22 " ,
11
11
"npm" : " please-use-pnpm" ,
12
12
"yarn" : " please-use-pnpm" ,
13
- "pnpm" : " >= 9"
14
- }
13
+ "pnpm" : " 9.x"
14
+ },
15
+ "packageManager" :
" [email protected] "
15
16
}
You can’t perform that action at this time.
0 commit comments