-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
renovate
wants to merge
1
commit into
dev
Choose a base branch
from
renovate/patch-all-minor-patch
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
5a2605b
to
44d64ee
Compare
44d64ee
to
848a05f
Compare
848a05f
to
7442386
Compare
7442386
to
53840ec
Compare
53840ec
to
308b515
Compare
308b515
to
dff292b
Compare
dff292b
to
89c2a4c
Compare
89c2a4c
to
99117b6
Compare
99117b6
to
1cc6d3e
Compare
1cc6d3e
to
696fc98
Compare
696fc98
to
8cf9bff
Compare
8cf9bff
to
1582250
Compare
1582250
to
e97a87e
Compare
e97a87e
to
e20baef
Compare
13c5997
to
9a9c6ad
Compare
9a9c6ad
to
f8a5997
Compare
f8a5997
to
e6ed60e
Compare
e6ed60e
to
3c9c553
Compare
3c9c553
to
c56e655
Compare
c56e655
to
f822a34
Compare
f822a34
to
add1699
Compare
add1699
to
7923a8d
Compare
7923a8d
to
081141a
Compare
081141a
to
77e95a1
Compare
77e95a1
to
6bb5133
Compare
6bb5133
to
c4e561b
Compare
c4e561b
to
6c9c487
Compare
6c9c487
to
a928ac3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.2.12
->^1.2.17
^1.2.2
->^1.2.3
^0.5.15
->^0.5.16
^20.17.10
->^20.17.27
^19.0.2
->^19.0.12
^10.4.20
->^10.4.21
^4.12.22
->^4.12.24
^3.1.15
->^3.1.16
14.2.21
->14.2.25
9.15.1
->9.15.9
5.7.2
->5.7.3
^2.1.8
->^2.1.9
Release Notes
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.16
Compare Source
Fixed
postcss/autoprefixer (autoprefixer)
v10.4.21
Compare Source
-moz-
prefix for:placeholder-shown
(by @Marukome0743).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
Core Changes
Credits
Huge thanks to @ztanner for helping!
v14.2.23
Compare Source
Core Changes
Credits
Huge thanks to @styfle, @ijjk and @lubieowoce for helping!
v14.2.22
Compare Source
Core Changes
Credits
Huge thanks to @unstubbable, @ijjk, and @ztanner for helping!
pnpm/pnpm (pnpm)
v9.15.9
: pnpm 9.15.9Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
v9.15.8
: pnpm 9.15.8Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.--silent
reporting is used.--loglevel
is set toerror
, don't show installation summary, execution time, and big tarball download progress.--loglevel=error
is used.Platinum Sponsors
Gold Sponsors
v9.15.7
: pnpm 9.15.7Compare Source
Patch Changes
pnpm self-update
should not leave a directory with a broken pnpm installation if the installation fails.--config.
prefix such as--@​scope:registry=https://scope.example.com/npm
#9089.pnpm self-update
should not read the pnpm settings from thepackage.json
file in the current working directory.pnpm update -i
should list only packages that have newer versions #9206.catalogs
section of thepnpm-lock.yaml
file to be removed whendedupe-peer-dependents=false
on a filtered install. #9112Platinum Sponsors
Gold Sponsors
v9.15.6
: pnpm 9.15.6Compare Source
Patch Changes
packageManager
cannot start withv
.pnpm-lock.yaml
file when using--fix-lockfile
and--filter
. #8639v9.15.5
: pnpm 9.15.5Compare Source
Patch Changes
pnpm install
, thepreprepare
andpostprepare
scripts of the project should be executed #8989.strip-ansi
with the built-inutil.stripVTControlCharacters
#9009.Platinum Sponsors
Gold Sponsors
v9.15.4
: pnpm 9.15.4Compare Source
Patch Changes
pnpm update --latest <pkg>
updates only the specified package, withdedupe-peer-dependents=true
.Platinum Sponsors
Gold Sponsors
v9.15.3
: pnpm 9.15.3Compare Source
Patch Changes
pnpm update --filter <pattern> --latest <pkg>
should only change the specified package for the specified workspace, whendedupe-peer-dependents
is set totrue
#8877..DS_Store
file atpatch-commit
#8922.pnpm patch
is unable to bring back old patch without specifying@version
suffix #8919.Platinum Sponsors
Gold Sponsors
v9.15.2
: pnpm 9.15.2Compare Source
Patch Changes
publish
/pack
error with workspace dependencies with relative paths #8904. It was broken inv9.4.0
(398472c).pnpm patch
on Windows #7546.git ls-remote
works via HTTPS #8906.Platinum Sponsors
Gold Sponsors
microsoft/TypeScript (typescript)
v5.7.3
: TypeScript 5.7.3Compare 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.
This PR was generated by Mend Renovate. View the repository job log.