Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore: bump the emotion group across 1 directory with 3 updates#14077

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 1, 2024
edited
Loading

Bumps the emotion group with 3 updates in the /site directory:@emotion/react,@emotion/styled and@emotion/css.

Updates@emotion/react from 11.11.4 to 11.13.0

Release notes

Sourced from@​emotion/react's releases.

@​emotion/react@​11.13.0

Minor Changes

  • #3198d8ff8a5 Thanks@​Andarist! - Migrated away from relying onprocess.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (seehere). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215a9f6912 Thanks@​Andarist! - Addededge-light andworkerd conditions topackage.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5,a9f6912]:
    • @​emotion/cache@​11.13.0
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/react@​11.12.0

Minor Changes

  • #281565a1eea Thanks@​srmagura! - Automatic labeling at runtime is now an opt-in feature. DefineglobalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.

Patch Changes

Commits

Updates@emotion/styled from 11.11.5 to 11.13.0

Release notes

Sourced from@​emotion/styled's releases.

@​emotion/styled@​11.13.0

Minor Changes

  • #3198d8ff8a5 Thanks@​Andarist! - Migrated away from relying onprocess.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (seehere). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

  • #3215a9f6912 Thanks@​Andarist! - Addededge-light andworkerd conditions topackage.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

  • Updated dependencies [d8ff8a5,a9f6912]:
    • @​emotion/serialize@​1.3.0
    • @​emotion/use-insertion-effect-with-fallbacks@​1.1.0
    • @​emotion/utils@​1.4.0

@​emotion/styled@​11.12.0

Patch Changes

Commits

Updates@emotion/css from 11.11.2 to 11.13.0

Release notes

Sourced from@​emotion/css's releases.

@​emotion/css@​11.13.0

Minor Changes

  • #3198d8ff8a5 Thanks@​Andarist! - Migrated away from relying onprocess.env.NODE_ENV checks to differentiate between production and development builds.

    Development builds (and other environment-specific builds) can be used by using proper conditions (seehere). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.

    Default files should continue to work in all environments.

Patch Changes

@​emotion/css@​11.12.0

Minor Changes

  • #255885772c3 Thanks@​emmatown! - 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

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabotdependabotbot requested review froma team andcode-asher and removed request fora teamAugust 1, 2024 11:31
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/emotion-9611ebba28 branch 2 times, most recently fromf36096c to49e9451CompareAugust 5, 2024 14:54
@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelAug 13, 2024
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/emotion-9611ebba28 branch from49e9451 to5409f3dCompareAugust 15, 2024 19:28
Bumps the emotion group with 3 updates in the /site directory: [@emotion/react](https://github.com/emotion-js/emotion), [@emotion/styled](https://github.com/emotion-js/emotion) and [@emotion/css](https://github.com/emotion-js/emotion).Updates `@emotion/react` from 11.11.4 to 11.13.0- [Release notes](https://github.com/emotion-js/emotion/releases)- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.11.4...@emotion/react@11.13.0)Updates `@emotion/styled` from 11.11.5 to 11.13.0- [Release notes](https://github.com/emotion-js/emotion/releases)- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/styled@11.11.5...@emotion/styled@11.13.0)Updates `@emotion/css` from 11.11.2 to 11.13.0- [Release notes](https://github.com/emotion-js/emotion/releases)- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/css@11.11.2...@emotion/css@11.13.0)---updated-dependencies:- dependency-name: "@emotion/react"  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: emotion- dependency-name: "@emotion/styled"  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: emotion- dependency-name: "@emotion/css"  dependency-type: direct:production  update-type: version-update:semver-minor  dependency-group: emotion...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/npm_and_yarn/site/emotion-9611ebba28 branch from5409f3d to1ae7ad7CompareAugust 15, 2024 20:55
@github-actionsgithub-actionsbot removed the staleThis issue is like stale bread. labelAug 16, 2024
@matifali
Copy link
Member

@dependabot recreate

dependabot[bot] reacted with thumbs up emoji

@dependabotDependabot
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubAug 22, 2024

Superseded by#14396.

@dependabotdependabotbot closed thisAug 22, 2024
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/site/emotion-9611ebba28 branchAugust 22, 2024 11:20
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] approved these changes

@code-ashercode-asherAwaiting requested review from code-ashercode-asher was automatically assigned from coder/ts

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@matifali

[8]ページ先頭

©2009-2025 Movatter.jp