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

Update all non-major dependencies #594

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@t3-oss/env-core (source) ^0.9.2 -> ^0.11.0 age adoption passing confidence
@t3-oss/env-nextjs (source) ^0.9.2 -> ^0.11.0 age adoption passing confidence
@types/node (source) 20.12.2 -> 20.17.14 age adoption passing confidence
@types/react (source) 18.2.73 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.2.23 -> 18.3.5 age adoption passing confidence
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
dotenv 16.4.5 -> 16.4.7 age adoption passing confidence
eslint-config-next (source) 14.1.4 -> 14.2.23 age adoption passing confidence
eslint-plugin-vitest ^0.4.0 -> ^0.5.0 age adoption passing confidence
lucide-react (source) ^0.364.0 -> ^0.473.0 age adoption passing confidence
postcss (source) 8.4.38 -> 8.5.1 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
tailwindcss (source) 3.4.3 -> 3.4.17 age adoption passing confidence
typedoc (source) ^0.25.9 -> ^0.27.0 age adoption passing confidence
typescript (source) 5.4.3 -> 5.7.3 age adoption passing confidence
zod (source) 3.22.4 -> 3.24.1 age adoption passing confidence

Release Notes

t3-oss/t3-env (@​t3-oss/env-core)

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Minor Changes

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • #​215 5363e99 Thanks @​juliusmarminge! - BREAKING: make env presets functions

    To migrate:

      import { vercel } from '@​t3-oss/env-core/presets'
    
      const env = createEnv({
          /** ... */
    -     extends: [vercel],
    +     extends: [vercel()],
      })
Patch Changes
t3-oss/t3-env (@​t3-oss/env-nextjs)

v0.11.1

Compare Source

Patch Changes

v0.11.0

Compare Source

Patch Changes

v0.10.1

Compare Source

Patch Changes

v0.10.0

Compare Source

Minor Changes
  • #​215 5363e99 Thanks @​juliusmarminge! - BREAKING: make env presets functions

    To migrate:

      import { vercel } from '@​t3-oss/env-core/presets'
    
      const env = createEnv({
          /** ... */
    -     extends: [vercel],
    +     extends: [vercel()],
      })
Patch Changes
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx
vercel/next.js (eslint-config-next)

v14.2.23

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • backport: force module format for virtual client-proxy (#​74590)
  • Backport: Use provided waitUntil for pending revalidates (#​74573)
  • Feature: next/image: add support for images.qualities in next.config (#​74500)
Credits

Huge thanks to @​styfle, @​ijjk and @​lubieowoce for helping!

v14.2.22

Compare Source

v14.2.21

Compare Source

v14.2.20

Compare Source

v14.2.19

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • ensure worker exits bubble to parent process (#​73433)
  • Increase max cache tags to 128 (#​73125)
Misc Changes
  • Update max tag items limit in docs (#​73445)
Credits

Huge thanks to @​ztanner and @​ijjk for helping!

v14.2.18

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi and @​ijjk for helping!

v14.2.17

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: revert the bad node binary handling (#​72356)
  • Ensure pages/500 handles cache-control as expected (#​72050) (#​72110)
  • fix unhandled runtime error from generateMetadata in parallel routes (#​72153)
Credits

Huge thanks to @​huozhi, @​ztanner, and @​ijjk for helping!

v14.2.16

Compare Source

v14.2.15

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • support breadcrumb style catch-all parallel routes #​65063
  • Provide non-dynamic segments to catch-all parallel routes #​65233
  • Fix client reference access causing metadata missing #​70732
  • feat(next/image): add support for decoding prop #​70298
  • feat(next/image): add images.localPatterns config #​70529
  • fix(next/image): handle undefined images.localPatterns config in images-manifest.json
  • fix: Do not omit alt on getImgProps return type, ImgProps #​70608
  • [i18n] Routing fix #​70761
Credits

Huge thanks to @​ztanner, @​agadzik, @​huozhi, @​styfle, @​icyJoseph and @​wyattjoh for helping!

v14.2.14

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • Fix: clone response in first handler to prevent race (#​70082) (#​70649)
  • Respect reexports from metadata API routes (#​70508) (#​70647)
  • Externalize node binary modules for app router (#​70646)
  • Fix revalidateTag() behaviour when invoked in server components (#​70446) (#​70642)
  • Fix prefetch bailout detection for nested loading segments (#​70618)
  • Add missing node modules to externals (#​70382)
  • Feature: next/image: add support for images.remotePatterns.search (#​70302)
Credits

Huge thanks to @​styfle, @​ztanner, @​ijjk, @​huozhi and @​wyattjoh for helping!

v14.2.13

Compare Source

v14.2.12

Compare Source

v14.2.11

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
Credits

Huge thanks to @​huozhi, @​devjiwonchoi, and @​ijjk for helping!

v14.2.10

Compare Source

v14.2.9

Compare Source

v14.2.8

Compare Source

v14.2.7

Compare Source

v14.2.6

Compare Source

v14.2.5

Compare Source

v14.2.4

Compare Source

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes
  • fix: ensure route handlers properly track dynamic access (#​66446)
  • fix NextRequest proxy in edge runtime (#​66551)
  • Fix next/dynamic with babel and src dir (#​65177)
  • Use vercel deployment url for metadataBase fallbacks (#​65089)
  • fix(next/image): detect react@19 for fetchPriority prop (#​65235)
  • Fix loading navigation with metadata and prefetch (#​66447)
  • prevent duplicate RSC fetch when action redirects (#​66620)
  • ensure router cache updates reference the latest cache values (#​66681)
  • Prevent append of trailing slash in cases where path ends with a file extension (#​66636)
  • Fix inconsistency with 404 getStaticProps cache-control (#​66674)
  • Use addDependency to track metadata route file changes (#​66714)
  • Add timeout/retry handling for fetch cache (#​66652)
  • fix: app-router prefetch crash when an invalid URL is passed to Link (#​66755)
Credits

Huge thanks to @​ztanner, @​ijjk, @​wbinnssmith, @​huozhi, and @​lubieowoce for helping!

v14.2.3

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

v14.2.0

Compare Source

veritem/eslint-plugin-vitest (eslint-plugin-vitest)

v0.5.4

Compare Source

Features
  • support old Eslint configuration
  • update dependencies

v0.5.3

Compare Source

Bug Fixes

v0.5.2

Compare Source

Features

v0.5.1

Compare Source

Bug Fixes
  • no-focused-tests: support .each template strings (#​420) (36e5b9a)

v0.5.0

Compare Source

‼️ Breaking Change 🚨

This version only supports flat config!

If you run into issues consider downgrading and opening an issue ofcourse.

Full Changelog: vitest-dev/eslint-plugin-vitest@v0.5.0...v0.5.0

lucide-icons/lucide (lucide-react)

v0.473.0: New icons 0.473.0

Compare Source

Modified Icons 🔨

v0.472.0: New icons 0.472.0

New icons 🎨

What's Changed

Full Changelog: lucide-icons/lucide@0.471.1...0.472.0

v0.471.1: Hotfix Lucide React exports

Compare Source

What's Changed

v0.471.0: Dynamic Icon component Lucide React and new icons 0.471.0

Compare Source

New Dynamic Icon Component (lucide-react)

This is an easier approach than the previous dynamicIconImports we exported in the library. This one supports all environments.
We removed the examples in the docs of how you can make a dynamic icon yourself with a dedicated DynamicIcon component.
This one fetches the icon data itself and renders it instead of fetching the Icon component from the library.
This makes it more flexible with all the frontend frameworks and libraries that exist for React.

🚨
Not recommended for regular applications that work fine with the regular static icon components.
Using the dynamic icon component increases build time, separate bundles, and separate network requests for each icon.

How to use

DynamicIcon is useful for applications that want to show icons dynamically by icon name, for example when using a content management system where icon names are stored in a database.

const App = () => (
  <DynamicIcon name="camera" color="red" size={48} />
);
Possible Breaking changes

We have switched to the "exports" property in package.json. This can cause issues if you have directly imported scripts from the package. Please open an issue if we need to refine this export map.

New icons 🎨

v0.470.0: New icons 0.470.0

Compare Source

New icons 🎨
Modified Icons 🔨

v0.469.0: New icons 0.469.0

Compare Source

Modified Icons 🔨

v0.468.0: New icons 0.468.0

Compare Source

New icons 🎨

v0.467.0: New icons 0.467.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.466.0: New icons 0.466.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.465.0: New icons 0.465.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.464.0: New icons 0.464.0

Compare Source

Modified Icons 🔨

v0.463.0: New icons 0.463.0

Compare Source

Modified Icons 🔨

v0.462.0: New icons 0.462.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.461.0: New icons 0.461.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.460.0: New icons 0.460.0

Compare Source

New icons 🎨

v0.459.0: New icons 0.459.0

Compare Source

New icons 🎨

v0.458.0: New icons 0.458.0

Compare Source

New icons 🎨

Modified Icons 🔨

Other Changes

Full Changelog: lucide-icons/lucide@0.457.0...0.458.0

v0.457.0: New icons 0.457.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.456.0: Choosing import name style 0.456.0

Compare Source

What's Changed

Adjustable icon naming imports

Customize import name styles for lucide-react, lucide-vue, lucide-react-native, lucide-preact, to manage autocompletion in your IDE.

  1. Turn off autocomplete in your IDE:
    Add the following to your settings.json
{
  "typescript.preferences.autoImportFileExcludePatterns": [
    "lucide-react",
    "lucide-preact",
    "lucide-react-native",
    "lucide-vue-next"
  ]
}
  1. Create a custom module declaration file:

It allows you to choose the import name style.

For React:

declare module "lucide-react" {
  // Prefixed import names
  export * from "lucide-react/dist/lucide-react.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-react/dist/lucide-react.suffixed";
}

For Vue:

declare module "lucide-vue-next" {
  // Prefixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.prefixed";
  // or
  // Suffixed import names
  export * from "lucide-vue-next/dist/lucide-vue-next.suffixed";
}

v0.455.0: New icons 0.455.0

Compare Source

New icons 🎨

Modified Icons 🔨

v0.454.0: New icons 0.454.0

Compare Source

Modified Icons 🔨

v0.453.0: New icons 0.453.0

Compare Source

New icons 🎨

v0.452.0: New icons 0.452.0

Compare Source

Modified Icons 🔨

v0.451.0: New icons 0.451.0

Compare Source

Modified Icons 🔨

v0.449.0: New icons 0.449.0

Compare Source

New icons 🎨

v0.448.0: New icons 0.448.0

Compare Source

New icons 🎨

v0.447.0: New icons 0.447.0

Compare Source

v0.446.0: New icons 0.446.0

Compare Source

New icons 🎨

v0.445.0: New icons 0.445.0

Compare Source

New icons 🎨

[v0.444.0](https://redirect.github.com/lucide-icons/lucide


Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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.


  • 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

changeset-bot bot commented May 1, 2024

⚠️ No Changeset found

Latest commit: 3136fa2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f235273 to c208798 Compare May 2, 2024 23:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c208798 to 18d5bca Compare May 4, 2024 20:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18d5bca to 18557a6 Compare May 5, 2024 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18557a6 to 23917a7 Compare May 6, 2024 02:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 23917a7 to dd72583 Compare May 6, 2024 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd72583 to 8a49945 Compare May 9, 2024 16:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8a49945 to 13bbb82 Compare May 9, 2024 18:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 13bbb82 to 170aed2 Compare May 10, 2024 22:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 170aed2 to b071c42 Compare May 11, 2024 14:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b071c42 to 670911a Compare May 11, 2024 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 670911a to f250e17 Compare May 14, 2024 11:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f250e17 to d0fd864 Compare May 17, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0fd864 to 5f234b2 Compare May 24, 2024 17:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5f234b2 to 0c49f6e Compare May 26, 2024 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5179d5b to a5191af Compare December 20, 2024 20:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a5191af to b39f37e Compare December 22, 2024 13:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b39f37e to 3ba9111 Compare December 23, 2024 02:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ba9111 to a3b94e9 Compare December 23, 2024 10:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a3b94e9 to 547dd5b Compare December 29, 2024 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 547dd5b to bcf5b7f Compare January 4, 2025 05:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bcf5b7f to 96e07d8 Compare January 9, 2025 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 96e07d8 to 2a16ab0 Compare January 10, 2025 22:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a16ab0 to 04ac620 Compare January 11, 2025 21:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 04ac620 to b236585 Compare January 13, 2025 12:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b236585 to f325bbb Compare January 13, 2025 17:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f325bbb to 55d6963 Compare January 19, 2025 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 55d6963 to 4d72813 Compare January 20, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants