Altinn / altinn-authentication-frontend

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

Update npm non-major dependencies #302

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vitejs/plugin-react (source) 4.3.0 -> 4.3.1 age adoption passing confidence
cypress (source) 13.10.0 -> 13.11.0 age adoption passing confidence
eslint-plugin-n 17.7.0 -> 17.8.1 age adoption passing confidence
vite (source) 5.2.12 -> 5.2.13 age adoption passing confidence

Release Notes

vitejs/vite-plugin-react (@​vitejs/plugin-react) ### [`v4.3.1`](https://togithub.com/vitejs/vite-plugin-react/blob/HEAD/packages/plugin-react/CHANGELOG.md#431-2024-06-10) [Compare Source](https://togithub.com/vitejs/vite-plugin-react/compare/v4.3.0...v4.3.1) ##### Fix support for React Compiler with React 18 The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom `runtimeModule`: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43 When using a custom `runtimeModule`, the plugin will not try to pre-optimize `react/compiler-runtime` dependency. Reminder: Vite expect code outside of `node_modules` to be ESM, so you will need to update the gist with `import React from 'react'`.
cypress-io/cypress (cypress) ### [`v13.11.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.11.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.10.0...v13.11.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.8.1`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#1781-2024-06-06) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.8.0...v17.8.1) ##### ๐Ÿฉน Fixes - hashbang + eslint v8 compat issue ([e82974f](https://togithub.com/eslint-community/eslint-plugin-n/commit/e82974fc724e4a410f85459f4cd3e5367939cc9c)) - hashbang + eslint v8 compat issue ([#​290](https://togithub.com/eslint-community/eslint-plugin-n/issues/290)) ([e82974f](https://togithub.com/eslint-community/eslint-plugin-n/commit/e82974fc724e4a410f85459f4cd3e5367939cc9c)) ### [`v17.8.0`](https://togithub.com/eslint-community/eslint-plugin-n/blob/HEAD/CHANGELOG.md#1780-2024-06-05) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.7.0...v17.8.0) ##### ๐ŸŒŸ Features - **node-builtin:** Add node 22.2.0 support ([#​282](https://togithub.com/eslint-community/eslint-plugin-n/issues/282)) ([5221c40](https://togithub.com/eslint-community/eslint-plugin-n/commit/5221c4015fb939cfb33231b7b6f4669cf1197ef7)) ##### ๐Ÿฉน Fixes - Allow for misconfigured default exports ([#​288](https://togithub.com/eslint-community/eslint-plugin-n/issues/288)) ([92e18b5](https://togithub.com/eslint-community/eslint-plugin-n/commit/92e18b572f7bd2427f050eab8484cb393e1dac7a)) ##### ๐Ÿงน Chores - add a test for self-ref ([#​280](https://togithub.com/eslint-community/eslint-plugin-n/issues/280)) ([4f50dfe](https://togithub.com/eslint-community/eslint-plugin-n/commit/4f50dfe6528e32749aac315e53b351345cfc8c13)) - update dependency markdownlint-cli to ^0.41.0 ([#​287](https://togithub.com/eslint-community/eslint-plugin-n/issues/287)) ([0efe751](https://togithub.com/eslint-community/eslint-plugin-n/commit/0efe751b1fa1194ddc58b0934a1299d982e93d35))
vitejs/vite (vite) ### [`v5.2.13`](https://togithub.com/vitejs/vite/releases/tag/v5.2.13) [Compare Source](https://togithub.com/vitejs/vite/compare/v5.2.12...v5.2.13) Please refer to [CHANGELOG.md](https://togithub.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md) for details.

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 has been generated by Mend Renovate. View repository job log here.