File tree Expand file tree Collapse file tree 3 files changed +745
-589
lines changed
javascripts/discourse/initializers Expand file tree Collapse file tree 3 files changed +745
-589
lines changed Original file line number Diff line number Diff line change 11import { dasherize } from " @ember/string" ;
22import concatClass from " discourse/helpers/concat-class" ;
3+ import icon from " discourse/helpers/d-icon" ;
34import { withPluginApi } from " discourse/lib/plugin-api" ;
45import { escapeExpression } from " discourse/lib/utilities" ;
5- import icon from " discourse-common/helpers/d-icon" ;
66import isValidUrl from " ../lib/isValidUrl" ;
77
88function buildIcon (iconNameOrImageUrl , title ) {
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "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" ,
77 "prettier" : " 2.8.8"
88 },
99 "engines" : {
10- "node" : " >= 18 " ,
10+ "node" : " >= 22 " ,
1111 "npm" : " please-use-pnpm" ,
1212 "yarn" : " please-use-pnpm" ,
13- "pnpm" : " >= 9"
14- }
13+ "pnpm" : " 9.x"
14+ },
15+ "packageManager" :
" [email protected] " 1516}
You can’t perform that action at this time.
0 commit comments