Skip to content

chore(deps): bump i18next-http-backend from 3.0.6 to 4.0.0 in /app/gui in the bun group across 1 directory#366

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/app/gui/master/bun-7c5c75a6ef
Open

chore(deps): bump i18next-http-backend from 3.0.6 to 4.0.0 in /app/gui in the bun group across 1 directory#366
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/app/gui/master/bun-7c5c75a6ef

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the bun group with 1 update in the /app/gui directory: i18next-http-backend.

Updates i18next-http-backend from 3.0.6 to 4.0.0

Changelog

Sourced from i18next-http-backend's changelog.

4.0.0

  • BREAKING: drop cross-fetch dependency. i18next-http-backend now requires a host-provided fetch. This is available in Node ≥ 18 (stable since Node 21), all modern browsers, Deno, and Bun. For runtimes without native fetch, install a ponyfill yourself and inject it via options.alternateFetch, or stay on v3.x.
  • BREAKING: minimum Node version is now 18 (engines.node = ">=18").
  • chore: simplified environment detection in lib/request.js — uses globalThis (with global / window fallbacks for legacy embedded runtimes) instead of separate global.* / window.* branches per API. XHR / ActiveXObject are still picked up if the host provides them, but no longer polyfilled.
  • chore: declared "sideEffects": false for better tree-shaking by downstream bundlers.
  • build: replaced babel + browserify + uglify-js with tsdown (rolldown + oxc). One config produces ESM, CJS, and the IIFE browser bundles. Drops @babel/cli, @babel/core, @babel/preset-env, babel-plugin-add-module-exports, browserify, uglify-js, the fixcjs rewrite hack, and the --ignore cross-fetch browserify flag. Side benefit: minified browser bundle shrinks from ~13 KB to ~6.8 KB (oxc minifier + no babel runtime helpers).
  • build: ESM and CJS outputs are now bundled into a single index.js per format (previously one file per lib/*.js module). The package's exports map is unchanged, so this is invisible to consumers using documented entry points.
  • lint: replaced eslint-config-standard (+ five plugins) with neostandard and migrated to ESLint 9 flat config (eslint.config.mjs). Removed deprecated tslint and dtslinttest:typescript now runs tsc --noEmit plus tsd.
  • chore: tightened .npmignore — published tarball no longer includes the source lib/, the build configs (tsdown.config.ts, eslint.config.mjs, tsconfig.json), or the root index.js re-export shim. Drops from 21.3 KB → ~17 KB packed.
  • docs: alternateFetch is now documented in the README options block as the supported escape hatch for fetch ponyfills, test mocking, and request interception. v4 migration note added to "Getting started".
Commits
  • a4d4a83 4.0.0
  • fdf4f98 feat!: v4 — drop cross-fetch, switch build to tsdown, lint to neostandard
  • d8dafd8 docs: clarify that nested-ns with slashes was never officially supported
  • e534a62 build
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 7, 2026
@dependabot dependabot Bot requested review from tifye and williamsjokvist as code owners May 7, 2026 04:54
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 7, 2026
@github-actions github-actions Bot force-pushed the dependabot/npm_and_yarn/app/gui/master/bun-7c5c75a6ef branch from f009057 to 40f1af0 Compare May 7, 2026 04:54
@dependabot dependabot Bot changed the title chore(deps): bump i18next-http-backend from 3.0.6 to 4.0.0 in /app/gui in the bun group chore(deps): bump i18next-http-backend from 3.0.6 to 4.0.0 in /app/gui in the bun group across 1 directory May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/app/gui/master/bun-7c5c75a6ef branch from 40f1af0 to fb100d6 Compare May 28, 2026 05:01
Bumps the bun group with 1 update in the /app/gui directory: [i18next-http-backend](https://github.com/i18next/i18next-http-backend).

Updates `i18next-http-backend` from 3.0.6 to 4.0.0
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md)
- [Commits](i18next/i18next-http-backend@v3.0.6...v4.0.0)

---
updated-dependencies:
- dependency-name: i18next-http-backend
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions Bot force-pushed the dependabot/npm_and_yarn/app/gui/master/bun-7c5c75a6ef branch from fb100d6 to fb9c050 Compare May 28, 2026 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants