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 npm non-major dependencies #10739

Merged
merged 1 commit into from
Aug 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) 5.14.1 -> 5.14.3 age adoption passing confidence
@swc/core (source) 1.3.70 -> 1.3.74 age adoption passing confidence
@tanstack/react-query (source) 4.32.0 -> 4.32.6 age adoption passing confidence
@tanstack/react-query-devtools (source) 4.32.0 -> 4.32.6 age adoption passing confidence
@types/react (source) 18.2.15 -> 18.2.18 age adoption passing confidence
@typescript-eslint/eslint-plugin 6.2.0 -> 6.2.1 age adoption passing confidence
@typescript-eslint/parser 6.2.0 -> 6.2.1 age adoption passing confidence
cypress 12.17.2 -> 12.17.3 age adoption passing confidence
eslint (source) 8.45.0 -> 8.46.0 age adoption passing confidence
eslint-config-prettier 8.8.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import 2.27.5 -> 2.28.0 age adoption passing confidence
eslint-plugin-react 7.33.0 -> 7.33.1 age adoption passing confidence
eslint-plugin-testing-library 5.11.0 -> 5.11.1 age adoption passing confidence
jest (source) 29.6.1 -> 29.6.2 age adoption passing confidence
jest-environment-jsdom 29.6.1 -> 29.6.2 age adoption passing confidence
react-i18next 13.0.2 -> 13.0.3 age adoption passing confidence
react-redux 8.1.1 -> 8.1.2 age adoption passing confidence

Release Notes

mui/material-ui (@​mui/material)

v5.14.3

Compare Source

Jul 31, 2023

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

@mui/material@5.14.3
@mui/base@5.0.0-beta.9
Breaking changes
Other changes
@mui/joy@5.0.0-beta.0
@mui/material-next@6.0.0-alpha.95
@mui/system@5.14.3
Docs
Core

All contributors of this release in alphabetical order: @​cherniavskii, @​DiegoAndai, @​divyammadhok, @​DSK9012, @​flaviendelangle, @​gitstart, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​richbustos, @​rluzists1, @​sai6855, @​siriwatknp, @​zanivan, @​ZeeshanTamboli

v5.14.2

Compare Source

Jul 25, 2023

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

@​mui/material@​5.14.2
@​mui/joy@​5.0.0-alpha.89
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​Bestwebdesign, @​bharatkashyap, @​danilo-leal, @​DiegoAndai, @​harikrishnanp, @​IgnacioUtrilla, @​mbrookes, @​michaldudak, @​mj12albert, @​mnajdova, @​nikohoffren, @​oliviertassinari, @​onderonur, @​prakhargupta1, @​richbustos, @​sai6855, @​SaidMarar, @​samuelsycamore, @​siriwatknp, @​Studio384, @​zanivan, @​ZeeshanTamboli

swc-project/swc (@​swc/core)

v1.3.74

Compare Source

Bug Fixes

v1.3.73

Compare Source

Bug Fixes
  • (es/minifier) Handle synthesized export default expression (#​7707) (5ea6f27)

  • (es/utils) Fix string evaluation of array literals (#​7731) (e8c58cf)

Features
  • (es/preset-env) Update builtin definitions for core-js imports (#​7715) (b4f3332)
Testing
  • (es/compat) Add a test for optional chaining with loose mode (#​7726) (216c4f1)

v1.3.72

Compare Source

Bug Fixes
  • (es/compat) Fix handling of private members in optional chaining pass (#​7610) (7ba7b6e)

  • (es/minifier) Do not drop used properties (#​7702) (f901b41)

  • (es/module) Do not determine module name for modules without exports in UMD (#​7718) (40136f7)

Features
Refactor

v1.3.71

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
TanStack/query (@​tanstack/react-query)

v4.32.6

Compare Source

Version 4.32.6 - 8/5/2023, 6:28 AM

Changes
Fix
  • core: Infinite render loops in react-query v4.29.22 and up (#​5839) (cfd6133) by Łukasz Komoszyński
Packages

v4.32.5

Compare Source

Version 4.32.5 - 8/4/2023, 7:45 AM

Changes
Fix
Packages

v4.32.1

Compare Source

Version 4.32.1 - 8/1/2023, 10:49 AM

Changes

Fix
  • *: Update repository information in package.json (#​5819) (10bf0ee) by Daniel Basilio
Chore
Docs

Packages

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.2.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable-types] apply also for parameter properties (#​7288) (67f93b1)
  • scope-manager: correct decorators(.length) check in ClassVisitor for methods (#​7334) (abbb6c2)

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.2.1

Compare Source

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

You can read about our versioning strategy and releases on our website.

cypress-io/cypress (cypress)

v12.17.3

Compare Source

eslint/eslint (eslint)

v8.46.0

Compare Source

Features

Bug Fixes

  • 9803c7c fix: FlatESLint#getRulesMetaForResults shouldn't throw on unknown rules (#​17393) (Milos Djermanovic)
  • 42faa17 fix: Update no-loop-func to not overlap with no-undef (#​17358) (Matt Wilkinson)

Documentation

  • 4d474e3 docs: update with TypeScript info (#​17423) (James)
  • 091f44e docs: File extension named processor deprecation (#​17362) (Matt Wilkinson)
  • 9254a6c docs: Update README (GitHub Actions Bot)
  • 6d6dc51 docs: fix overlapping of open in playground button (#​17403) (Tanuj Kanti)
  • 7fc3a2c docs: Add private class features info to no-underscore-dangle (#​17386) (Matt Wilkinson)
  • da73e58 docs: Migrating eslint-env configuration comments (#​17390) (Francesco Trotta)
  • 80dffed docs: fix Ignoring Files section in config migration guide (#​17392) (Milos Djermanovic)
  • 8a9abb7 docs: Update README (GitHub Actions Bot)
  • 7e9be4b docs: Update README (GitHub Actions Bot)
  • 0b0bbe0 docs: Update README (GitHub Actions Bot)

Chores

  • d1eb7e4 chore: Update ecosystem dependencies (#​17427) (Nicholas C. Zakas)
  • fab9e97 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • 6246711 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 0aa0bc3 chore: Add PRs to triage project (#​17421) (Nicholas C. Zakas)
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!
import-js/eslint-plugin-import (eslint-plugin-import)

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (tha

Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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 has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. area/dashboard Area: Related to the dashboard solution/studio/designer Issues related to the Altinn Studio Designer solution. area/text-editor labels Aug 3, 2023
@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (46c3244) 77.94% compared to head (57034bd) 77.94%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #10739   +/-   ##
=======================================
  Coverage   77.94%   77.94%           
=======================================
  Files         528      528           
  Lines        9080     9080           
  Branches     1158     1158           
=======================================
  Hits         7077     7077           
  Misses       1806     1806           
  Partials      197      197           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 21 times, most recently from 7adaf3b to ac7f402 Compare August 9, 2023 08:56
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from ac7f402 to 57034bd Compare August 9, 2023 09:09
@nkylstad nkylstad merged commit 3d5b305 into master Aug 9, 2023
8 checks passed
@nkylstad nkylstad deleted the renovate/npm-minor-patch branch August 9, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dashboard Area: Related to the dashboard area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. solution/studio/designer Issues related to the Altinn Studio Designer solution.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant