Williams-RE / WRE-website

For home-buyers to see real estate listings nearby.
https://williamsrealestates.com
0 stars 0 forks source link

build(deps): bump react-icons from 5.2.0 to 5.3.0 #47

Closed dependabot[bot] closed 6 days ago

dependabot[bot] commented 6 days ago

Bumps react-icons from 5.2.0 to 5.3.0.

Release notes

Sourced from react-icons's releases.

v5.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/react-icons/react-icons/compare/v5.2.1...v5.3.0

Icon Library License Version Count
Circum Icons MPL-2.0 license 1.0.0 288
Font Awesome 5 CC BY 4.0 License 5.15.4-3-gafecf2a 1612
Font Awesome 6 CC BY 4.0 License 6.5.2 2045
Ionicons 4 MIT 4.6.3 696
Ionicons 5 MIT 5.5.4 1332
Material Design icons Apache License Version 2.0 4.0.0-98-g9beae745bb 4341
Typicons CC BY-SA 3.0 2.1.2 336
Github Octicons icons MIT 18.3.0 264
Feather MIT 4.29.1 287
Lucide ISC v5.3.0 1215
Game Icons CC BY 3.0 12920d6565588f0512542a3cb0cdfd36a497f910 4040
Weather Icons SIL OFL 1.1 2.0.12 219
Devicons MIT 1.8.0 192
Ant Design Icons MIT 4.4.2 831
Bootstrap Icons MIT 1.11.3 2716
Remix Icon Apache License Version 2.0 4.2.0 2860
Flat Color Icons MIT 1.0.2 329
Grommet-Icons Apache License Version 2.0 4.12.1 635
Heroicons MIT 1.0.6 460
Heroicons 2 MIT 2.1.3 888
Simple Icons CC0 1.0 Universal 12.4.0 3209
Simple Line Icons MIT 2.5.5 189
IcoMoon Free CC BY 4.0 License d006795ede82361e1bac1ee76f215cf1dc51e4ca 491
BoxIcons MIT 2.1.4 1634
css.gg MIT 2.1.1 704
VS Code Icons CC BY 4.0 0.0.35 461
Tabler Icons MIT 3.3.0 5256
Themify Icons MIT v0.1.2-2-g9600186 352
Radix Icons MIT @radix-ui/react-icons@1.3.0-1-g94b3fcf 318
Phosphor Icons MIT 2.1.1 9072
Icons8 Line Awesome MIT 1.3.1 1544

v5.2.1

What's Changed

... (truncated)

Commits


Dependabot compatibility score

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 commands and options
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 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)
coderabbitai[bot] commented 6 days ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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 using 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. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### CodeRabbit Configuration 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 6 days ago

📊 Package size report   No changes

File Before After
Total (Includes all files) 3.7 MB 3.7 MB
Tarball size 3.5 MB -0%↓3.5 MB
Unchanged files | File | Size | | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------: | | [`.github/dependabot.yml`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/dependabot.yml) | `236 B` | | [`.github/pull_request_template.md`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/pull_request_template.md) | `688 B` | | [`.github/workflows/accessibility.yml`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/workflows/accessibility.yml) | `736 B` | | [`.github/workflows/check_source_code.yml`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/workflows/check_source_code.yml) | `290 B` | | [`.github/workflows/lighthouse.yml`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/workflows/lighthouse.yml) | `559 B` | | [`.github/workflows/package_size.yml`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/workflows/package_size.yml) | `441 B` | | [`.github/workflows/playwright_tests.yml`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/.github/workflows/playwright_tests.yml) | `1.2 kB` | | [`budget.json`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/budget.json) | `893 B` | | [`package.json`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/package.json) | `1.5 kB` | | [`playwright.config.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/playwright.config.js) | `522 B` | | [`public/background.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/public/background.avif) | `116.4 kB` | | [`public/ics.ics`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/public/ics.ics) | `1.4 kB` | | [`public/index.html`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/public/index.html) | `4.8 kB` | | [`public/robots.txt`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/public/robots.txt) | `83 B` | | `public/W icon.ico` | `13.6 kB` | | `public/W logo.svg` | `1.1 kB` | | [`README.md`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/README.md) | `936 B` | | [`src/App.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/App.css) | `2.7 kB` | | [`src/App.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/App.js) | `3.7 kB` | | [`src/assets/buy-a-home/finding-the-deal.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/finding-the-deal.avif) | `37.9 kB` | | [`src/assets/buy-a-home/illustrations/illustration1.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/illustrations/illustration1.avif) | `142.4 kB` | | [`src/assets/buy-a-home/illustrations/illustration2.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/illustrations/illustration2.avif) | `144.2 kB` | | [`src/assets/buy-a-home/illustrations/illustration3.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/illustrations/illustration3.avif) | `127.4 kB` | | [`src/assets/buy-a-home/illustrations/update1-03.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/illustrations/update1-03.avif) | `173.8 kB` | | [`src/assets/buy-a-home/illustrations/update2-02.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/illustrations/update2-02.avif) | `155.0 kB` | | [`src/assets/buy-a-home/illustrations/update3-03.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/illustrations/update3-03.avif) | `108.9 kB` | | [`src/assets/buy-a-home/sealing-the-deal.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/buy-a-home/sealing-the-deal.avif) | `104.3 kB` | | [`src/assets/close-modal.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/close-modal.avif) | `2.7 kB` | | [`src/assets/icon_pencil.svg`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/icon_pencil.svg) | `367 B` | | [`src/assets/sell-a-home/before-you-start.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/before-you-start.avif) | `296.8 kB` | | [`src/assets/sell-a-home/finding-the-deal.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/finding-the-deal.avif) | `781.5 kB` | | [`src/assets/sell-a-home/illustrations/illustration4.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/illustrations/illustration4.avif) | `94.2 kB` | | [`src/assets/sell-a-home/illustrations/illustration5.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/illustrations/illustration5.avif) | `126.0 kB` | | [`src/assets/sell-a-home/illustrations/illustration6.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/illustrations/illustration6.avif) | `82.0 kB` | | [`src/assets/sell-a-home/illustrations/update5-05.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/illustrations/update5-05.avif) | `121.4 kB` | | [`src/assets/sell-a-home/sealing-the-deal.avif`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/assets/sell-a-home/sealing-the-deal.avif) | `944.8 kB` | | [`src/components/AboutUs.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/AboutUs.css) | `2.5 kB` | | [`src/components/AboutUs.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/AboutUs.jsx) | `4.4 kB` | | [`src/components/AddListing.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/AddListing.jsx) | `8.6 kB` | | [`src/components/AgentProfile.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/AgentProfile.css) | `683 B` | | [`src/components/AgentProfile.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/AgentProfile.jsx) | `1.2 kB` | | [`src/components/BuyAHome.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/BuyAHome.css) | `6.9 kB` | | [`src/components/BuyAHome.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/BuyAHome.jsx) | `7.0 kB` | | [`src/components/BuyerBrokerTable.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/BuyerBrokerTable.css) | `2.8 kB` | | [`src/components/BuyerBrokerTable.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/BuyerBrokerTable.jsx) | `8.4 kB` | | [`src/components/LandingPage.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/LandingPage.css) | `717 B` | | [`src/components/LandingPage.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/LandingPage.jsx) | `1.3 kB` | | [`src/components/Listing.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/Listing.css) | `576 B` | | [`src/components/Listing.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/Listing.jsx) | `829 B` | | [`src/components/ListingsLayout.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/ListingsLayout.css) | `78 B` | | [`src/components/ListingsLayout.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/ListingsLayout.jsx) | `859 B` | | [`src/components/ListingsManager.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/ListingsManager.css) | `141 B` | | [`src/components/ListingsManager.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/ListingsManager.jsx) | `636 B` | | [`src/components/Login.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/Login.css) | `1.2 kB` | | [`src/components/Login.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/Login.jsx) | `2.1 kB` | | [`src/components/ModalButton.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/ModalButton.css) | `2.5 kB` | | [`src/components/ModalButton.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/ModalButton.jsx) | `6.3 kB` | | [`src/components/NavBar.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/NavBar.css) | `2.1 kB` | | [`src/components/NavBar.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/NavBar.jsx) | `2.5 kB` | | [`src/components/Resources.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/Resources.css) | `1.3 kB` | | [`src/components/Resources.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/Resources.jsx) | `2.5 kB` | | [`src/components/SellAHome.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/SellAHome.css) | `4.5 kB` | | [`src/components/SellAHome.jsx`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/components/SellAHome.jsx) | `4.9 kB` | | [`src/contexts/AgentContext.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/contexts/AgentContext.js) | `829 B` | | [`src/index.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/index.css) | `366 B` | | [`src/index.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/index.js) | `231 B` | | [`src/lib/react-multi-carousel.css`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/lib/react-multi-carousel.css) | `3.0 kB` | | [`src/lib/utils.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/src/lib/utils.js) | `2.5 kB` | | [`tests/e2e/accessibility.spec.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/tests/e2e/accessibility.spec.js) | `1.0 kB` | | [`tests/e2e/axe-test.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/tests/e2e/axe-test.js) | `526 B` | | [`tests/e2e/contact.spec.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/tests/e2e/contact.spec.js) | `1.4 kB` | | [`tests/e2e/listings.spec.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/tests/e2e/listings.spec.js) | `2.9 kB` | | [`tests/e2e/navigation.spec.js`](https://github.com/Williams-RE/WRE-website/blob/dependabot/npm_and_yarn/react-icons-5.3.0/tests/e2e/navigation.spec.js) | `1.8 kB` |

🤖 This report was automatically generated by pkg-size-action