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

chore(deps): update npm non-major dependencies #12583

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/styled (source) 11.11.0 -> 11.11.5 age adoption passing confidence
@microsoft/applicationinsights-react-js 17.1.1 -> 17.1.2 age adoption passing confidence
@microsoft/applicationinsights-web 3.1.1 -> 3.1.2 age adoption passing confidence
@mui/material (source) 5.15.13 -> 5.15.14 age adoption passing confidence
@storybook/addon-essentials (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/addon-interactions (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/addon-links (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/addon-onboarding (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/blocks (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/react (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/react-webpack5 (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@storybook/test (source) 8.0.4 -> 8.0.5 age adoption passing confidence
@swc/core (source) 1.4.8 -> 1.4.11 age adoption passing confidence
@tanstack/react-query (source) 5.28.4 -> 5.28.9 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.28.4 -> 5.28.10 age adoption passing confidence
@testing-library/react 14.2.1 -> 14.2.2 age adoption passing confidence
@types/node (source) 20.11.30 -> 20.12.2 age adoption passing confidence
@types/react (source) 18.2.66 -> 18.2.73 age adoption passing confidence
@types/react-dom (source) 18.2.22 -> 18.2.23 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.2.0 -> 7.4.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.2.0 -> 7.4.0 age adoption passing confidence
axe-core (source) 4.8.4 -> 4.9.0 age adoption passing confidence
cypress (source) 13.7.0 -> 13.7.1 age adoption passing confidence
glob 10.3.10 -> 10.3.12 age adoption passing confidence
storybook (source) 8.0.4 -> 8.0.5 age adoption passing confidence
typescript (source) 5.4.2 -> 5.4.3 age adoption passing confidence
webpack 5.90.3 -> 5.91.0 age adoption passing confidence
webpack-dev-server 4.15.1 -> 4.15.2 age adoption passing confidence

Warning

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


Release Notes

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

v11.11.5

Compare Source

microsoft/applicationinsights-react-js (@​microsoft/applicationinsights-react-js)

v17.1.2

Compare Source

Changelog
  • #​87 [pre-release] update application insight to 3.1.2 and remove node 14 from build
microsoft/ApplicationInsights-JS (@​microsoft/applicationinsights-web)

v3.1.2

Compare Source

!! Critical Bug fix for Memoery Leak !!
#​2311

It also contains a packaging fix for webpack #​2307 (caused by [#​2306]][https://github.com/microsoft/ApplicationInsights-JS/issues/2306](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2306)6) ) and

Changelog
  • #​2307 ApplicationInsights-JS latest version 3.1.1 giving TypeError: Cannot read properties of undefined (reading 'getCrypto')
  • #​2306 [BUG] Circular dependencies
  • #​2311 [BUG] Excessive memory usage for SPA where unload hooks keep accumulating
  • #​2299 [Main][Task]27156360: Add json config cdn details to tool folder
  • #​2308 [Main][Task]27221819: Remove node 14 (from ci.yml)
mui/material-ui (@​mui/material)

v5.15.14

Compare Source

Mar 18, 2024

A big thanks to the 15 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]
@pigment-css/[email protected]
pigment-css/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​bharatkashyap, @​brijeshb42, @​cherniavskii, @​cipherlogs, @​danilo-leal, @​DiegoAndai, @​EyaOuenniche, @​Janpot, @​jherr, @​michaldudak, @​mnajdova, @​oliviertassinari, @​sai6855, @​siriwatknp, @​zanivan

storybookjs/storybook (@​storybook/addon-essentials)

v8.0.5

Compare Source

storybookjs/storybook (@​storybook/addon-onboarding)

v8.0.5

Compare Source

8.0.5

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

v1.4.11

Compare Source

TanStack/query (@​tanstack/react-query)

v5.28.9

Compare Source

Version 5.28.9 - 3/27/2024, 3:02 AM

Changes
Fix
Refactor
Style
Packages

v5.28.8

Compare Source

Version 5.28.8 - 3/25/2024, 10:32 AM

Changes

Fix
  • *: infer data type correctly when conditional skipToken is passed to useQueries (#​7150) (a559c48) by 김관식
Chore
  • fix prettier (2ddf803) by Dominik Dorfmeister
Ci
Docs
Types

Packages

v5.28.6

Compare Source

Version 5.28.6 - 3/20/2024, 11:27 PM

Changes

Fix
  • vue-query: respect throwOnError in suspense (#​7143) (392d352) by Damian Osipiuk
Ci
Docs
Test

Packages

testing-library/react-testing-library (@​testing-library/react)

v14.2.2

Compare Source

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

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

v7.4.0

Compare Source

v7.3.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

dequelabs/axe-core (axe-core)

v4.9.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 07:00 on Monday" 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/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. area/dashboard Area: Related to the dashboard application solution/studio/designer Issues related to the Altinn Studio Designer solution. quality/testing Tests that are missing, needs to be created or could be improved. skip-releasenotes Issues that do not make sense to list in our release notes kind/dependencies Used for issues or pull requests that are dependency updates area/text-editor labels Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.60%. Comparing base (c479085) to head (eae8710).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #12583   +/-   ##
=======================================
  Coverage   88.60%   88.60%           
=======================================
  Files        1290     1290           
  Lines       18504    18504           
  Branches     2263     2263           
=======================================
  Hits        16395    16395           
  Misses       1847     1847           
  Partials      262      262           

☔ 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 20 times, most recently from 39ea600 to 57d790c Compare March 30, 2024 05:35
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 7385dd3 to 030d339 Compare March 31, 2024 16:45
@renovate renovate bot changed the title fix(deps): update npm non-major dependencies chore(deps): update npm non-major dependencies Apr 1, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 4 times, most recently from 7638bfe to 2acf664 Compare April 2, 2024 08:25
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from 2acf664 to eae8710 Compare April 2, 2024 08:41
@framitdavid framitdavid merged commit 7faa6b1 into main Apr 2, 2024
12 checks passed
@framitdavid framitdavid deleted the renovate/npm-minor-patch branch April 2, 2024 11:25
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 application area/data-modeling Area: Related to data models - e.g. create, edit, use data models. area/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. kind/dependencies Used for issues or pull requests that are dependency updates quality/testing Tests that are missing, needs to be created or could be improved. skip-releasenotes Issues that do not make sense to list in our release notes 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