i18next/i18next (i18next)
### [`v23.14.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23140)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.13.0...v23.14.0)
- If backend errors with retry flag, set internal state to 0, so reloadingResources should work [147](https://togithub.com/i18next/i18next-http-backend/issues/147)
### [`v23.13.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23130)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.7...v23.13.0)
- Cache output of getRule to optimize performance [2226](https://togithub.com/i18next/i18next/pull/2226)
### [`v23.12.7`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23127)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.6...v23.12.7)
- revert last optimization to address [2227](https://togithub.com/i18next/i18next/issues/2227)
### [`v23.12.6`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23126)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.5...v23.12.6)
- remove console.log statement [2227](https://togithub.com/i18next/i18next/issues/2227)
### [`v23.12.5`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23125)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.4...v23.12.5)
- try to optimize last fix for [2227](https://togithub.com/i18next/i18next/issues/2227)
### [`v23.12.4`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23124)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.3...v23.12.4)
- try to address [2227](https://togithub.com/i18next/i18next/issues/2227) without the removal of cached formatter for in-built formatters
### [`v23.12.3`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23123)
[Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.2...v23.12.3)
- fix: Using a comma in a formatter parameter [2225](https://togithub.com/i18next/i18next/issues/2225)
i18next/i18next-http-backend (i18next-http-backend)
### [`v2.6.0`](https://togithub.com/i18next/i18next-http-backend/blob/HEAD/CHANGELOG.md#260)
[Compare Source](https://togithub.com/i18next/i18next-http-backend/compare/v2.5.2...v2.6.0)
- fix "Failed to fetch" retry case [147](https://togithub.com/i18next/i18next-http-backend/issues/147)
pnpm/pnpm (pnpm)
### [`v9.7.1`](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1)
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1)
remix-run/react-router (react-router)
### [`v6.26.1`](https://togithub.com/remix-run/react-router/compare/react-router@6.26.0...react-router@6.26.1)
[Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.26.0...react-router@6.26.1)
remix-run/react-router (react-router-dom)
### [`v6.26.1`](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.26.0...react-router-dom@6.26.1)
[Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.26.0...react-router-dom@6.26.1)
stylelint/stylelint (stylelint)
### [`v16.8.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1682)
[Compare Source](https://togithub.com/stylelint/stylelint/compare/16.8.1...16.8.2)
- Deprecated: `context.fix` usage in favour of recommending to pass a `fix` callback to `report()` ([#7895](https://togithub.com/stylelint/stylelint/pull/7895)) ([@Mouvedia](https://togithub.com/Mouvedia)).
- Added: deprecation notice annotation to the output of the `github` formatter ([#7909](https://togithub.com/stylelint/stylelint/pull/7909)) ([@Mouvedia](https://togithub.com/Mouvedia)).
- Fixed: `custom-property-no-missing-var-function` false positives for `view-transition-name` ([#7914](https://togithub.com/stylelint/stylelint/pull/7914)) ([@Mouvedia](https://togithub.com/Mouvedia)).
- Fixed: `keyframe-block-no-duplicate-selectors` reported ranges ([#7932](https://togithub.com/stylelint/stylelint/pull/7932)) ([@romainmenke](https://togithub.com/romainmenke)).
- Fixed: `no-invalid-double-slash-comments` reported ranges ([#7907](https://togithub.com/stylelint/stylelint/pull/7907) & [#7905](https://togithub.com/stylelint/stylelint/pull/7905)) ([@Mouvedia](https://togithub.com/Mouvedia) & [@romainmenke](https://togithub.com/romainmenke)).
- Fixed: `selector-max-type` reported ranges ([#7916](https://togithub.com/stylelint/stylelint/pull/7916)) ([@romainmenke](https://togithub.com/romainmenke)).
- Fixed: `selector-type-no-unknown` false positives for `::highlight()` and `::view-transition-*()` ([#7913](https://togithub.com/stylelint/stylelint/pull/7913)) ([@Mouvedia](https://togithub.com/Mouvedia)).
TypeStrong/TypeDoc (typedoc)
### [`v0.26.6`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0266-2024-08-18)
[Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.5...v0.26.6)
##### Features
- Use of the `@extends` block tag no longer produces warnings, [#2659](https://togithub.com/TypeStrong/TypeDoc/issues/2659).
This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered.
- Added new `navigation.compactFolders` option to prevent TypeDoc from compacting folders, similar to the VSCode option. [#2667](https://togithub.com/TypeStrong/TypeDoc/issues/2667).
##### Bug Fixes
- The `suppressCommentWarningsInDeclarationFiles` option now correctly ignores warnings in `.d.cts` and `.d.mts` files, [#2647](https://togithub.com/TypeStrong/TypeDoc/issues/2647).
- Restored re-exports in the page navigation menu, [#2671](https://togithub.com/TypeStrong/TypeDoc/issues/2671).
- JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. [Gerrit0/typedoc-plugin-zod#6](https://togithub.com/Gerrit0/typedoc-plugin-zod/issues/6).
- In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.
vitejs/vite (vite)
### [`v5.4.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small541-2024-08-15-small)
- fix: `build.modulePreload.resolveDependencies` is optimizable ([#16083](https://togithub.com/vitejs/vite/issues/16083)) ([e961b31](https://togithub.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b)), closes [#16083](https://togithub.com/vitejs/vite/issues/16083)
- fix: align CorsOptions.origin type with [@types/cors](https://togithub.com/types/cors) ([#17836](https://togithub.com/vitejs/vite/issues/17836)) ([1bda847](https://togithub.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64)), closes [#17836](https://togithub.com/vitejs/vite/issues/17836)
- fix: typings for vite:preloadError ([#17868](https://togithub.com/vitejs/vite/issues/17868)) ([6700594](https://togithub.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62)), closes [#17868](https://togithub.com/vitejs/vite/issues/17868)
- fix(build): avoid re-define `__vite_import_meta_env__` ([#17876](https://togithub.com/vitejs/vite/issues/17876)) ([e686d74](https://togithub.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5)), closes [#17876](https://togithub.com/vitejs/vite/issues/17876)
- fix(deps): update all non-major dependencies ([#17869](https://togithub.com/vitejs/vite/issues/17869)) ([d11711c](https://togithub.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8)), closes [#17869](https://togithub.com/vitejs/vite/issues/17869)
- fix(lightningcss): search for assets with correct base path ([#17856](https://togithub.com/vitejs/vite/issues/17856)) ([4e5ce3c](https://togithub.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031)), closes [#17856](https://togithub.com/vitejs/vite/issues/17856)
- fix(worker): handle self reference url worker in dependency for build ([#17846](https://togithub.com/vitejs/vite/issues/17846)) ([391bb49](https://togithub.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8)), closes [#17846](https://togithub.com/vitejs/vite/issues/17846)
- chore: fix picocolors import for local dev ([#17884](https://togithub.com/vitejs/vite/issues/17884)) ([9018255](https://togithub.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba)), closes [#17884](https://togithub.com/vitejs/vite/issues/17884)
- refactor: remove `handleHotUpdate` from watch-package-data plugin ([#17865](https://togithub.com/vitejs/vite/issues/17865)) ([e16bf1f](https://togithub.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3)), closes [#17865](https://togithub.com/vitejs/vite/issues/17865)
Configuration
📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
20.14.15
->20.16.1
23.12.2
->23.14.0
2.5.2
->2.6.0
9.7.0
->9.7.1
6.26.0
->6.26.1
6.26.0
->6.26.1
16.8.1
->16.8.2
0.26.5
->0.26.6
5.4.0
->5.4.1
Release Notes
i18next/i18next (i18next)
### [`v23.14.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23140) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.13.0...v23.14.0) - If backend errors with retry flag, set internal state to 0, so reloadingResources should work [147](https://togithub.com/i18next/i18next-http-backend/issues/147) ### [`v23.13.0`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23130) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.7...v23.13.0) - Cache output of getRule to optimize performance [2226](https://togithub.com/i18next/i18next/pull/2226) ### [`v23.12.7`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23127) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.6...v23.12.7) - revert last optimization to address [2227](https://togithub.com/i18next/i18next/issues/2227) ### [`v23.12.6`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23126) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.5...v23.12.6) - remove console.log statement [2227](https://togithub.com/i18next/i18next/issues/2227) ### [`v23.12.5`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23125) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.4...v23.12.5) - try to optimize last fix for [2227](https://togithub.com/i18next/i18next/issues/2227) ### [`v23.12.4`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23124) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.3...v23.12.4) - try to address [2227](https://togithub.com/i18next/i18next/issues/2227) without the removal of cached formatter for in-built formatters ### [`v23.12.3`](https://togithub.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23123) [Compare Source](https://togithub.com/i18next/i18next/compare/v23.12.2...v23.12.3) - fix: Using a comma in a formatter parameter [2225](https://togithub.com/i18next/i18next/issues/2225)i18next/i18next-http-backend (i18next-http-backend)
### [`v2.6.0`](https://togithub.com/i18next/i18next-http-backend/blob/HEAD/CHANGELOG.md#260) [Compare Source](https://togithub.com/i18next/i18next-http-backend/compare/v2.5.2...v2.6.0) - fix "Failed to fetch" retry case [147](https://togithub.com/i18next/i18next-http-backend/issues/147)pnpm/pnpm (pnpm)
### [`v9.7.1`](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.7.0...v9.7.1)remix-run/react-router (react-router)
### [`v6.26.1`](https://togithub.com/remix-run/react-router/compare/react-router@6.26.0...react-router@6.26.1) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router@6.26.0...react-router@6.26.1)remix-run/react-router (react-router-dom)
### [`v6.26.1`](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.26.0...react-router-dom@6.26.1) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.26.0...react-router-dom@6.26.1)stylelint/stylelint (stylelint)
### [`v16.8.2`](https://togithub.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#1682) [Compare Source](https://togithub.com/stylelint/stylelint/compare/16.8.1...16.8.2) - Deprecated: `context.fix` usage in favour of recommending to pass a `fix` callback to `report()` ([#7895](https://togithub.com/stylelint/stylelint/pull/7895)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Added: deprecation notice annotation to the output of the `github` formatter ([#7909](https://togithub.com/stylelint/stylelint/pull/7909)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `custom-property-no-missing-var-function` false positives for `view-transition-name` ([#7914](https://togithub.com/stylelint/stylelint/pull/7914)) ([@Mouvedia](https://togithub.com/Mouvedia)). - Fixed: `keyframe-block-no-duplicate-selectors` reported ranges ([#7932](https://togithub.com/stylelint/stylelint/pull/7932)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `no-invalid-double-slash-comments` reported ranges ([#7907](https://togithub.com/stylelint/stylelint/pull/7907) & [#7905](https://togithub.com/stylelint/stylelint/pull/7905)) ([@Mouvedia](https://togithub.com/Mouvedia) & [@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-max-type` reported ranges ([#7916](https://togithub.com/stylelint/stylelint/pull/7916)) ([@romainmenke](https://togithub.com/romainmenke)). - Fixed: `selector-type-no-unknown` false positives for `::highlight()` and `::view-transition-*()` ([#7913](https://togithub.com/stylelint/stylelint/pull/7913)) ([@Mouvedia](https://togithub.com/Mouvedia)).TypeStrong/TypeDoc (typedoc)
### [`v0.26.6`](https://togithub.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0266-2024-08-18) [Compare Source](https://togithub.com/TypeStrong/TypeDoc/compare/v0.26.5...v0.26.6) ##### Features - Use of the `@extends` block tag no longer produces warnings, [#2659](https://togithub.com/TypeStrong/TypeDoc/issues/2659). This tag should only be used in JavaScript projects to specify the type parameters used when extending a parent class. It will not be rendered. - Added new `navigation.compactFolders` option to prevent TypeDoc from compacting folders, similar to the VSCode option. [#2667](https://togithub.com/TypeStrong/TypeDoc/issues/2667). ##### Bug Fixes - The `suppressCommentWarningsInDeclarationFiles` option now correctly ignores warnings in `.d.cts` and `.d.mts` files, [#2647](https://togithub.com/TypeStrong/TypeDoc/issues/2647). - Restored re-exports in the page navigation menu, [#2671](https://togithub.com/TypeStrong/TypeDoc/issues/2671). - JSON serialized projects will no longer contain reflection IDs for other projects created in the same run. [Gerrit0/typedoc-plugin-zod#6](https://togithub.com/Gerrit0/typedoc-plugin-zod/issues/6). - In packages mode the reflection ID counter will no longer be reset when converting projects. This previously could result in links to files not working as expected.vitejs/vite (vite)
### [`v5.4.1`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small541-2024-08-15-small) - fix: `build.modulePreload.resolveDependencies` is optimizable ([#16083](https://togithub.com/vitejs/vite/issues/16083)) ([e961b31](https://togithub.com/vitejs/vite/commit/e961b31493f8493277b46773156cc6e546b9c86b)), closes [#16083](https://togithub.com/vitejs/vite/issues/16083) - fix: align CorsOptions.origin type with [@types/cors](https://togithub.com/types/cors) ([#17836](https://togithub.com/vitejs/vite/issues/17836)) ([1bda847](https://togithub.com/vitejs/vite/commit/1bda847329022d5279cfa2b51719dd19a161fd64)), closes [#17836](https://togithub.com/vitejs/vite/issues/17836) - fix: typings for vite:preloadError ([#17868](https://togithub.com/vitejs/vite/issues/17868)) ([6700594](https://togithub.com/vitejs/vite/commit/67005949999054ab3cd079890ed220bc359bcf62)), closes [#17868](https://togithub.com/vitejs/vite/issues/17868) - fix(build): avoid re-define `__vite_import_meta_env__` ([#17876](https://togithub.com/vitejs/vite/issues/17876)) ([e686d74](https://togithub.com/vitejs/vite/commit/e686d749d673c02ff4395971ac74340082da14e5)), closes [#17876](https://togithub.com/vitejs/vite/issues/17876) - fix(deps): update all non-major dependencies ([#17869](https://togithub.com/vitejs/vite/issues/17869)) ([d11711c](https://togithub.com/vitejs/vite/commit/d11711c7e4c082fd0400245bfdc766006fd38ac8)), closes [#17869](https://togithub.com/vitejs/vite/issues/17869) - fix(lightningcss): search for assets with correct base path ([#17856](https://togithub.com/vitejs/vite/issues/17856)) ([4e5ce3c](https://togithub.com/vitejs/vite/commit/4e5ce3c7a90966b1f942df35b8b3e8a550a4f031)), closes [#17856](https://togithub.com/vitejs/vite/issues/17856) - fix(worker): handle self reference url worker in dependency for build ([#17846](https://togithub.com/vitejs/vite/issues/17846)) ([391bb49](https://togithub.com/vitejs/vite/commit/391bb4917b55baf3fdb01c6fc3d782d6c51be6c8)), closes [#17846](https://togithub.com/vitejs/vite/issues/17846) - chore: fix picocolors import for local dev ([#17884](https://togithub.com/vitejs/vite/issues/17884)) ([9018255](https://togithub.com/vitejs/vite/commit/9018255c697a8c0888dce57aaa755d25bf66beba)), closes [#17884](https://togithub.com/vitejs/vite/issues/17884) - refactor: remove `handleHotUpdate` from watch-package-data plugin ([#17865](https://togithub.com/vitejs/vite/issues/17865)) ([e16bf1f](https://togithub.com/vitejs/vite/commit/e16bf1fb14b7a3a950de4d74fce31416746829b3)), closes [#17865](https://togithub.com/vitejs/vite/issues/17865)Configuration
📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.