altinn-studio icon indicating copy to clipboard operation
altinn-studio copied to clipboard

fix(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/styled (source) 11.10.0 -> 11.10.4 age adoption passing confidence
@mui/icons-material (source) 5.10.2 -> 5.10.3 age adoption passing confidence
@mui/material (source) 5.10.2 -> 5.10.3 age adoption passing confidence
@mui/x-data-grid (source) 5.15.3 -> 5.16.0 age adoption passing confidence
@types/react (source) 17.0.48 -> 17.0.49 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.35.1 -> 5.36.1 age adoption passing confidence
@typescript-eslint/parser 5.35.1 -> 5.36.1 age adoption passing confidence
eslint (source) 8.22.0 -> 8.23.0 age adoption passing confidence
eslint-plugin-react 7.31.0 -> 7.31.1 age adoption passing confidence
jest-junit 14.0.0 -> 14.0.1 age adoption passing confidence
jquery (source) 3.6.0 -> 3.6.1 age adoption passing confidence
jquery-ui-dist (source) 1.13.1 -> 1.13.2 age adoption passing confidence
js-beautify (source) 1.14.4 -> 1.14.6 age adoption passing confidence
marked (source) 4.0.19 -> 4.1.0 age adoption passing confidence
terser-webpack-plugin 5.3.5 -> 5.3.6 age adoption passing confidence
typescript (source) 4.7.4 -> 4.8.2 age adoption passing confidence
webpack-dev-server 4.10.0 -> 4.10.1 age adoption passing confidence
yarn 3.2.1 -> 3.2.3 age adoption passing confidence

Release Notes

emotion-js/emotion

v11.10.4

Compare Source

Patch Changes
  • #​2867 89b6dbb3 Thanks @​Andarist! - Externalized code referencing React.useInsertionEffect to a separate @emotion/use-insertion-effect-with-fallbacks package. This package should be used in your defined externals if you bundle Emotion for whatever reason. It references useInsertionEffect in a very specific way that allows us to use it conditionally. However, if the code consuming Emotion is bundled as a library with Emotion in it then some bundlers might change the way in which we reference useInsertionEffect and that might create problems for bundlers used to consume the said library code. By externalizing this new package you can still bundle Emotion if you want to without running into this problem as you won't "destroy" the carefully crafted reference to useInsertionEffect in the process.

    Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.

  • Updated dependencies [89b6dbb3]:

mui/material-ui

v5.10.3

Compare Source

Aug 29, 2022

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

  • @​mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#​32735)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​bharatkashyap, @​bicstone, @​danilo-leal, @​EthanStandel, @​HexM7, @​hoangph271, @​JonathanAsbury-SPS, @​michaldudak, @​mnajdova, @​NaveenPantra, @​oliviertassinari, @​pieetrus, @​renovate[bot], @​siriwatknp, @​ZeeshanTamboli

mui/mui-x

v5.16.0

Compare Source

Aug 25, 2022

We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Introduce column grouping for data grid (#​5133) @​alexfauquette

    You can now group columns using the columnGroupingModel prop. This lets you to display more structured data.

    To enable this feature, add experimentalFeatures={{ columnGrouping: true }}. The grouping header can be fully customized. See the documentation to explore everything it has to offer.

  • 🐞 Bugfixes

  • 🌏 New locales for pickers thanks to @​tesseractjh and @​drastus

@mui/[email protected] / @mui/[email protected] / @mui/[email protected]
Changes
@mui/[email protected] / @mui/[email protected]
Changes
Docs
Core
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.36.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.36.0

Compare Source

Bug Fixes
Features

5.35.1 (2022-08-24)

Bug Fixes
  • eslint-plugin: correct rule schemas to pass ajv validation (#​5531) (dbf8b56)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.36.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.36.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.35.1 (2022-08-24)

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.23.0

Compare Source

Features

  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#​16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#​15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#​16120) (Lachlan Hunt)

Documentation

Chores

jsx-eslint/eslint-plugin-react

v7.31.1

Compare Source

Fixed
jest-community/jest-junit

v14.0.1

Compare Source

Prevent unnecessary duplicate test cases by @​azzlack - https://github.com/jest-community/jest-junit/pull/221

jquery/jquery

v3.6.1

Compare Source

https://blog.jquery.com/2022/08/26/jquery-3-6-1-maintenance-release/

jquery/jquery-ui

v1.13.2

Compare Source

https://blog.jqueryui.com/2022/07/jquery-ui-1-13-2-released/

beautify-web/js-beautify

v1.14.6

Compare Source

  • Globs no longer work on Windows in 1.14.5 (#​2093)

v1.14.5

Compare Source

  • Dependency updates and UI tweaks (#​2088)
  • Bump terser from 5.12.1 to 5.14.2 (#​2084)
  • new layout breaks everything on long lines (#​2071)
  • Dark mode (#​2057)
markedjs/marked

v4.1.0

Compare Source

Features
webpack-contrib/terser-webpack-plugin

v5.3.6

Compare Source

Microsoft/TypeScript

v4.8.2

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

webpack/webpack-dev-server

v4.10.1

Compare Source

yarnpkg/berry

v3.2.3

Compare Source

v3.2.2

Compare Source

Compatibility
  • The patched filesystem now supports ftruncate.
  • The patched filesystem now supports fchmod.
  • The patched filesystem now supports throwIfNoEntry.
  • The PnP filesystem now handles most of the FileHandle methods
  • Updates the PnP compatibility layer for TypeScript 4.8 Beta
  • The npm_package_json environment variable is now set by Yarn.

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.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

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

renovate[bot] avatar Aug 29 '22 12:08 renovate[bot]