rolling-scopes / site

🦥🛼 Website supporting The Rolling Scopes and The Rolling Scopes School educational process
https://rollingscopes.com
6 stars 8 forks source link

250 - refactor: add robot.txt, meta tag with description #366

Open MielomankA opened 2 days ago

MielomankA commented 2 days ago

What type of PR is this? (select all that apply)

Description

Related Tickets & Documents

Screenshots, Recordings

Before adding robot.txt and meta tag with description chrome_YII0RXfBIV

After chrome_jc52HfNbvg

Added/updated tests?

[optional] Are there any post deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

Summary by CodeRabbit

coderabbitai[bot] commented 2 days ago

Walkthrough

The changes introduced a meta description tag in the index.html file to provide a summary of the RS School education program, enhancing SEO. Additionally, a robots.txt file was created to manage web crawler access, disallowing the crawling of URLs with query parameters while allowing access to the root directory for all user-agents, and specifying the host as https://rs.school. These changes aim to improve the site's visibility and control over how search engines index its content.

Changes

File Change Summary
index.html Added a meta tag with the description of the RS School education program conducted by The Rolling Scopes since 2013.
public/robots.txt Created a robots.txt file to allow all user-agents access to the root directory, disallow crawling of URLs with query parameters, and specify the host.

Sequence Diagram(s)

No sequence diagrams are needed as the changes are mostly related to SEO optimizations and static file modifications without altering control flows or adding new features.

Assessment against linked issues

Objective Addressed Explanation
Add a meta description for the site (#250)
Create a robots.txt file if necessary (#250)

Poem

> In the world of code so bright,
> Meta tags and rules take flight.
> Search engines, come what may,
> Our site will shine and lead the way.
> With `robots.txt`, we draw the line,
> SEO dreams now intertwine. 🚀🐰

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
github-actions[bot] commented 2 days ago

Qodana for JS

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 80 dependencies # Third-party software list This page lists the third-party software dependencies used in project | Dependency | Version | Licenses | |--------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------| | [@next/env](https://www.npmjs.com/package/@next/env) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-gnu](https://www.npmjs.com/package/@next/swc-linux-x64-gnu) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-musl](https://www.npmjs.com/package/@next/swc-linux-x64-musl) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@playwright/test](https://www.npmjs.com/package/@playwright/test) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [@remix-run/router](https://www.npmjs.com/package/@remix-run/router) | 1.17.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@swc/counter](https://www.npmjs.com/package/@swc/counter) | 0.1.3 | [Apache-2.0](http://www.apache.org/licenses/) | | [@swc/helpers](https://www.npmjs.com/package/@swc/helpers) | 0.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [anymatch](https://www.npmjs.com/package/anymatch) | 3.1.3 | [ISC](https://www.isc.org/licenses/) | | [binary-extensions](https://www.npmjs.com/package/binary-extensions) | 2.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [braces](https://www.npmjs.com/package/braces) | 3.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [brcast](https://www.npmjs.com/package/brcast) | 3.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [busboy](https://www.npmjs.com/package/busboy) | 1.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [caniuse-lite](https://www.npmjs.com/package/caniuse-lite) | 1.0.30001616 | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) | | [chokidar](https://www.npmjs.com/package/chokidar) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [classnames](https://www.npmjs.com/package/classnames) | 2.5.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [client-only](https://www.npmjs.com/package/client-only) | 0.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [css-vendor](https://www.npmjs.com/package/css-vendor) | 0.3.8 | [MIT](http://opensource.org/licenses/mit-license.php) | | [dayjs](https://www.npmjs.com/package/dayjs) | 1.11.11 | [MIT](http://opensource.org/licenses/mit-license.php) | | [fill-range](https://www.npmjs.com/package/fill-range) | 7.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [glob-parent](https://www.npmjs.com/package/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/licenses/) | | [graceful-fs](https://www.npmjs.com/package/graceful-fs) | 4.2.11 | [ISC](https://www.isc.org/licenses/) | | [hoist-non-react-statics](https://www.npmjs.com/package/hoist-non-react-statics) | 2.5.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [hyphenate-style-name](https://www.npmjs.com/package/hyphenate-style-name) | 1.0.4 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [immutable](https://www.npmjs.com/package/immutable) | 4.3.5 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-binary-path](https://www.npmjs.com/package/is-binary-path) | 2.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-function](https://www.npmjs.com/package/is-function) | 1.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-glob](https://www.npmjs.com/package/is-glob) | 4.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-in-browser](https://www.npmjs.com/package/is-in-browser) | 1.1.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-number](https://www.npmjs.com/package/is-number) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-plain-object](https://www.npmjs.com/package/is-plain-object) | 2.0.4 | [MIT](http://opensource.org/licenses/mit-license.php) | | [isobject](https://www.npmjs.com/package/isobject) | 3.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [js-tokens](https://www.npmjs.com/package/js-tokens) | 4.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-camel-case](https://www.npmjs.com/package/jss-camel-case) | 6.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-compose](https://www.npmjs.com/package/jss-compose) | 5.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-default-unit](https://www.npmjs.com/package/jss-default-unit) | 8.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-expand](https://www.npmjs.com/package/jss-expand) | 5.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-extend](https://www.npmjs.com/package/jss-extend) | 6.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-global](https://www.npmjs.com/package/jss-global) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-nested](https://www.npmjs.com/package/jss-nested) | 6.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-preset-default](https://www.npmjs.com/package/jss-preset-default) | 4.5.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-props-sort](https://www.npmjs.com/package/jss-props-sort) | 6.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-template](https://www.npmjs.com/package/jss-template) | 1.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-vendor-prefixer](https://www.npmjs.com/package/jss-vendor-prefixer) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss](https://www.npmjs.com/package/jss) | 9.8.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [loose-envify](https://www.npmjs.com/package/loose-envify) | 1.4.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nanoid](https://www.npmjs.com/package/nanoid) | 3.3.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [next](https://www.npmjs.com/package/next) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nextjs-toploader](https://www.npmjs.com/package/nextjs-toploader) | 1.6.12 | [MIT](http://opensource.org/licenses/mit-license.php) | | [normalize-path](https://www.npmjs.com/package/normalize-path) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nprogress](https://www.npmjs.com/package/nprogress) | 0.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [object-assign](https://www.npmjs.com/package/object-assign) | 4.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [picocolors](https://www.npmjs.com/package/picocolors) | 1.0.1 | [ISC](https://www.isc.org/licenses/) | | [picomatch](https://www.npmjs.com/package/picomatch) | 2.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [playwright-core](https://www.npmjs.com/package/playwright-core) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [playwright](https://www.npmjs.com/package/playwright) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [postcss](https://www.npmjs.com/package/postcss) | 8.4.31 | [MIT](http://opensource.org/licenses/mit-license.php) | | [prop-types](https://www.npmjs.com/package/prop-types) | 15.8.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-double-marquee](https://www.npmjs.com/package/react-double-marquee) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-easy-swipe](https://www.npmjs.com/package/react-easy-swipe) | 0.0.21 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-is](https://www.npmjs.com/package/react-is) | 16.13.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-json-pretty](https://www.npmjs.com/package/react-json-pretty) | 2.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-jss](https://www.npmjs.com/package/react-jss) | 8.6.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-responsive-carousel](https://www.npmjs.com/package/react-responsive-carousel) | 3.2.23 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router-dom](https://www.npmjs.com/package/react-router-dom) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router](https://www.npmjs.com/package/react-router) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [readdirp](https://www.npmjs.com/package/readdirp) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [sass](https://www.npmjs.com/package/sass) | 1.77.6 | [Apache-2.0](http://www.apache.org/licenses/) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.19.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.23.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [source-map-js](https://www.npmjs.com/package/source-map-js) | 1.2.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [streamsearch](https://www.npmjs.com/package/streamsearch) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [styled-jsx](https://www.npmjs.com/package/styled-jsx) | 5.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [theming](https://www.npmjs.com/package/theming) | 1.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [to-regex-range](https://www.npmjs.com/package/to-regex-range) | 5.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | [0BSD](http://landley.net/toybox/license.html) | | [warning](https://www.npmjs.com/package/warning) | 3.0.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
github-actions[bot] commented 2 days ago

Qodana for JS

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 80 dependencies # Third-party software list This page lists the third-party software dependencies used in project | Dependency | Version | Licenses | |--------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------| | [@next/env](https://www.npmjs.com/package/@next/env) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-gnu](https://www.npmjs.com/package/@next/swc-linux-x64-gnu) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-musl](https://www.npmjs.com/package/@next/swc-linux-x64-musl) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@playwright/test](https://www.npmjs.com/package/@playwright/test) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [@remix-run/router](https://www.npmjs.com/package/@remix-run/router) | 1.17.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@swc/counter](https://www.npmjs.com/package/@swc/counter) | 0.1.3 | [Apache-2.0](http://www.apache.org/licenses/) | | [@swc/helpers](https://www.npmjs.com/package/@swc/helpers) | 0.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [anymatch](https://www.npmjs.com/package/anymatch) | 3.1.3 | [ISC](https://www.isc.org/licenses/) | | [binary-extensions](https://www.npmjs.com/package/binary-extensions) | 2.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [braces](https://www.npmjs.com/package/braces) | 3.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [brcast](https://www.npmjs.com/package/brcast) | 3.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [busboy](https://www.npmjs.com/package/busboy) | 1.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [caniuse-lite](https://www.npmjs.com/package/caniuse-lite) | 1.0.30001616 | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) | | [chokidar](https://www.npmjs.com/package/chokidar) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [classnames](https://www.npmjs.com/package/classnames) | 2.5.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [client-only](https://www.npmjs.com/package/client-only) | 0.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [css-vendor](https://www.npmjs.com/package/css-vendor) | 0.3.8 | [MIT](http://opensource.org/licenses/mit-license.php) | | [dayjs](https://www.npmjs.com/package/dayjs) | 1.11.11 | [MIT](http://opensource.org/licenses/mit-license.php) | | [fill-range](https://www.npmjs.com/package/fill-range) | 7.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [glob-parent](https://www.npmjs.com/package/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/licenses/) | | [graceful-fs](https://www.npmjs.com/package/graceful-fs) | 4.2.11 | [ISC](https://www.isc.org/licenses/) | | [hoist-non-react-statics](https://www.npmjs.com/package/hoist-non-react-statics) | 2.5.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [hyphenate-style-name](https://www.npmjs.com/package/hyphenate-style-name) | 1.0.4 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [immutable](https://www.npmjs.com/package/immutable) | 4.3.5 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-binary-path](https://www.npmjs.com/package/is-binary-path) | 2.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-function](https://www.npmjs.com/package/is-function) | 1.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-glob](https://www.npmjs.com/package/is-glob) | 4.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-in-browser](https://www.npmjs.com/package/is-in-browser) | 1.1.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-number](https://www.npmjs.com/package/is-number) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-plain-object](https://www.npmjs.com/package/is-plain-object) | 2.0.4 | [MIT](http://opensource.org/licenses/mit-license.php) | | [isobject](https://www.npmjs.com/package/isobject) | 3.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [js-tokens](https://www.npmjs.com/package/js-tokens) | 4.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-camel-case](https://www.npmjs.com/package/jss-camel-case) | 6.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-compose](https://www.npmjs.com/package/jss-compose) | 5.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-default-unit](https://www.npmjs.com/package/jss-default-unit) | 8.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-expand](https://www.npmjs.com/package/jss-expand) | 5.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-extend](https://www.npmjs.com/package/jss-extend) | 6.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-global](https://www.npmjs.com/package/jss-global) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-nested](https://www.npmjs.com/package/jss-nested) | 6.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-preset-default](https://www.npmjs.com/package/jss-preset-default) | 4.5.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-props-sort](https://www.npmjs.com/package/jss-props-sort) | 6.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-template](https://www.npmjs.com/package/jss-template) | 1.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-vendor-prefixer](https://www.npmjs.com/package/jss-vendor-prefixer) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss](https://www.npmjs.com/package/jss) | 9.8.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [loose-envify](https://www.npmjs.com/package/loose-envify) | 1.4.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nanoid](https://www.npmjs.com/package/nanoid) | 3.3.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [next](https://www.npmjs.com/package/next) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nextjs-toploader](https://www.npmjs.com/package/nextjs-toploader) | 1.6.12 | [MIT](http://opensource.org/licenses/mit-license.php) | | [normalize-path](https://www.npmjs.com/package/normalize-path) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nprogress](https://www.npmjs.com/package/nprogress) | 0.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [object-assign](https://www.npmjs.com/package/object-assign) | 4.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [picocolors](https://www.npmjs.com/package/picocolors) | 1.0.1 | [ISC](https://www.isc.org/licenses/) | | [picomatch](https://www.npmjs.com/package/picomatch) | 2.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [playwright-core](https://www.npmjs.com/package/playwright-core) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [playwright](https://www.npmjs.com/package/playwright) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [postcss](https://www.npmjs.com/package/postcss) | 8.4.31 | [MIT](http://opensource.org/licenses/mit-license.php) | | [prop-types](https://www.npmjs.com/package/prop-types) | 15.8.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-double-marquee](https://www.npmjs.com/package/react-double-marquee) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-easy-swipe](https://www.npmjs.com/package/react-easy-swipe) | 0.0.21 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-is](https://www.npmjs.com/package/react-is) | 16.13.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-json-pretty](https://www.npmjs.com/package/react-json-pretty) | 2.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-jss](https://www.npmjs.com/package/react-jss) | 8.6.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-responsive-carousel](https://www.npmjs.com/package/react-responsive-carousel) | 3.2.23 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router-dom](https://www.npmjs.com/package/react-router-dom) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router](https://www.npmjs.com/package/react-router) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [readdirp](https://www.npmjs.com/package/readdirp) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [sass](https://www.npmjs.com/package/sass) | 1.77.6 | [Apache-2.0](http://www.apache.org/licenses/) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.19.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.23.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [source-map-js](https://www.npmjs.com/package/source-map-js) | 1.2.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [streamsearch](https://www.npmjs.com/package/streamsearch) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [styled-jsx](https://www.npmjs.com/package/styled-jsx) | 5.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [theming](https://www.npmjs.com/package/theming) | 1.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [to-regex-range](https://www.npmjs.com/package/to-regex-range) | 5.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | [0BSD](http://landley.net/toybox/license.html) | | [warning](https://www.npmjs.com/package/warning) | 3.0.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
github-actions[bot] commented 2 days ago

Lighthouse Report:

View detailed report

github-actions[bot] commented 16 hours ago

Qodana for JS

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked ☁️ View the detailed Qodana report

Detected 82 dependencies # Third-party software list This page lists the third-party software dependencies used in project | Dependency | Version | Licenses | |--------------------------------------------------------------------------------------|--------------|-----------------------------------------------------------------| | [@next/env](https://www.npmjs.com/package/@next/env) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-gnu](https://www.npmjs.com/package/@next/swc-linux-x64-gnu) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@next/swc-linux-x64-musl](https://www.npmjs.com/package/@next/swc-linux-x64-musl) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@playwright/test](https://www.npmjs.com/package/@playwright/test) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [@remix-run/router](https://www.npmjs.com/package/@remix-run/router) | 1.17.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [@swc/counter](https://www.npmjs.com/package/@swc/counter) | 0.1.3 | [Apache-2.0](http://www.apache.org/licenses/) | | [@swc/helpers](https://www.npmjs.com/package/@swc/helpers) | 0.5.5 | [Apache-2.0](http://www.apache.org/licenses/) | | [anymatch](https://www.npmjs.com/package/anymatch) | 3.1.3 | [ISC](https://www.isc.org/licenses/) | | [binary-extensions](https://www.npmjs.com/package/binary-extensions) | 2.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [braces](https://www.npmjs.com/package/braces) | 3.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [brcast](https://www.npmjs.com/package/brcast) | 3.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [busboy](https://www.npmjs.com/package/busboy) | 1.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [caniuse-lite](https://www.npmjs.com/package/caniuse-lite) | 1.0.30001616 | [CC-BY-4.0](http://creativecommons.org/licenses/by/4.0/) | | [chokidar](https://www.npmjs.com/package/chokidar) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [class-variance-authority](https://www.npmjs.com/package/class-variance-authority) | 0.7.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [classnames](https://www.npmjs.com/package/classnames) | 2.5.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [client-only](https://www.npmjs.com/package/client-only) | 0.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [clsx](https://www.npmjs.com/package/clsx) | 2.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [css-vendor](https://www.npmjs.com/package/css-vendor) | 0.3.8 | [MIT](http://opensource.org/licenses/mit-license.php) | | [dayjs](https://www.npmjs.com/package/dayjs) | 1.11.11 | [MIT](http://opensource.org/licenses/mit-license.php) | | [fill-range](https://www.npmjs.com/package/fill-range) | 7.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [glob-parent](https://www.npmjs.com/package/glob-parent) | 5.1.2 | [ISC](https://www.isc.org/licenses/) | | [graceful-fs](https://www.npmjs.com/package/graceful-fs) | 4.2.11 | [ISC](https://www.isc.org/licenses/) | | [hoist-non-react-statics](https://www.npmjs.com/package/hoist-non-react-statics) | 2.5.5 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [hyphenate-style-name](https://www.npmjs.com/package/hyphenate-style-name) | 1.0.4 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [immutable](https://www.npmjs.com/package/immutable) | 4.3.5 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-binary-path](https://www.npmjs.com/package/is-binary-path) | 2.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-function](https://www.npmjs.com/package/is-function) | 1.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-glob](https://www.npmjs.com/package/is-glob) | 4.0.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-in-browser](https://www.npmjs.com/package/is-in-browser) | 1.1.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-number](https://www.npmjs.com/package/is-number) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [is-plain-object](https://www.npmjs.com/package/is-plain-object) | 2.0.4 | [MIT](http://opensource.org/licenses/mit-license.php) | | [isobject](https://www.npmjs.com/package/isobject) | 3.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [js-tokens](https://www.npmjs.com/package/js-tokens) | 4.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-camel-case](https://www.npmjs.com/package/jss-camel-case) | 6.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-compose](https://www.npmjs.com/package/jss-compose) | 5.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-default-unit](https://www.npmjs.com/package/jss-default-unit) | 8.0.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-expand](https://www.npmjs.com/package/jss-expand) | 5.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-extend](https://www.npmjs.com/package/jss-extend) | 6.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-global](https://www.npmjs.com/package/jss-global) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-nested](https://www.npmjs.com/package/jss-nested) | 6.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-preset-default](https://www.npmjs.com/package/jss-preset-default) | 4.5.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-props-sort](https://www.npmjs.com/package/jss-props-sort) | 6.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-template](https://www.npmjs.com/package/jss-template) | 1.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss-vendor-prefixer](https://www.npmjs.com/package/jss-vendor-prefixer) | 7.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [jss](https://www.npmjs.com/package/jss) | 9.8.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [loose-envify](https://www.npmjs.com/package/loose-envify) | 1.4.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nanoid](https://www.npmjs.com/package/nanoid) | 3.3.7 | [MIT](http://opensource.org/licenses/mit-license.php) | | [next](https://www.npmjs.com/package/next) | 14.2.3 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nextjs-toploader](https://www.npmjs.com/package/nextjs-toploader) | 1.6.12 | [MIT](http://opensource.org/licenses/mit-license.php) | | [normalize-path](https://www.npmjs.com/package/normalize-path) | 3.0.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [nprogress](https://www.npmjs.com/package/nprogress) | 0.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [object-assign](https://www.npmjs.com/package/object-assign) | 4.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [picocolors](https://www.npmjs.com/package/picocolors) | 1.0.1 | [ISC](https://www.isc.org/licenses/) | | [picomatch](https://www.npmjs.com/package/picomatch) | 2.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [playwright-core](https://www.npmjs.com/package/playwright-core) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [playwright](https://www.npmjs.com/package/playwright) | 1.45.0 | [Apache-2.0](http://www.apache.org/licenses/) | | [postcss](https://www.npmjs.com/package/postcss) | 8.4.31 | [MIT](http://opensource.org/licenses/mit-license.php) | | [prop-types](https://www.npmjs.com/package/prop-types) | 15.8.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-dom](https://www.npmjs.com/package/react-dom) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-double-marquee](https://www.npmjs.com/package/react-double-marquee) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-easy-swipe](https://www.npmjs.com/package/react-easy-swipe) | 0.0.21 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-is](https://www.npmjs.com/package/react-is) | 16.13.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-json-pretty](https://www.npmjs.com/package/react-json-pretty) | 2.2.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-jss](https://www.npmjs.com/package/react-jss) | 8.6.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-responsive-carousel](https://www.npmjs.com/package/react-responsive-carousel) | 3.2.23 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router-dom](https://www.npmjs.com/package/react-router-dom) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react-router](https://www.npmjs.com/package/react-router) | 6.24.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 16.14.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [react](https://www.npmjs.com/package/react) | 18.3.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [readdirp](https://www.npmjs.com/package/readdirp) | 3.6.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [sass](https://www.npmjs.com/package/sass) | 1.77.6 | [Apache-2.0](http://www.apache.org/licenses/) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.19.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [scheduler](https://www.npmjs.com/package/scheduler) | 0.23.2 | [MIT](http://opensource.org/licenses/mit-license.php) | | [source-map-js](https://www.npmjs.com/package/source-map-js) | 1.2.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) | | [streamsearch](https://www.npmjs.com/package/streamsearch) | 1.1.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [styled-jsx](https://www.npmjs.com/package/styled-jsx) | 5.1.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [theming](https://www.npmjs.com/package/theming) | 1.3.0 | [MIT](http://opensource.org/licenses/mit-license.php) | | [to-regex-range](https://www.npmjs.com/package/to-regex-range) | 5.0.1 | [MIT](http://opensource.org/licenses/mit-license.php) | | [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | [0BSD](http://landley.net/toybox/license.html) | | [warning](https://www.npmjs.com/package/warning) | 3.0.0 | [BSD-3-Clause](http://www.opensource.org/licenses/BSD-3-Clause) |
Contact Qodana team Contact us at [qodana-support@jetbrains.com](mailto:qodana-support@jetbrains.com) - Or via our issue tracker: https://jb.gg/qodana-issue - Or share your feedback: https://jb.gg/qodana-discussions
github-actions[bot] commented 16 hours ago

Lighthouse Report:

View detailed report