mirror of
https://github.com/evroon/bracket.git
synced 2026-02-02 18:41:25 -05:00
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v7.4.0</h2> <h2>7.4.0 (2024-03-25)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8335">#8335</a>) <ul> <li>Check out our blog post on this change for more information! <a href="https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators">https://typescript-eslint.io/blog/changes-to-consistent-type-imports-with-decorators</a></li> </ul> </li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle tagged templates (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8708">#8708</a>)</li> <li><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a renamed only-throw-error (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8701">#8701</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] address multipart nullish checks false positive (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8678">#8678</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-optional-chain] properly disambiguate between <code>boolean</code> and <code>false</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8685">#8685</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8740">#8740</a>)</li> <li><strong>typescript-eslint:</strong> declare peer dependency on <code>utils</code> to ensure npm correctly installs dependencies (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8738">#8738</a>)</li> <li><strong>website:</strong> visual Editor is not scrolled (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8709">#8709</a>)</li> <li><strong>website:</strong> make 404 page good again (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8750">#8750</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Brad Zacher <a href="https://github.com/bradzacher"><code>@bradzacher</code></a></li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du <a href="https://github.com/developer-bandi"><code>@developer-bandi</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Marco Pasqualetti <a href="https://github.com/marcalexiei"><code>@marcalexiei</code></a></li> <li>YeonJuan <a href="https://github.com/yeonjuan"><code>@yeonjuan</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.3.1</h2> <h2>7.3.1 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] revert disable of ignoreVoid in strict config (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8718">#8718</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v7.3.0</h2> <h2>7.3.0 (2024-03-18)</h2> <p>Note that this release enables rules to have more restrictive default options as configured in the <code>strict</code> and <code>strict-type-checked</code> configs. See <a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8364">#8364</a> for more details.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>7.4.0 (2024-03-25)</h2> <h3>🚀 Features</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata</p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-arguments] handle tagged templates</p> </li> <li> <p><strong>eslint-plugin:</strong> deprecate no-throw-literal and add a renamed only-throw-error</p> </li> </ul> <h3>🩹 Fixes</h3> <ul> <li> <p><strong>eslint-plugin:</strong> [prefer-optional-chain] address multipart nullish checks false positive</p> </li> <li> <p><strong>eslint-plugin:</strong> [prefer-optional-chain] properly disambiguate between <code>boolean</code> and <code>false</code></p> </li> <li> <p><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside</p> </li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Abraham Guo</li> <li>Brad Zacher</li> <li>Josh Goldberg ✨</li> <li>Kim Sang Du</li> <li>Kirk Waiblinger</li> <li>Marco Pasqualetti</li> <li>YeonJuan</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.3.1 (2024-03-18)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-floating-promises] revert disable of ignoreVoid in strict config</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Josh Goldberg ✨</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>7.3.0 (2024-03-18)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5d24691422"><code>5d24691</code></a> chore(release): publish 7.4.0</li> <li><a href="029fc0b97f"><code>029fc0b</code></a> feat(eslint-plugin): deprecate no-throw-literal and add a renamed only-throw-...</li> <li><a href="2a62a400b7"><code>2a62a40</code></a> fix(eslint-plugin): [no-unnecessary-type-assertion] avoid remove const castin...</li> <li><a href="990ec22c79"><code>990ec22</code></a> docs: fix example of binding unbound method (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8754">#8754</a>)</li> <li><a href="a08554a588"><code>a08554a</code></a> feat(eslint-plugin): [no-unnecessary-type-arguments] handle tagged templates ...</li> <li><a href="2018f91ef6"><code>2018f91</code></a> fix(eslint-plugin): [prefer-optional-chain] properly disambiguate between `bo...</li> <li><a href="56358a64f1"><code>56358a6</code></a> fix(eslint-plugin): [prefer-optional-chain] address multipart nullish checks ...</li> <li><a href="532ae8b111"><code>532ae8b</code></a> docs: fix typo in switch-exhaustiveness-check (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8768">#8768</a>)</li> <li><a href="e408b93e48"><code>e408b93</code></a> feat(eslint-plugin): [consistent-type-imports] ignore files with decorators, ...</li> <li><a href="c787fe4ed1"><code>c787fe4</code></a> docs: restrict-template-expressions - remove mention of numbers being allowed...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.4.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"name": "Bracket",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"analyze": "ANALYZE=true next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"export": "next build && next export",
|
|
"lint": "next lint",
|
|
"jest": "jest",
|
|
"jest:watch": "jest --watch",
|
|
"prettier:check": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
|
"test": "tsc --noEmit && npm run prettier:write && npm run lint && npm run jest -- --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/server": "^11.11.0",
|
|
"@hcaptcha/react-hcaptcha": "^1.10.1",
|
|
"@hello-pangea/dnd": "^16.6.0",
|
|
"@mantine/core": "7.6.0",
|
|
"@mantine/dates": "7.6.0",
|
|
"@mantine/dropzone": "7.6.0",
|
|
"@mantine/form": "7.6.0",
|
|
"@mantine/hooks": "7.6.0",
|
|
"@mantine/next": "^6.0.21",
|
|
"@mantine/notifications": "7.6.0",
|
|
"@mantine/spotlight": "7.6.0",
|
|
"@next/bundle-analyzer": "^14.1.0",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@tabler/icons-react": "^2.47.0",
|
|
"axios": "^1.6.2",
|
|
"clsx": "^2.0.0",
|
|
"cookies-next": "^4.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"dayjs": "^1.11.10",
|
|
"i18next": "^23.10.0",
|
|
"next": "^14.1.0",
|
|
"next-i18next": "^15.1.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-ellipsis-text": "^1.2.1",
|
|
"react-i18next": "^14.1.0",
|
|
"react-icons": "^5.0.1",
|
|
"react-qr-code": "^2.0.12",
|
|
"react-redux": "^9.0.2",
|
|
"swr": "^2.2.4",
|
|
"yarn-upgrade-all": "^0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.0",
|
|
"@next/eslint-plugin-next": "^14.0.3",
|
|
"@testing-library/dom": "^9.3.3",
|
|
"@testing-library/jest-dom": "^6.4.1",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@testing-library/user-event": "^14.5.1",
|
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
"@types/jest": "^29.5.11",
|
|
"@types/node": "^20.10.3",
|
|
"@types/react": "^18.2.42",
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
"babel-loader": "^9.1.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
"eslint-config-mantine": "^3.1.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-jest": "^27.9.0",
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
"eslint-plugin-react": "^7.34.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-testing-library": "^6.2.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"postcss": "^8.4.32",
|
|
"postcss-preset-mantine": "^1.13.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.1.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.4.2"
|
|
}
|
|
}
|