[PR #611] [CLOSED] Bump localforage from 1.7.3 to 1.8.0 #1663

Closed
opened 2026-02-25 23:30:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/611
Author: @dependabot-preview[bot]
Created: 7/21/2020
Status: Closed

Base: developHead: dependabot/npm_and_yarn/localforage-1.8.0


📝 Commits (1)

  • 4f5a135 Bump localforage from 1.7.3 to 1.8.0

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 package-lock.json (+3 -3)
📝 package.json (+1 -1)

📄 Description

Bumps localforage from 1.7.3 to 1.8.0.

Release notes

Sourced from localforage's releases.

Added ESM support

No changes to code, but added a module field in package.json for better ESM support. See: #940.

Improvement to key() retrieval

  • Use openKeyCursor instead of openCursor for key() retrieval. Props to @MeMark2 for the fix, and thanks to @lincolnthree and @f for additional testing!
Changelog

Sourced from localforage's changelog.

1.8.0

  • No changes to code, but added a module field in package.json for better ESM support. See: #940.

1.7.4

  • Use openKeyCursor instead of openCursor for key() retrieval. Props to @MeMark2 for the fix, and thanks to @lincolnthree and @f for additional testing!
Commits
  • d016798 Merge pull request #978 from localForage/chore/release-1.8.0
  • abe62a7 chore: Release 1.8.0
  • 101f12f Merge pull request #977 from quentincaffeino/feature/added-module-for-esm
  • 3bbb750 Added module to package.json for esm suport
  • abe16c8 Merge pull request #973 from odidev/arm_support
  • fdfdbbb Updated mocha-headless-chrome version to v3.1.0
  • c88e530 docs: Tidy up README a bit
  • ba4f871 Update README.md
  • b71d191 Merge pull request #972 from owenfar/patch-1
  • bd5e6f9 Update docs/api.md
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/611 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 7/21/2020 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/localforage-1.8.0` --- ### 📝 Commits (1) - [`4f5a135`](https://github.com/floccusaddon/floccus/commit/4f5a13576deb38bc3da4ec77fa105b0c9eaaee87) Bump localforage from 1.7.3 to 1.8.0 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+3 -3) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [localforage](https://github.com/localForage/localForage) from 1.7.3 to 1.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/localForage/localForage/releases">localforage's releases</a>.</em></p> <blockquote> <h2>Added ESM support</h2> <p>No changes to code, but added a <code>module</code> field in <code>package.json</code> for better ESM support. See: <a href="https://github-redirect.dependabot.com/localForage/localForage/issues/940">#940</a>.</p> <h2>Improvement to key() retrieval</h2> <ul> <li>Use <code>openKeyCursor</code> instead of <code>openCursor</code> for <code>key()</code> retrieval. Props to <a href="https://github.com/MeMark2">@MeMark2</a> for the fix, and thanks to <a href="https://github.com/lincolnthree">@lincolnthree</a> and <a href="https://github.com/f">@f</a> for additional testing!</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/localForage/localForage/blob/master/CHANGELOG.md">localforage's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/mozilla/localForage/releases/tag/1.8.0">1.8.0</a></h3> <ul> <li>No changes to code, but added a <code>module</code> field in <code>package.json</code> for better ESM support. See: <a href="https://github-redirect.dependabot.com/localForage/localForage/issues/940">#940</a>.</li> </ul> <h3><a href="https://github.com/mozilla/localForage/releases/tag/1.7.4">1.7.4</a></h3> <ul> <li>Use <code>openKeyCursor</code> instead of <code>openCursor</code> for <code>key()</code> retrieval. Props to <a href="https://github.com/MeMark2">@MeMark2</a> for the fix, and thanks to <a href="https://github.com/lincolnthree">@lincolnthree</a> and <a href="https://github.com/f">@f</a> for additional testing!</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/localForage/localForage/commit/d016798d00b4060f7e46ea5391a4bfaa61eca1b4"><code>d016798</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/localForage/localForage/issues/978">#978</a> from localForage/chore/release-1.8.0</li> <li><a href="https://github.com/localForage/localForage/commit/abe62a72cd348391bf9010945902ec8227674fee"><code>abe62a7</code></a> chore: Release 1.8.0</li> <li><a href="https://github.com/localForage/localForage/commit/101f12f8d40127972a86ee52c3565b653b27b7cc"><code>101f12f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/localForage/localForage/issues/977">#977</a> from quentincaffeino/feature/added-module-for-esm</li> <li><a href="https://github.com/localForage/localForage/commit/3bbb75052a42c283323ca464f7f859ee1f435117"><code>3bbb750</code></a> Added module to package.json for esm suport</li> <li><a href="https://github.com/localForage/localForage/commit/abe16c8a20c78ecff359647ede8e97f6102601b5"><code>abe16c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/localForage/localForage/issues/973">#973</a> from odidev/arm_support</li> <li><a href="https://github.com/localForage/localForage/commit/fdfdbbbdb7109406cce9c8f8b266072bf3f58017"><code>fdfdbbb</code></a> Updated mocha-headless-chrome version to v3.1.0</li> <li><a href="https://github.com/localForage/localForage/commit/c88e5306370a23931fd1e324c488b9832906c6bf"><code>c88e530</code></a> docs: Tidy up README a bit</li> <li><a href="https://github.com/localForage/localForage/commit/ba4f87127c8923cc454ad772bcf8cd63b1b77039"><code>ba4f871</code></a> Update README.md</li> <li><a href="https://github.com/localForage/localForage/commit/b71d19198361e2d2f161815fd40f61f68ba5e666"><code>b71d191</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/localForage/localForage/issues/972">#972</a> from owenfar/patch-1</li> <li><a href="https://github.com/localForage/localForage/commit/bd5e6f94e370bb8a852b79212907735dd960b243"><code>bd5e6f9</code></a> Update docs/api.md</li> <li>Additional commits viewable in <a href="https://github.com/localForage/localForage/compare/1.7.3...1.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=localforage&package-manager=npm_and_yarn&previous-version=1.7.3&new-version=1.8.0)](https://dependabot.com/compatibility-score/?dependency-name=localforage&package-manager=npm_and_yarn&previous-version=1.7.3&new-version=1.8.0) 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1663
No description provided.