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

Widen range on @glimmer/validator so that package-managers respecti… #412

Open
wants to merge 1 commit into
base: v1.x
Choose a base branch
from

Conversation

NullVoxPopuli
Copy link
Contributor

@NullVoxPopuli NullVoxPopuli commented Mar 19, 2024

…ng semver can use a more up to date version of @glimmer/validator

I confirmed this fix works in my own repo via packageExtensions:

  "pnpm": {
    "packageExtensions": {
      "@glimmer/component": {
        "dependencies": {
          "@glimmer/validator": ">= 0.44.0"
        }
      },

…ng semver can use a more up to date version of `@glimmer/validator`
NullVoxPopuli added a commit to universal-ember/ember-primitives that referenced this pull request Mar 19, 2024
@NullVoxPopuli
Copy link
Contributor Author

oh no, this repo uses yarn 😢

NullVoxPopuli added a commit to universal-ember/ember-primitives that referenced this pull request Mar 19, 2024
… active at once. (#279)

* Support @type=multi toggle

* Patch @glimmer/component's dependencies via glimmerjs/glimmer.js#412
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant