navapbc / template-application-nextjs

Next.js, TypeScript, USWDS, and Storybook template, including CI/CD, for teams at Nava building web applications
Apache License 2.0
10 stars 2 forks source link

fix(deps): update all non-major dependencies #327

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-evidently (source) 3.554.0 -> 3.563.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.7.0 -> 7.7.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.7.0 -> 7.7.1 age adoption passing confidence
eslint-config-next (source) 14.2.1 -> 14.2.3 age adoption passing confidence
next (source) 14.2.1 -> 14.2.3 age adoption passing confidence
next-intl (source) 3.11.1 -> 3.12.0 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-evidently) ### [`v3.563.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-evidently/CHANGELOG.md#35630-2024-04-25) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.563.0) **Note:** Version bump only for package [@​aws-sdk/client-evidently](https://togithub.com/aws-sdk/client-evidently) ### [`v3.556.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-evidently/CHANGELOG.md#35560-2024-04-16) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.556.0) **Note:** Version bump only for package [@​aws-sdk/client-evidently](https://togithub.com/aws-sdk/client-evidently)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.1) ##### 🩹 Fixes - **eslint-plugin:** \[no-unsafe-assignment] handle shorthand property assignment - **eslint-plugin:** \[explicit-function-return-type] fix checking wrong ancestor's return type - **eslint-plugin:** \[prefer-optional-chain] only look at left operand for `requireNullish` - **eslint-plugin:** \[no-for-in-array] refine report location - **eslint-plugin:** \[no-unnecessary-type-assertion] allow non-null assertion for void type ##### ❀️ Thank You - Abraham Guo - Kirk Waiblinger - 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.7.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#771-2024-04-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.7.0...v7.7.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.
vercel/next.js (eslint-config-next) ### [`v14.2.3`](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) ### [`v14.2.2`](https://togithub.com/vercel/next.js/compare/v14.2.1...c850e4a69a8ff62502753e2ff15bbabcea94b556) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.1...v14.2.2)
vercel/next.js (next) ### [`v14.2.3`](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.2...v14.2.3) ### [`v14.2.2`](https://togithub.com/vercel/next.js/compare/v14.2.1...c850e4a69a8ff62502753e2ff15bbabcea94b556) [Compare Source](https://togithub.com/vercel/next.js/compare/v14.2.1...v14.2.2)
amannn/next-intl (next-intl) ### [`v3.12.0`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3120-2024-04-26) [Compare Source](https://togithub.com/amannn/next-intl/compare/v3.11.3...v3.12.0) ##### Features - Automatically prefer localized pathnames that are more specific ([#​983](https://togithub.com/amannn/next-intl/issues/983) by [@​fkapsahili](https://togithub.com/fkapsahili)) ([88a9b7a](https://togithub.com/amannn/next-intl/commit/88a9b7a18e89c4c642c2dd486ad4cb8de24e0086)) #### 3.11.3 (2024-04-17) ##### Bug Fixes - When using domain-based routing, use `defaultLocale` of a domain instead of the top-level one in case no other locale matches better on the domain ([#​1000](https://togithub.com/amannn/next-intl/issues/1000)) ([42988b7](https://togithub.com/amannn/next-intl/commit/42988b773581dad7a09af0b5cd01c958afa60865)), closes [#​998](https://togithub.com/amannn/next-intl/issues/998) #### 3.11.2 (2024-04-17) ##### Bug Fixes - Correctly detect base path at the app root `/` when using a locale prefix strategy other than `always`. This ensures the locale cookie is set correctly. ([#​999](https://togithub.com/amannn/next-intl/issues/999)) ([1ce5988](https://togithub.com/amannn/next-intl/commit/1ce598893281f9789046b639b39a55fe4cca34c7)), closes [#​997](https://togithub.com/amannn/next-intl/issues/997) #### 3.11.1 (2024-04-05) ##### Bug Fixes - Apply correct port when redirecting to another domain and the app doesn't run behind a proxy ([#​979](https://togithub.com/amannn/next-intl/issues/979) by [@​awkaiser-tr](https://togithub.com/awkaiser-tr)) ([485f59e](https://togithub.com/amannn/next-intl/commit/485f59e2c09224bf260e87ede30a67d0a5c542c0)), closes [#​658](https://togithub.com/amannn/next-intl/issues/658) ### [`v3.11.3`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3113-2024-04-17) [Compare Source](https://togithub.com/amannn/next-intl/compare/v3.11.2...v3.11.3) ##### Bug Fixes - When using domain-based routing, use `defaultLocale` of a domain instead of the top-level one in case no other locale matches better on the domain ([#​1000](https://togithub.com/amannn/next-intl/issues/1000)) ([42988b7](https://togithub.com/amannn/next-intl/commit/42988b773581dad7a09af0b5cd01c958afa60865)), closes [#​998](https://togithub.com/amannn/next-intl/issues/998) ### [`v3.11.2`](https://togithub.com/amannn/next-intl/blob/HEAD/CHANGELOG.md#3112-2024-04-17) [Compare Source](https://togithub.com/amannn/next-intl/compare/v3.11.1...v3.11.2) ##### Bug Fixes - Correctly detect base path at the app root `/` when using a locale prefix strategy other than `always`. This ensures the locale cookie is set correctly. ([#​999](https://togithub.com/amannn/next-intl/issues/999)) ([1ce5988](https://togithub.com/amannn/next-intl/commit/1ce598893281f9789046b639b39a55fe4cca34c7)), closes [#​997](https://togithub.com/amannn/next-intl/issues/997)

Configuration

πŸ“… Schedule: Branch creation - "before 4am on the first day of the month" in timezone America/Los_Angeles, 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.

github-actions[bot] commented 2 months ago

Coverage report for app

St.:grey_question:
Category Percentage Covered / Total
🟒 Statements 93.1% 81/87
🟒 Branches 82.35% 14/17
🟒 Functions 93.33% 14/15
🟒 Lines 93.59% 73/78

Test suite run success

16 tests passing in 5 suites.

Report generated by πŸ§ͺjest coverage report action from 06c3abc48748d4d2256bad2cf2468b468ac22828