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 (patch) #140

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 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@iconify-json/material-symbols ^1.2.12 -> ^1.2.17 age adoption passing confidence
@iconify-json/mingcute ^1.2.2 -> ^1.2.3 age adoption passing confidence
@tailwindcss/typography ^0.5.15 -> ^0.5.16 age adoption passing confidence
@types/node (source) ^20.17.10 -> ^20.17.27 age adoption passing confidence
@types/react (source) ^19.0.2 -> ^19.0.12 age adoption passing confidence
autoprefixer ^10.4.20 -> ^10.4.21 age adoption passing confidence
daisyui (source) ^4.12.22 -> ^4.12.24 age adoption passing confidence
eslint-config-hyoban ^3.1.15 -> ^3.1.16 age adoption passing confidence
next (source) 14.2.21 -> 14.2.25 age adoption passing confidence
pnpm (source) 9.15.1 -> 9.15.9 age adoption passing confidence
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence
vitest (source) ^2.1.8 -> ^2.1.9 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)
postcss/autoprefixer (autoprefixer)

v10.4.21

Compare Source

saadeghi/daisyui (daisyui)

v4.12.24

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

v4.12.23

Compare Source

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

💚 Thank you for using daisyUI!

hyoban/eslint-config-hyoban (eslint-config-hyoban)

v3.1.16

Compare Source

vercel/next.js (next)

v14.2.25

Compare Source

v14.2.24

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 @​ztanner for helping!

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

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

Core Changes
  • Retry manifest file loading only in dev mode: #​73900
  • Ensure workers are cleaned up: #​71564
  • Use shared worker for lint & typecheck steps: #​74154
Credits

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

pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes
  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes
  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.
Platinum Sponsors
Bit Bit Syntax
Gold Sponsors
Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.7: pnpm 9.15.7

Compare Source

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

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: pnpm 9.15.3

Compare Source

Patch Changes

  • Fixed the Regex used to find the package manifest during packing #​8938.
  • pnpm update --filter <pattern> --latest <pkg> should only change the specified package for the specified workspace, when dedupe-peer-dependents is set to true #​8877.
  • Exclude .DS_Store file at patch-commit #​8922.
  • Fix a bug in which pnpm patch is unable to bring back old patch without specifying @version suffix #​8919.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

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
microsoft/TypeScript (typescript)

v5.7.3: TypeScript 5.7.3

Compare Source

For release notes, check out the release announcement.

Downloads are available on npm


Configuration

📅 Schedule: Branch creation - "after 9pm,before 9am" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the renovate label Dec 23, 2024
Copy link

vercel bot commented Dec 23, 2024

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

Name Status Preview Comments Updated (UTC)
techtrek ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 24, 2025 4:57pm

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 5a2605b to 44d64ee Compare December 25, 2024 13:51
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 44d64ee to 848a05f Compare December 26, 2024 20:14
@renovate renovate bot changed the title chore(deps): update dependency @iconify-json/mingcute to ^1.2.3 fix(deps): update all non-major dependencies (patch) Dec 26, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 848a05f to 7442386 Compare December 28, 2024 13:30
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 7442386 to 53840ec Compare December 28, 2024 21:59
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 53840ec to 308b515 Compare January 8, 2025 18:10
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 308b515 to dff292b Compare January 8, 2025 23:06
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from dff292b to 89c2a4c Compare January 9, 2025 14:49
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 89c2a4c to 99117b6 Compare January 12, 2025 13:25
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 99117b6 to 1cc6d3e Compare January 13, 2025 17:17
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 1cc6d3e to 696fc98 Compare January 14, 2025 13:44
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 696fc98 to 8cf9bff Compare January 14, 2025 22:17
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 8cf9bff to 1582250 Compare January 16, 2025 13:43
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 1582250 to e97a87e Compare January 23, 2025 17:52
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from e97a87e to e20baef Compare January 30, 2025 13:05
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 13c5997 to 9a9c6ad Compare February 28, 2025 22:06
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 9a9c6ad to f8a5997 Compare March 1, 2025 14:46
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from f8a5997 to e6ed60e Compare March 3, 2025 22:01
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from e6ed60e to 3c9c553 Compare March 4, 2025 15:43
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 3c9c553 to c56e655 Compare March 6, 2025 14:41
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from c56e655 to f822a34 Compare March 8, 2025 15:00
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from f822a34 to add1699 Compare March 9, 2025 13:37
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from add1699 to 7923a8d Compare March 10, 2025 16:27
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 7923a8d to 081141a Compare March 14, 2025 19:04
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 081141a to 77e95a1 Compare March 15, 2025 13:55
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 77e95a1 to 6bb5133 Compare March 17, 2025 22:53
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 6bb5133 to c4e561b Compare March 19, 2025 16:07
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from c4e561b to 6c9c487 Compare March 21, 2025 16:44
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