Altinn / altinn-authentication-frontend

Authentication React frontend with BFF
MIT License
1 stars 0 forks source link

Update npm non-major dependencies #339

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@navikt/aksel-icons (source) 6.13.0 -> 6.16.0 age adoption passing confidence
@playwright/test (source) 1.45.3 -> 1.46.1 age adoption passing confidence
@reduxjs/toolkit (source) 2.2.6 -> 2.2.7 age adoption passing confidence
@types/node (source) 20.14.12 -> 20.16.1 age adoption passing confidence
eslint (source) 9.7.0 -> 9.9.0 age adoption passing confidence
husky 9.1.1 -> 9.1.4 age adoption passing confidence
i18next (source) 23.12.2 -> 23.13.0 age adoption passing confidence
lint-staged 15.2.7 -> 15.2.9 age adoption passing confidence
react-i18next 15.0.0 -> 15.0.1 age adoption passing confidence
react-router-dom (source) 6.25.1 -> 6.26.1 age adoption passing confidence
typescript (source) 5.5.3 -> 5.5.4 age adoption passing confidence
vite (source) 5.3.4 -> 5.4.1 age adoption passing confidence
yarn (source) 4.3.1 -> 4.4.0 age adoption passing confidence

Release Notes

navikt/aksel (@​navikt/aksel-icons) ### [`v6.16.0`](https://togithub.com/navikt/aksel/blob/HEAD/@​navikt/aksel-icons/CHANGELOG.md#6160) [Compare Source](https://togithub.com/navikt/aksel/compare/@navikt/aksel-icons@6.15.0...@navikt/aksel-icons@6.16.0) ### [`v6.15.0`](https://togithub.com/navikt/aksel/blob/HEAD/@​navikt/aksel-icons/CHANGELOG.md#6150) [Compare Source](https://togithub.com/navikt/aksel/compare/@navikt/aksel-icons@6.14.0...@navikt/aksel-icons@6.15.0) ##### Minor Changes - Icons: New icon-series for 'SplitHorizontal' and 'SplitVertical' ([#​3072](https://togithub.com/navikt/aksel/pull/3072)) ### [`v6.14.0`](https://togithub.com/navikt/aksel/blob/HEAD/@​navikt/aksel-icons/CHANGELOG.md#6140) [Compare Source](https://togithub.com/navikt/aksel/compare/@navikt/aksel-icons@6.13.0...@navikt/aksel-icons@6.14.0)
microsoft/playwright (@​playwright/test) ### [`v1.46.1`](https://togithub.com/microsoft/playwright/compare/v1.46.0...e1c861cfa7a6caf3c5b798786b1e6298c4f3cf31) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.46.0...v1.46.1) ### [`v1.46.0`](https://togithub.com/microsoft/playwright/compare/v1.45.3...99a36310570617222290c09b96a2026beb8b00f9) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.45.3...v1.46.0)
reduxjs/redux-toolkit (@​reduxjs/toolkit) ### [`v2.2.7`](https://togithub.com/reduxjs/redux-toolkit/releases/tag/v2.2.7) [Compare Source](https://togithub.com/reduxjs/redux-toolkit/compare/v2.2.6...v2.2.7) This **bugfix release** fixes issues with "TS type portability" errors, improves build artifact tree shaking behavior, and exports some additional TS types. #### Changelog ##### TS Type Portability We've had a slew of issues reported around "TS type portability" errors, such as: - [#​1806](https://togithub.com/reduxjs/redux-toolkit/issues/1806) - [#​3962](https://togithub.com/reduxjs/redux-toolkit/issues/3962) - [#​3983](https://togithub.com/reduxjs/redux-toolkit/issues/3983) The error messages are typically along the lines of: > Type error: The inferred type of `'configureStore'` cannot be named without a reference to `'@​reduxjs/toolkit/node_modules/redux'`. This is likely not portable. A type annotation is necessary. [@​aryaemami59](https://togithub.com/aryaemami59) did some deep investigation and concluded these were due to a mixture of using `interface` instead of `type` in most places, not pre-bundling our TS typedefs, and not exporting some of the unique symbols we use internally. Arya put together a highly detailed writeup and set of fixes in [ #​4467: Fix: TypeScript Type Portability Issues](#​4467), and that appears to resolve all of those issues we've seen. Thank you! ##### Other Changes Arya also did significant work to improve RTK's treeshaking, tweaking internal definitions to let bundlers better separate out unused code. We've exported additional types like `UpdateDefinitions` and `RetryOptions`, per request. `listenerMiddleware.withTypes()` methods now allow passing in an `ExtraArgument` generic. #### What's Changed - Fix: TypeScript Type Portability Issues by [@​aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/redux-toolkit/pull/4467](https://togithub.com/reduxjs/redux-toolkit/pull/4467) - Export UpdateDefinitions from toolkit/query by [@​joekrill](https://togithub.com/joekrill) in [https://github.com/reduxjs/redux-toolkit/pull/4519](https://togithub.com/reduxjs/redux-toolkit/pull/4519) - feat: Adds ExtraArgument to withTypes for listenerMiddleware. by [@​antondalgren](https://togithub.com/antondalgren) in [https://github.com/reduxjs/redux-toolkit/pull/4517](https://togithub.com/reduxjs/redux-toolkit/pull/4517) - Improve treeshakeability of build artifacts by [@​aryaemami59](https://togithub.com/aryaemami59) in [https://github.com/reduxjs/redux-toolkit/pull/4435](https://togithub.com/reduxjs/redux-toolkit/pull/4435) - Export RetryOptions by [@​markerikson](https://togithub.com/markerikson) in [https://github.com/reduxjs/redux-toolkit/pull/4529](https://togithub.com/reduxjs/redux-toolkit/pull/4529) **Full Changelog**: https://github.com/reduxjs/redux-toolkit/compare/v2.2.6...v2.2.7
eslint/eslint (eslint) ### [`v9.9.0`](https://togithub.com/eslint/eslint/releases/tag/v9.9.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.8.0...v9.9.0) #### Features - [`41d0206`](https://togithub.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986) feat: Add support for TS config files ([#​18134](https://togithub.com/eslint/eslint/issues/18134)) (Arya Emami) - [`3a4eaf9`](https://togithub.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a) feat: add suggestion to `require-await` to remove `async` keyword ([#​18716](https://togithub.com/eslint/eslint/issues/18716)) (Dave) #### Documentation - [`9fe068c`](https://togithub.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed) docs: how to author plugins with configs that extend other configs ([#​18753](https://togithub.com/eslint/eslint/issues/18753)) (Alec Gibson) - [`48117b2`](https://togithub.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f) docs: add version support page in the side navbar ([#​18738](https://togithub.com/eslint/eslint/issues/18738)) (Amaresh S M) - [`fec2951`](https://togithub.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3) docs: add version support page to the dropdown ([#​18730](https://togithub.com/eslint/eslint/issues/18730)) (Amaresh S M) - [`38a0661`](https://togithub.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064) docs: Fix typo ([#​18735](https://togithub.com/eslint/eslint/issues/18735)) (Zaina Al Habash) - [`3c32a9e`](https://togithub.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e) docs: Update yarn command for creating ESLint config ([#​18739](https://togithub.com/eslint/eslint/issues/18739)) (Temitope Ogunleye) - [`f9ac978`](https://togithub.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6) docs: Update README (GitHub Actions Bot) #### Chores - [`461b2c3`](https://togithub.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f) chore: upgrade to `@eslint/js@9.9.0` ([#​18765](https://togithub.com/eslint/eslint/issues/18765)) (Francesco Trotta) - [`59dba1b`](https://togithub.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2) chore: package.json update for [@​eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`fea8563`](https://togithub.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba) chore: update dependency [@​eslint/core](https://togithub.com/eslint/core) to ^0.3.0 ([#​18724](https://togithub.com/eslint/eslint/issues/18724)) (renovate\[bot]) - [`aac191e`](https://togithub.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f) chore: update dependency [@​eslint/json](https://togithub.com/eslint/json) to ^0.3.0 ([#​18760](https://togithub.com/eslint/eslint/issues/18760)) (renovate\[bot]) - [`b97fa05`](https://togithub.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9) chore: update wdio dependencies for more stable tests ([#​18759](https://togithub.com/eslint/eslint/issues/18759)) (Christian Bromann) ### [`v9.8.0`](https://togithub.com/eslint/eslint/compare/v9.7.0...63881dc11299aba1d0960747c199a4cf48d6b9c8) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.7.0...v9.8.0)
typicode/husky (husky) ### [`v9.1.4`](https://togithub.com/typicode/husky/compare/v9.1.3...fc549e0e5c8723a6d796f6ad26ef6590769f5d82) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.3...v9.1.4) ### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3) - fix: better handle space in `PATH` ### [`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)
i18next/i18next (i18next) ### [`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)
lint-staged/lint-staged (lint-staged) ### [`v15.2.9`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1529) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.8...v15.2.9) ##### Patch Changes - [#​1463](https://togithub.com/lint-staged/lint-staged/pull/1463) [`b69ce2d`](https://togithub.com/lint-staged/lint-staged/commit/b69ce2ddfd5a7ae576f4fef4afc60b8a81f3c945) Thanks [@​iiroj](https://togithub.com/iiroj)! - Set the maximum number of event listeners to the number of tasks. This should silence the console warning `MaxListenersExceededWarning: Possible EventEmitter memory leak detected`. ### [`v15.2.8`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1528) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) ##### Patch Changes - [`f0480f0`](https://togithub.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue. The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.
i18next/react-i18next (react-i18next) ### [`v15.0.1`](https://togithub.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1501) [Compare Source](https://togithub.com/i18next/react-i18next/compare/v15.0.0...v15.0.1) - revert arrow function in class property to address [this](https://togithub.com/i18next/react-i18next/commit/46e8ea5ff69325b73087811a2ce6a2b1faffa971#r145061161)
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) ### [`v6.26.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6260) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.25.1...react-router-dom@6.26.0) ##### Minor Changes - Add a new `replace(url, init?)` alternative to `redirect(url, init?)` that performs a `history.replaceState` instead of a `history.pushState` on client-side navigation redirects ([#​11811](https://togithub.com/remix-run/react-router/pull/11811)) ##### Patch Changes - Fix initial hydration behavior when using `future.v7_partialHydration` along with `unstable_patchRoutesOnMiss` ([#​11838](https://togithub.com/remix-run/react-router/pull/11838)) - During initial hydration, `router.state.matches` will now include any partial matches so that we can render ancestor `HydrateFallback` components - Updated dependencies: - `@remix-run/router@1.19.0` - `react-router@6.26.0`
Microsoft/TypeScript (typescript) ### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)
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) ### [`v5.4.0`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#540-2024-08-07) - fix(build): windows platform build output path error ([#​17818](https://togithub.com/vitejs/vite/issues/17818)) ([6ae0615](https://togithub.com/vitejs/vite/commit/6ae0615416762dd1b89393316308cf8edf115c34)), closes [#​17818](https://togithub.com/vitejs/vite/issues/17818) - fix(deps): update launch-editor to consume fix for windows paths ([#​17828](https://togithub.com/vitejs/vite/issues/17828)) ([cf2f90d](https://togithub.com/vitejs/vite/commit/cf2f90d4b9f9b16b8009b0f9d0d9f7e71e98c54d)), closes [#​17828](https://togithub.com/vitejs/vite/issues/17828) - fix(ssr): fix `global` variable name conflict ([#​17809](https://togithub.com/vitejs/vite/issues/17809)) ([6aa2206](https://togithub.com/vitejs/vite/commit/6aa220607b4f5457c1ef9ff68d75885a9abbdaf6)), closes [#​17809](https://togithub.com/vitejs/vite/issues/17809) - fix(worker): fix `importScripts` injection breaking iife code ([#​17827](https://togithub.com/vitejs/vite/issues/17827)) ([bb4ba9f](https://togithub.com/vitejs/vite/commit/bb4ba9f448da01782f585369f80c4517da087000)), closes [#​17827](https://togithub.com/vitejs/vite/issues/17827) - chore: bump typescript-eslint to v8 ([#​17624](https://togithub.com/vitejs/vite/issues/17624)) ([d1891fd](https://togithub.com/vitejs/vite/commit/d1891fda026d27f53409dec97e156a59da609196)), closes [#​17624](https://togithub.com/vitejs/vite/issues/17624) - chore(deps): update all non-major dependencies ([#​17820](https://togithub.com/vitejs/vite/issues/17820)) ([bb2f8bb](https://togithub.com/vitejs/vite/commit/bb2f8bb55fdd64e4f16831ff98921c221a5e734a)), closes [#​17820](https://togithub.com/vitejs/vite/issues/17820) - perf(ssr): do a single-pass over AST with node cache arrays ([#​17812](https://togithub.com/vitejs/vite/issues/17812)) ([81327eb](https://togithub.com/vitejs/vite/commit/81327eb980c308474a586a9cb9c0c5fff10eba34)), closes [#​17812](https://togithub.com/vitejs/vite/issues/17812) ### [`v5.3.5`](https://togithub.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small535-2024-07-25-small) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.3.4...v5.3.5) - refactor(asset): remove rollup 3 public file watch workaround ([#​16331](https://togithub.com/vitejs/vite/issues/16331)) ([66bdb1d](https://togithub.com/vitejs/vite/commit/66bdb1d7b41e46b5361606ff3811bdad6f625bcc)), closes [#​16331](https://togithub.com/vitejs/vite/issues/16331) - fix: make `server` type less restrictive (fix [#​17627](https://togithub.com/vitejs/vite/issues/17627)) ([#​17628](https://togithub.com/vitejs/vite/issues/17628)) ([b55c32f](https://togithub.com/vitejs/vite/commit/b55c32f7e36ee7cc3754a5d667785d066dece10a)), closes [#​17627](https://togithub.com/vitejs/vite/issues/17627) [#​17628](https://togithub.com/vitejs/vite/issues/17628) - fix: show error if vite client cannot be loaded ([#​17419](https://togithub.com/vitejs/vite/issues/17419)) ([db5ab1d](https://togithub.com/vitejs/vite/commit/db5ab1dfc4fb55c6387136ee31fed35910a046b0)), closes [#​17419](https://togithub.com/vitejs/vite/issues/17419) - fix(build): env output is not stable ([#​17748](https://togithub.com/vitejs/vite/issues/17748)) ([b240a83](https://togithub.com/vitejs/vite/commit/b240a8347e7b62bee9d2212625732bb0d8c78633)), closes [#​17748](https://togithub.com/vitejs/vite/issues/17748) - fix(client): fix vite error path ([#​17744](https://togithub.com/vitejs/vite/issues/17744)) ([3c1bde3](https://togithub.com/vitejs/vite/commit/3c1bde340693e1de89ed2853225a5c1b6812accc)), closes [#​17744](https://togithub.com/vitejs/vite/issues/17744) - fix(css): resolve url aliases with fragments (fix: [#​17690](https://togithub.com/vitejs/vite/issues/17690)) ([#​17691](https://togithub.com/vitejs/vite/issues/17691)) ([d906d3f](https://togithub.com/vitejs/vite/commit/d906d3f8e1199fb9fc09f4c3397a91b274bb65c8)) - fix(deps): update all non-major dependencies ([#​17629](https://togithub.com/vitejs/vite/issues/17629)) ([93281b0](https://togithub.com/vitejs/vite/commit/93281b0e09ff8b00e21c24b80ed796db89cbc1ef)), closes [#​17629](https://togithub.com/vitejs/vite/issues/17629) - fix(importMetaGlob): handle alias that starts with hash ([#​17743](https://togithub.com/vitejs/vite/issues/17743)) ([b58b423](https://togithub.com/vitejs/vite/commit/b58b423ba85a7cede97d00a0160a188770928ae4)), closes [#​17743](https://togithub.com/vitejs/vite/issues/17743) - fix(ssrTransform): sourcemaps with multiple sources ([#​17677](https://togithub.com/vitejs/vite/issues/17677)) ([f321fa8](https://togithub.com/vitejs/vite/commit/f321fa8de2c8cf4f1758365abad4e7b352363a2f)), closes [#​17677](https://togithub.com/vitejs/vite/issues/17677) - chore: extend commit hash ([#​17709](https://togithub.com/vitejs/vite/issues/17709)) ([4fc9b64](https://togithub.com/vitejs/vite/commit/4fc9b6424c27aca8004c368b69991a56264e4fdb)), closes [#​17709](https://togithub.com/vitejs/vite/issues/17709) - chore(deps): update all non-major dependencies ([#​17734](https://togithub.com/vitejs/vite/issues/17734)) ([9983731](https://togithub.com/vitejs/vite/commit/998373120c8306326469d4f342690c17774acdf9)), closes [#​17734](https://togithub.com/vitejs/vite/issues/17734) - chore(deps): update typescript ([#​17699](https://togithub.com/vitejs/vite/issues/17699)) ([df5ceb3](https://togithub.com/vitejs/vite/commit/df5ceb35b7f744cfcdfe3a28834f890f35f2b18f)), closes [#​17699](https://togithub.com/vitejs/vite/issues/17699) - revert: fix(logger): truncate log over 5000 characters long ([#​16581](https://togithub.com/vitejs/vite/issues/16581)) ([#​17729](https://togithub.com/vitejs/vite/issues/17729)) ([f4f488f](https://togithub.com/vitejs/vite/commit/f4f488fe83a0b710dd3de34a7075398cfce59605)), closes [#​16581](https://togithub.com/vitejs/vite/issues/16581) [#​17729](https://togithub.com/vitejs/vite/issues/17729)
yarnpkg/berry (yarn) ### [`v4.4.0`](https://togithub.com/yarnpkg/berry/compare/2e73cdb7e2057a3ab4bd93074190b508b407c7ab...ab48d624e2490567be531b4e7c7145c5bc6e55f2) [Compare Source](https://togithub.com/yarnpkg/berry/compare/2e73cdb7e2057a3ab4bd93074190b508b407c7ab...ab48d624e2490567be531b4e7c7145c5bc6e55f2)

Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.