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

Upgrade is-plain-object to v5.0.0 #4500

Merged
merged 2 commits into from
Sep 9, 2021

Conversation

tubbo
Copy link
Contributor

@tubbo tubbo commented Sep 8, 2021

Description
The is-plain-object package recently had a major version upgrade that broke libraries which import its default export, such as this one. This causes issues when other packages in the same application require a higher version of is-plain-object, resulting in an error originating in Slate's codebase. To remedy this, Slate is now depending on is-plain-object@^5.0.0 and its import references across the codebase have been updated.

Issue
Fixes: #4499

Example
See issue

Context
See issue

Checks

  • The new code matches the existing patterns and styles.
  • The tests pass with yarn test.
  • The linter passes with yarn lint. (Fix errors with yarn fix.)
  • The relevant examples still work. (Run examples with yarn start.)
  • You've added a changeset if changing functionality. (Add one with yarn changeset add.)

The `is-plain-object` package recently had a major version upgrade that
broke libraries which import its default export, such as this one. This
causes issues when other packages in the same application require a
higher version of `is-plain-object`, resulting in an error originating
in Slate's codebase. To remedy this, Slate is now depending on
`is-plain-object@^5.0.0` and its import references across the codebase
have been updated.

Fixes ianstormtaylor#4499
@changeset-bot
Copy link

changeset-bot bot commented Sep 8, 2021

🦋 Changeset detected

Latest commit: 6df0edf

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
slate-history Patch
slate-hyperscript Patch
slate-react Patch
slate Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@dylans
Copy link
Collaborator

dylans commented Sep 8, 2021

Looks fine, will land shortly. Could you please add a quick changeset (patch for each of the 4 packages) or give committers permission to edit your branch?

@dylans dylans merged commit 50bb3d7 into ianstormtaylor:main Sep 9, 2021
@github-actions github-actions bot mentioned this pull request Sep 9, 2021
dylans added a commit to dylans/slate that referenced this pull request Sep 9, 2021
* Upgrade `is-plain-object` to v5.0.0

The `is-plain-object` package recently had a major version upgrade that
broke libraries which import its default export, such as this one. This
causes issues when other packages in the same application require a
higher version of `is-plain-object`, resulting in an error originating
in Slate's codebase. To remedy this, Slate is now depending on
`is-plain-object@^5.0.0` and its import references across the codebase
have been updated.

Fixes ianstormtaylor#4499

* Add changeset

Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
@tubbo
Copy link
Contributor Author

tubbo commented Sep 10, 2021

hey, sorry i didn't see your reply...had a life event happened that brought me away from OSS for a sec. thanks for adding the changeset!

@dylans dylans mentioned this pull request Sep 11, 2021
dylans added a commit to dylans/slate that referenced this pull request Sep 13, 2021
* Upgrade `is-plain-object` to v5.0.0

The `is-plain-object` package recently had a major version upgrade that
broke libraries which import its default export, such as this one. This
causes issues when other packages in the same application require a
higher version of `is-plain-object`, resulting in an error originating
in Slate's codebase. To remedy this, Slate is now depending on
`is-plain-object@^5.0.0` and its import references across the codebase
have been updated.

Fixes ianstormtaylor#4499

* Add changeset

Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
z2devil pushed a commit to z2devil/slate that referenced this pull request Dec 6, 2024
* Upgrade `is-plain-object` to v5.0.0

The `is-plain-object` package recently had a major version upgrade that
broke libraries which import its default export, such as this one. This
causes issues when other packages in the same application require a
higher version of `is-plain-object`, resulting in an error originating
in Slate's codebase. To remedy this, Slate is now depending on
`is-plain-object@^5.0.0` and its import references across the codebase
have been updated.

Fixes ianstormtaylor#4499

* Add changeset

Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
z2devil pushed a commit to z2devil/slate that referenced this pull request Dec 6, 2024
* Upgrade `is-plain-object` to v5.0.0

The `is-plain-object` package recently had a major version upgrade that
broke libraries which import its default export, such as this one. This
causes issues when other packages in the same application require a
higher version of `is-plain-object`, resulting in an error originating
in Slate's codebase. To remedy this, Slate is now depending on
`is-plain-object@^5.0.0` and its import references across the codebase
have been updated.

Fixes ianstormtaylor#4499

* Add changeset

Co-authored-by: Dylan Schiemann <dylan@dojotoolkit.org>
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.

Error When Using isPlainObject v5
2 participants