Skip to content
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

refactor(cli-api): replace cosmicconfig with lilconfig #157

Merged
merged 41 commits into from
Feb 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
101512a
refactor: replace cosmicconfig with lilconfig
tylerbutler Nov 30, 2024
e4b4df2
lockfile
tylerbutler Nov 30, 2024
32c7cd5
build
tylerbutler Nov 30, 2024
512d752
Revert "refactor: replace cosmicconfig with lilconfig"
tylerbutler Nov 30, 2024
24db30a
lockfile
tylerbutler Nov 30, 2024
2040f8e
Merge branch 'main' into lilconfig
tylerbutler Nov 30, 2024
bcece3b
Merge branch 'main' into lilconfig
tylerbutler Jan 16, 2025
8efbdd8
refactor: replace cosmicconfig with lilconfig
tylerbutler Nov 30, 2024
7d4428c
lockfile
tylerbutler Jan 16, 2025
d877cc7
wip
tylerbutler Jan 23, 2025
c276e61
Merge branch 'main' into lilconfig
tylerbutler Jan 23, 2025
de0f1ce
tests
tylerbutler Jan 25, 2025
a15307f
missing dep
tylerbutler Jan 25, 2025
bb36548
updates
tylerbutler Jan 26, 2025
e660da1
deps
tylerbutler Jan 26, 2025
27a1aa5
updates
tylerbutler Jan 26, 2025
01d70a4
tests
tylerbutler Jan 27, 2025
cb88bab
updates
tylerbutler Jan 27, 2025
e659d1a
tests
tylerbutler Jan 27, 2025
e03ac50
loader
tylerbutler Jan 27, 2025
b0120e8
builds
tylerbutler Jan 27, 2025
e56f43e
add scope
tylerbutler Jan 27, 2025
1d60d19
build
tylerbutler Jan 27, 2025
64357ba
changeset
tylerbutler Jan 27, 2025
8e90f72
Merge branch 'lilconfig-loader-ts' into lilconfig
tylerbutler Jan 27, 2025
6131fe2
wip
tylerbutler Jan 27, 2025
e2161ab
fix name
tylerbutler Jan 27, 2025
9e5f77b
Merge branch 'lilconfig-loader-ts' into lilconfig
tylerbutler Jan 27, 2025
5fac67d
lockfile
tylerbutler Jan 27, 2025
7b09ca8
updates
tylerbutler Jan 27, 2025
68b53fc
syncpack
tylerbutler Jan 27, 2025
19bff2c
Merge branch 'lilconfig-loader-ts' into lilconfig
tylerbutler Jan 27, 2025
39ed7c7
lockfile
tylerbutler Jan 27, 2025
3de33e9
Merge branch 'lilconfig-loader-ts' into lilconfig
tylerbutler Jan 27, 2025
dd3c0f6
Merge branch 'main' into lilconfig
tylerbutler Jan 28, 2025
c819b8f
Merge branch 'main' into lilconfig
tylerbutler Feb 13, 2025
5eb19aa
rm cosmicconfig dep
tylerbutler Feb 13, 2025
27dc307
update
tylerbutler Feb 13, 2025
c6f5e9d
Merge branch 'main' into lilconfig
tylerbutler Feb 13, 2025
5179ec0
Update packages/cli-api/test/tsconfig.json
tylerbutler Feb 13, 2025
fe2f29b
Update packages/cli-api/src/commands/configTest.ts
tylerbutler Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
syncpack
  • Loading branch information
tylerbutler committed Jan 27, 2025
commit 68b53fc375dd5e51785b862e6fc96d460ab8874f
2 changes: 1 addition & 1 deletion packages/lilconfig-loader-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"vitest": "^3.0.2"
},
"peerDependencies": {
"lilconfig": "^3.0.0"
"lilconfig": "^3.1.2"
},
"packageManager": "pnpm@9.11.0",
"engines": {
Expand Down
Loading