[PR #754] [MERGED] chore(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1 #762

Closed
opened 2026-02-26 06:32:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/754
Author: @dependabot[bot]
Created: 11/6/2025
Status: Merged
Merged: 11/6/2025
Merged by: @dependabot[bot]

Base: masterHead: dependabot/npm_and_yarn/nextcloud/l10n-3.4.1


📝 Commits (1)

  • 0a9ad73 chore(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1

📊 Changes

2 files changed (+5 additions, -6 deletions)

View changed files

📝 package-lock.json (+4 -5)
📝 package.json (+1 -1)

📄 Description

Bumps @nextcloud/l10n from 3.4.0 to 3.4.1.

Release notes

Sourced from @​nextcloud/l10n's releases.

v3.4.1

3.4.1 - 2025-11-06

🐛 Fixed bugs

  • Fix array order inconsistencies for weekdays when using timezone with negative offset #958 (Sector6759)

Other changes

  • Updated development dependencies
  • chore: update Node and NPM dev versions to align with apps #960 (susnux)
Changelog

Sourced from @​nextcloud/l10n's changelog.

3.4.1 - 2025-11-06

🐛 Fixed bugs

  • Fix array order inconsistencies for weekdays when using timezone with negative offset #958 (Sector6759)

Other changes

  • Updated development dependencies
  • chore: update Node and NPM dev versions to align with apps #960 (susnux)
Commits
  • 6336e99 Merge pull request #961 from nextcloud-libraries/chore/release-3-4-1
  • ff0a15d chore: prepare v3.4.1
  • d8a9743 Merge pull request #960 from nextcloud-libraries/chore/update-node-version
  • 302fac9 chore: update Node and NPM dev versions to align with apps
  • ecf30cd Merge pull request #951 from nextcloud-libraries/dependabot/npm_and_yarn/vite...
  • 3be95d0 chore(deps-dev): Bump vite from 6.3.5 to 7.0.2
  • f85153d Merge pull request #959 from nextcloud-libraries/fix-l10n
  • 4e978a1 chore: update workflows from organization
  • 6ccfd90 Merge pull request #958 from Sector6759/fix-array-order-inconsistencies
  • 524f5b6 test(date): include separate tests for negative and positive offset time zones
  • 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 will merge this PR once CI passes on it, as requested by @nextcloud-command.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 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/nextcloud/twofactor_gateway/pull/754 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/nextcloud/l10n-3.4.1` --- ### 📝 Commits (1) - [`0a9ad73`](https://github.com/nextcloud/twofactor_gateway/commit/0a9ad734745560fd3d4bf297769b4584ffddb142) chore(deps): Bump @nextcloud/l10n from 3.4.0 to 3.4.1 ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+4 -5) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/nextcloud-l10n/releases"><code>@​nextcloud/l10n</code>'s releases</a>.</em></p> <blockquote> <h2>v3.4.1</h2> <h2>3.4.1 - 2025-11-06</h2> <h3>🐛 Fixed bugs</h3> <ul> <li>Fix array order inconsistencies for weekdays when using timezone with negative offset <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/pull/958">#958</a> (<a href="https://github.com/Sector6759">Sector6759</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Updated development dependencies</li> <li>chore: update Node and NPM dev versions to align with apps <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/pull/960">#960</a> (<a href="https://github.com/susnux">susnux</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md"><code>@​nextcloud/l10n</code>'s changelog</a>.</em></p> <blockquote> <h2>3.4.1 - 2025-11-06</h2> <h3>🐛 Fixed bugs</h3> <ul> <li>Fix array order inconsistencies for weekdays when using timezone with negative offset <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/pull/958">#958</a> (<a href="https://github.com/Sector6759">Sector6759</a>)</li> </ul> <h3>Other changes</h3> <ul> <li>Updated development dependencies</li> <li>chore: update Node and NPM dev versions to align with apps <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/pull/960">#960</a> (<a href="https://github.com/susnux">susnux</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/6336e99692d7ff7cd449fc0229039c8148cc3748"><code>6336e99</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/issues/961">#961</a> from nextcloud-libraries/chore/release-3-4-1</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/ff0a15d82e82da12ca369951c8ae0fb26dba66c2"><code>ff0a15d</code></a> chore: prepare v3.4.1</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/d8a9743b3d1758073d2ac3e87b880578b33c8bf1"><code>d8a9743</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/issues/960">#960</a> from nextcloud-libraries/chore/update-node-version</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/302fac92ab6613f5491027b3448009e745a9739e"><code>302fac9</code></a> chore: update Node and NPM dev versions to align with apps</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/ecf30cd4e07a4ea15a161c0aa084e239959b29dd"><code>ecf30cd</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/issues/951">#951</a> from nextcloud-libraries/dependabot/npm_and_yarn/vite...</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/3be95d06773d24e163020ce5cd140ac7b704e383"><code>3be95d0</code></a> chore(deps-dev): Bump vite from 6.3.5 to 7.0.2</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/f85153d2a71ab2ed1528a791c7c8173c4b4ade47"><code>f85153d</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/issues/959">#959</a> from nextcloud-libraries/fix-l10n</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/4e978a1dc4e7ac450c7d8eddb5fbfc6e78324205"><code>4e978a1</code></a> chore: update workflows from organization</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/6ccfd903416f9840d1c1a2f6c65b8c9fca96c357"><code>6ccfd90</code></a> Merge pull request <a href="https://redirect.github.com/nextcloud-libraries/nextcloud-l10n/issues/958">#958</a> from Sector6759/fix-array-order-inconsistencies</li> <li><a href="https://github.com/nextcloud-libraries/nextcloud-l10n/commit/524f5b6e8a771c40855b0587049a49095f09edbb"><code>524f5b6</code></a> test(date): include separate tests for negative and positive offset time zones</li> <li>Additional commits viewable in <a href="https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nextcloud/l10n&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=3.4.1)](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 will merge this PR once CI passes on it, as requested by @nextcloud-command. [//]: # (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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:32:04 +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/twofactor_gateway-nextcloud#762
No description provided.