Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(renovate): Update major (major) #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestjs/swagger ^7.4.2 -> ^8.1.0 age adoption passing confidence
@​types/cookie ^0.6.0 -> ^1.0.0 age adoption passing confidence
@types/node (source) ^20.16.13 -> ^22.10.5 age adoption passing confidence
@types/react (source) ^18.3.11 -> ^19.0.3 age adoption passing confidence
@types/react-dom (source) ^18.3.1 -> ^19.0.2 age adoption passing confidence
@vercel/build-utils (source) ^8.4.11 -> ^9.0.1 age adoption passing confidence
dotenv-cli ^7.4.2 -> ^8.0.0 age adoption passing confidence
i18next (source) ^23.16.0 -> ^24.2.1 age adoption passing confidence
i18next-http-backend ^2.6.2 -> ^3.0.1 age adoption passing confidence
react (source) ^18.3.1 -> ^19.0.0 age adoption passing confidence
react-dom (source) ^18.3.1 -> ^19.0.0 age adoption passing confidence
remix-i18next ^6.4.1 -> ^7.0.2 age adoption passing confidence
vite (source) ^5.4.9 -> ^6.0.7 age adoption passing confidence
vite-plugin-remix-flat-routes ^3.5.6 -> ^4.4.1 age adoption passing confidence

Release Notes

nestjs/swagger (@​nestjs/swagger)

v8.1.0

Compare Source

8.1.0 (2024-12-04)

Enhancements
Committers: 2

v8.0.7

Compare Source

8.0.7 (2024-11-15)

Bug fixes
Committers: 1

v8.0.6

Compare Source

8.0.6 (2024-11-15)

Bug fixes
Dependencies
Committers: 2

v8.0.5

Compare Source

8.0.5 (2024-11-08)

Dependencies

v8.0.4

Compare Source

8.0.4 (2024-11-08)

Bug fixes
Dependencies
Committers: 1

v8.0.3

Compare Source

8.0.3 (2024-11-07)

Bug fixes
Enhancements
Dependencies
Committers: 1

v8.0.2

Compare Source

8.0.2 (2024-11-05)

Bug fixes
Dependencies
Committers: 2

v8.0.1

Compare Source

8.0.1 (2024-10-29)

Enhancements
Committers: 1

v8.0.0

Compare Source

8.0.0 (2024-10-28)

Breaking changes
  • #​3017 feat(@​nestjs/swagger): defaults api tag to controller name
  • #​2877 fix(): Updated types for Specific ApiResponse decorator options to omit status
  • #​1454 fix(transformer): prefer explicit config over auto-detected schema
Features
Bug fixes
Enhancements
vercel/vercel (@​vercel/build-utils)

v9.0.1

Compare Source

Patch Changes

v9.0.0

Compare Source

Major Changes
  • Change getPathOverrideForPackageManager() to use detectedLockfile argument (#​12813)
Patch Changes
  • Refactor build-util usage to reuse detected lockfile (#​12813)

  • add support for images.qualities (#​12813)

v8.8.0

Compare Source

Minor Changes
  • Add bun detection using bun.lock (#​12740)

v8.7.0

Compare Source

Minor Changes
  • Support splitting archive deployments in parts. (#​12671)

v8.6.0

Compare Source

Minor Changes
  • Add support for NOW_EPHEMERAL_FILES_S3_URL, NOW_FILES_CLOUDFRONT_URL and NOW_FILES_S3_URL environment variables (#​12643)

v8.5.0

Compare Source

Minor Changes
  • Remove VERCEL_ALLOW_NODEJS22 env var check (#​12614)

v8.4.12

Compare Source

Patch Changes
  • Support allowHeader from Next.js for filtering request headers during revalidation (#​12420)
entropitor/dotenv-cli (dotenv-cli)

v8.0.0

Compare Source

Improve expansion of configs https://github.com/entropitor/dotenv-cli/pull/101

This might break some configs so it's a major release. In general, you can upgrade without issues.

v7.4.4: Fix security issue

Compare Source

https://github.com/entropitor/dotenv-cli/pull/119

v7.4.3: Forward signals to child process

Compare Source

https://github.com/entropitor/dotenv-cli/pull/107

i18next/i18next (i18next)

v24.2.1

Compare Source

  • Standardize null/undefined checks across codebase 2275
  • fix(typescript): make TFunction augmentable again 2279, fixes 2278

v24.2.0

Compare Source

  • feat(typescript): Add strictKeyChecks option to enforce checking key existence when defaultValue is used 2274, fixes 2043

v24.1.2

Compare Source

  • optimize fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.1

Compare Source

  • fix: Bug Report: Unsafe Behavior in i18n.t Function Leading to Potential Code Execution 2273

v24.1.0

Compare Source

  • try to address 2270 by cloning the store data 2271

v24.0.5

Compare Source

  • remove extra log for 2268

v24.0.4

Compare Source

  • simplify fix: incorrect locale detected 2268

v24.0.3

Compare Source

  • fix: incorrect locale detected 2268
  • fix: Intl.getCanonicalLocales throws with custom regions 2267

v24.0.2

Compare Source

  • if no Intl api, log error and use dummy rule

v24.0.1

Compare Source

  • early return and log error, if no Intl api

v24.0.0

Compare Source

This is a major breaking release:

  • remove support for older environments
  • remove old i18next JSON formats
  • remove support for compatibility to v1 API
  • Intl API is mandatory now and will not fallback anymore
  • possible compatibility layer for older formats: test/compatibility/v4/v4Compatibility.js
  • rename initImmediate to initAsync
  • fallback to dev language if plural rule not found
  • remove TypeScript v4 support. TypeScript v5 is now an optional peer dependency
  • addresses

➡️ check out the migration guide

v23.16.8

Compare Source

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

Compare Source

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

Compare Source

  • fix: Small typo in the type definitions 2250

v23.16.5

Compare Source

  • fix extractFromKey for use cases like this

v23.16.4

Compare Source

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

Compare Source

  • fix utils imports for Deno

v23.16.2

Compare Source

  • perf(size): Adds a isString utility 2248

v23.16.1

Compare Source

  • perf: Optimize size of Formatter 2247
i18next/i18next-http-backend (i18next-http-backend)

v3.0.1

Compare Source

  • try to get rid of top-level await

v3.0.0

Compare Source

  • fix for Deno 2 and removal of unnecessary .cjs file
  • for esm build environments not supporting top-level await, you should import the i18next-http-backend/cjs export or stay at v2.6.2 or v2.7.1

v2.7.1

Compare Source

  • same as 2.6.2

v2.7.0

Compare Source

  • deprecated, same as v3.0.0
facebook/react (react)

v19.0.0

Compare Source

facebook/react (react-dom)

v19.0.0

Compare Source

sergiodxa/remix-i18next (remix-i18next)

v7.0.2

Compare Source

What's Changed

Other Changes

Full Changelog: sergiodxa/remix-i18next@v7.0.1...v7.0.2

v7.0.1

Compare Source

What's Changed

Other Changes

Full Changelog: sergiodxa/remix-i18next@v7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed

Breaking changes
Other Changes

New Contributors

Full Changelog: sergiodxa/remix-i18next@v6.4.1...v7.0.0

vitejs/vite (vite)

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

v6.0.4

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Oct 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
niceai ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 9:32pm
niceai-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 6, 2025 9:32pm

@renovate renovate bot added the renovate label Oct 10, 2024
@renovate renovate bot force-pushed the renovate/major-major branch from 1eff50a to d92db1f Compare October 10, 2024 23:35
@renovate renovate bot force-pushed the renovate/major-major branch from d92db1f to 4013e22 Compare October 13, 2024 12:56
@renovate renovate bot force-pushed the renovate/major-major branch from 4013e22 to fc15abe Compare October 16, 2024 13:50
@renovate renovate bot force-pushed the renovate/major-major branch from fc15abe to 76c77b4 Compare October 16, 2024 14:00
@renovate renovate bot force-pushed the renovate/major-major branch from 76c77b4 to 31d062d Compare October 17, 2024 00:30
@renovate renovate bot force-pushed the renovate/major-major branch from 31d062d to f59a93a Compare October 17, 2024 00:32
@renovate renovate bot force-pushed the renovate/major-major branch from f59a93a to d3e723d Compare October 17, 2024 13:40
@renovate renovate bot force-pushed the renovate/major-major branch from d3e723d to deda2b2 Compare October 17, 2024 16:31
@renovate renovate bot force-pushed the renovate/major-major branch from 27f3f3e to e330f22 Compare December 20, 2024 16:03
@renovate renovate bot force-pushed the renovate/major-major branch from e330f22 to f7e486f Compare December 26, 2024 04:58
@renovate renovate bot force-pushed the renovate/major-major branch from f7e486f to 6bd8ed2 Compare January 1, 2025 02:35
@renovate renovate bot force-pushed the renovate/major-major branch from 6bd8ed2 to 66826f7 Compare January 2, 2025 23:21
@renovate renovate bot force-pushed the renovate/major-major branch from 66826f7 to 5bcf041 Compare January 3, 2025 11:24
@renovate renovate bot force-pushed the renovate/major-major branch from 5bcf041 to b2da999 Compare January 3, 2025 20:03
@renovate renovate bot force-pushed the renovate/major-major branch from b2da999 to f76ee1e Compare January 4, 2025 08:00
@renovate renovate bot force-pushed the renovate/major-major branch from f76ee1e to 570d9c4 Compare January 6, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants