Update dependency i18next-http-backend to v4#140
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.2→^4.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
i18next/i18next-http-backend (i18next-http-backend)
v4.0.0Compare Source
cross-fetchdependency.i18next-http-backendnow requires a host-providedfetch. This is available in Node ≥ 18 (stable since Node 21), all modern browsers, Deno, and Bun. For runtimes without nativefetch, install a ponyfill yourself and inject it viaoptions.alternateFetch, or stay on v3.x.engines.node = ">=18").lib/request.js— usesglobalThis(withglobal/windowfallbacks for legacy embedded runtimes) instead of separateglobal.*/window.*branches per API. XHR / ActiveXObject are still picked up if the host provides them, but no longer polyfilled."sideEffects": falsefor better tree-shaking by downstream bundlers.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, thefixcjsrewrite hack, and the--ignore cross-fetchbrowserify flag. Side benefit: minified browser bundle shrinks from ~13 KB to ~6.8 KB (oxc minifier + no babel runtime helpers).index.jsper format (previously one file perlib/*.jsmodule). The package'sexportsmap is unchanged, so this is invisible to consumers using documented entry points.eslint-config-standard(+ five plugins) withneostandardand migrated to ESLint 9 flat config (eslint.config.mjs). Removed deprecatedtslintanddtslint—test:typescriptnow runstsc --noEmitplustsd..npmignore— published tarball no longer includes the sourcelib/, the build configs (tsdown.config.ts,eslint.config.mjs,tsconfig.json), or the rootindex.jsre-export shim. Drops from 21.3 KB → ~17 KB packed.alternateFetchis 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".Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.