-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Include license in npm package #6013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 4744166 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
@Methuselah96 could you take a look at this MR? |
 <h3>Snyk has created this PR to upgrade react-select from 5.10.0 to 5.10.1.</h3> :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. <hr/> - The recommended version is **1 version** ahead of your current version. - The recommended version was released **23 days ago**. <details> <summary><b>Release notes</b></summary> <br/> <details> <summary>Package name: <b>react-select</b></summary> <ul> <li> <b>5.10.1</b> - <a href="https://redirect.github.com/JedWatson/react-select/releases/tag/react-select%405.10.1">2025-03-03</a></br><h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/JedWatson/react-select/commit/c5706a0d2b90f7a29bf12b760b048262ae8cc24c"><code>c5706a0d</code></a> <a href="https://redirect.github.com/JedWatson/react-select/pull/6013" data-hovercard-type="pull_request" data-hovercard-url="/JedWatson/react-select/pull/6013/hovercard">#6013</a> Thanks <a href="https://redirect.github.com/jonahShaf">@ jonahShaf</a>! - Distribute license file</li> </ul> </li> <li> <b>5.10.0</b> - <a href="https://redirect.github.com/JedWatson/react-select/releases/tag/react-select%405.10.0">2025-01-24</a></br><h3>Minor Changes</h3> <ul> <li><a href="https://redirect.github.com/JedWatson/react-select/commit/6d28ed762e5ef47543fc63ce7588db77455d1534"><code>6d28ed76</code></a> <a href="https://redirect.github.com/JedWatson/react-select/pull/5993" data-hovercard-type="pull_request" data-hovercard-url="/JedWatson/react-select/pull/5993/hovercard">#5993</a> Thanks <a href="https://redirect.github.com/onihani">@ onihani</a>! - Export the <code>FilterOptionOption</code> type</li> </ul> </li> </ul> from <a href="https://redirect.github.com/JedWatson/react-select/releases">react-select GitHub release notes</a> </details> </details> --- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - This PR was automatically created by Snyk using the credentials of a real user. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs._ **For more information:** <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiI0YzZiMmM0Mi0zM2I1LTRmZmUtOWZjMS0wMDg4MjIxMzIyZGIiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjRjNmIyYzQyLTMzYjUtNGZmZS05ZmMxLTAwODgyMjEzMjJkYiJ9fQ==" width="0" height="0"/> > - 🧐 [View latest project report](https://app.snyk.io/org/dawoudio/project/e27b08aa-e5d2-4b10-8303-630a69d0b669?utm_source=github&utm_medium=referral&page=upgrade-pr) > - 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=&utm_content=fix-pr-template) > - 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/dawoudio/project/e27b08aa-e5d2-4b10-8303-630a69d0b669/settings/integration?utm_source=github&utm_medium=referral&page=upgrade-pr) > - 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/dawoudio/project/e27b08aa-e5d2-4b10-8303-630a69d0b669/settings/integration?pkg=react-select&utm_source=github&utm_medium=referral&page=upgrade-pr#auto-dep-upgrades) [//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"react-select","from":"5.10.0","to":"5.10.1"}],"env":"prod","hasFixes":false,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[],"prId":"4c6b2c42-33b5-4ffe-9fc1-0088221322db","prPublicId":"4c6b2c42-33b5-4ffe-9fc1-0088221322db","packageManager":"npm","priorityScoreList":[],"projectPublicId":"e27b08aa-e5d2-4b10-8303-630a69d0b669","projectUrl":"https://app.snyk.io/org/dawoudio/project/e27b08aa-e5d2-4b10-8303-630a69d0b669?utm_source=github&utm_medium=referral&page=upgrade-pr","prType":"upgrade","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":[],"type":"auto","upgrade":[],"upgradeInfo":{"versionsDiff":1,"publishedDate":"2025-03-03T16:02:17.155Z"},"vulns":[]}'
This restores the LICENSE file to the npm package. We had stopped distributing this file as a result of the made to use preconstruct in a monorepo around 2019. This enables automated build tools to find and process licenses.
Fixes #5160