-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update emotion monorepo to v11.14.0 #135
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/emotion-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
changed the title
Update emotion monorepo to v11.10.6
Update emotion monorepo to v11.10.8
Apr 28, 2023
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
April 28, 2023 08:58
3b52dfc
to
b8295f1
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.10.8
Update emotion monorepo to v11.11.0
May 28, 2023
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
May 28, 2023 11:16
b8295f1
to
9867996
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.11.0
Update emotion monorepo to v11.11.1
Jun 7, 2023
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
June 7, 2023 15:43
9867996
to
9b61c66
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.11.1
Update emotion monorepo to v11.11.3
Dec 23, 2023
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
December 23, 2023 21:36
9b61c66
to
c777d75
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.11.3
Update emotion monorepo to v11.11.4
Feb 27, 2024
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
February 27, 2024 16:51
c777d75
to
e274388
Compare
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
March 29, 2024 19:07
e274388
to
44eede5
Compare
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
July 19, 2024 07:36
44eede5
to
706719d
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.11.4
Update emotion monorepo to v11.12.0
Jul 19, 2024
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
July 20, 2024 07:58
706719d
to
08c0378
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.12.0
Update emotion monorepo to v11.13.0
Jul 20, 2024
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
August 21, 2024 15:12
08c0378
to
8faa20f
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.13.0
Update emotion monorepo to v11.13.3
Aug 21, 2024
renovate
bot
changed the title
Update emotion monorepo to v11.13.3
Update emotion monorepo to v11.13.5
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
November 20, 2024 12:29
8faa20f
to
33d09e8
Compare
renovate
bot
changed the title
Update emotion monorepo to v11.13.5
Update emotion monorepo to v11.14.0
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/emotion-monorepo
branch
from
December 9, 2024 10:36
33d09e8
to
591abc1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
11.10.4
->11.14.0
11.10.4
->11.14.0
Release Notes
emotion-js/emotion (@emotion/react)
v11.14.0
Compare Source
Minor Changes
fc4d7bd
Thanks @Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
8dc1a6d
,e1bf17e
]:v11.13.5
Compare Source
v11.13.3
Compare Source
v11.13.0
Compare Source
v11.12.0
Compare Source
v11.11.4
Compare Source
Patch Changes
5b82631d
Thanks @iegik! - Renamed an internalhasOwnProperty
tohasOwn
. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution withObject.freeze(Object.prototype)
.v11.11.3
Compare Source
Patch Changes
#3101
49c20b4f
Thanks @kyvong! - Fix Theme import for newer Typescript module resolution modesUpdated dependencies [
45c440fb
]:v11.11.1
Compare Source
Patch Changes
9357f337
Thanks @naari3! - AddedElementType
to the Emotion'sJSX
namespace. It's defined in the same way as the one in@types/react
and should make it possible to use components that returnstring
s,Promise
s and other types that are valid in React.v11.11.0
Compare Source
Patch Changes
eed5e6cf
Thanks @Andarist! - Fixed importing in Node ESMv11.10.8
Compare Source
Patch Changes
#3025
6bd13425
Thanks @Andarist! - Fixed a parsing issue with&
within nested functions in declaration values by updating the underlying parser (stylis).Updated dependencies [
6bd13425
]:v11.10.6
Compare Source
Patch Changes
#2985
4e172c2a
Thanks @emmatown! - Remove peer dependency on@babel/core
Updated dependencies [
4e172c2a
]:v11.10.5
Compare Source
Patch Changes
#2905
4c0005f6
Thanks @p-m-p! - Do not warn about@emotion/react
being loaded twice in Vitest as that might easily happen with mocked modules.#2929
13afe030
Thanks @Andarist! - The support for@container
queries has been added by updating the underlying parser (stylis) .Updated dependencies [
13afe030
,c02b1214
,d8a13bca
]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.