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

Remove @ember/string (it's unused) #197

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Remove @ember/string (it's unused) #197

merged 2 commits into from
Aug 21, 2024

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Aug 21, 2024

Supersedes: #194

package.json Outdated
@@ -101,5 +100,6 @@
"ember-addon": {
"configPath": "tests/dummy/config",
"after": "ember-cli-htmlbars"
}
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
Copy link
Contributor Author

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": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're adding volta?

Copy link
Contributor Author

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

Copy link
Contributor Author

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

@NullVoxPopuli NullVoxPopuli merged commit 83839f7 into main Aug 21, 2024
14 checks passed
@NullVoxPopuli NullVoxPopuli deleted the remove-ember-string branch August 21, 2024 21:02
@github-actions github-actions bot mentioned this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants