[PR #671] [MERGED] Bump js-base64 from 2.6.4 to 3.5.2 #1700

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

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/671
Author: @dependabot-preview[bot]
Created: 10/6/2020
Status: Merged
Merged: 10/14/2020
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/js-base64-3.5.2


📝 Commits (1)

  • 40202f7 Bump js-base64 from 2.6.4 to 3.5.2

📊 Changes

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

View changed files

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

📄 Description

Bumps js-base64 from 2.6.4 to 3.5.2.

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 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/671 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 10/6/2020 **Status:** ✅ Merged **Merged:** 10/14/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/js-base64-3.5.2` --- ### 📝 Commits (1) - [`40202f7`](https://github.com/floccusaddon/floccus/commit/40202f7da385cc9daca8fc0591dc75295f4aa0a1) Bump js-base64 from 2.6.4 to 3.5.2 ### 📊 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 [js-base64](https://github.com/dankogai/js-base64) from 2.6.4 to 3.5.2. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dankogai/js-base64/commit/deaecb270b0bf0874fac310f129aabc7b622b578"><code>deaecb2</code></a> version 3.5.2</li> <li><a href="https://github.com/dankogai/js-base64/commit/96b271eb23441d3a48430b59b5d481db08674f5f"><code>96b271e</code></a> update README.md</li> <li><a href="https://github.com/dankogai/js-base64/commit/7cec8b7318c09ce7146cecd662a72ea1d052c9a6"><code>7cec8b7</code></a> reorder funtions, add return type to toUint8Array</li> <li><a href="https://github.com/dankogai/js-base64/commit/ddc76ee58961f5eeae15f1abda83dea875c31f09"><code>ddc76ee</code></a> version 3.5.1</li> <li><a href="https://github.com/dankogai/js-base64/commit/e66f5b9edfee66cf5b3d5be0112738f5adfa046e"><code>e66f5b9</code></a> make use of Text{En,De}coder where available</li> <li><a href="https://github.com/dankogai/js-base64/commit/6ab5b3d97ce348ea31cd6f62ad712b514011dd82"><code>6ab5b3d</code></a> retouch JSDoc and format</li> <li><a href="https://github.com/dankogai/js-base64/commit/507f5a13212e363ed105aaeb45e92df4404edbf4"><code>507f5a1</code></a> version 3.5.0</li> <li><a href="https://github.com/dankogai/js-base64/commit/e7bbf51f92ab3cabee821728000dd225c794253b"><code>e7bbf51</code></a> address <a href="https://github-redirect.dependabot.com/dankogai/js-base64/issues/130">dankogai/js-base64#130</a></li> <li><a href="https://github.com/dankogai/js-base64/commit/138c4d62823baa68023c17ba762eb00d66d08e12"><code>138c4d6</code></a> version 3.4.5</li> <li><a href="https://github.com/dankogai/js-base64/commit/e29372f72e5b32c79e07a66cae6fe76da402f530"><code>e29372f</code></a> address <a href="https://github-redirect.dependabot.com/dankogai/js-base64/issues/124">dankogai/js-base64#124</a></li> <li>Additional commits viewable in <a href="https://github.com/dankogai/js-base64/compare/2.6.4...3.5.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=js-base64&package-manager=npm_and_yarn&previous-version=2.6.4&new-version=3.5.2)](https://dependabot.com/compatibility-score/?dependency-name=js-base64&package-manager=npm_and_yarn&previous-version=2.6.4&new-version=3.5.2) 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:34 +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#1700
No description provided.