Altinn / altinn-authentication-frontend

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

Update npm non-major dependencies #407

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@navikt/aksel-icons (source) 7.2.1 -> 7.3.1 age adoption passing confidence
@types/node (source) 20.16.12 -> 20.16.13 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.2 -> 4.3.3 age adoption passing confidence
eslint (source) 9.12.0 -> 9.13.0 age adoption passing confidence
i18next (source) 23.16.0 -> 23.16.2 age adoption passing confidence
react-i18next 15.0.3 -> 15.1.0 age adoption passing confidence
typescript-eslint (source) 8.9.0 -> 8.10.0 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.9 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.1 age adoption passing confidence

Release Notes

navikt/aksel (@​navikt/aksel-icons) ### [`v7.3.1`](https://redirect.github.com/navikt/aksel/blob/HEAD/@​navikt/aksel-icons/CHANGELOG.md#731) [Compare Source](https://redirect.github.com/navikt/aksel/compare/@navikt/aksel-icons@7.3.0...@navikt/aksel-icons@7.3.1) ### [`v7.3.0`](https://redirect.github.com/navikt/aksel/blob/HEAD/@​navikt/aksel-icons/CHANGELOG.md#730) [Compare Source](https://redirect.github.com/navikt/aksel/compare/@navikt/aksel-icons@7.2.1...@navikt/aksel-icons@7.3.0)
vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.3`](https://redirect.github.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#433-2024-10-19) [Compare Source](https://redirect.github.com/vitejs/vite-plugin-react/compare/v4.3.2...v4.3.3) ##### React Compiler runtimeModule option removed React Compiler was updated to accept a `target` option and `runtimeModule` was removed. vite-plugin-react will still detect `runtimeModule` for backwards compatibility. When using a custom `runtimeModule` or `target !== '19'`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency. The [react-compiler-runtime](https://www.npmjs.com/package/react-compiler-runtime) is now available on npm can be used instead of the local shim for people using the compiler with React < 19. Here is the configuration to use the compiler with React 18 and correct source maps in development: ```bash npm install babel-plugin-react-compiler react-compiler-runtime @​babel/plugin-transform-react-jsx-development ``` ```ts export default defineConfig(({ command }) => { const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]] if (command === 'serve') { babelPlugins.push(['@​babel/plugin-transform-react-jsx-development', {}]) } return { plugins: [react({ babel: { plugins: babelPlugins } })], } }) ```
eslint/eslint (eslint) ### [`v9.13.0`](https://redirect.github.com/eslint/eslint/compare/v9.12.0...1a7cdbfad8d3355132aab3201c7dd3f2e879b19d) [Compare Source](https://redirect.github.com/eslint/eslint/compare/v9.12.0...v9.13.0)
i18next/i18next (i18next) ### [`v23.16.2`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23162) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.16.1...v23.16.2) - perf(size): Adds a isString utility [2248](https://redirect.github.com/i18next/i18next/pull/2248) ### [`v23.16.1`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23161) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.16.0...v23.16.1) - perf: Optimize size of Formatter [2247](https://redirect.github.com/i18next/i18next/pull/2247)
i18next/react-i18next (react-i18next) ### [`v15.1.0`](https://redirect.github.com/i18next/react-i18next/blob/HEAD/CHANGELOG.md#1510) [Compare Source](https://redirect.github.com/i18next/react-i18next/compare/v15.0.3...v15.1.0) - fix: `` warns 'Each child in a list should have a unique "key" prop.' for react 19 [1806](https://redirect.github.com/i18next/next-i18next/pull/1806)
typescript-eslint/typescript-eslint (typescript-eslint) ### [`v8.10.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8100-2024-10-17) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.9.0...v8.10.0) ##### 🩹 Fixes - **typescript-eslint:** propagate `name` field to extended configs in `config` helper ([#​10094](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10094)) ##### ❤️ Thank You - auvred [@​auvred](https://redirect.github.com/auvred) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
vitejs/vite (vite) ### [`v5.4.9`](https://redirect.github.com/vitejs/vite/releases/tag/v5.4.9) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v5.4.8...v5.4.9) Please refer to [CHANGELOG.md](https://redirect.github.com/vitejs/vite/blob/v5.4.9/packages/vite/CHANGELOG.md) for details.
yarnpkg/berry (yarn) ### [`v4.5.1`](https://redirect.github.com/yarnpkg/berry/compare/68e10d099fb6bee03e4450bc516c0c04e24bcb96...b5baf9bb17ca953fe7faa593090a6376bd3d0156) [Compare Source](https://redirect.github.com/yarnpkg/berry/compare/68e10d099fb6bee03e4450bc516c0c04e24bcb96...b5baf9bb17ca953fe7faa593090a6376bd3d0156)

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.