Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

fix(deps): update dependency theme-ui to v0.16.2 #330

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
theme-ui 0.3.5 -> 0.16.2 age adoption passing confidence

Release Notes

system-ui/theme-ui (theme-ui)

v0.16.2

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix
🏠 Internal
Authors: 5

v0.16.1

Compare Source

🐛 Bug Fix
👨‍💻 Minor changes
  • Add missing migration notes on 0.16 to docs (@​hasparus)
Authors: 1

v0.16.0

Compare Source

Release Notes
Deps bumps for 0.16.0 (#​2432)

@theme-ui/sidenav package was removed due to low usage and breaking changes in @types/react.


🚀 Enhancement
👨‍💻 Minor changes
Authors: 2

v0.15.7

Compare Source


v0.15.5

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Nischal Shakya (@​Nischal2015)

❤️ Wahid Rahim (@​wahidrahim)

🐛 Bug Fix
🏠 Internal
Authors: 5

v0.15.4

Compare Source

🐛 Bug Fix
🏠 Internal
Authors: 2

v0.15.3

Compare Source

🐛 Bug Fix
Authors: 2

v0.15.1

Compare Source

🐛 Bug Fix
🏠 Internal
Authors: 3

v0.15.0

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Luke Watts (@​thisislawatts)

❤️ Valto Savi (@​pointlessrapunzel)

❤️ Brage Sekse Aarset (@​braaar)

Release Notes
Pull out MDX to be opt-in (#​2288)
Breaking: theme-ui no longer includes @theme-ui/mdx — MDX is now opt-in.

If your project is not using MDX or importing Themed, you shouldn't need to
change anything.

  • MDXProvider is no longer included in Theme UI ThemeProvider, and has been
    removed in favour of an useThemedStylesWithMdx hook.
    • Migration: Use useThemedStylesWithMdx together with MDXProvider and useMDXComponents from @mdx-js/react.

      import {
        MDXProvider,
        useMDXComponents,
        Components as MDXComponents,
        MergeComponents as MergeMDXComponents,
      } from '@​mdx-js/react'
      import { useThemedStylesWithMdx } from '@​theme-ui/mdx'
      import { ThemeProvider, Theme } from 'theme-ui'
      
      interface MyProviderProps {
        theme: Theme
        components?: MDXComponents | MergeMDXComponents
        children: React.ReactNode
      }
      function MyProvider({ theme, components, children }: MyProviderProps) {
        const componentsWithStyles = useThemedStylesWithMdx(useMDXComponents(components))
      
        return (
          <ThemeProvider theme={theme}>
            <MDXProvider components={componentsWithStyles}>
              {children}
            </MDXProvider>
          </ThemeProvider>
        )
      }
  • Themed components dict and other exports from @theme-ui/mdx are no longer reexported from theme-ui.
    • Migration: Import it from @theme-ui/mdx instead.

      -  import { Themed } from 'theme-ui'
      +  import { Themed } from '@&#8203;theme-ui/mdx'
Remove @​theme-ui/editor (#​2292)
  • Breaking: @theme-ui/editor was removed. Use CSS GUI instead.
Drop support for React 16 + 17 (#​2215)

Theme UI 0.15.0 drops support for React 16 and React 17. Your use case may still work, but we don't guarantee it.

refactor: setting padding-right to size 4 for dynamic value (#​2058)

Select component default paddingRight style has increased to spaces[4] (32px by default), to avoid text flowing behind the chevron icon.


🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Authors: 10

v0.14.7

Compare Source

👨‍💻 Minor changes
Authors: 1

v0.14.6

Compare Source

🐛 Bug Fix
  • @theme-ui/prism
Authors: 1

v0.14.5

Compare Source

🐛 Bug Fix
  • gatsby-plugin-theme-ui
    • fix(gatsby-plugin-theme-ui): Stop using JSX in gatsby-browser.js and gatsby-ssr.js (@​hasparus)
Authors: 1

v0.14.4

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, kamatte (@​kamatte-me), for all your work!

🐛 Bug Fix
Authors: 3

v0.14.3

Compare Source

🐛 Bug Fix
Authors: 1

v0.14.2

Compare Source

🐛 Bug Fix
  • @theme-ui/color-modes, @theme-ui/components, @theme-ui/core, @theme-ui/editor, gatsby-plugin-theme-ui, gatsby-theme-style-guide, gatsby-theme-ui-layout, @theme-ui/match-media, @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/sidenav, @theme-ui/style-guide, @theme-ui/theme-provider, theme-ui
    • fix: change react and react-dom peer dependency to >16 (@​hasparus)
🏠 Internal
Authors: 1

v0.14.1

Compare Source

🐛 Bug Fix
  • @theme-ui/components
    • fix(components): add missing forwardRef and fix Switch props (@​hasparus)
Authors: 1

v0.14.0

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Brage (@​braaar)

❤️ peterlits zo (@​PeterlitsZo)

❤️ Ryan Turner (@​rtturner)

❤️ Cannon Lock (@​CannonLock)

🚀 Enhancement
🐛 Bug Fix
👨‍💻 Minor changes
🏠 Internal
📝 Documentation
Authors: 8

v0.13.1

Compare Source

🐛 Bug Fix
Authors: 4

v0.13.0

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Simen A. W. Olsen (@​cobraz)

❤️ Akash (@​appsparkler)

❤️ Greg Poole (@​gpoole)

Release Notes
Move Emotion and MDX packages to peerDeps (#​1867)

BREAKING CHANGE: @emotion/react and @mdx-js/react were moved to peerDependencies of theme-ui, @theme-ui/mdx and @theme-ui/sidenav and must be installed separately. This is a revert of change from Theme UI v0.3, and it's meant to help solve version clashes and context mismatch bugs on user side. Connected issues: #​1793, #​1531, #​1530, #​1388, #​1345, #​1130.



🚀 Enhancement
  • @theme-ui/color-modes, @theme-ui/components, @theme-ui/core, @theme-ui/css, gatsby-plugin-theme-ui, @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/sidenav, @theme-ui/theme-provider, theme-ui
🐛 Bug Fix
👨‍💻 Minor changes
  • Try out CodeQL (@​lachlanjc)
  • @theme-ui/core, theme-ui
  • gatsby-plugin-theme-ui
    • Bump peerDependency in gatsby-plugin-theme-ui (@​hasparus)
🏠 Internal
Authors: 5

v0.12.1

Compare Source

🐛 Bug Fix
👨‍💻 Minor changes
Authors: 1

v0.12.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, William Pei (@​draekien), for all your work!

🚀 Enhancement
🐛 Bug Fix
  • @theme-ui/color-modes, @theme-ui/color, @theme-ui/components, @theme-ui/core, @theme-ui/css, @theme-ui/custom-properties, @theme-ui/editor, gatsby-plugin-theme-ui, gatsby-theme-style-guide, gatsby-theme-ui-layout, @theme-ui/match-media, @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/preset-base, @theme-ui/preset-bootstrap, @theme-ui/preset-bulma, @theme-ui/preset-dark, @theme-ui/preset-deep, @theme-ui/preset-funk, @theme-ui/preset-future, @theme-ui/preset-polaris, @theme-ui/preset-roboto, @theme-ui/preset-sketchy, @theme-ui/preset-swiss, @theme-ui/preset-system, @theme-ui/preset-tailwind, @theme-ui/preset-tosh, @theme-ui/presets, @theme-ui/prism, @theme-ui/sidenav, @theme-ui/style-guide, @theme-ui/tailwind, @theme-ui/theme-provider, theme-ui, @theme-ui/typography
    • Merge remote-tracking branch 'upstream/develop' into fix/color-scheme-media-query-api-update #​981 (@​draekien)
🏠 Internal
Authors: 6

v0.11.3

Compare Source

🐛 Bug Fix
Authors: 1

v0.11.2

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Matt Gleich (@​gleich), for all your work!

🐛 Bug Fix
👨‍💻 Minor changes
  • @theme-ui/color-modes, @theme-ui/color, @theme-ui/components, @theme-ui/core, @theme-ui/css, @theme-ui/custom-properties, @theme-ui/editor, gatsby-plugin-theme-ui, gatsby-theme-style-guide, gatsby-theme-ui-layout, @theme-ui/match-media, @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/preset-base, @theme-ui/preset-bootstrap, @theme-ui/preset-bulma, @theme-ui/preset-dark, @theme-ui/preset-deep, @theme-ui/preset-funk, @theme-ui/preset-future, @theme-ui/preset-polaris, @theme-ui/preset-roboto, @theme-ui/preset-sketchy, @theme-ui/preset-swiss, @theme-ui/preset-system, @theme-ui/preset-tailwind, @theme-ui/preset-tosh, @theme-ui/presets, @theme-ui/prism, @theme-ui/sidenav, @theme-ui/style-guide, @theme-ui/tachyons, @theme-ui/tailwind, @theme-ui/theme-provider, theme-ui, @theme-ui/typography
    • Merge remote-tracking branch 'origin/stable' into develop (@​hasparus)
🏠 Internal
Authors: 2

v0.11.1

Compare Source


v0.11.0

Compare Source

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Torne Wuff (@​tornewuff)

❤️ Jordie Bodlay (@​jordie23)

Release Notes
Fixed a long-standing bug with color modes in nested providers (#​1456)
Added @​theme-ui/css/utils with TypeScript CIF functions and fix preset types (#​1862)
  • Added TypeScript
    Constrained identity functions
    makeTheme, makeStyles and makeColorsScale which can be imported from
    @​theme-ui/css/utils.
  • Used aformentioned functions to properly define types of presets. Exported
    themes are now assignable to Theme but their types narrowly describe their
    exact values.


🚀 Enhancement
  • @theme-ui/color, @theme-ui/css, @theme-ui/preset-base,
    @theme-ui/preset-bootstrap, @theme-ui/preset-bulma,
    @theme-ui/preset-dark, @theme-ui/preset-deep, @theme-ui/preset-funk,
    @theme-ui/preset-future, @theme-ui/preset-polaris,
    @theme-ui/preset-roboto, @theme-ui/preset-sketchy,
    @theme-ui/preset-swiss, @theme-ui/preset-system,
    @theme-ui/preset-tailwind, @theme-ui/preset-tosh, @theme-ui/presets
  • @theme-ui/color-modes, @theme-ui/core, @theme-ui/editor,
    @theme-ui/theme-provider, theme-ui
🐛 Bug Fix
  • Update global-styles.mdx
    #​1858
    (@​jordie23)
  • @theme-ui/core, @theme-ui/css
  • @theme-ui/color-modes, @theme-ui/components, @theme-ui/core,
    @theme-ui/editor, gatsby-theme-style-guide, gatsby-theme-ui-layout,
    @theme-ui/match-media, @theme-ui/mdx, @theme-ui/parse-props,
    @theme-ui/sidenav, @theme-ui/style-guide, @theme-ui/theme-provider,
    theme-ui
👨‍💻 Minor changes
🏠 Internal
📝 Documentation
🔩 Dependency Updates
Authors: 4

v0.10.0

Compare Source

🎉 This release contains work from a new contributor! 🎉

Thank you, Vlad Shcherbin (@​vladshcherbin),
for all your work!

Release Notes
Allow easy styling autofilled of Inputs (#​1811)

Background color of autofilled inputs will now default to
theme.colors.background. It can be changed by setting
autofillBackgroundColor prop.


🚀 Enhancement
🐛 Bug Fix
  • Fix typo #​1835
    (@​vladshcherbin)
  • @theme-ui/color-modes, @theme-ui/components, @theme-ui/editor,
    theme-ui
  • @theme-ui/color, @theme-ui/css
  • @theme-ui/color, @theme-ui/components, @theme-ui/css,
    @theme-ui/custom-properties, @theme-ui/editor, gatsby-theme-style-guide,
    @theme-ui/preset-bootstrap, @theme-ui/preset-bulma,
    @theme-ui/preset-dark, @theme-ui/preset-deep, @theme-ui/preset-funk,
    @theme-ui/preset-future, @theme-ui/preset-polaris,
    @theme-ui/preset-roboto, @theme-ui/preset-sketchy,
    @theme-ui/preset-swiss, @theme-ui/preset-system,
    @theme-ui/preset-tailwind, @theme-ui/style-guide
🏠 Internal
Authors: 6

v0.9.1

Compare Source

🐛 Bug Fix
Authors: 1

v0.9.0

Compare Source

Release Notes
modernize Babel config (#​1721)

Theme UI packages became lighter! Built source code is now 9.5 kB (34%) smaller.

The trade-off is, Babel config has changed and it no longer supports Internet
Explorer 11. If you need to support legacy browsers, you can transpile
node_modules (e.g. with
next-transpile-modules).


🚀 Enhancement
  • @theme-ui/preset-base, @theme-ui/preset-bootstrap, @theme-ui/sidenav,
    @theme-ui/typography
🐛 Bug Fix
  • @theme-ui/components
    • fix(components): set Select's bgColor to "background" - fixes dark mode
      (@​hasparus)
📝 Documentation
Authors: 2

v0.8.4

Compare Source

🐛 Bug Fix
  • @theme-ui/theme-provider
⚠️ Pushed to stable
  • @theme-ui/theme-provider
Authors: 1

v0.8.3

Compare Source

🐛 Bug Fix
  • @theme-ui/color-modes
    • fix(color-modes): stop showing current color mode as initial mode in
      rawColors.modes (@​hasparus)
⚠️ Pushed to stable
  • @theme-ui/color-modes, @theme-ui/color, @theme-ui/components,
    @theme-ui/core, @theme-ui/css, @theme-ui/custom-properties,
    @theme-ui/editor, gatsby-plugin-theme-ui, gatsby-theme-code-recipes,
    gatsby-theme-style-guide, gatsby-theme-ui-layout, @theme-ui/match-media,
    @theme-ui/mdx, @theme-ui/parse-props, @theme-ui/preset-base,
    @theme-ui/preset-bootstrap, @theme-ui/preset-bulma,
    @theme-ui/preset-dark, @theme-ui/preset-deep, @theme-ui/preset-funk,
    @theme-ui/preset-future, @theme-ui/preset-polaris,
    @theme-ui/preset-roboto, @theme-ui/preset-sketchy,
    @theme-ui/preset-swiss, @theme-ui/preset-system,
    @theme-ui/preset-tailwind, @theme-ui/preset-tosh, @theme-ui/presets,
    @theme-ui/prism, @theme-ui/sidenav, @theme-ui/style-guide,
    @theme-ui/tachyons, @theme-ui/tailwind, @theme-ui/theme-provider,
    theme-ui, @theme-ui/typography
Authors: 1

v0.8.2 (Wed May 05 2021)

🐛 Bug Fix
  • @theme-ui/color-modes
    • fix(color-modes): merge rawColors even when there are no color modes
      (@​hasparus)
    • fix(color-modes): add initial color mode to a correct key
      (@​hasparus)
    • fix(color-modes): hotfix color modes provider to stop breaking rules of
      hooks (@​hasparus)
  • @theme-ui/color-modes, @theme-ui/css, @theme-ui/custom-properties,
    theme-ui
    • fix(color-modes): merge rawColors from nested theme providers
      (@​hasparus)

v0.8.1 (Wed May 05 2021)

🐛 Bug Fix
Authors: 2

v0.8.0 (Wed May 05 2021)

🔥 Breaking Changes and Deprecations
  • BREAKING: theme.config.useRootStyles now defaults to true following
    deprecation of useBodyStyles. Styles from theme.styles.root are now added
    to <html> element by default.

  • Moved theme configuration options to config object in theme.

    • Deprecations: useRootStyles, useCustomProperties,
      useColorSchemeMediaQuery, useBorderBox, and useLocalStorage options on
      the theme object are now scoped under a config object on the theme, and
      the root-level options, now deprecated, will be removed in a future release.

    (e.g. you should be setting theme.config.useBorderBox instead of
    theme.useBorderBox)

    • ⚠ All config options should be migrated at once. If Theme UI sees
      theme.config exists, it won't look for options on the theme.
  • Removed APIs, previously deprecated in 0.6.0

    • theme.useBodyStylestheme.config.useRootStyles
    • StyledThemed
🚀 Enhancements
  • @theme-ui/color-modes, @theme-ui/css, gatsby-plugin-theme-ui
🐛 Bug Fix
📝 Documentation
Authors: 5

🎉 v0.8.0 contains work from a new contributor! 🎉

Thank you, @​Zolwiastyl, for all your work!


v0.7.5 (Wed Apr 28 2021)

🐛 Bug Fix
📝 Docs
  • docs: useColorSchemeMediaQuery defaults to true
    (@​hasparus)
Authors: 2

v0.7.4 (Tue Apr 27 2021)

🐛 Bug Fix
Authors: 1

v0.7.3 (Wed Apr 21 2021)

🎉 This release contains work from a new contributor! 🎉

❤️ David Dios (@​dios-david)

Thanks for all your work!

✨ New Features
🐛 Bug Fix
  • @theme-ui/css
🔩 Dependency Updates
Authors: 3

v0.7.2 (Mon Apr 19 2021)

🎉 This release contains work from a new contributor! 🎉

Thank you, Jonathan Van Buren (@​vanbujm), for all
your work!

🐛 Bug Fix
🔩 Dependency Updates
Authors: 3

v0.7.0 (Thu Apr 15 2021)

🚀 Enhancement
🐛 Bug Fix
  • gatsby-plugin-theme-ui, gatsby-theme-code-recipes,
    `g

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone Europe/Paris, 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 this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 5e5ad19 to 870bf16 Compare December 28, 2021 00:40
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.12.1 fix(deps): update dependency theme-ui to v0.13.0 Dec 28, 2021
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 870bf16 to bb79ff8 Compare January 5, 2022 11:18
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.13.0 fix(deps): update dependency theme-ui to v0.13.1 Jan 5, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bb79ff8 to 36be9a3 Compare January 24, 2022 13:06
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 36be9a3 to 46abc28 Compare March 21, 2022 15:31
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.13.1 fix(deps): update dependency theme-ui to v0.14.0 Mar 21, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 46abc28 to 742e19b Compare March 23, 2022 11:00
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.0 fix(deps): update dependency theme-ui to v0.14.1 Mar 23, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 742e19b to 50e3bdc Compare March 31, 2022 21:49
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.1 fix(deps): update dependency theme-ui to v0.14.2 Mar 31, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 50e3bdc to a31d71e Compare April 21, 2022 15:45
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.2 fix(deps): update dependency theme-ui to v0.14.3 Apr 21, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from a31d71e to 10af38d Compare April 23, 2022 23:22
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.3 fix(deps): update dependency theme-ui to v0.14.4 Apr 23, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 10af38d to da2156a Compare April 30, 2022 21:41
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.4 fix(deps): update dependency theme-ui to v0.14.5 Apr 30, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from da2156a to 7b0e59f Compare June 16, 2022 19:53
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.5 fix(deps): update dependency theme-ui to v0.14.6 Jun 16, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 7b0e59f to 87e542e Compare July 28, 2022 18:20
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.6 fix(deps): update dependency theme-ui to v0.14.7 Jul 28, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 87e542e to 2ab558f Compare November 20, 2022 20:44
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.14.7 fix(deps): update dependency theme-ui to v0.15.4 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 2ab558f to 0d84969 Compare February 14, 2023 13:25
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.15.4 fix(deps): update dependency theme-ui to v0.15.5 Feb 14, 2023
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 0d84969 to 098c15f Compare March 30, 2023 20:24
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.15.5 fix(deps): update dependency theme-ui to v0.15.7 Mar 30, 2023
@socket-security
Copy link

socket-security bot commented Mar 30, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@sonarcloud
Copy link

sonarcloud bot commented Apr 11, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 098c15f to bdc4168 Compare June 15, 2023 17:45
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.15.7 fix(deps): update dependency theme-ui to v0.16.0 Jun 15, 2023
@sonarcloud
Copy link

sonarcloud bot commented Jun 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@socket-security
Copy link

socket-security bot commented Jun 15, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] Transitive: environment +30 2.56 MB hasparus, johno, jxnblk, ...1 more

🚮 Removed packages: npm/[email protected]

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from bdc4168 to 8e22f0a Compare August 14, 2023 23:30
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.16.0 fix(deps): update dependency theme-ui to v0.16.1 Aug 14, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 8e22f0a to e7c1240 Compare February 19, 2024 16:14
@renovate renovate bot changed the title fix(deps): update dependency theme-ui to v0.16.1 fix(deps): update dependency theme-ui to v0.16.2 Feb 19, 2024
Copy link

sonarcloud bot commented Feb 19, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants