Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies (minor) #633

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@codegouvfr/react-dsfr ^0.76.4 -> ^0.78.0 age adoption passing confidence
@emotion/react (source) 11.10.8 -> 11.14.0 age adoption passing confidence
@emotion/styled (source) 11.10.8 -> 11.14.0 age adoption passing confidence
@mui/icons-material (source) 5.11.16 -> 5.16.14 age adoption passing confidence
@mui/material (source) 5.14.20 -> 5.16.14 age adoption passing confidence
@reach/accordion (source) ^0.16.1 -> ^0.18.0 age adoption passing confidence
@reach/dialog (source) ^0.16.0 -> ^0.18.0 age adoption passing confidence
@reach/menu-button (source) ^0.16.1 -> ^0.18.0 age adoption passing confidence
@reach/visually-hidden (source) ^0.16.0 -> ^0.18.0 age adoption passing confidence
@socialgouv/cdtn-slugify (source) 4.52.1 -> 4.91.1 age adoption passing confidence
@socialgouv/cdtn-sources (source) 4.52.1 -> 4.91.1 age adoption passing confidence
argon2 ^0.30.3 -> ^0.41.0 age adoption passing confidence
node-xlsx ^0.23.0 -> ^0.24.0 age adoption passing confidence
query-string 7.0.1 -> 7.1.3 age adoption passing confidence
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence
react-dropzone 14.2.10 -> 14.3.8 age adoption passing confidence
reflect-metadata (source) ^0.1.13 -> ^0.2.0 age adoption passing confidence
sharp (source, changelog) ^0.32.6 -> ^0.33.0 age adoption passing confidence
winston 3.3.4 -> 3.17.0 age adoption passing confidence
yargs (source) 17.1.1 -> 17.7.2 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

codegouvfr/react-dsfr (@​codegouvfr/react-dsfr)

v0.78.7

Compare Source

What's Changed

Full Changelog: codegouvfr/react-dsfr@v0.78.6...v0.78.7

v0.78.6

Compare Source

What's Changed

Full Changelog: codegouvfr/react-dsfr@v0.78.5...v0.78.6

v0.78.5

Compare Source

Full Changelog: codegouvfr/react-dsfr@v0.78.4...v0.78.5

v0.78.4

Compare Source

Full Changelog: codegouvfr/react-dsfr@v0.78.3...v0.78.4

v0.78.3

Compare Source

Full Changelog: codegouvfr/react-dsfr@v0.78.2...v0.78.3

v0.78.2

Compare Source

Full Changelog: codegouvfr/react-dsfr@v0.78.1...v0.78.2

v0.78.1

Compare Source

What's Changed

Full Changelog: codegouvfr/react-dsfr@v0.78.0...v0.78.1

v0.78.0

Compare Source

What's Changed

Full Changelog: codegouvfr/react-dsfr@v0.77.3...v0.78.0

v0.77.3

Compare Source

What's Changed

New Contributors

Full Changelog: codegouvfr/react-dsfr@v0.77.2...v0.77.3

v0.77.2

Compare Source

Full Changelog: codegouvfr/react-dsfr@v0.77.1...v0.77.2

v0.77.1

Compare Source

What's Changed

Full Changelog: codegouvfr/react-dsfr@v0.77.0...v0.77.1

v0.77.0

Compare Source

What's Changed

New Contributors

Full Changelog: codegouvfr/react-dsfr@v0.76.2...v0.77.0

emotion-js/emotion (@​emotion/react)

v11.14.0

Compare Source

Minor 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

v11.13.5

Compare Source

Patch Changes

v11.13.3

Compare Source

Patch Changes

v11.13.0

Compare Source

Minor Changes
  • #​3198 d8ff8a5 Thanks @​Andarist! - Migrated away from relying on process.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! - Added edge-light and workerd conditions to package.json manifest to better serve users using Vercel Edge and Cloudflare Workers.

Patch Changes

v11.12.0

Compare Source

Minor Changes
  • #​2815 65a1eea Thanks @​srmagura! - Automatic labeling at runtime is now an opt-in feature. Define globalThis.EMOTION_RUNTIME_AUTO_LABEL = true before Emotion gets initialized to enable it.
Patch Changes

v11.11.4

Compare Source

Patch Changes
  • #​3159 5b82631d Thanks @​iegik! - Renamed an internal hasOwnProperty to hasOwn. This avoids problems in CommonJS environments when the consumer tries to prevent prototype pollution with Object.freeze(Object.prototype).

v11.11.3

Compare Source

Patch Changes

v11.11.1

Compare Source

Patch Changes
  • #​3048 9357f337 Thanks @​naari3! - Added ElementType to the Emotion's JSX namespace. It's defined in the same way as the one in @types/react and should make it possible to use components that return strings, Promises and other types that are valid in React.

v11.11.0

Compare Source

Minor Changes
Patch Changes
mui/material-ui (@​mui/icons-material)

v5.16.14

Compare Source

A big thanks to the 1 contributor who made this release possible.

@mui/[email protected]

All contributors of this release in alphabetical order: @​ZeeshanTamboli

v5.16.13

Compare Source

A big thanks to the 2 contributors who made this release possible.

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​sai6855

v5.16.12

Compare Source

Material UI v5 is now compatible with React 19 (#​44720) @​DiegoAndai

Core

All contributors of this release in alphabetical order: @​DiegoAndai

v5.16.11

A big thanks to the contributor who made this release possible.

Core

All contributors of this release in alphabetical order: @​DiegoAndai

v5.16.9

Compare Source

A big thanks to the 2 contributors who made this release possible.

@mui/[email protected]
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​siriwatknp

v5.16.8

Compare Source

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​cherniavskii, @​DiegoAndai, @​jukkatupamaki, @​michelengelen, @​oliviertassinari, @​rluzists1, @​siriwatknp

v5.16.7

Compare Source

Aug 9, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​oliviertassinari, @​zanivan

v5.16.6

Compare Source

Jul 30, 2024

A big thanks to the 5 contributors who made this release possible.

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aliharis99, @​anuujj, @​mnajdova, @​sai6855, @​shahzaibdev1

v5.16.5

Compare Source

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/[email protected]
Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

Full Changelog: mui/material-ui@v5.16.4...v5.16.5

v5.16.4

Compare Source

Jul 16, 2024

A big thanks to the one contributor who made this release possible.

@mui/[email protected]

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Compare Source

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/[email protected]
Docs

All contributors of this release in alphabetical order: @​HoFa1997, @​mnajdova, @​oliviertassinari

v5.16.2

Compare Source

Jul 16, 2024

A big thanks to the 2 contributors who made this release possible.

@mui/[email protected]
Core

All contributors of this release in alphabetical order: @​mnajdova, @​oliviertassinari

v5.16.1

Compare Source

A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

  • ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​oliviertassinari, @​omahs, @​ZeeshanTamboli

v5.16.0

Compare Source

A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp

v5.15.21

Compare Source

Jun 28, 2024

A big thanks to the 7 contributors who made this release possible.

@mui/[email protected]
Docs

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" 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.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch 13 times, most recently from 5192434 to dfeb842 Compare October 7, 2021 23:18
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch 16 times, most recently from 2c20b8e to b4429f4 Compare October 14, 2021 22:37
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from c2a3cc4 to 38faa2c Compare November 28, 2024 08:29
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 38faa2c to 9e04178 Compare December 4, 2024 12:43
@renovate renovate bot changed the title fix(deps): update all non-major dependencies (minor) fix(deps): update dependency sharp to ^0.33.0 Dec 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency sharp to ^0.33.0 fix(deps): update all non-major dependencies (minor) Dec 8, 2024
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 9e04178 to 74fdec7 Compare December 9, 2024 09:50
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 74fdec7 to 85e0e13 Compare December 11, 2024 17:24
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 85e0e13 to d97f543 Compare December 17, 2024 13:49
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from d97f543 to 221de42 Compare December 18, 2024 09:34
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 221de42 to f9c46d9 Compare December 25, 2024 14:05
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from f9c46d9 to 0761d18 Compare January 8, 2025 13:48
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 0761d18 to 0a7c8fc Compare February 3, 2025 12:28
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 0a7c8fc to 25c8537 Compare February 6, 2025 18:16
@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 25c8537 to 21026d9 Compare February 23, 2025 09:04
Copy link

socket-security bot commented Feb 23, 2025

Report too large to display inline

View full report↗︎

@renovate renovate bot force-pushed the renovate/all-dependencies-minor-patch branch from 21026d9 to e069d3e Compare February 24, 2025 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants