-
-
Notifications
You must be signed in to change notification settings - Fork 57
feat(cli): pnpm config in pnpm-workspace.yaml (& update tests) #717
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
Merged
Merged
Changes from 24 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
4d02345
test with tailwindcss & prettier
jycouet ea217b5
switch things around!
jycouet 9114c74
rmv ps-tree
jycouet 5b4f578
only kit for all addons (like before^^)
jycouet 3244ffb
naming
jycouet 237e39a
@tailwindcss/oxide test
jycouet 46affd2
back
jycouet cf15192
test & pnpm
jycouet b6ecec8
naming
jycouet 807016d
feat(cli): pnpm config will now be stored in pnpm-workspace.yaml (#718)
jycouet 20c8a88
Merge branch 'main' of github.com:sveltejs/cli into perf/tests-v7
jycouet 142bde7
.
jycouet 0535e99
tsc
jycouet cf71e3f
it's internal stuff
jycouet 8d0c7f2
Merge branch 'main' of github.com:sveltejs/cli into perf/tests-v7
jycouet 5ffc801
Merge branch 'main' of github.com:sveltejs/cli into perf/tests-v7
jycouet 32dceed
using same strategy for community-addon-template
jycouet 1509341
linting power
jycouet a96c339
remove unused
AdrianGonz97 95b1826
dedupe
AdrianGonz97 fe7f49c
tweak
AdrianGonz97 64304e3
keep npm where it's needed
jycouet fefee20
tinyexec: x to exec
jycouet 0b83c1b
Flavor to AddonTestCase
jycouet c74d103
Update packages/addons/_tests/_setup/suite.ts
jycouet d2bc07a
oupy yes full rename to AddonTestCase
jycouet c97827d
improve typing
jycouet 2acf0b7
tweak name
AdrianGonz97 94984d5
change `ctx.run` to `ctx.cwd`
AdrianGonz97 5e9639d
redundant `installCommand`
AdrianGonz97 80db5be
missing encoding
AdrianGonz97 fee50f5
`beforeBuild` no longer necessary since `installCommand` moved
AdrianGonz97 74af92a
last bit
AdrianGonz97 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'sv': patch | ||
--- | ||
|
||
fix(tailwindcss): add `@tailwindcss/oxide` to approve-builds in `pnpm` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'sv': patch | ||
--- | ||
|
||
feat(cli): pnpm config will now be stored in `pnpm-workspace.yaml` (e.g. `onlyBuiltDependencies`) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,10 +39,5 @@ | |
"typescript-eslint": "^8.34.1", | ||
"vitest": "4.0.0-beta.6" | ||
}, | ||
"packageManager": "[email protected]", | ||
"pnpm": { | ||
"onlyBuiltDependencies": [ | ||
"esbuild" | ||
] | ||
} | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.