tailwindcss
tailwindcss copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
Release Notes
nuxt/content (@nuxt/content)
v2.13.2
🚀 Enhancements
🩹 Fixes
- Add string type to gt/lt/gte/lte type definitions (#2704)
- search: Non-md file might not have dscription file (#2706)
- module: Disable MDC plugin if user disabled it (#2707)
- Unwatch storage on nitro
close
(ec7105ad)
📖 Documentation
- Add missing
await
for searchContent docs (#2692) - Prerender home (4253f0bf)
- Update
nuxt-og-image
and addpostinstall
script (#2705) - Update ContentSlot Documentation (#2713)
🤖 CI
❤️ Contributors
- Farnabaz [email protected]
- Jacob Strong (@jacstrong)
- Damien Guard [email protected]
- Florent Delerue [email protected]
- Benjamin Canac (@benjamincanac)
- Brock Wilcox (@awwaiid)
v2.13.1
🔥 Performance
- dev-cache: Improve localhost markdown page navigation performance (when having 2,000+ pages) (#2675)
🩹 Fixes
- module: Do not force prerender index page (#2681)
- Hot reload on dev server for documentDriven: false (#2686)
📖 Documentation
🏡 Chore
❤️ Contributors
- Roman Lossa [email protected]
- Bogdan Gradinariu (@gion)
- Farnabaz [email protected]
- Gareth [email protected]
v2.13.0
🚀 Enhancements
- Top level
content/
directory in Nuxt 4 compatibility version (#2649)
🩹 Fixes
- Optimise nested dependencies (#2583)
- Opt in to
import.meta.*
properties (#2597) - Ignore unsupported files from contents list (#2607)
-
module: Convert
content-slot
toMDCSlot
(#2632) - Fix typo in logger warning message (#2626)
- search: Keep page's beginning paragraphs (#2658)
- Add Nitro hooks types declarations (#2655)
- Filter draft files in production (#2648)
- search: Use page title as default title for sections (9d81acc2)
- Init storage only when used (#2670)
- Use runtimeconfig only when necessary (6f06f356)
- Do not update
devDependencies
(062fb97f) - search: Improve sections with root node (#2672)
-
prerender: Ensure
/
exists inside prerender rotues (#2673)
📖 Documentation
- Update to @nuxt/fonts (40b3a070)
- Update ui-pro ui props (#2585)
- Use new
nuxi module add
command in installation (#2603) - Add multiple slots example (#2619)
- Better excerpt description (#2633)
- Update version (cc894eb2)
- Resolution for nuxt/ui (b581635e)
- Fix and update transformers (#2639)
- Fix social card in README (#2659)
🏡 Chore
- Upgrade deps & linter (#2611)
- Indicate compatibility with new v4 major (#2667)
- Upgrade deps (62805914)
- Prepare script (39671369)
- Upgrade deps (cc4f4152)
❤️ Contributors
- Farnabaz [email protected]
- Benjamin Canac (@benjamincanac)
- Sébastien Chopin (@Atinux)
- Daniel Roe (@danielroe)
- Gangan (@shinGangan)
- Roryc (@Coiggahou2002)
- Jakub Sova (@owljackob)
- Corn [email protected]
- Cameron Childress (@cameroncf)
- RollingTL (@RollingTL)
- Arash (@arashsheyda)
nuxt/devtools (@nuxt/devtools)
v1.4.1
Bug Fixes
v1.4.0
Features
-
kit: introduce
host-client
utility (167373c)
1.3.14 (2024-08-20)
1.3.13 (2024-08-20)
1.3.12 (2024-08-20)
1.3.11 (2024-08-20)
1.3.10 (2024-08-20)
Bug Fixes
- color mode (19ac073)
Features
1.3.9 (2024-07-02)
Bug Fixes
- capture for circular reference in state editor (841fd76)
- introduce
client.revision
to trigger state editor update (418a22e) - modules: update compatibility check for Nuxt 3 and 4 (#689) (2354da7)
- use
ofetch
forfast-npm-meta
(4188f8d)
1.3.8 (2024-07-02)
Performance Improvements
- avoid deps on
npm-registry-fetch
, save install size (3d74691)
1.3.7 (2024-06-27)
Bug Fixes
- OpenGraph layout (#685) (760f149)
- scrollable sidebar (#682) (df459f9)
- server-routes: unable to clear all params (#684) (d88b003)
Features
Performance Improvements
- use
npm-registry-fetch
instead ofpacote
to deduce the package size (a049c52)
1.3.6 (2024-06-21)
Features
1.3.5 (2024-06-21)
Bug Fixes
- downgrade module-builder (de79dc4)
1.3.4 (2024-06-21)
Bug Fixes
1.3.3 (2024-06-04)
Bug Fixes
1.3.2 (2024-05-27)
Bug Fixes
1.3.1 (2024-05-10)
Bug Fixes
- module builder chunk path patch (87199a1)
v1.3.14
v1.3.9
Bug Fixes
- capture for circular reference in state editor (841fd76)
- introduce
client.revision
to trigger state editor update (418a22e) - modules: update compatibility check for Nuxt 3 and 4 (#689) (2354da7)
- use
ofetch
forfast-npm-meta
(4188f8d)
v1.3.8
Performance Improvements
- avoid deps on
npm-registry-fetch
, save install size (3d74691)
v1.3.7
Bug Fixes
- OpenGraph layout (#685) (760f149)
- scrollable sidebar (#682) (df459f9)
- server-routes: unable to clear all params (#684) (d88b003)
Features
Performance Improvements
- use
npm-registry-fetch
instead ofpacote
to deduce the package size (a049c52)
nuxt/eslint (@nuxt/eslint-config)
v0.5.3
No significant changes
View changes on GitHub
v0.5.2
🐞 Bug Fixes
- eslint-config: Do not eagerly import ts-eslint parser, close #485 - by @antfu in https://github.com/nuxt/eslint/issues/485 (4b5d6)
View changes on GitHub
v0.5.1
🚀 Features
- Improve error messages for plugin conflicts, close #450, close #474 - by @antfu in https://github.com/nuxt/eslint/issues/450 and https://github.com/nuxt/eslint/issues/474 (bc055)
View changes on GitHub
v0.5.0
🚀 Features
- Enable
@typescript-eslint/no-import-type-side-effects
, close #439 - by @antfu in https://github.com/nuxt/eslint/issues/439 (7361c) - Upgrade
@typescript-eslint
to v8 - by @antfu in https://github.com/nuxt/eslint/issues/471 (4d08e)
View changes on GitHub
v0.4.0
🚀 Features
- Upgrade
@types/eslint
- by @antfu (ebc8f) - Enable
features.typescript
only whentypescript
is installed locally, fix #437 - by @antfu in https://github.com/nuxt/eslint/issues/437 (77bc7) - Include nitro unimport to
globals
as well, close #461 - by @antfu in https://github.com/nuxt/eslint/issues/461 (533fa) - Add
public
folder to default ignore, close #453 - by @antfu in https://github.com/nuxt/eslint/issues/453 (b0e3e) - Add server components to single root list, fix #457 - by @antfu and kingyue737 in https://github.com/nuxt/eslint/issues/457 (6e232)
View changes on GitHub
nuxt/module-builder (@nuxt/module-builder)
v0.8.3
🩹 Fixes
- build: Handle missing named type exports (#331)
❤️ Contributors
- Tobias Diez [email protected]
v0.8.2
🔥 Performance
- Removed unnecessary hasTypeExport check (#310)
🩹 Fixes
-
prepare: Override
compatibilityDate
(b9b27c3)
❤️ Contributors
- Daniel Roe (@danielroe)
- Matt (@matt-clegg)
v0.8.1
🩹 Fixes
- build: Export all types in stub mode (6b1970d)
🏡 Chore
- Add @danielroe to code owners (c39cc75)
❤️ Contributors
- Daniel Roe (@danielroe)
nuxt-modules/plausible (@nuxtjs/plausible)
v1.0.2
🐞 Bug Fixes
- Ensure plugin types are exposed - by @johannschopplich in https://github.com/nuxt-modules/plausible/issues/31 (a83fb)
- Correctly allow empty
ignoredHostnames
array to excludelocalhost
- by @johannschopplich in https://github.com/nuxt-modules/plausible/issues/30 (3ea26)
View changes on GitHub
v1.0.1
🚀 Features
-
ignoreSubDomains
module option - by @maximepvrt in https://github.com/nuxt-modules/plausible/issues/23 (de8a1)
🐞 Bug Fixes
- Allow empty
ignoredHostnames
to removelocalhost
- by @johannschopplich in https://github.com/nuxt-modules/plausible/issues/30 (e592b)
View changes on GitHub
tailwindlabs/tailwindcss-typography (@tailwindcss/typography)
v0.5.15
Fixed
- Support installing with alpha versions of Tailwind CSS v4 (#358)
v0.5.14
- Fix table text alignment (#346)
eslint/eslint (eslint)
v9.9.1
v9.9.0
Features
-
41d0206
feat: Add support for TS config files (#18134) (Arya Emami) -
3a4eaf9
feat: add suggestion torequire-await
to removeasync
keyword (#18716) (Dave)
Documentation
-
9fe068c
docs: how to author plugins with configs that extend other configs (#18753) (Alec Gibson) -
48117b2
docs: add version support page in the side navbar (#18738) (Amaresh S M) -
fec2951
docs: add version support page to the dropdown (#18730) (Amaresh S M) -
38a0661
docs: Fix typo (#18735) (Zaina Al Habash) -
3c32a9e
docs: Update yarn command for creating ESLint config (#18739) (Temitope Ogunleye) -
f9ac978
docs: Update README (GitHub Actions Bot)
Chores
-
461b2c3
chore: upgrade to@eslint/[email protected]
(#18765) (Francesco Trotta) -
59dba1b
chore: package.json update for @eslint/js release (Jenkins) -
fea8563
chore: update dependency @eslint/core to ^0.3.0 (#18724) (renovate[bot]) -
aac191e
chore: update dependency @eslint/json to ^0.3.0 (#18760) (renovate[bot]) -
b97fa05
chore: update wdio dependencies for more stable tests (#18759) (Christian Bromann)
v9.8.0
v9.7.0
Features
-
7bd9839
feat: add support for es2025 duplicate named capturing groups (#18630) (Yosuke Ota) -
1381394
feat: addregex
option inno-restricted-imports
(#18622) (Nitin Kumar)
Bug Fixes
Documentation
-
9f416db
docs: Add Powered by Algolia label to the search. (#18633) (Amaresh S M) -
c8d26cb
docs: Open JS Foundation -> OpenJS Foundation (#18649) (Milos Djermanovic) -
6e79ac7
docs:loadESLint
does not support optioncwd
(#18641) (Francesco Trotta)
Chores
-
793b718
chore: upgrade @eslint/js@9.7.0 (#18680) (Francesco Trotta) -
7ed6f9a
chore: package.json update for @eslint/js release (Jenkins) -
7bcda76
refactor: Add type references (#18652) (Nicholas C. Zakas) -
51bf57c
chore: add tech sponsors through actions (#18624) (Strek) -
6320732
refactor: don't useparent
property inNodeEventGenerator
(#18653) (Milos Djermanovic) -
9e6d640
refactor: move "Parsing error" prefix adding to Linter (#18650) (Milos Djermanovic)
v9.6.0
pnpm/pnpm (pnpm)
v9.9.0
v9.8.0
v9.7.1
v9.7.0
: pnpm 9.7
Minor Changes
-
Added pnpm version management. If the
manage-package-manager-versions
setting is set totrue
, pnpm will switch to the version specified in thepackageManager
field ofpackage.json
#8363. This is the same field used by Corepack. Example:{ "packageManager": "[email protected]" }
-
Added the ability to apply patch to all versions #8337.
If the key of
pnpm.patchedDependencies
is a package name without a version (e.g.pkg
), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version ofpkg
installed,pnpm patch pkg
and subsequentpnpm patch-commit $edit_dir
will create an entry namedpkg
inpnpm.patchedDependencies
. And pnpm will attempt to apply this patch to other versions ofpkg
in the future. -
Change the default edit dir location when running
pnpm patch
from a temporary directory tonode_modules/.pnpm_patches/pkg[@​version]
to allow the code editor to open the edit dir in the same file tree as the main project #8379. -
Substitute environment variables in config keys #6679.
Patch Changes
-
pnpm install
should runnode-gyp rebuild
if the project has abinding.gyp
file even if the project doesn't have an install script #8293. - Print warnings to stderr #8342.
- Peer dependencies of optional peer dependencies should be automatically installed #8323.
Platinum Sponsors
|
|
Gold Sponsors
|
|
|
|
|
|
Our Silver Sponsors
![]() |
|
|
|
|
|
|
|
v9.6.0
: pnpm 9.6
Minor Changes
- Support specifying node version (via
pnpm.executionEnv.nodeVersion
inpackage.json
) for running lifecycle scripts per each package in a workspace #6720. - Overrides now support the
catalogs:
protocol #8303.
Patch Changes
- The
pnpm deploy
command now supports thecatalog:
protocol #8298. - The
pnpm outdated
command now supports thecatalog:
protocol #8304. - Correct the error message when trying to run
pnpm patch
withoutnode_modules/.modules.yaml
#8257. - Silent reporting fixed with the
pnpm exec
command #7608. - Add registries information to the calculation of dlx cache hash #8299.
Platinum Sponsors
|
|