fix(deps): update all non-major dependencies #205
+372
−363
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.13.7
->1.13.10
4.20250204.0
->4.20250311.0
4.0.5
->4.0.13
8.20.6
->8.21.2
22.13.1
->22.13.10
19.0.8
->19.0.10
19.0.3
->19.0.4
15.1.6
->15.2.2
10.0.1
->10.1.1
1.13.7
->1.13.10
0.475.0
->0.479.0
5.0.9
->5.1.3
15.1.6
->15.2.2
8.5.1
->8.5.3
4.0.5
->4.0.13
5.7.3
->5.8.2
3.107.3
->3.114.1
3.24.1
->3.24.2
Release Notes
cloudflare/next-on-pages (@cloudflare/next-on-pages)
v1.13.10
Compare Source
v1.13.9
Compare Source
Patch Changes
6b981ee
: chore: Extract module name in dynamic imports so that esbuild doesn't minify themv1.13.8
Compare Source
Patch Changes
52f0113
: chore: Extract module name in dynamic importscloudflare/workerd (@cloudflare/workers-types)
v4.20250311.0
Compare Source
v4.20250310.0
Compare Source
v4.20250303.0
Compare Source
v4.20250224.0
Compare Source
v4.20250214.0
Compare Source
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.0.13
Compare Source
Fixed
.node
and.wasm
files are not scanned for utilities (#17123)v4.0.12
Compare Source
Fixed
url(…)
rebasing in transitively imported CSS files (#16965)url(…)
s in imported CSS files (#16965)}
and{
are properly extracted (#17001)razor
/cshtml
pre-processing (#17027)v4.0.11
Compare Source
Fixed
--
are extracted correctly (#16972)[
are extracted in Slim templating language (#16985)v4.0.10
Compare Source
Added
col-<number>
androw-<number>
utilities forgrid-column
andgrid-row
(#15183)Fixed
not-*
does not remove:is(…)
from variants (#16825)@keyframes
are correctly emitted when using a prefix (#16850)@utility
declarations when@apply
is used in nested rules (#16940)outline-hidden
behaves likeoutline-none
outside of forced colors mode (#16943)!important
on CSS variables again (#16873).svg
file with#
or?
in the filename (#16957)Changed
max-w-auto
andmax-h-auto
utilities as they generate invalid CSS (#16917)v4.0.9
Compare Source
Fixed
.css
(#16780)@reference "…"
would sometimes omit keyframe animations (#16774)z-*!
utilities are properly marked as!important
(#16795)Changed
@reference "…"
instead of duplicate CSS variable declarations (#16774)v4.0.8
Compare Source
Added
@import
withtheme(…)
options for stylesheets that contain more than just@theme
rules (#16514)Fixed
!important
to CSS variable declarations when using the important modifier (#16668).gitignore
file when using automatic source detection(#16631)translate-z-px
utilities once in compiled CSS (#16718)Changed
v4.0.7
Compare Source
Fixed
tailwindcss/lib/util/flattenColorPalette.js
for backward compatibility (#16411)_
in suggested theme keys (#16433)--default-outline-width
can be used to change theoutline-width
value of theoutline
utility (#16469)tailwindcss/plugin
for backward compatibility (#16505)@tailwindcss/oxide
Windows builds (#16602)tailwindcss
in@tailwindcss/*
packages (#16623)darkMode
JS config setting with block syntax converts to use@slot
(#16507)tailwindcss
and@tailwindcss/postcss
are installed when upgrading (#16620)v4.0.6
Compare Source
Fixed
blur
toblur-sm
when used with Next.js<Image placeholder="blur" />
(#16405)TanStack/table (@tanstack/react-table)
v8.21.2
Compare Source
Version 8.21.2 - 2/11/25, 8:59 PM
Changes
Fix
2efaf57
) by lukebui36dede1
) by @kadoshmsDocs
b1506a7
) by Valerii Petryniak827b098
) by Kevin Van Cott9e6987d
) by Kevin Van Cott099e1a4
) by @riccardoperra57703a4
) by Kevin Van CottPackages
vercel/next.js (eslint-config-next)
v15.2.2
Compare Source
v15.2.1
Compare Source
Core Changes
sourcePackage
references: #76550revalidate
property from incremental cachectx
forFETCH
kind: #76500cache-control
header and prerender manifest: #762075.8.2
: #76709generateStaticParams
: #7671322e39ea7-20250225
tod55cc79b-20250228
: #76680Example Changes
params
code blocks: #76705Misc Changes
swc_core
tov16.0.0
: #76414parallel-routes-revalidation
test: #76600octokit.rest.issues.addLabels
call: #76601devIndicators
and note on deprecated options: #76611htmlLimitedBots
option: #76616test-turbopack-integration
not having any shards : #76355describeVariants
helper: #76631toDisplayRedbox()
: replace all occurrences of testDir: #76618Credits
Huge thanks to @acdlite, @bgw, @ijjk, @molebox, @kdy1, @timneutkens, @devjiwonchoi, @mischnic, @unstubbable, @eps1lon, @huozhi, @philipithomas, @delbaoliveira, @samcx, @wbinnssmith, @sokra, @gnoff, @leerob, @ztanner, @raunofreiberg, @lubieowoce, and @LihaoWang for helping!
v15.2.0
Compare Source
v15.1.7
Compare Source
Core Changes
Credits
Huge thanks to @lubieowoce and @ztanner for helping!
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.1
Compare Source
Patch Changes
#309
eb56a5e
Thanks @JounQin! - fix: separate the/flat
entry for compatibilityFor flat config users, the previous
"eslint-config-prettier"
entry still works, but"eslint-config-prettier/flat"
adds a newname
property for config-inspector, we just can't add it for the default entry for compatibility.See also #308
v10.1.0
Compare Source
Minor Changes
56e2e34
Thanks @JounQin! - feat: migrate to exports fieldv10.0.3
Compare Source
Patch Changes
#294
8dbbd6d
Thanks @FloEdelmann! - feat: add name to config#280
cba5737
Thanks @zanminkian! - feat: add declaration filev10.0.2
Compare Source
Patch Changes
e750edc
Thanks @Fdawgs! - chore(package): explicitly declare js module typecloudflare/next-on-pages (eslint-plugin-next-on-pages)
v1.13.10
Compare Source
v1.13.9
Compare Source
v1.13.8
Compare Source
lucide-icons/lucide (lucide-react)
v0.479.0
: Version 0.479.0Compare Source
What's Changed
Full Changelog: lucide-icons/lucide@0.478.0...0.479.0
v0.478.0
: Version 0.478.0Compare Source
What's Changed
brackets
icon by @jguddas in https://github.com/lucide-icons/lucide/pull/2863Full Changelog: lucide-icons/lucide@0.477.0...0.478.0
v0.477.0
: New icons 0.477.0Compare Source
New icons 🎨
square-round-corner
(#2323) by @liamb13Modified Icons 🔨
circle-slash-2
(#2837) by @jguddasv0.476.0
: Fixes and new icons 0.476.0Compare Source
Fixes
New icons 🎨
shield-user
(#2608) by @sebinemethModified Icons 🔨
beef
(#2832) by @jguddasai/nanoid (nanoid)
v5.1.3
Compare Source
v5.1.2
Compare Source
v5.1.1
Compare Source
v5.1.0
Compare Source
vercel/next.js (next)
v15.2.2
Compare Source
v15.2.1
Compare Source
Core Changes
sourcePackage
references: #76550revalidate
property from incremental cachectx
forFETCH
kind: #76500Configuration
📅 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 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.