Skip to content

Commit 8c8c986

Browse files
fix: update lilconfig for ESM and Windows support (#15289)
This PR updates `lilconfig` from v2.1.0 to v3.1.3. Significant improvements to this package include Windows absolute path support as well as ESM config files support. This supersedes #14029 which has fallen behind and has conflicts with the upstream branch. This is a critical update for Next.js apps running in development which have dependencies on packages that use an updated version of `lilconfig`. I understand that v4 will not be using `lilconfig` but it's an important update for users on v3.x in the meantime. --------- Co-authored-by: Jordan Pittman <[email protected]>
1 parent 2702cfc commit 8c8c986

File tree

3 files changed

+16
-48
lines changed

3 files changed

+16
-48
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Ensure the TypeScript types for `PluginsConfig` allow `undefined` values ([#14668](https://github.com/tailwindlabs/tailwindcss/pull/14668))
1313

14+
# Changed
15+
16+
- Bumped lilconfig to v3.x ([#15289](https://github.com/tailwindlabs/tailwindcss/pull/15289))
17+
1418
## [3.4.15] - 2024-11-14
1519

1620
- Bump versions for security vulnerabilities ([#14697](https://github.com/tailwindlabs/tailwindcss/pull/14697))

package-lock.json

+11-47
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"glob-parent": "^6.0.2",
7474
"is-glob": "^4.0.3",
7575
"jiti": "^1.21.6",
76-
"lilconfig": "^2.1.0",
76+
"lilconfig": "^3.1.3",
7777
"micromatch": "^4.0.8",
7878
"normalize-path": "^3.0.0",
7979
"object-hash": "^3.0.0",

0 commit comments

Comments
 (0)