Altinn / altinn-access-management-frontend

Frontend for access management
MIT License
3 stars 1 forks source link

Update npm non-major dependencies #932

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/react18 (source) 2.0.0 -> 2.0.1 age adoption passing confidence
@types/node (source) 20.14.2 -> 20.14.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.12.0 -> 7.13.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.12.0 -> 7.13.1 age adoption passing confidence
cypress-real-events 1.12.0 -> 1.13.0 age adoption passing confidence
eslint (source) 9.4.0 -> 9.5.0 age adoption passing confidence
eslint-plugin-n 17.8.1 -> 17.9.0 age adoption passing confidence
lint-staged 15.2.5 -> 15.2.7 age adoption passing confidence
prettier (source) 3.3.1 -> 3.3.2 age adoption passing confidence
yarn (source) 4.2.2 -> 4.3.0 age adoption passing confidence

Release Notes

cypress-io/cypress (@​cypress/react18) ### [`v2.0.1`](https://togithub.com/cypress-io/cypress/releases/tag/v2.0.1): 2.0.1 [Compare Source](https://togithub.com/cypress-io/cypress/compare/@cypress/react18-v2.0.0...@cypress/react18-v2.0.1) *Released 2/16/2018* **Bugfixes:** - Using [`cy.contains()`](https://on.cypress.io/contains) with a regexp argument is now properly escaped. Fixes [#​1322](https://togithub.com/cypress-io/cypress/issues/1322). - Fixed a runaway regexp causing large `.js` files to take dozens of seconds to process. This was a regression caused by `2.0.0` with the new [`modifyObstructiveCode`](https://on.cypress.io/configuration#Browser) option. We've optimized the regexp and the performance is back to being almost identical to transparently passing responses through. Fixes [#​1330](https://togithub.com/cypress-io/cypress/issues/1330).
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-readonly] refine report locations - **eslint-plugin:** \[return-await] support explicit resource management - **eslint-plugin:** \[no-unsafe-member-access] differentiate a types-error any from a true any ##### ❤️ Thank You - Kirk Waiblinger - Yukihiro Hasegawa 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. ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### 🚀 Features - **typescript-estree:** require `import = require()` argument to be a string literal - **typescript-estree:** forbid `.body`, `.async`, `.generator` on `declare function` - **eslint-plugin:** \[no-dynamic-delete] allow all string literals as index ##### 🩹 Fixes - **ast-spec:** function-call-like callee should be Expression not LeftHandSideExpression - **scope-manager:** handle index signature in class - **eslint-plugin:** \[init-declarations] refine report locations - **eslint-plugin:** \[no-base-to-string] make error message more nuanced - **eslint-plugin:** \[no-unsafe-assignment] be more specific about error types - **eslint-plugin:** \[no-magic-numbers] fix implementation of the `ignore` option ##### ❤️ Thank You - Fotis Papadogeorgopoulos - Joshua Chen - Kirk Waiblinger - Tobiloba Adedeji - Vinccool96 - YeonJuan 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.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v7.13.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7131-2024-06-17) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.0...v7.13.1) This was a version bump only for parser to align it with other projects, there were no code changes. 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. ### [`v7.13.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7130-2024-06-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.12.0...v7.13.0) ##### 🚀 Features - **parser, typescript-estree:** export withoutProjectParserOptions utility ##### ❤️ Thank You - Fotis Papadogeorgopoulos - Joshua Chen - Kirk Waiblinger - Tobiloba Adedeji - Vinccool96 - YeonJuan 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.
dmtrKovalenko/cypress-real-events (cypress-real-events) ### [`v1.13.0`](https://togithub.com/dmtrKovalenko/cypress-real-events/releases/tag/v1.13.0) [Compare Source](https://togithub.com/dmtrKovalenko/cypress-real-events/compare/v1.12.0...v1.13.0) ##### Bug Fixes - and interfaces are consistently cased with other option interfaces ([#​612](https://togithub.com/dmtrKovalenko/cypress-real-events/issues/612)) ([38fb31b](https://togithub.com/dmtrKovalenko/cypress-real-events/commit/38fb31bc7ff82722a9aecf3855ba50cffedd3599)) - default x y to 0 when not provided, accept 0 value ([#​642](https://togithub.com/dmtrKovalenko/cypress-real-events/issues/642)) ([beb4749](https://togithub.com/dmtrKovalenko/cypress-real-events/commit/beb4749b90438916e800237a461633e60b1e68e3)) - Wrong condition for coordinate options ([#​681](https://togithub.com/dmtrKovalenko/cypress-real-events/issues/681)) ([3bb3234](https://togithub.com/dmtrKovalenko/cypress-real-events/commit/3bb3234bef4bb2ae3674cf350eb0cbfcd016a93e)) ##### Features - **type:** Cypport {moveToStart} and {moveToEnd} keyboard shortcuts ([#​679](https://togithub.com/dmtrKovalenko/cypress-real-events/issues/679)) ([f2458b7](https://togithub.com/dmtrKovalenko/cypress-real-events/commit/f2458b76dbf6f61146c391efeb3474ace9d8560e)) - add touchMoveDelay option to realSwipe ([#​621](https://togithub.com/dmtrKovalenko/cypress-real-events/issues/621)) ([50f46f2](https://togithub.com/dmtrKovalenko/cypress-real-events/commit/50f46f26f55b9e4d54b5c34323cae70b88cbd992)), closes [#​620](https://togithub.com/dmtrKovalenko/cypress-real-events/issues/620)
eslint/eslint (eslint) ### [`v9.5.0`](https://togithub.com/eslint/eslint/compare/v9.4.0...535235701fb029db6f656bd4e58acdfdeb8c02de) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.4.0...v9.5.0)
eslint-community/eslint-plugin-n (eslint-plugin-n) ### [`v17.9.0`](https://togithub.com/eslint-community/eslint-plugin-n/releases/tag/v17.9.0) [Compare Source](https://togithub.com/eslint-community/eslint-plugin-n/compare/v17.8.1...v17.9.0) ##### 🌟 Features - Add flag ignorePrivate to no-unpublished-x rules ([#​298](https://togithub.com/eslint-community/eslint-plugin-n/issues/298)) ([0609431](https://togithub.com/eslint-community/eslint-plugin-n/commit/0609431dabcd9402720071025c0206d2686e1d78))
okonet/lint-staged (lint-staged) ### [`v15.2.7`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1527) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.6...v15.2.7) ##### Patch Changes - [#​1440](https://togithub.com/lint-staged/lint-staged/pull/1440) [`a51be80`](https://togithub.com/lint-staged/lint-staged/commit/a51be804b63307ac7af3c82f4cb2d43dbe92daac) 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 drops the `--path-format=absolute` option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading `git` to the latest version. ### [`v15.2.6`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1526) [Compare Source](https://togithub.com/okonet/lint-staged/compare/v15.2.5...v15.2.6) ##### Patch Changes - [#​1433](https://togithub.com/lint-staged/lint-staged/pull/1433) [`119adb2`](https://togithub.com/lint-staged/lint-staged/commit/119adb29854cabddbfcf0469d7c8a0126184a5d4) Thanks [@​iiroj](https://togithub.com/iiroj)! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
prettier/prettier (prettier) ### [`v3.3.2`](https://togithub.com/prettier/prettier/blob/HEAD/CHANGELOG.md#332) [Compare Source](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) [diff](https://togithub.com/prettier/prettier/compare/3.3.1...3.3.2) ##### Fix handlebars path expressions starts with `@` ([#​16358](https://togithub.com/prettier/prettier/pull/16358) by [@​Princeyadav05](https://togithub.com/Princeyadav05)) ```hbs {{! Input }}
{{@​x.y.z}}
{{! Prettier 3.3.1 }}
{{@​x}}
{{! Prettier 3.3.2 }}
{{@​x.y.z}}
```
yarnpkg/berry (yarn) ### [`v4.3.0`](https://togithub.com/yarnpkg/berry/compare/effc932614d5351bbfeed8e0e6aa4b2c6c52821d...b2eb9dce084f1a892101d1b693fea25f05428ff8) [Compare Source](https://togithub.com/yarnpkg/berry/compare/effc932614d5351bbfeed8e0e6aa4b2c6c52821d...b2eb9dce084f1a892101d1b693fea25f05428ff8)

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.