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

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@changesets/cli (source) 2.27.11 -> 2.27.12 age adoption passing confidence
@types/node (source) 22.10.2 -> 22.12.0 age adoption passing confidence
fast-glob 3.3.2 -> 3.3.3 age adoption passing confidence
fumadocs-core (source) 14.6.6 -> 14.7.7 age adoption passing confidence
fumadocs-docgen (source) 1.3.4 -> 1.3.5 age adoption passing confidence
fumadocs-mdx (source) 11.2.1 -> 11.3.2 age adoption passing confidence
fumadocs-ui (source) 14.6.6 -> 14.7.7 age adoption passing confidence
lucide-react (source) ^0.469.0 -> ^0.474.0 age adoption passing confidence
next (source) 15.1.3 -> 15.1.6 age adoption passing confidence
pnpm (source) 9.15.1 -> 9.15.4 age adoption passing confidence
postcss (source) 8.4.49 -> 8.5.1 age adoption passing confidence
tsup (source) 8.3.5 -> 8.3.6 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
vitest (source) 3.0.0 -> 3.0.4 age adoption passing confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.12

Compare Source

Patch Changes
mrmlnc/fast-glob (fast-glob)

v3.3.3

Compare Source

Full Changelog: mrmlnc/fast-glob@3.3.2...3.3.3

💬 Common

🐛 Bug fixes

  • Apply absolute negative patterns to full path instead of file path (#​441, thanks @​webpro)
fuma-nama/fumadocs (fumadocs-core)

v14.7.7

Compare Source

Patch Changes
  • 4f2538a: Support children prop in custom Folder component
  • 191012a: DocsCategory search based on file path when item isn't present in the tree
  • fb6b168: No longer rely on search context on search dialog

v14.7.6

Compare Source

Patch Changes

v14.7.5

Compare Source

Patch Changes

v14.7.4

Compare Source

Patch Changes

v14.7.3

Compare Source

Patch Changes

v14.7.2

Compare Source

Patch Changes

v14.7.1

Compare Source

Patch Changes

v14.7.0

Compare Source

Minor Changes
  • 97ed36c: Remove defaults from loader and deprecate rootDir options

v14.6.8

Compare Source

Patch Changes

v14.6.7

Compare Source

Patch Changes
lucide-icons/lucide (lucide-react)

v0.474.0: New icons 0.474.0

Compare Source

Modified Icons 🔨

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 🔨
vercel/next.js (next)

v15.1.6

Compare Source

v15.1.5

Compare Source

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

Core Changes
  • Fix missing revalidate with notFound() (#​75009)
  • fix: when metadatabase is set we should not warn (#​74840)
  • Fix @​vercel/og license SPDX expression (#​74745)
  • fix: ts language server rule metadata should allow null (#​74704)
  • fix: eslint rule of using img in metadata routes (#​74864)
  • Fix presentation when onerror receives an event without error (#​74643)
  • fix fetch lock not being consistently released #​74623 (#​75028)
Credits

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

v15.1.4

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 (#​74608)
  • Fix prerender tags when notFound is called (#​74607)
  • Use provided waitUntil for pending revalidates (#​74604)
  • Feature: next/image: add support for images.qualities in next.config (#​74588)
  • Chore: docs: add missing search: '' on remotePatterns (#​74587)
  • Chore: docs: update version history of next/image (#​73923) (#​74570)
  • Chore: next/image: improve imgopt api bypass detection for unsupported images (#​74569)
Credits

Huge thanks to @​ and @​ for helping!

pnpm/pnpm (pnpm)

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3

Compare Source

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva
postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

egoist/tsup (tsup)

v8.3.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
microsoft/TypeScript (typescript)

v5.7.3

Compare Source

vitest-dev/vitest (vitest)

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

vercel bot commented Dec 28, 2024

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

Name Status Preview Comments Updated (UTC)
next-validate-link ❌ Failed (Inspect) Jan 29, 2025 4:35pm

@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v14.6.7 fix(deps): update all non-major dependencies Dec 28, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cb6961d to 12708f0 Compare December 28, 2024 22:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 12708f0 to 6dfc773 Compare December 29, 2024 01:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6dfc773 to 86092fa Compare January 1, 2025 04:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86092fa to b63e2ed Compare January 2, 2025 23:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b63e2ed to 9faa5fe Compare January 3, 2025 09:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9faa5fe to 0156a7c Compare January 4, 2025 09:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0156a7c to cfa4789 Compare January 5, 2025 13:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cfa4789 to 5649c62 Compare January 6, 2025 00:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5649c62 to 8c00697 Compare January 8, 2025 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8c00697 to 5bbfdf7 Compare January 8, 2025 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5bbfdf7 to 3ee471e Compare January 10, 2025 14:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3ee471e to c2ec16d Compare January 11, 2025 09:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2ec16d to 26a6eb3 Compare January 13, 2025 13:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26a6eb3 to 893691c Compare January 13, 2025 20:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b1bd021 to f0a7266 Compare January 17, 2025 17:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0a7266 to bc35311 Compare January 19, 2025 09:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from bc35311 to 86a52f5 Compare January 20, 2025 13:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86a52f5 to e6b27e9 Compare January 21, 2025 12:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6b27e9 to e63140b Compare January 21, 2025 18:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e63140b to b4d76e7 Compare January 22, 2025 13:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b4d76e7 to 988fce7 Compare January 23, 2025 05:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 988fce7 to 53ae76e Compare January 23, 2025 09:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 53ae76e to f35b7dd Compare January 23, 2025 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f35b7dd to a2a396b Compare January 23, 2025 20:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2a396b to 9298afc Compare January 24, 2025 13:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9298afc to 012b348 Compare January 25, 2025 20:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 012b348 to 2281d4f Compare January 28, 2025 05:46
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