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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 14, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/traverse (source) 7.25.7 -> 7.25.9 age adoption passing confidence
@playwright/test (source) 1.47.2 -> 1.48.2 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-interactions (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/addon-links (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/blocks (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/react (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/react-webpack5 (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@storybook/test (source) 8.3.4 -> 8.3.6 age adoption passing confidence
@swc/core (source) 1.7.26 -> 1.7.40 age adoption passing confidence
@tanstack/react-query (source) 5.59.0 -> 5.59.16 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.59.0 -> 5.59.16 age adoption passing confidence
@testing-library/jest-dom 6.5.0 -> 6.6.2 age adoption passing confidence
@​types/dotenv 8.2.0 -> 8.2.3 age adoption passing confidence
@types/jest (source) 29.5.13 -> 29.5.14 age adoption passing confidence
@types/node (source) 20.16.10 -> 20.17.1 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.1 age adoption passing confidence
axe-core (source) 4.10.0 -> 4.10.2 age adoption passing confidence
cypress (source) 13.15.0 -> 13.15.1 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence
eslint-plugin-testing-library 6.3.0 -> 6.4.0 age adoption passing confidence
express (source) 4.21.0 -> 4.21.1 age adoption passing confidence
i18next (source) 23.15.1 -> 23.16.4 age adoption passing confidence
react-error-boundary 4.0.13 -> 4.1.2 age adoption passing confidence
react-i18next 15.0.2 -> 15.1.0 age adoption passing confidence
react-router-dom (source) 6.26.2 -> 6.27.0 age adoption passing confidence
react-toastify 10.0.5 -> 10.0.6 age adoption passing confidence
redux-mock-store 1.5.4 -> 1.5.5 age adoption passing confidence
storybook (source) 8.3.4 -> 8.3.6 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.1 age adoption passing confidence

Warning

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


Release Notes

babel/babel (@​babel/traverse)

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance
microsoft/playwright (@​playwright/test)

v1.48.2

Compare Source

v1.48.1

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/33023 - [Bug]: command line flag --headed has no effect in ui modehttps://github.com/microsoft/playwright/issues/331077 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.https://github.com/microsoft/playwright/issues/3308585 - [Bug]: WebSocket route does not handle full URLs in Playwrighttps://github.com/microsoft/playwright/issues/33052052 - [Regression]: Inspector not showing recorded sthttps://github.com/microsoft/playwright/issues/331323132 - [Bug]: Wrong Ubuntu release name in Dockerfile.nhttps://github.com/microsoft/playwright/pull/3299632996 - [BUG] Trace attachments have small unusable height

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129

v1.48.0

Compare Source

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

v8.3.6

Compare Source

v8.3.5

Compare Source

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

v1.7.40

Compare Source

Bug Fixes
Documentation
Miscellaneous Tasks
  • (deps) Update dependency swc-plugin-coverage-instrument to ^0.0.25 (#​9676) (b8d255b)

v1.7.39

Compare Source

Bug Fixes
  • (es/compat) Add missing visit children for destructuring (#​9658) (32116a0)

  • (es/parser) Correct > and < when exit type context (#​9653) (abffc07)

  • (es/proposal) Use tsc version of explicit resource management (#​9585) (f735108)

  • (wasm-typescript) Fix option types of functions (#​9662) (4cbe33c)

Features
Miscellaneous Tasks

v1.7.36

Compare Source

Bug Fixes
  • (es) Run esnext transforms on esnext target (#​9644) (8a19201)

  • (es/codegen) Emit space after div if rhs has leading comment (#​9631) (f2be26e)

  • (es/lints) Correct the false positive error of TS2309 (#​9635) (f74c1f3)

  • (es/minifier) Only merge last if return (#​9633) (6f52949)

  • (es/minifier) Check type of assignment target before merging assignments (#​9617) (4436621)

Features
Miscellaneous Tasks

v1.7.35

Compare Source

Bug Fixes
Features
  • (bindings/html) Accept Buffer|string instead of Buffer (#​9625) (62edb36)

  • (es/preset-env) Update preset-env data (#​9573) (9a11d34)

  • (es/testing) Parse test code as a Program instead of a Module (#​9264) (166b858)

  • (es/testing) Parse test code as a Program instead of a Module (#​9623) (bfea322)

Miscellaneous Tasks
Performance
Refactor
  • (es/typescript) Simplifying enum and namespace transforms (#​9558) (2480bb0)
Build

v1.7.28

Compare Source

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

v5.59.16

Compare Source

Version 5.59.16 - 10/23/24, 12:53 PM

Changes
Fix
  • react-query: make sure promises are always finalized (#​8211) (df49fbd) by Dominik Dorfmeister
Chore
  • query-core: define queryCache notify method"s return type (#​8191) (4fceb26) by Haeun Nam
  • react-query: remove unnecessary test file (test/suspense.tsx, suspense.test-d.tsx) (#​8208) (d3e2a8a) by @​manudeli
Docs
  • Update disabling-queries.md (#​8201) (9d99fcb) by Ollie Chick
  • react-query: fix prefetch with suspense example (#​8193) (a2ea754) by Qiushi Yan
  • "hydrate" to "dehydrate" in documentation (#​8190) (1980a11) by Ariel-Moroshko
Packages

v5.59.15

Compare Source

Version 5.59.15 - 10/15/24, 5:12 PM

Changes

Fix

Packages

v5.59.14

Compare Source

Version 5.59.14 - 10/15/24, 7:20 AM

Changes

Fix
  • react-query: make queryFn optional again (#​8176) (a085c92) by Julius Marminge
  • react-query: do not overwrite staleTime with the suspense default value if it"s a function (#​8174) (d409854) by Dominik Dorfmeister

Packages

v5.59.13

Compare Source

Version 5.59.13 - 10/12/24, 9:38 AM

Changes

Fix
  • query-core: don"t finalizeThenable of different queries (#​8171) (5d69ad7) by Dominik Dorfmeister

Packages

v5.59.12

Compare Source

Version 5.59.12 - 10/12/24, 7:40 AM

Changes

Fix
  • query-core: move thenable-recreation into createResult (#​8169) (4758303) by Dominik Dorfmeister
Types

Packages


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/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/text-editor Area: Related to creating, translating and editing texts. area/dashboard Area: Related to the dashboard 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. area/authorization Area: Issues related to roles and rights on apps, such as who can instantiate, sign etc. 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 frontend labels Oct 14, 2024
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.13%. Comparing base (34fd4d4) to head (9e598b7).

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13779   +/-   ##
=======================================
  Coverage   95.13%   95.13%           
=======================================
  Files        1673     1673           
  Lines       22191    22191           
  Branches     2609     2609           
=======================================
  Hits        21111    21111           
  Misses        834      834           
  Partials      246      246           

☔ 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 3 times, most recently from 8d86393 to 9a8d0e1 Compare October 15, 2024 07:02
@renovate renovate bot changed the title fix(deps): update npm non-major dependencies chore(deps): update npm non-major dependencies Oct 15, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 13 times, most recently from 56c6bc7 to 28a9e86 Compare October 19, 2024 19:48
@github-actions github-actions bot added the quality/testing Tests that are missing, needs to be created or could be improved. label Oct 19, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 5 times, most recently from 4e9e563 to d6f9efa Compare October 21, 2024 17:20
@github-actions github-actions bot added the solution/studio/repos Issues related to the Altinn Studio Repos solution (Gitea). label Oct 21, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 16 times, most recently from c1d6151 to 9e598b7 Compare October 28, 2024 20:58
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch 3 times, most recently from 1539c99 to 7aca767 Compare October 29, 2024 09:48
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 area/process Area: Related to app process (e.g. signing, receipt, fill inn, payment, etc). area/text-editor Area: Related to creating, translating and editing texts. area/ui-editor Area: Related to the designer tool for assembling app UI in Altinn Studio. 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-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.

0 participants