chore: bump the emotion group across 2 directories with 3 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 2
(2 months ago)
(2 months ago)
dependencies javascript
Bumps the emotion group with 2 updates in the /offlinedocs directory: @emotion/react and @emotion/styled.
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.14.0
Release notes
Sourced from @emotion/react
's releases.
@emotion/react
@11
.14.0Minor Changes
- #3281
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
@emotion/react
@11
.13.5Patch Changes
#3270
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
@emotion/react
@11
.13.3Patch Changes
#3232
0ce3ed0
Thanks@ENvironmentSet
! - Distributecss
prop attachment over props that are union typesUpdated dependencies []:
@emotion/serialize
@1
.3.1
@emotion/react
@11
.13.0Minor Changes
#3198
d8ff8a5
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 (see here). 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.
#3215
a9f6912
Thanks@Andarist
! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/react
@11
.12.0
... (truncated)
Commits
3c19ce5
Version Packages (#3280)a19d019
Convert@emotion/styled
's source code to TypeScript (#3284)5974e33
Fix JSX namespace@ts-ignores
(#3282)fc4d7bd
Convert@emotion/react
's source code to TypeScript (#3281)8dc1a6d
Convert@emotion/cache
's source code to TypeScript (#3277)282b61d
Convert@emotion/css-prettifier
's source code to TypeScript (#3278)e1bf17e
Convert@emotion/use-insertion-effect-with-fallbacks
's source code to TypeS...c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...- Additional commits viewable in compare view
Updates @emotion/styled
from 11.11.5 to 11.14.1
Release notes
Sourced from @emotion/styled
's releases.
@emotion/styled
@11
.14.1Patch Changes
- #3334
0facbe4
Thanks@ZachRiegel
! - Renamed default-exported variable in@emotion/styled
to aid inferred import names in auto-import completions in IDEs
@emotion/styled
@11
.14.0Minor Changes
- #3284
a19d019
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
@emotion/styled
@11
.13.5Patch Changes
#3270
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
@emotion/styled
@11
.13.0Minor Changes
#3198
d8ff8a5
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 (see here). 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.
#3215
a9f6912
Thanks@Andarist
! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/styled
@11
.12.0Patch Changes
#3206
d1994c4
Thanks@DiegoAndai
! - Improved compatibility with the upcoming@types/react
for React 19 where the globalJSX
namespace doesn't exist anymore#3208
56109e7
Thanks@Andarist
! - Only forward definedref
s to improve compatibility with the upcoming React 19
... (truncated)
Commits
4922955
Version Packages (#3335)0facbe4
Renamed default-exported variable in@emotion/styled
to aid inferred import...cce67ec
Bump parcel (#3258)3c19ce5
Version Packages (#3280)a19d019
Convert@emotion/styled
's source code to TypeScript (#3284)5974e33
Fix JSX namespace@ts-ignores
(#3282)fc4d7bd
Convert@emotion/react
's source code to TypeScript (#3281)8dc1a6d
Convert@emotion/cache
's source code to TypeScript (#3277)282b61d
Convert@emotion/css-prettifier
's source code to TypeScript (#3278)e1bf17e
Convert@emotion/use-insertion-effect-with-fallbacks
's source code to TypeS...- Additional commits viewable in compare view
Updates @emotion/react
from 11.13.3 to 11.14.0
Release notes
Sourced from @emotion/react
's releases.
@emotion/react
@11
.14.0Minor Changes
- #3281
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
@emotion/react
@11
.13.5Patch Changes
#3270
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
@emotion/react
@11
.13.3Patch Changes
#3232
0ce3ed0
Thanks@ENvironmentSet
! - Distributecss
prop attachment over props that are union typesUpdated dependencies []:
@emotion/serialize
@1
.3.1
@emotion/react
@11
.13.0Minor Changes
#3198
d8ff8a5
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 (see here). 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.
#3215
a9f6912
Thanks@Andarist
! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/react
@11
.12.0
... (truncated)
Commits
3c19ce5
Version Packages (#3280)a19d019
Convert@emotion/styled
's source code to TypeScript (#3284)5974e33
Fix JSX namespace@ts-ignores
(#3282)fc4d7bd
Convert@emotion/react
's source code to TypeScript (#3281)8dc1a6d
Convert@emotion/cache
's source code to TypeScript (#3277)282b61d
Convert@emotion/css-prettifier
's source code to TypeScript (#3278)e1bf17e
Convert@emotion/use-insertion-effect-with-fallbacks
's source code to TypeS...c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...- Additional commits viewable in compare view
Updates @emotion/styled
from 11.13.0 to 11.14.1
Release notes
Sourced from @emotion/styled
's releases.
@emotion/styled
@11
.14.1Patch Changes
- #3334
0facbe4
Thanks@ZachRiegel
! - Renamed default-exported variable in@emotion/styled
to aid inferred import names in auto-import completions in IDEs
@emotion/styled
@11
.14.0Minor Changes
- #3284
a19d019
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
@emotion/styled
@11
.13.5Patch Changes
#3270
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
@emotion/styled
@11
.13.0Minor Changes
#3198
d8ff8a5
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 (see here). 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.
#3215
a9f6912
Thanks@Andarist
! - Addededge-light
andworkerd
conditions topackage.json
manifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/styled
@11
.12.0Patch Changes
#3206
d1994c4
Thanks@DiegoAndai
! - Improved compatibility with the upcoming@types/react
for React 19 where the globalJSX
namespace doesn't exist anymore#3208
56109e7
Thanks@Andarist
! - Only forward definedref
s to improve compatibility with the upcoming React 19
... (truncated)
Commits
4922955
Version Packages (#3335)0facbe4
Renamed default-exported variable in@emotion/styled
to aid inferred import...cce67ec
Bump parcel (#3258)3c19ce5
Version Packages (#3280)a19d019
Convert@emotion/styled
's source code to TypeScript (#3284)5974e33
Fix JSX namespace@ts-ignores
(#3282)fc4d7bd
Convert@emotion/react
's source code to TypeScript (#3281)8dc1a6d
Convert@emotion/cache
's source code to TypeScript (#3277)282b61d
Convert@emotion/css-prettifier
's source code to TypeScript (#3278)e1bf17e
Convert@emotion/use-insertion-effect-with-fallbacks
's source code to TypeS...- Additional commits viewable in compare view
Updates @emotion/css
from 11.13.0 to 11.13.5
Release notes
Sourced from @emotion/css
's releases.
@emotion/css
@11
.13.5Patch Changes
#3270
77d930d
Thanks@emmatown
! - Fix inconsistent hashes using development vs production bundles/exports
conditions when using@emotion/babel-plugin
withsourceMap: true
(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopment
condition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d
]:
@emotion/css
@11
.13.4Patch Changes
- #3262
b10de75
Thanks@emmatown
! - FixCannot find name 'EmotionCache'
type error
Commits
c161e6f
Version Packages (#3272)f45eb19
Update changeset (#3273)77d930d
Fix inconsistent hashes using development vs production bundles/exports
con...e310c6e
Version Packages (#3263)b10de75
FixCannot find name 'EmotionCache'
type error (#3262)31fa40b
Version Packages (#3247)532ff57
Add fetchpriority to props (#3093)ad630e3
Minor performance improvements (#3244)3f46884
Version Packages (#3235)153cf88
Add scale property as unitless (#3240)- Additional commits viewable in compare view
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
Pull Request Statistics
1
4
+743
-514
Package Dependencies
Technical Details
ID: | 2658027 |
UUID: | 2632384169 |
Node ID: | PR_kwDOMrdwEc6c5v6p |
Host: | GitHub |
Repository: | kehanzhang/athens-coder |
Merge State: | Unknown |