Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps the emotion-dependencies group with 2 updates: @emotion/is-prop-valid and @emotion/styled.

Updates @emotion/is-prop-valid from 1.3.1 to 1.4.0

Release notes

Sourced from @​emotion/is-prop-valid's releases.

@​emotion/is-prop-valid@​1.4.0

Minor Changes

Commits

Updates @emotion/styled from 11.14.0 to 11.14.1

Release notes

Sourced from @​emotion/styled's releases.

@​emotion/styled@​11.14.1

Patch Changes

  • #3334 0facbe4 Thanks @​ZachRiegel! - Renamed default-exported variable in @emotion/styled to aid inferred import names in auto-import completions in IDEs
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@emotion/styled [>= 11.9.a, < 11.10]

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 13, 2025 23:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 13, 2025
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 928bdc7 to a07e00e Compare November 13, 2025 23:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from a07e00e to aa0d486 Compare November 14, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from aa0d486 to 105b2a0 Compare November 17, 2025 21:38
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 105b2a0 to 99756ec Compare November 17, 2025 21:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 99756ec to 8def879 Compare November 17, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 8def879 to 49e8148 Compare November 18, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 49e8148 to 03cf1dd Compare November 18, 2025 23:15
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 03cf1dd to b843b92 Compare November 19, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from b843b92 to 53049e7 Compare November 19, 2025 23:08
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 53049e7 to 560f90a Compare November 19, 2025 23:22
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 560f90a to 420fdf2 Compare November 20, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 420fdf2 to ee0d9db Compare November 20, 2025 23:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from ee0d9db to df50050 Compare November 20, 2025 23:24
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from df50050 to 96ea2a5 Compare November 21, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 96ea2a5 to 6068e44 Compare November 24, 2025 23:03
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 6068e44 to 49b7d0d Compare November 25, 2025 23:01
"@emotion/cache": "^11.14.0",
"@emotion/css": "^11.13.5",
"@emotion/is-prop-valid": "^1.3.0",
"@emotion/is-prop-valid": "^1.4.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Missing emotion styled version update in package.json

The dependency update is incomplete. The PR description states both @emotion/is-prop-valid and @emotion/styled should be updated, but only @emotion/is-prop-valid appears in the diff. The @emotion/styled version constraint should be updated from ^11.14.0 to ^11.14.1 to match the installed lockfile version and complete the grouped dependency update as intended.

Fix in Cursor Fix in Web

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 49b7d0d to 995577f Compare November 25, 2025 23:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 995577f to ec583d3 Compare November 25, 2025 23:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from ec583d3 to d4909d5 Compare November 26, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from d4909d5 to 9b09b74 Compare November 27, 2025 23:01
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 9b09b74 to 585a459 Compare November 28, 2025 17:41
Bumps the emotion-dependencies group with 2 updates: [@emotion/is-prop-valid](https://github.com/emotion-js/emotion) and [@emotion/styled](https://github.com/emotion-js/emotion).


Updates `@emotion/is-prop-valid` from 1.3.1 to 1.4.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/[email protected]...@emotion/[email protected])

Updates `@emotion/styled` from 11.14.0 to 11.14.1
- [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/[email protected]...@emotion/[email protected])

---
updated-dependencies:
- dependency-name: "@emotion/is-prop-valid"
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: emotion-dependencies
- dependency-name: "@emotion/styled"
  dependency-version: 11.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: emotion-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/emotion-dependencies-256d5a4c7d branch from 585a459 to 998cf3a Compare November 28, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant