0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/package.json
dependabot[bot] 63d79cd63d
DEPS: Bump @fortawesome/fontawesome-free from 7.1.0 to 7.2.0 (#38182)
Bumps
[@fortawesome/fontawesome-free](https://github.com/FortAwesome/Font-Awesome)
from 7.1.0 to 7.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/FortAwesome/Font-Awesome/releases"><code>@​fortawesome/fontawesome-free</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 7.2.0</h2>
<p>Change log available at <a
href="https://fontawesome.com/changelog">https://fontawesome.com/changelog</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="337dd2045d"><code>337dd20</code></a>
Release 7.2.0 (<a
href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/21465">#21465</a>)</li>
<li><a
href="16ac6af0d8"><code>16ac6af</code></a>
Simplifying icon request titles (<a
href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/21360">#21360</a>)</li>
<li><a
href="ce4942029c"><code>ce49420</code></a>
Simplifying icon request template name (to avoid redundancy)</li>
<li><a
href="3dba69fed0"><code>3dba69f</code></a>
Modify bug report template for versioning and labels (<a
href="https://redirect.github.com/FortAwesome/Font-Awesome/issues/21264">#21264</a>)</li>
<li><a
href="f40da32b88"><code>f40da32</code></a>
Update web bug report template</li>
<li><a
href="89f17b4486"><code>89f17b4</code></a>
Modify bug report template for version and labels</li>
<li><a
href="14b8429cd7"><code>14b8429</code></a>
Adding feature requests to discussions</li>
<li><a
href="eceb155cea"><code>eceb155</code></a>
Updating links to the new icon request templates</li>
<li><a
href="b544f79e07"><code>b544f79</code></a>
Update contribution guidelines for icon requests</li>
<li><a
href="f811bcfe2c"><code>f811bcf</code></a>
Revise icon wizard request template</li>
<li>Additional commits viewable in <a
href="https://github.com/FortAwesome/Font-Awesome/compare/7.1.0...7.2.0">compare
view</a></li>
</ul>
</details>
<br />

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-30 20:31:57 +02:00

88 lines
4.5 KiB
JSON
Vendored

{
"private": true,
"repository": "https://github.com/discourse/discourse",
"author": "Discourse",
"license": "GPL-2.0-only",
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.29.0",
"@discourse/lint-configs": "^2.44.0",
"@discourse/moment-timezone-names-translations": "^1.0.0",
"@fortawesome/fontawesome-free": "7.2.0",
"@glint/ember-tsc": "^1.2.3",
"@glint/tsserver-plugin": "^2.2.4",
"@rdil/parallel-prettier": "^3.0.0",
"@swc/core": "^1.15.21",
"chrome-launcher": "^1.2.1",
"chrome-remote-interface": "^0.34.0",
"concurrently": "^9.2.1",
"ember-template-lint": "7.9.3",
"esbuild": "^0.27.4",
"eslint": "9.39.2",
"jsdoc": "^4.0.5",
"lefthook": "^2.1.4",
"licensee": "^11.1.1",
"lint-to-the-future": "^2.6.4",
"lint-to-the-future-ember-template": "^4.1.0",
"lint-to-the-future-eslint": "^3.3.0",
"playwright": "1.58.2",
"prettier": "3.8.1",
"puppeteer-core": "^24.40.0",
"stylelint": "17.4.0",
"terser": "^5.46.1",
"typescript": "^5.9.3"
},
"scripts": {
"dev": "concurrently \"bin/ember-cli server --environment=development\" \"RAILS_ENV=development bin/rails server\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"",
"lint:css": "pnpm stylelint 'app/assets/stylesheets/**/*.scss' $(script/list_bundled_plugins '/assets/stylesheets/**/*.scss') 'themes/**/*.scss'",
"lint:css:fix": "pnpm stylelint --fix 'app/assets/stylesheets/**/*.scss' $(script/list_bundled_plugins '/assets/stylesheets/**/*.scss') 'themes/**/*.scss'",
"lint:js": "eslint ./frontend $(script/list_bundled_plugins) ./themes --cache --no-error-on-unmatched-pattern",
"lint:js:fix": "eslint --fix ./frontend $(script/list_bundled_plugins) ./themes --no-error-on-unmatched-pattern",
"lint:hbs": "ember-template-lint 'frontend/**/*.gjs' 'plugins/*/assets/javascripts/**/*.gjs' 'plugins/*/admin/assets/javascripts/**/*.gjs' 'themes/**/*.gjs'",
"lint:hbs:fix": "ember-template-lint 'frontend/**/*.gjs' 'plugins/*/assets/javascripts/**/*.gjs' 'plugins/*/admin/assets/javascripts/**/*.gjs' 'themes/**/*.gjs' --fix",
"lint:prettier": "pnpm pprettier --list-different 'app/assets/stylesheets/**/*.scss' 'frontend/**/*.{js,gjs,css}' $(script/list_bundled_plugins '/assets/stylesheets/**/*.scss') $(script/list_bundled_plugins '/{assets,admin/assets,test}/javascripts/**/*.{js,gjs}') 'themes/**/*.{js,gjs,scss}'",
"lint:prettier:fix": "pnpm prettier -w --no-error-on-unmatched-pattern 'app/assets/stylesheets/**/*.scss' 'frontend/**/*.{js,gjs,css}' $(script/list_bundled_plugins '/assets/stylesheets/**/*.scss') $(script/list_bundled_plugins '/{assets,admin/assets,test}/javascripts/**/*.{js,gjs}') 'themes/**/*.{js,gjs,scss}'",
"lint:types": "ember-tsc -b",
"types:generate": "pnpm --dir=frontend/discourse-i18n ember-tsc && pnpm --dir=frontend/discourse-types generate-external",
"types:watch": "pnpm types:generate && pnpm ember-tsc -b --watch --preserveWatchOutput",
"lttf:ignore": "lint-to-the-future ignore",
"lttf:output": "lint-to-the-future output -o ./lint-progress/",
"lint-progress": "pnpm lttf:output && npx html-pages ./lint-progress --no-cache",
"ember": "pnpm --dir=frontend/discourse ember",
"playwright-install": "playwright install --no-shell chromium"
},
"engines": {
"node": ">= 20",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": "^10"
},
"packageManager": "pnpm@10.28.0",
"pnpm": {
"patchedDependencies": {
"ember-this-fallback@0.4.0": "patches/ember-this-fallback@0.4.0.patch",
"babel-plugin-debug-macros@0.3.4": "patches/babel-plugin-debug-macros@0.3.4.patch",
"licensee@11.1.1": "patches/licensee@11.1.1.patch",
"@ember-compat/tracked-built-ins@0.9.1": "patches/@ember-compat__tracked-built-ins@0.9.1.patch",
"ember-source@6.10.1": "patches/ember-source@6.10.1.patch",
"http-proxy@1.18.1": "patches/http-proxy@1.18.1.patch"
},
"peerDependencyRules": {
"allowedVersions": {
"lint-to-the-future-eslint>eslint": "*",
"@mixer/parallel-prettier>prettier": "*",
"lint-to-the-future-ember-template>ember-template-lint": "*",
"ember-this-fallback>ember-source": "*",
"ember-this-fallback>ember-cli-htmlbars": "*",
"@fullcalendar/moment-timezone>moment-timezone": "*"
},
"ignoreMissing": [
"webpack"
]
},
"overrides": {
"@ember/test-waiters": "4.1.1"
}
}
}