ymcatwincities / openy_activity_finder

Activity Finder for Open Y
https://github.com/YCloudYUSA/yusaopeny_activity_finder
GNU General Public License v3.0
3 stars 24 forks source link

[Snyk] Upgrade history from 4.10.1 to 5.3.0 #183

Closed podarok closed 1 year ago

podarok commented 2 years ago

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade history from 4.10.1 to 5.3.0.

![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=history&from_version=4.10.1&to_version=5.3.0&pr_id=77f9b117-d8e7-46a7-a28a-b4f7339effe9&visibility=true&has_feature_flag=false) :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.
*Warning:* This is a major version upgrade, and may be a breaking change. - The recommended version is **18 versions** ahead of your current version. - The recommended version was released **3 months ago**, on 2022-02-22.
Release notes
Package name: history
  • 5.3.0 - 2022-02-22

    This release provides support for native ESM consumption of all exports.

      </li>
      <li>
        <b>5.3.0-pre.0</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.3.0-pre.0">2022-02-18</a></br>No content.
      </li>
      <li>
        <b>5.2.0</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.2.0">2021-12-17</a></br><h2><g-emoji class="g-emoji" alias="bug" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f41b.png">🐛</g-emoji> Bug fixes</h2>
    • Fixed a few type declarations and deprecated the following types:
      • State (now set to unknown which will require consumer type narrowing)
      • PartialPath (use Partial<Path> instead)
      • PartialLocation (use Partial<Location> instead)
    • Fixed a regression related to the createPath return value (#813)

    Features

    • We now use statically analyzable CJS exports. This enables named imports in Node ESM scripts (See the commit).

    Full Changelog: v5.1.0...v5.2.0

      </li>
      <li>
        <b>5.1.0</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.1.0">2021-11-02</a></br><p>Because the prior 5.0.2 release removed the <code>State</code> type parameter from <code>Location</code>, this was technically a breaking change. To correct for this, I'm bumping this as a minor release. It won't affect runtime code, but it may affect your development experience and tests if you were using that parameter.</p>

    The State type export is also restored, so you shouldn't have issues with installing React Router v6.

    Oh, by the way, did you hear we released React Router v6?

    Full Changelog: v5.0.3...v5.1.0

      </li>
      <li>
        <b>5.0.3</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.0.3">2021-11-01</a></br><p>Fixed <code>parsePath</code> adding incorrectly adding <code>search</code></p>
      </li>
      <li>
        <b>5.0.2</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.0.2">2021-11-01</a></br><p>Just a couple fixes:</p>
    • Fixed search params persisting on redirects
    • Changed the location.state type to any and removed the generic on Location

    Full Changelog: v5.0.1...v5.0.2

      </li>
      <li>
        <b>5.0.1</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.0.1">2021-08-13</a></br><p>This patch release contains a <em>tiny</em> TypeScript update to use the built-in <code>Partial</code> utility for <code>PartialPath</code> and <code>PartialLocation</code>. We always love it when we can ship just a little less code!</p>

    🙏 Credits

    Thanks to @ liuhanqu, @ hanquliu, @ chaance and @ mjackson for your contributions!

      </li>
      <li>
        <b>5.0.0</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.0.0">2020-06-12</a></br><p>Today we are very pleased to announce the stable release of history version 5!</p>

    Overview

    This version includes many enhancements and fixes a few important issues with the library.

    New Features

    • Hash history now has support for location.state
    • Better history.block API, with support for retrying transitions
    • Full TypeScript declarations and IntelliSense docs
    • Adds development and production builds for <script type=module> users
    • Both browser and hash history have support for iframes (custom window objects)
    • About 50% smaller than v4 (and no dependencies)

    Bugfixes

    • Fixed some long-standing encoding issues with location.pathname
    • Removed unfixable warnings about pushing the same path in hash history
    • Renamed browser global to HistoryLibrary so it doesn't conflict with window.History

    Breaking Changes

    • Removed support for browsers that do not support the HTML5 history API (no pushState)
    • Removed relative pathname support in hash history and memory history
    • Removed getUserConfirmation, keyLength, and hashType APIs

    Usage

    Please refer to our installation guide for instructions about how to install the library.

    There is also a getting started guide as well as a complete API reference in the docs folder.

    We are very excited about this release, especially because it will serve as the foundation for the upcoming release of React Router version 6.

    Thank you for your support. Enjoy! 😀

      </li>
      <li>
        <b>5.0.0-beta.9</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.0.0-beta.9">2020-04-29</a></br><p>Version 5.0.0-beta.9</p>
      </li>
      <li>
        <b>5.0.0-beta.8</b> - <a href="https://snyk.io/redirect/github/remix-run/history/releases/tag/v5.0.0-beta.8">2020-04-17</a></br><p><a href="https://snyk.io/redirect/github/ReactTraining/history/pull/751" data-hovercard-type="pull_request" data-hovercard-url="/remix-run/history/pull/751/hovercard">You can track v5 beta progress in #751</a></p>

    You can install the v5 beta using the next tag: npm add history@next

    Changes

    In this release the core library was converted to TypeScript, and the type declaration files that are published with the npm package are derived from the source instead of being written by hand. This should make them both more accurate and more useful.

    A migration guide will be available soon. For now, you can either browse around the docs on the dev branch or the tests.

    Enjoy!

      </li>
      <li>
        <b>5.0.0-beta.7</b> - 2020-03-26
      </li>
      <li>
        <b>5.0.0-beta.6</b> - 2020-03-26
      </li>
      <li>
        <b>5.0.0-beta.5</b> - 2020-02-07
      </li>
      <li>
        <b>5.0.0-beta.4</b> - 2020-01-22
      </li>
      <li>
        <b>5.0.0-beta.3</b> - 2019-12-11
      </li>
      <li>
        <b>5.0.0-beta.2</b> - 2019-12-07
      </li>
      <li>
        <b>5.0.0-beta.1</b> - 2019-12-03
      </li>
      <li>
        <b>5.0.0-beta.0</b> - 2019-11-08
      </li>
      <li>
        <b>4.10.1</b> - 2019-09-13
      </li>
    </ul>
    from <a href="https://snyk.io/redirect/github/remix-run/history/releases">history GitHub release notes</a>

Commit messages
Package name: history
  • c9bc27d Version 5.3.0
  • c9b1b1b Version 5.3.0-pre.0
  • 68543c6 Merge branch 'main' into release/v5.3.0
  • ba1cd3c fix: import history from ESM (#934)
  • 3966191 Merge pull request #914 from remix-run/logan/format-action
  • 8117ab2 chore: Update readme + docblock references
  • f5cb295 chore: fix lockfile
  • 224cda0 chore: Merge branch 'main' into dev
  • aef6c2b fix: Use statically analyzable CJS exports
  • eac4edd chore(ci): add format action
  • 8bef6f4 Version 5.1.0
  • eb6ca11 Restore the State export in the types
  • 792a8fa Version 5.0.3
  • a2a2c72 fix: remove false `search` returns in `parsePath`
  • ed674b5 Version 5.0.2
  • 82e5352 chore: type the `parsePath` function
  • 04a01ad fix: remove generic `State` from `Location` type
  • 8cb33f2 update package-lock.json
  • 2d5c85e Merge pull request #902 from remix-run/jacob/rem-473-redirects-after-action-are-persisting
  • 3095a04 fix: search params persisting on redirects
  • a3cc1c1 Merge branch 'SevenOutman-improve-dts' into dev
  • e8c0b66 merge improve-dts
  • e62360d Normalize hash and search strings (#813) (#891)
  • 23c37fb prettier + internal type fixes
Compare

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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs