Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.8.1 to 17.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/capricorn86/happy-dom/releases">happy-dom's releases</a>.</em></p> <blockquote> <h2>v17.0.2</h2> <h3>👷♂️ Patch fixes</h3> <ul> <li>The property "tabIndex" should return "0" by default in <code>HTMLAnchorElement</code>, <code>HTMLAreaElement</code>, <code>HTMLButtonElement</code>, <code>HTMLIFrameElement</code>, <code>HTMLInputElement</code>, <code>HTMLMediaElement</code>, <code>HTMLObjectElement</code>, <code>HTMLSelectElement</code> and <code>HTMLTextAreaElement</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1714">#1714</a></li> </ul> <h2>v17.0.1</h2> <h3>👷♂️ Patch fixes</h3> <ul> <li>Ensure <code>querySelector()</code> returns the first item that appears in the DOM for grouped selectors - By <strong><a href="https://github.com/christiango"><code>@christiango</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1710">#1710</a></li> </ul> <h2>v17.0.0</h2> <h3>💣 Breaking Changes</h3> <ul> <li>Adds support for ECMAScript modules - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a> <ul> <li>This change allows the use of <code>import</code> and <code>export</code> statements in JavaScript files</li> </ul> </li> </ul> <h3>🎨 Features</h3> <ul> <li>Adds support for tracing never ending tasks when using <code>waitUntilComplete()</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1567">#1567</a> <ul> <li>Read more about how to enable this feature under <code>debug.traceWaitUntilComplete</code> in the Wiki for <a href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">IBrowserSettings</a></li> </ul> </li> <li>Adds support for preloading fetch, stylesheet, script and modules in <code>HTMLLinkElement</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Adds support for <code>HTMLLinkElement.relList.supports()</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Adds support for <code>Request.mode</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Output failed requests to the console - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Adds support for <code>HTMLScriptElement.blocking</code>, <code>HTMLScriptElement.crossOrigin</code>, <code>HTMLScriptElement.fetchPriority</code>, <code>HTMLScriptElement.noModule</code>, <code>HTMLScriptElement.integrity</code>, <code>HTMLScriptElement.referrerPolicy</code> - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Use cache in virtual server requests - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Adds support for <code>credentials</code> and <code>referrerPolicy</code> when fetching styles and scripts - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Disallow invalid attributes from being set in <code>Element.setAttribute()</code> - By <strong><a href="https://github.com/OlaviSau"><code>@OlaviSau</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1706">#1706</a></li> </ul> <h3>👷♂️ Patch fixes</h3> <ul> <li>Call <code>afterAsyncResponse</code> fetch interceptor in virtual server requests - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> <li>Fixes bug where children in a <code>ShadowRoot</code> of a custom element that was upgraded from a <code>HTMLElement</code> wasn't considered connected to the DOM - By <strong><a href="https://github.com/capricorn86"><code>@capricorn86</code></a></strong> in task <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="9cb1d32cfc"><code>9cb1d32</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1714">#1714</a> Returns 0 by default for the tabIndex property in HTMLAnchorElem...</li> <li><a href="5551267205"><code>5551267</code></a> fix: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1710">#1710</a> - Ensure querySelector returns the first item that appears in t...</li> <li><a href="fbf5adbb5f"><code>fbf5adb</code></a> BREAKING CHANGE: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1706">#1706</a> Disallow invalid attributes from being set in NamedN...</li> <li><a href="7bc831df28"><code>7bc831d</code></a> feat: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a> Adds support for ECMAScript modules (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1705">#1705</a>)</li> <li><a href="33e888d513"><code>33e888d</code></a> chore: <a href="https://redirect.github.com/capricorn86/happy-dom/issues/1716">#1716</a> Fix integration test failing most of the time (<a href="https://redirect.github.com/capricorn86/happy-dom/issues/1717">#1717</a>)</li> <li>See full diff in <a href="https://github.com/capricorn86/happy-dom/compare/v16.8.1...v17.0.2">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>
100 lines
3.1 KiB
JSON
100 lines
3.1 KiB
JSON
{
|
|
"name": "mas-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"generate": "graphql-codegen",
|
|
"lint": "graphql-codegen && biome check && tsc && i18next --fail-on-warnings --fail-on-update",
|
|
"format": "biome format --write",
|
|
"build": "rimraf ./dist/ && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"i18n": "i18next",
|
|
"knip": "knip"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/inconsolata": "^5.1.1",
|
|
"@fontsource/inter": "^5.1.1",
|
|
"@radix-ui/react-collapsible": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.1.5",
|
|
"@tanstack/react-query": "^5.66.0",
|
|
"@tanstack/react-router": "^1.102.1",
|
|
"@tanstack/router-zod-adapter": "^1.81.5",
|
|
"@vector-im/compound-design-tokens": "3.0.1",
|
|
"@vector-im/compound-web": "^7.6.2",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
"classnames": "^2.5.1",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^24.2.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^15.4.0",
|
|
"swagger-ui-react": "^5.18.3",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@browser-logos/chrome": "^2.0.0",
|
|
"@browser-logos/firefox": "^3.0.10",
|
|
"@browser-logos/safari": "^2.1.0",
|
|
"@codecov/vite-plugin": "^1.8.0",
|
|
"@graphql-codegen/cli": "^5.0.4",
|
|
"@graphql-codegen/client-preset": "^4.6.1",
|
|
"@graphql-codegen/typescript-msw": "^3.0.0",
|
|
"@storybook/addon-essentials": "^8.5.3",
|
|
"@storybook/addon-interactions": "^8.5.3",
|
|
"@storybook/react": "^8.5.3",
|
|
"@storybook/react-vite": "^8.5.3",
|
|
"@storybook/test": "^8.5.0",
|
|
"@tanstack/react-query-devtools": "^5.66.0",
|
|
"@tanstack/router-devtools": "^1.102.1",
|
|
"@tanstack/router-vite-plugin": "^1.102.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.13.1",
|
|
"@types/react": "19.0.8",
|
|
"@types/react-dom": "19.0.3",
|
|
"@types/swagger-ui-react": "^5.18.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"@vitest/coverage-v8": "^3.0.5",
|
|
"autoprefixer": "^10.4.20",
|
|
"browserslist-to-esbuild": "^2.1.1",
|
|
"graphql": "^16.10.0",
|
|
"happy-dom": "^17.0.2",
|
|
"i18next-parser": "^9.1.0",
|
|
"knip": "^5.43.6",
|
|
"msw": "^2.7.0",
|
|
"msw-storybook-addon": "^2.0.4",
|
|
"postcss": "^8.5.1",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-nesting": "^13.0.1",
|
|
"rimraf": "^6.0.1",
|
|
"storybook": "^8.5.0",
|
|
"storybook-react-i18next": "^3.2.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.3",
|
|
"vite": "6.1.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-graphql-codegen": "^3.4.5",
|
|
"vite-plugin-manifest-sri": "^0.2.0",
|
|
"vitest": "^3.0.5"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [".storybook/public"]
|
|
},
|
|
"overrides": {
|
|
"swagger-ui-react": {
|
|
"react": "$react",
|
|
"react-dom": "$react-dom"
|
|
}
|
|
}
|
|
}
|