chore(deps): update all non-major dependencies
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
Release Notes
nuxt/devtools (@nuxt/devtools)
v2.7.0
Bug Fixes
2.6.5 (2025-09-20)
Bug Fixes
- ensure path resolve is safe (1fabb49)
2.6.4 (2025-09-19)
Bug Fixes
- using
textContentinstead ofinnerHtmlfor auth pagechore: update lock (7cadbbe)
2.6.3 (2025-08-22)
2.6.2 (2025-07-02)
Bug Fixes
2.6.1 (2025-07-01)
Bug Fixes
v2.6.5
Bug Fixes
- ensure path resolve is safe (1fabb49)
v2.6.4
Bug Fixes
- using
textContentinstead ofinnerHtmlfor auth pagechore: update lock (7cadbbe)
nuxt/eslint (@nuxt/eslint)
v1.12.1
No significant changes
View changes on GitHub
v1.11.0
🚀 Features
- Allow config key sorting on files not named
nuxt.config- by @benedictleejh in #630 (be2e9)
View changes on GitHub
v1.10.0
🚀 Features
🐞 Bug Fixes
View changes on GitHub
nuxt/test-utils (@nuxt/test-utils)
v3.21.0
3.21.0 is the next minor release.
👉 Changelog
🚀 Enhancements
- runtime-utils: Support rerender behavior in renderSuspended (#1466)
-
runtime-utils: Support
onceoption inregisterEndpoint(#1475) - runtime-utils: Support css modules in mount + render helpers (#1464)
- runtime-utils: Pass app context across in mount + render helpers (#1477)
- runtime-utils: Support mocked target arguments in mockNuxtImport (#1492)
🩹 Fixes
-
runtime: Remove redefinition of
$fetch.create(#1471) -
runtime-utils: Pass non-enumerable
globalPropertiesin mount + render helpers (#1476) - module: Include vitest config in node project (#1497)
- runtime-utils: Improve mount + render helpers (#1483)
- Revert to
@nuxt/kitv3 for bridge support (#1498)
🏡 Chore
- Move built dep configuration -> workspace file (d936cb465)
- Update pnpm to 10.21 and enable trust policy (ed6ff050d)
- Revert pnpm trust policy and restore provenance action (b034f0a5e)
- Remove spurious
globbydependency (eba19d16b) - Remove export (2a88683bd)
- Remove
@nuxt/kitfrom peer dependencies (b80ca5ea8) - Add back
@nuxt/kitas peer dep (5c126e1af) - Bump vite-node to v5 (3322919c2)
🤖 CI
- Rebuild better-sqlite3 on windows (9fdaf3824)
❤️ Contributors
- Daniel Roe (@danielroe)
- yamachi4416 (@yamachi4416)
- Ryota Watanabe (@wattanx)
v3.20.1
tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.1.17
Fixed
- Substitute
@variantinside legacy JS APIs (#19263) - Prevent occasional crash on Windows when loaded into a worker thread (#19242)
v4.1.16
Fixed
- Discard candidates with an empty data type (#19172)
- Fix canonicalization of arbitrary variants with attribute selectors (#19176)
- Fix invalid colors due to nested
&(#19184) - Improve canonicalization for
& > :pseudoand& :pseudoarbitrary variants (#19178)
v4.1.15
Fixed
- Fix Safari devtools rendering issue due to
color-mixfallback (#19069) - Suppress Lightning CSS warnings about
:deep,:slotted, and:global(#19094) - Fix resolving theme keys when starting with the name of another theme key in JS configs and plugins (#19097)
- Allow named groups in combination with
not-*,has-*, andin-*(#19100) - Prevent important utilities from affecting other utilities (#19110)
- Don’t index into strings with the
theme(…)function (#19111) - Fix parsing issue when
\tis used in at-rules (#19130) - Upgrade: Canonicalize utilities containing
0values (#19095) - Upgrade: Migrate deprecated
break-wordstowrap-break-word(#19157)
Changed
v4.1.14
Fixed
- Handle
'syntax in ClojureScript when extracting classes (#18888) - Handle
@variantinside@custom-variant(#18885) - Merge suggestions when using
@utility(#18900) - Ensure that file system watchers created when using the CLI are always cleaned up (#18905)
- Do not generate
grid-columnutilities when configuringgrid-column-startorgrid-column-end(#18907) - Do not generate
grid-rowutilities when configuringgrid-row-startorgrid-row-end(#18907) - Prevent duplicate CSS when overwriting a static utility with a theme key (#18056)
- Show Lightning CSS warnings (if any) when optimizing/minifying (#18918)
- Use
defaultexport condition for@tailwindcss/vite(#18948) - Re-throw errors from PostCSS nodes (#18373)
- Detect classes in markdown inline directives (#18967)
- Ensure files with only
@themeproduce no output when built (#18979) - Support Maud templates when extracting classes (#18988)
- Upgrade: Do not migrate
variant = 'outline'during upgrades (#18922) - Upgrade: Show version mismatch (if any) when running upgrade tool (#19028)
- Upgrade: Ensure first class inside
classNameis migrated (#19031) - Upgrade: Migrate classes inside
*ClassNameand*Classattributes (#19031)
v4.1.13
Changed
- Drop warning from browser build (#18731)
- Drop exact duplicate declarations when emitting CSS (#18809)
Fixed
- Don't transition
visibilitywhen usingtransition(#18795) - Discard matched variants with unknown named values (#18799)
- Discard matched variants with non-string values (#18799)
- Show suggestions for known
matchVariantvalues (#18798) - Replace deprecated
clipwithclip-pathinsr-only(#18769) - Hide internal fields from completions in
matchUtilities(#18820) - Ignore
.vercelfolders by default (can be overridden by@source …rules) (#18855) - Consider variants starting with
@-to be invalid (e.g.@-2xl:flex) (#18869) - Do not allow custom variants to start or end with a
-or_(#18867, #18872) - Upgrade: Migrate
ariatheme keys to@custom-variant(#18815) - Upgrade: Migrate
datatheme keys to@custom-variant(#18816) - Upgrade: Migrate
supportstheme keys to@custom-variant(#18817)
eslint/eslint (eslint)
v9.39.1
v9.39.0
v9.38.0
Features
-
ce40f74feat: updatecomplexityrule to only highlight function header (#20048) (Atul Nair) -
e37e590feat: correctno-loss-of-precisionfalse positives withenotation (#20187) (Francesco Trotta)
Bug Fixes
-
50c3dfdfix: improve type support for isolated dependencies in pnpm (#20201) (Francesco Trotta) -
a1f06a3fix: correct SourceCode typings (#20114) (Pixel998)
Documentation
-
462675adocs: improve web accessibility by hiding non-semantic character (#20205) (루밀LuMir) -
c070e65docs: correct formatting inno-irregular-whitespacerule documentation (#20203) (루밀LuMir) -
b39e71adocs: Update README (GitHub Actions Bot) -
cd39983docs: movecustom-formatterstype descriptions tonodejs-api(#20190) (Percy Ma)
Chores
-
d17c795chore: upgrade @eslint/js@9.38.0 (#20221) (Milos Djermanovic) -
25d0e33chore: package.json update for @eslint/js release (Jenkins) -
c82b5efrefactor: Use types from @eslint/core (#20168) (Nicholas C. Zakas) -
ff31609ci: add Node.js 25 toci.yml(#20220) (루밀LuMir) -
004577eci: bump github/codeql-action from 3 to 4 (#20211) (dependabot[bot]) -
eac71fbtest: remove use ofnodejsScopeoption of eslint-scope from tests (#20206) (Milos Djermanovic) -
4168a18chore: fix typo in legacy-eslint.js (#20202) (Sweta Tanwar) -
205dbd2chore: fix typos (#20200) (ntnyq) -
dbb200echore: use team member's username when name is not available in data (#20194) (Milos Djermanovic) -
8962089chore: mark deprecated rules as available until v11.0.0 (#20184) (Pixel998)
v9.37.0
Features
-
39f7fb4feat:preserve-caught-errorshould recognize all static "cause" keys (#20163) (Pixel998) -
f81eabcfeat: support TS syntax inno-restricted-imports(#19562) (Nitin Kumar)
Bug Fixes
-
a129ccefix: correctno-loss-of-precisionfalse positives for leading zeros (#20164) (Francesco Trotta) -
09e04fcfix: add missing AST token types (#20172) (Pixel998) -
861c6dafix: correctESLinttypings (#20122) (Pixel998)
Documentation
-
b950359docs: fix typos across the docs (#20182) (루밀LuMir) -
42498a2docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma) -
29ea092docs: Update README (GitHub Actions Bot) -
5c97a04docs: showavailableUntilin deprecated rule banner (#20170) (Pixel998) -
90a71bfdocs: updateREADMEfiles to add badge and instructions (#20115) (루밀LuMir) -
1603ae1docs: update references frommastertomain(#20153) (루밀LuMir)
Chores
-
afe8a13chore: update@eslint/jsdependency to version 9.37.0 (#20183) (Francesco Trotta) -
abee4cachore: package.json update for @eslint/js release (Jenkins) -
fc9381fchore: fix typos in comments (#20175) (overlookmotel) -
e1574a2chore: unpin jiti (#20173) (renovate[bot]) -
e1ac05erefactor: markESLint.findConfigFile()asasync, add missing docs (#20157) (Pixel998) -
347906dchore: update eslint (#20149) (renovate[bot]) -
0cb5897test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic) -
bb99566ci: pinjitito version 2.5.1 (#20151) (Pixel998) -
177f669perf: improve worker count calculation for"auto"concurrency (#20067) (Francesco Trotta) -
448b57bchore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)
v9.36.0
Features
Bug Fixes
-
75b74d8fix: add missing rule option types (#20127) (ntnyq) -
1c0d850fix: updateeslint-all.jsto useObject.freezeforrulesobject (#20116) (루밀LuMir) -
7d61b7ffix: add missing scope types toScope.type(#20110) (Pixel998) -
7a670c3fix: correct rule option typings inrules.d.ts(#20084) (Pixel998)
Documentation
-
b73ab12docs: update examples to usedefineConfig(#20131) (sethamus) -
31d9392docs: fix typos (#20118) (Pixel998) -
c7f861bdocs: Update README (GitHub Actions Bot) -
6b0c08bdocs: Update README (GitHub Actions Bot) -
91f97c5docs: Update README (GitHub Actions Bot)
Chores
-
12411e8chore: upgrade @eslint/js@9.36.0 (#20139) (Milos Djermanovic) -
488cba6chore: package.json update for @eslint/js release (Jenkins) -
bac82a2ci: simplify renovate configuration (#19907) (唯然) -
c00bb37ci: bump actions/labeler from 5 to 6 (#20090) (dependabot[bot]) -
fee751drefactor: usedefaultOptionsin rules (#20121) (Pixel998) -
1ace67dchore: update example to usedefineConfig(#20111) (루밀LuMir) -
4821963test: add missing loc information to error objects in rule tests (#20112) (루밀LuMir) -
b42c42echore: disallow use of deprecatedtypeproperty in core rule tests (#20094) (Milos Djermanovic) -
7bb498dtest: remove deprecatedtypeproperty from core rule tests (#20093) (Pixel998) -
e10cf2aci: bump actions/setup-node from 4 to 5 (#20089) (dependabot[bot]) -
5cb0ce4refactor: usemeta.defaultOptionsinpreserve-caught-error(#20080) (Pixel998) -
f9f7cb5chore: package.json update for eslint-config-eslint release (Jenkins) -
81764b2chore: updateeslintpeer dependency ineslint-config-eslint(#20079) (Milos Djermanovic)
v9.35.0
Features
-
42761fafeat: implement suggestions for no-empty-function (#20057) (jaymarvelz) -
102f444feat: implement suggestions for no-empty-static-block (#20056) (jaymarvelz) -
e51fffffeat: addpreserve-caught-errorrule (#19913) (Amnish Singh Arora)
Bug Fixes
-
10e7ae2fix: update uncloneable options error message (#20059) (soda-sorcery) -
bfa4601fix: ignore empty switch statements with comments in no-empty rule (#20045) (jaymarvelz) -
dfd11defix: addbeforeandafterto test case types (#20049) (Francesco Trotta) -
dabbe95fix: correct types forno-restricted-importsrule (#20034) (Milos Djermanovic) -
ea789c7fix: no-loss-of-precision false positive with uppercase exponent (#20032) (sethamus)
Documentation
-
d265515docs: improve phrasing - "if" → "even if" from getting-started section (#20074) (jjangga0214) -
a355a0edocs: invert comparison logic for example inno-vardoc page (#20064) (OTonGitHub) -
5082fc2docs: Update README (GitHub Actions Bot) -
99cfd7edocs: add missing "the" in rule deprecation docs (#20050) (Josh Goldberg ✨) -
6ad8973docs: update--no-ignoreand--ignore-patterndocumentation (#20036) (Francesco Trotta) -
8033b19docs: add documentation for--no-config-lookup(#20033) (Francesco Trotta)
Chores
-
da87f2fchore: upgrade @eslint/js@9.35.0 (#20077) (Milos Djermanovic) -
af2a087chore: package.json update for @eslint/js release (Jenkins) -
7055764test: removetests/lib/eslint/eslint.config.js(#20065) (Milos Djermanovic) -
84ffb96chore: update@eslint-community/eslint-utils(#20069) (Francesco Trotta) -
d5ef939refactor: remove deprecatedcontext.parserOptionsusage across rules (#20060) (sethamus) -
1b3881dchore: remove redundant word (#20058) (pxwanglu)
unjs/exsolve (exsolve)
v1.0.8
🩹 Fixes
- Always ignore errors in try mode (9e38594)
📦 Build
🏡 Chore
❤️ Contributors
- Pooya Parsa (@pi0)
pnpm/pnpm (pnpm)
v9.15.9: pnpm 9.15.9
Patch Changes
- Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #8971.
Platinum Sponsors
|
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
|
v9.15.8: pnpm 9.15.8
Patch Changes
-
pnpm self-updateshould always update the version in thepackageManagerfield ofpackage.json. - The pnpm CLI process should not stay hanging, when
--silentreporting is used. - When
--loglevelis set toerror, don't show installation summary, execution time, and big tarball download progress. - Don't show info output when
--loglevel=erroris used.
Platinum Sponsors
|
|
|
|
Gold Sponsors
|
|
|
|
|
|
|
|
|
|
|
|
v9.15.7: pnpm 9.15.7
Patch Changes
-
pnpm self-updateshould 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-updateshould not read the pnpm settings from thepackage.jsonfile in the current working directory. -
pnpm update -ishould list only packages that have newer versions #9206. - Fix a bug causing entries in the
catalogssection of thepnpm-lock.yamlfile to be removed whendedupe-peer-dependents=falseon a filtered install. #9112
Platinum Sponsors
|
|
|
|
Gold Sponsors
|
|
|
This PR was generated by Mend Renovate. View the repository job log. |
Deploy Preview for nuxt-tailwindcss failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | f1293e4f857743a0596a4e07b2fe248d487c72e7 |
| Latest deploy log | https://app.netlify.com/projects/nuxt-tailwindcss/deploys/6946b7d86615ca000882e22c |
PR Summary
-
Updated Application Documentation Dependencies We have updated the dependencies used for our documentation, which includes different tools that help us build and maintain our app's help and guide sections. For example, we updated
nuxt-og-imagewhich helps generate attractive thumbnails. -
Updated Main Application Dependencies An assortment of main application dependencies have been updated. This includes updates to
autoprefixer(which helps our app look correct on different browsers),c12andconsola(two libraries involved in helping our app run smoothly), andh3(which helps with data organization within our app). -
Enhanced Development Tools Our toolbox for building and testing the app received some much-needed updates. This includes an update to
@nuxt/devtoolswhich provides us a suite of tools for analyzing and debugging our app during development. This also includes an update totypescript, a language we use across our app that helps ensure our code is error-free before it runs. -
Upgraded Package Manager Our tool that manages our app's code dependencies, has been updated to a newer version. An updated
packageManagerallows for faster and safer installs of the app's dependencies. -
Improved Magic Unicorn Our exciting
unicorn-magictool, which helps provide certain unique features in our app, got a whole new version update. This means more magic for the end-user!
Note: Keeping the application dependencies up-to-date is crucial to ensure the growth of the product as it includes many benefits such as improved features, performance, security, and compatibility.