-
Notifications
You must be signed in to change notification settings - Fork 43
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
Remove @ember/string (it's unused) #197
Conversation
package.json
Outdated
@@ -101,5 +100,6 @@ | |||
"ember-addon": { | |||
"configPath": "tests/dummy/config", | |||
"after": "ember-cli-htmlbars" | |||
} | |||
}, | |||
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is added with newer versions of pnpm.
As-is, there is nothing in the repo saying which pnpm version to use.
CI says to use version 8 -- so I'll downgrade, set this, and set a volta config.
@@ -101,5 +100,10 @@ | |||
"ember-addon": { | |||
"configPath": "tests/dummy/config", | |||
"after": "ember-cli-htmlbars" | |||
}, | |||
"packageManager": "pnpm@8.15.9", | |||
"volta": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're adding volta?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it only matters for folks who have volta installed locally, and affects no one and nothing else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I set the tool versions to what CI is using
Supersedes: #194