yuiseki / crisis-news-map-next

🗺 Source code of https://crisis.yuiseki.net/ . Web service that collects disaster-related news articles and displays them on a map.
https://crisis.yuiseki.net/
Do What The F*ck You Want To Public License
19 stars 3 forks source link

chore(deps): update emotion monorepo #97

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/babel-plugin (source) 11.3.0 -> 11.11.0 age adoption passing confidence
@emotion/css (source) 11.1.3 -> 11.11.2 age adoption passing confidence
@emotion/react (source) 11.1.5 -> 11.11.3 age adoption passing confidence
@emotion/server (source) 11.0.0 -> 11.11.0 age adoption passing confidence
@emotion/styled (source) 11.3.0 -> 11.11.0 age adoption passing confidence

Release Notes

emotion-js/emotion (@​emotion/babel-plugin) ### [`v11.11.0`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/eslint-plugin%4011.11.0) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.10.8...@emotion/babel-plugin@11.11.0) ##### Patch Changes - [#​3029](https://togithub.com/emotion-js/emotion/pull/3029) [`eed5e6cf`](https://togithub.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed importing in Node ESM ### [`v11.10.8`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/styled%4011.10.8) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.10.6...@emotion/babel-plugin@11.10.8) ##### Patch Changes - [#​3025](https://togithub.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://togithub.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed a parsing issue with `&` within nested functions in declaration values by updating the underlying parser ([stylis](https://togithub.com/thysultan/stylis)). - Updated dependencies \[[`6bd13425`](https://togithub.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]: - [@​emotion/babel-plugin](https://togithub.com/emotion/babel-plugin)[@​11](https://togithub.com/11).10.8 ### [`v11.10.6`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.10.6) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.10.5...@emotion/babel-plugin@11.10.6) ##### Patch Changes - [#​2985](https://togithub.com/emotion-js/emotion/pull/2985) [`4e172c2a`](https://togithub.com/emotion-js/emotion/commit/4e172c2ae4e5237500ec84688d76ebf253ab1fdc) Thanks [@​emmatown](https://togithub.com/emmatown)! - Remove peer dependency on `@babel/core` - Updated dependencies \[[`4e172c2a`](https://togithub.com/emotion-js/emotion/commit/4e172c2ae4e5237500ec84688d76ebf253ab1fdc)]: - [@​emotion/babel-plugin](https://togithub.com/emotion/babel-plugin)[@​11](https://togithub.com/11).10.6 ### [`v11.10.5`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.10.5) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.10.2...@emotion/babel-plugin@11.10.5) ##### Patch Changes - [#​2905](https://togithub.com/emotion-js/emotion/pull/2905) [`4c0005f6`](https://togithub.com/emotion-js/emotion/commit/4c0005f677d5847e7f931a1473ac58b834606c57) Thanks [@​p-m-p](https://togithub.com/p-m-p)! - Do not warn about `@emotion/react` being loaded twice in Vitest as that might easily happen with mocked modules. - [#​2929](https://togithub.com/emotion-js/emotion/pull/2929) [`13afe030`](https://togithub.com/emotion-js/emotion/commit/13afe0303e2e54b5869c326e6d9c9dc36a332c02) Thanks [@​Andarist](https://togithub.com/Andarist)! - The support for `@container` queries has been added by updating the underlying parser ([stylis](https://togithub.com/thysultan/stylis)) . - Updated dependencies \[[`13afe030`](https://togithub.com/emotion-js/emotion/commit/13afe0303e2e54b5869c326e6d9c9dc36a332c02), [`c02b1214`](https://togithub.com/emotion-js/emotion/commit/c02b12145a94df011e0fd6ffd54197a4d9369783), [`d8a13bca`](https://togithub.com/emotion-js/emotion/commit/d8a13bcae81812d3dff643bcf446709f965f0909)]: - [@​emotion/babel-plugin](https://togithub.com/emotion/babel-plugin)[@​11](https://togithub.com/11).10.5 - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​1](https://togithub.com/1).1.1 - [@​emotion/cache](https://togithub.com/emotion/cache)[@​11](https://togithub.com/11).10.5 ### [`v11.10.2`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/babel-plugin%4011.10.2) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.10.0...@emotion/babel-plugin@11.10.2) ##### Patch Changes - [#​2858](https://togithub.com/emotion-js/emotion/pull/2858) [`005e211d`](https://togithub.com/emotion-js/emotion/commit/005e211d53a4a1a34509400e41402b8910875fda) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue in the styles minifier that caused interpolations to be sometimes included more than once in the output. ### [`v11.10.0`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/babel-plugin%4011.10.0) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.9.5...@emotion/babel-plugin@11.10.0) ##### Minor Changes - [#​2819](https://togithub.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://togithub.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@​nicksrandall](https://togithub.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. It limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. ##### Patch Changes - Updated dependencies \[[`bbad8c79`](https://togithub.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: - [@​emotion/hash](https://togithub.com/emotion/hash)[@​0](https://togithub.com/0).9.0 - [@​emotion/memoize](https://togithub.com/emotion/memoize)[@​0](https://togithub.com/0).8.0 - [@​emotion/serialize](https://togithub.com/emotion/serialize)[@​1](https://togithub.com/1).1.0 ### [`v11.9.5`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/babel-plugin%4011.9.5) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.9.2...@emotion/babel-plugin@11.9.5) ##### Patch Changes - [#​2799](https://togithub.com/emotion-js/emotion/pull/2799) [`5b99a849`](https://togithub.com/emotion-js/emotion/commit/5b99a849364119d979c6d1fe5e5a0e9ea4e74011) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with the lack of `/*#__PURE__*/` annotations before styled calls transformed from tagged template expressions. ### [`v11.9.2`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/babel-plugin%4011.9.2) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.7.2...@emotion/babel-plugin@11.9.2) ##### Patch Changes - [#​2721](https://togithub.com/emotion-js/emotion/pull/2721) [`ae0f650b`](https://togithub.com/emotion-js/emotion/commit/ae0f650b5ad8ef658b61edca6157fe208be23b43) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue in the minifying logic that could remove rules with the same context values as their parent rules. Like in the example below: ```js styled.div` > div { color: blue; > div { color: hotpink; } } ` ``` ### [`v11.7.2`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/babel-plugin%4011.7.2) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.7.1...@emotion/babel-plugin@11.7.2) ##### Patch Changes - [#​2585](https://togithub.com/emotion-js/emotion/pull/2585) [`b830c7dc`](https://togithub.com/emotion-js/emotion/commit/b830c7dc9da1c75c88e655150f04ef52b8176212) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed label extraction crashing in some cases involving variable declarations with array and object patterns. - [#​2585](https://togithub.com/emotion-js/emotion/pull/2585) [`b830c7dc`](https://togithub.com/emotion-js/emotion/commit/b830c7dc9da1c75c88e655150f04ef52b8176212) Thanks [@​kddc](https://togithub.com/kddc), [@​Andarist](https://togithub.com/Andarist)! - Improved label extraction for named function expressions and anonymous functions used as object property values. - [#​2602](https://togithub.com/emotion-js/emotion/pull/2602) [`b02f349d`](https://togithub.com/emotion-js/emotion/commit/b02f349d28df7bc77cad6d7e1b62aecef9f19405) Thanks [@​Andarist](https://togithub.com/Andarist)! - Fixed an issue with styled transformer sometimes not using the used local name for the imported named export when used with `importMap`. ### [`v11.7.1`](https://togithub.com/emotion-js/emotion/releases/tag/%40emotion/react%4011.7.1) [Compare Source](https://togithub.com/emotion-js/emotion/compare/@emotion/babel-plugin@11.3.0...@emotion/babel-plugin@11.7.1) ##### Patch Changes - [#​2577](https://togithub.com/emotion-js/emotion/pull/2577) [`04681a5f`](https://togithub.com/emotion-js/emotion/commit/04681a5f520b3e3909e567fda200622494dd333b) Thanks [@​Methuselah96](https://togithub.com/Methuselah96)! - Export `Keyframes` type to avoid TypeScript inserting `import("@​emotion/serialize").Keyframes` references into declaration files emitted based on a source files exporting `keyframes` result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies. - [#​2590](https://togithub.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://togithub.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@​Andarist](https://togithub.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood. - Updated dependencies \[[`1554a7e2`](https://togithub.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d)]: - [@​emotion/cache](https://togithub.com/emotion/cache)[@​11](https://togithub.com/11).7.1

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
crisis-news-map-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2023 9:19pm