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 Type Update
@changesets/cli (source) 2.27.11 -> 2.27.12 age adoption passing confidence devDependencies patch
@types/node (source) 22.10.2 -> 22.13.4 age adoption passing confidence devDependencies minor
fast-glob 3.3.2 -> 3.3.3 age adoption passing confidence dependencies patch
fumadocs-core (source) 14.6.6 -> 14.7.7 age adoption passing confidence dependencies minor
fumadocs-docgen (source) 1.3.4 -> 1.3.7 age adoption passing confidence dependencies patch
fumadocs-mdx (source) 11.2.1 -> 11.5.4 age adoption passing confidence dependencies minor
fumadocs-ui (source) 14.6.6 -> 14.7.7 age adoption passing confidence dependencies minor
lucide-react (source) ^0.469.0 -> ^0.475.0 age adoption passing confidence dependencies minor
next (source) 15.1.3 -> 15.1.7 age adoption passing confidence dependencies patch
pnpm (source) 9.15.1 -> 9.15.5 age adoption passing confidence packageManager patch
pnpm/action-setup v4.0.0 -> v4.1.0 age adoption passing confidence action minor
postcss (source) 8.4.49 -> 8.5.2 age adoption passing confidence devDependencies minor
prettier (source) 3.4.2 -> 3.5.1 age adoption passing confidence devDependencies minor
remark-gfm 4.0.0 -> 4.0.1 age adoption passing confidence dependencies patch
tsup (source) 8.3.5 -> 8.3.6 age adoption passing confidence devDependencies patch
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
vitest (source) 3.0.0 -> 3.0.5 age adoption passing confidence devDependencies patch

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.475.0: New icons 0.475.0

Compare Source

New icons 🎨

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.7

Compare Source

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.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

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
pnpm/action-setup (pnpm/action-setup)

v4.1.0

Compare Source

Add support for package.yaml #​156.

postcss/postcss (postcss)

v8.5.2

Compare Source

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:

prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

remarkjs/remark-gfm (remark-gfm)

v4.0.1

Compare Source

Types
  • 4af823a Refactor to use interface for exposed types
  • 3a57a5b Add declaration maps
  • 76559f9 Refactor to use @imports
Docs

Full Changelog: remarkjs/remark-gfm@4.0.0...4.0.1

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.5

Compare Source

🚀 Features
🐞 Bug Fixes
View changes on GitHub

v3.0.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
  • reporters: U

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 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 14, 2025 4:12pm

@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 b7d15c4 to ca75a0e Compare February 5, 2025 17:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ca75a0e to 9d26434 Compare February 6, 2025 01:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d26434 to 4bde351 Compare February 7, 2025 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4bde351 to 4fc8e13 Compare February 7, 2025 18:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4fc8e13 to 0ead1c4 Compare February 8, 2025 13:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0ead1c4 to 4cbd11a Compare February 9, 2025 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4cbd11a to d830dbd Compare February 10, 2025 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d830dbd to 508805a Compare February 10, 2025 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 508805a to d541ac7 Compare February 11, 2025 01:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d541ac7 to 01ded02 Compare February 11, 2025 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 01ded02 to 4a82798 Compare February 13, 2025 07:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4a82798 to 7dea776 Compare February 13, 2025 18:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7dea776 to 31301a3 Compare February 14, 2025 02:26
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