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 #14337

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-webpack5-compiler-swc 1.0.5 -> 1.0.6 age adoption passing confidence
@swc/core (source) 1.10.1 -> 1.10.4 age adoption passing confidence
@tanstack/react-query (source) 5.62.8 -> 5.62.14 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.62.8 -> 5.62.14 age adoption passing confidence
@types/node (source) 22.10.2 -> 22.10.5 age adoption passing confidence
eslint-plugin-react 7.37.2 -> 7.37.3 age adoption passing confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence
react-i18next 15.2.0 -> 15.4.0 age adoption passing confidence
react-router-dom (source) 6.28.0 -> 6.28.1 age adoption passing confidence
yarn (source) 4.5.3 -> 4.6.0 age adoption passing confidence

Warning

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


Release Notes

storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v1.0.6

Compare Source

🐛 Bug Fix
Authors: 1

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

v1.10.4

Compare Source

Bug Fixes

v1.10.3

Compare Source

Bug Fixes
  • (es/codegen) Emit semicolon after using declarations (#​9816) (556d924)

v1.10.2

Compare Source

Bug Fixes
Documentation
TanStack/query (@​tanstack/react-query)

v5.62.14

Compare Source

Version 5.62.14 - 1/3/25, 7:50 PM

Changes

Fix

Packages

v5.62.12

Compare Source

Version 5.62.12 - 1/3/25, 2:50 PM

Changes

Perf
  • query-core: Improve mutationCache implementation performance (#​8496) (19b95c4) by Dominik Dorfmeister
Docs

Packages

v5.62.11

Compare Source

Version 5.62.11 - 12/27/24, 1:15 PM

Changes

Fix

Packages

v5.62.10

Compare Source

Version 5.62.10 - 12/24/24, 12:05 PM

Changes

Fix
  • solid-query: solid query options default error type (#​8472) (287848b) by Muhammad Ilham Mubarak
Chore
Docs
  • contributing: update pnpm version (#​8473) (3bc3147) by Muhammad Ilham Mubarak

Packages

v5.62.9

Compare Source

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix
Chore
Docs

Packages

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.3

Compare Source

Fixed
  • [no-danger][no-danger]: avoid a crash on a nested component name ([#​3833][] @​ljharb)
  • [Fix] types: correct generated type declaration ([#​3840][] @​ocavue)
  • [no-unknown-property][no-unknown-property]: support precedence prop in react 19 ([#​3829][] @​acusti)
  • [prop-types][prop-types]: props missing in validation when using generic types from a namespace import ([#​3859][] @​rbondoc96)
Changed
  • [Tests] [jsx-no-script-url][jsx-no-script-url]: Improve tests ([#​3849][] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types][default-props-match-prop-types], [jsx-boolean-value][jsx-boolean-value], [jsx-curly-brace-presence][jsx-curly-brace-presence], [jsx-no-bind][jsx-no-bind], [no-array-index-key][no-array-index-key], [no-is-mounted][no-is-mounted], [no-render-return-value][no-render-return-value], [require-default-props][require-default-props] ([#​3841][] @​bastiendmt)

[#&#820


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 was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added area/dashboard Area: Related to the dashboard application area/app-preview Area: Related to test and preview of apps that are developed in Altinn Studio. solution/studio/designer Issues related to the Altinn Studio Designer solution. kind/dependencies Used for issues or pull requests that are dependency updates frontend labels Dec 29, 2024
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.54%. Comparing base (1e059fd) to head (144be70).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14337   +/-   ##
=======================================
  Coverage   95.54%   95.54%           
=======================================
  Files        1862     1862           
  Lines       24125    24125           
  Branches     2785     2785           
=======================================
  Hits        23050    23050           
  Misses        817      817           
  Partials      258      258           

☔ 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 4 times, most recently from ec31667 to 5676d80 Compare January 1, 2025 13:20
@github-actions github-actions bot added area/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). solution/studio/repos Issues related to the Altinn Studio Repos solution (Gitea). area/authorization Area: Issues related to roles and rights on apps, such as who can instantiate, sign etc. 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 labels Jan 1, 2025
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 6 times, most recently from e19a4e1 to dfa37d3 Compare January 6, 2025 15:41
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from dfa37d3 to 144be70 Compare January 6, 2025 22:03
@lassopicasso lassopicasso added the skip-manual-testing PRs that do not need to be tested manually label Jan 7, 2025
@lassopicasso lassopicasso merged commit 2e9e110 into main Jan 7, 2025
15 checks passed
@lassopicasso lassopicasso deleted the renovate/npm-minor-patch branch January 7, 2025 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/app-preview Area: Related to test and preview of apps that are developed in Altinn Studio. area/authorization Area: Issues related to roles and rights on apps, such as who can instantiate, sign etc. area/dashboard Area: Related to the dashboard application area/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). frontend 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-manual-testing PRs that do not need to be tested manually 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. solution/studio/repos Issues related to the Altinn Studio Repos solution (Gitea).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant