-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Conversation
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 detectedLatest commit: 6df0edf The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
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? |
* 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>
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! |
* 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>
* 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>
* 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>
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 ofis-plain-object
, resulting in an error originating in Slate's codebase. To remedy this, Slate is now depending onis-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
yarn test
.yarn lint
. (Fix errors withyarn fix
.)yarn start
.)yarn changeset add
.)