[PR #211] [CLOSED] Bump minimist from 1.2.5 to 1.2.6 in /client #1229

Open
opened 2025-10-09 19:11:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/plankanban/planka/pull/211
Author: @dependabot[bot]
Created: 3/31/2022
Status: Closed

Base: masterHead: dependabot/npm_and_yarn/client/minimist-1.2.6


📝 Commits (4)

  • 443358f Add Chinese translation
  • 75ecacc Fix language loading. Closes #207
  • 8baa3fd Merge branch 'master' of github.com:plankanban/planka
  • dd31fe9 Bump minimist from 1.2.5 to 1.2.6 in /client

📊 Changes

7 files changed (+267 additions, -38 deletions)

View changed files

📝 client/package-lock.json (+29 -29)
📝 client/package.json (+3 -3)
📝 client/src/i18n.js (+5 -5)
📝 client/src/locales/index.js (+2 -0)
client/src/locales/zh/core.js (+207 -0)
client/src/locales/zh/embed.js (+20 -0)
📝 client/src/sagas/core/services/core.js (+1 -1)

📄 Description

Bumps minimist from 1.2.5 to 1.2.6.

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

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 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/plankanban/planka/pull/211 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/31/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/client/minimist-1.2.6` --- ### 📝 Commits (4) - [`443358f`](https://github.com/plankanban/planka/commit/443358f6dd6241e5321ba6b2cbefb02501b42793) Add Chinese translation - [`75ecacc`](https://github.com/plankanban/planka/commit/75ecacc40c8943639b22a450022c73e685b1708d) Fix language loading. Closes #207 - [`8baa3fd`](https://github.com/plankanban/planka/commit/8baa3fd57c621a0ea35e4cdb95cdae21943dee6c) Merge branch 'master' of github.com:plankanban/planka - [`dd31fe9`](https://github.com/plankanban/planka/commit/dd31fe90b190b06de825135471ffb2bc3a4ba5f9) Bump minimist from 1.2.5 to 1.2.6 in /client ### 📊 Changes **7 files changed** (+267 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `client/package-lock.json` (+29 -29) 📝 `client/package.json` (+3 -3) 📝 `client/src/i18n.js` (+5 -5) 📝 `client/src/locales/index.js` (+2 -0) ➕ `client/src/locales/zh/core.js` (+207 -0) ➕ `client/src/locales/zh/embed.js` (+20 -0) 📝 `client/src/sagas/core/services/core.js` (+1 -1) </details> ### 📄 Description Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/substack/minimist/commit/7efb22a518b53b06f5b02a1038a88bd6290c2846"><code>7efb22a</code></a> 1.2.6</li> <li><a href="https://github.com/substack/minimist/commit/ef88b9325f77b5ee643ccfc97e2ebda577e4c4e2"><code>ef88b93</code></a> security notice for additional prototype pollution issue</li> <li><a href="https://github.com/substack/minimist/commit/c2b981977fa834b223b408cfb860f933c9811e4d"><code>c2b9819</code></a> isConstructorOrProto adapted from PR</li> <li><a href="https://github.com/substack/minimist/commit/bc8ecee43875261f4f17eb20b1243d3ed15e70eb"><code>bc8ecee</code></a> test from prototype pollution PR</li> <li>See full diff in <a href="https://github.com/substack/minimist/compare/1.2.5...1.2.6">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=minimist&package-manager=npm_and_yarn&previous-version=1.2.5&new-version=1.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/plankanban/planka/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:11:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1229